@sbb-esta/lyne-elements-dev 4.11.0-dev.1777021821 → 4.11.0-dev.1777034128
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 +1413 -1413
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -60911,468 +60911,6 @@
|
|
|
60911
60911
|
}
|
|
60912
60912
|
]
|
|
60913
60913
|
},
|
|
60914
|
-
{
|
|
60915
|
-
"kind": "javascript-module",
|
|
60916
|
-
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
60917
|
-
"declarations": [
|
|
60918
|
-
{
|
|
60919
|
-
"kind": "class",
|
|
60920
|
-
"description": "A container that sticks to the bottom of the page if slotted into `sbb-container`.",
|
|
60921
|
-
"name": "SbbStickyBarElement",
|
|
60922
|
-
"cssProperties": [
|
|
60923
|
-
{
|
|
60924
|
-
"description": "Block padding of the sticky bar.",
|
|
60925
|
-
"name": "--sbb-sticky-bar-padding-block",
|
|
60926
|
-
"default": "var(--sbb-spacing-responsive-xs)"
|
|
60927
|
-
},
|
|
60928
|
-
{
|
|
60929
|
-
"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.",
|
|
60930
|
-
"name": "--sbb-sticky-bar-bottom-overlapping-height",
|
|
60931
|
-
"default": "0px"
|
|
60932
|
-
},
|
|
60933
|
-
{
|
|
60934
|
-
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable.",
|
|
60935
|
-
"name": "--sbb-sticky-bar-z-index"
|
|
60936
|
-
}
|
|
60937
|
-
],
|
|
60938
|
-
"slots": [
|
|
60939
|
-
{
|
|
60940
|
-
"description": "Use the unnamed slot to add content to the sticky bar.",
|
|
60941
|
-
"name": ""
|
|
60942
|
-
}
|
|
60943
|
-
],
|
|
60944
|
-
"members": [
|
|
60945
|
-
{
|
|
60946
|
-
"kind": "field",
|
|
60947
|
-
"name": "elementName",
|
|
60948
|
-
"type": {
|
|
60949
|
-
"text": "string"
|
|
60950
|
-
},
|
|
60951
|
-
"privacy": "public",
|
|
60952
|
-
"static": true,
|
|
60953
|
-
"readonly": true,
|
|
60954
|
-
"default": "'sbb-sticky-bar'",
|
|
60955
|
-
"inheritedFrom": {
|
|
60956
|
-
"name": "SbbElement",
|
|
60957
|
-
"module": "core/base-elements/element.js"
|
|
60958
|
-
}
|
|
60959
|
-
},
|
|
60960
|
-
{
|
|
60961
|
-
"kind": "field",
|
|
60962
|
-
"name": "events",
|
|
60963
|
-
"privacy": "public",
|
|
60964
|
-
"static": true,
|
|
60965
|
-
"readonly": true,
|
|
60966
|
-
"default": "{ beforestick: 'beforestick', stick: 'stick', beforeunstick: 'beforeunstick', unstick: 'unstick', }",
|
|
60967
|
-
"type": {
|
|
60968
|
-
"text": "{\n beforestick: 'beforestick',\n stick: 'stick',\n beforeunstick: 'beforeunstick',\n unstick: 'unstick',\n }"
|
|
60969
|
-
}
|
|
60970
|
-
},
|
|
60971
|
-
{
|
|
60972
|
-
"kind": "field",
|
|
60973
|
-
"name": "color",
|
|
60974
|
-
"type": {
|
|
60975
|
-
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
60976
|
-
},
|
|
60977
|
-
"privacy": "public",
|
|
60978
|
-
"default": "null",
|
|
60979
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
60980
|
-
"attribute": "color",
|
|
60981
|
-
"reflects": true
|
|
60982
|
-
},
|
|
60983
|
-
{
|
|
60984
|
-
"kind": "field",
|
|
60985
|
-
"name": "size",
|
|
60986
|
-
"type": {
|
|
60987
|
-
"text": "'m' | 's'"
|
|
60988
|
-
},
|
|
60989
|
-
"privacy": "public",
|
|
60990
|
-
"description": "Size of the container.",
|
|
60991
|
-
"default": "'m' / 's' (lean)",
|
|
60992
|
-
"attribute": "size",
|
|
60993
|
-
"reflects": true
|
|
60994
|
-
},
|
|
60995
|
-
{
|
|
60996
|
-
"kind": "field",
|
|
60997
|
-
"name": "_state",
|
|
60998
|
-
"privacy": "private",
|
|
60999
|
-
"description": "The state of the component.",
|
|
61000
|
-
"type": {
|
|
61001
|
-
"text": "StickyState"
|
|
61002
|
-
},
|
|
61003
|
-
"default": "'sticky'"
|
|
61004
|
-
},
|
|
61005
|
-
{
|
|
61006
|
-
"kind": "field",
|
|
61007
|
-
"name": "_stateInternal",
|
|
61008
|
-
"type": {
|
|
61009
|
-
"text": "StickyState"
|
|
61010
|
-
},
|
|
61011
|
-
"privacy": "private"
|
|
61012
|
-
},
|
|
61013
|
-
{
|
|
61014
|
-
"kind": "field",
|
|
61015
|
-
"name": "_intersector",
|
|
61016
|
-
"type": {
|
|
61017
|
-
"text": "HTMLSpanElement | undefined"
|
|
61018
|
-
},
|
|
61019
|
-
"privacy": "private"
|
|
61020
|
-
},
|
|
61021
|
-
{
|
|
61022
|
-
"kind": "field",
|
|
61023
|
-
"name": "_observer",
|
|
61024
|
-
"privacy": "private",
|
|
61025
|
-
"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]), })"
|
|
61026
|
-
},
|
|
61027
|
-
{
|
|
61028
|
-
"kind": "method",
|
|
61029
|
-
"name": "_isZeroAnimationDuration",
|
|
61030
|
-
"privacy": "private",
|
|
61031
|
-
"return": {
|
|
61032
|
-
"type": {
|
|
61033
|
-
"text": "boolean"
|
|
61034
|
-
}
|
|
61035
|
-
}
|
|
61036
|
-
},
|
|
61037
|
-
{
|
|
61038
|
-
"kind": "method",
|
|
61039
|
-
"name": "_detectStickyState",
|
|
61040
|
-
"privacy": "private",
|
|
61041
|
-
"return": {
|
|
61042
|
-
"type": {
|
|
61043
|
-
"text": "void"
|
|
61044
|
-
}
|
|
61045
|
-
},
|
|
61046
|
-
"parameters": [
|
|
61047
|
-
{
|
|
61048
|
-
"name": "entry",
|
|
61049
|
-
"type": {
|
|
61050
|
-
"text": "IntersectionObserverEntry"
|
|
61051
|
-
}
|
|
61052
|
-
}
|
|
61053
|
-
]
|
|
61054
|
-
},
|
|
61055
|
-
{
|
|
61056
|
-
"kind": "method",
|
|
61057
|
-
"name": "stick",
|
|
61058
|
-
"privacy": "public",
|
|
61059
|
-
"return": {
|
|
61060
|
-
"type": {
|
|
61061
|
-
"text": "void"
|
|
61062
|
-
}
|
|
61063
|
-
},
|
|
61064
|
-
"description": "Animates from normal content flow position to `position: sticky`."
|
|
61065
|
-
},
|
|
61066
|
-
{
|
|
61067
|
-
"kind": "method",
|
|
61068
|
-
"name": "unstick",
|
|
61069
|
-
"privacy": "public",
|
|
61070
|
-
"return": {
|
|
61071
|
-
"type": {
|
|
61072
|
-
"text": "void"
|
|
61073
|
-
}
|
|
61074
|
-
},
|
|
61075
|
-
"description": "Animates `position: sticky` to normal content flow position."
|
|
61076
|
-
},
|
|
61077
|
-
{
|
|
61078
|
-
"kind": "method",
|
|
61079
|
-
"name": "_stickyCallback",
|
|
61080
|
-
"privacy": "private",
|
|
61081
|
-
"return": {
|
|
61082
|
-
"type": {
|
|
61083
|
-
"text": "void"
|
|
61084
|
-
}
|
|
61085
|
-
}
|
|
61086
|
-
},
|
|
61087
|
-
{
|
|
61088
|
-
"kind": "method",
|
|
61089
|
-
"name": "_unstickyCallback",
|
|
61090
|
-
"privacy": "private",
|
|
61091
|
-
"return": {
|
|
61092
|
-
"type": {
|
|
61093
|
-
"text": "void"
|
|
61094
|
-
}
|
|
61095
|
-
}
|
|
61096
|
-
},
|
|
61097
|
-
{
|
|
61098
|
-
"kind": "method",
|
|
61099
|
-
"name": "_onAnimationEnd",
|
|
61100
|
-
"privacy": "private",
|
|
61101
|
-
"return": {
|
|
61102
|
-
"type": {
|
|
61103
|
-
"text": "void"
|
|
61104
|
-
}
|
|
61105
|
-
},
|
|
61106
|
-
"parameters": [
|
|
61107
|
-
{
|
|
61108
|
-
"name": "event",
|
|
61109
|
-
"type": {
|
|
61110
|
-
"text": "AnimationEvent"
|
|
61111
|
-
}
|
|
61112
|
-
}
|
|
61113
|
-
]
|
|
61114
|
-
},
|
|
61115
|
-
{
|
|
61116
|
-
"kind": "method",
|
|
61117
|
-
"name": "_dispatchBeforeStickEvent",
|
|
61118
|
-
"privacy": "private",
|
|
61119
|
-
"return": {
|
|
61120
|
-
"type": {
|
|
61121
|
-
"text": "boolean"
|
|
61122
|
-
}
|
|
61123
|
-
}
|
|
61124
|
-
},
|
|
61125
|
-
{
|
|
61126
|
-
"kind": "method",
|
|
61127
|
-
"name": "_dispatchBeforeUnStickEvent",
|
|
61128
|
-
"privacy": "private",
|
|
61129
|
-
"return": {
|
|
61130
|
-
"type": {
|
|
61131
|
-
"text": "boolean"
|
|
61132
|
-
}
|
|
61133
|
-
}
|
|
61134
|
-
},
|
|
61135
|
-
{
|
|
61136
|
-
"kind": "field",
|
|
61137
|
-
"name": "_updatePromise",
|
|
61138
|
-
"privacy": "private",
|
|
61139
|
-
"inheritedFrom": {
|
|
61140
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
61141
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
61142
|
-
}
|
|
61143
|
-
},
|
|
61144
|
-
{
|
|
61145
|
-
"kind": "field",
|
|
61146
|
-
"name": "_updateResolve",
|
|
61147
|
-
"privacy": "private",
|
|
61148
|
-
"inheritedFrom": {
|
|
61149
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
61150
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
61151
|
-
}
|
|
61152
|
-
},
|
|
61153
|
-
{
|
|
61154
|
-
"kind": "method",
|
|
61155
|
-
"name": "startUpdate",
|
|
61156
|
-
"privacy": "protected",
|
|
61157
|
-
"return": {
|
|
61158
|
-
"type": {
|
|
61159
|
-
"text": "void"
|
|
61160
|
-
}
|
|
61161
|
-
},
|
|
61162
|
-
"inheritedFrom": {
|
|
61163
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
61164
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
61165
|
-
}
|
|
61166
|
-
},
|
|
61167
|
-
{
|
|
61168
|
-
"kind": "method",
|
|
61169
|
-
"name": "completeUpdate",
|
|
61170
|
-
"privacy": "protected",
|
|
61171
|
-
"return": {
|
|
61172
|
-
"type": {
|
|
61173
|
-
"text": "void"
|
|
61174
|
-
}
|
|
61175
|
-
},
|
|
61176
|
-
"inheritedFrom": {
|
|
61177
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
61178
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
61179
|
-
}
|
|
61180
|
-
},
|
|
61181
|
-
{
|
|
61182
|
-
"kind": "method",
|
|
61183
|
-
"name": "getUpdateComplete",
|
|
61184
|
-
"privacy": "protected",
|
|
61185
|
-
"return": {
|
|
61186
|
-
"type": {
|
|
61187
|
-
"text": "Promise<boolean>"
|
|
61188
|
-
}
|
|
61189
|
-
},
|
|
61190
|
-
"inheritedFrom": {
|
|
61191
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
61192
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
61193
|
-
}
|
|
61194
|
-
},
|
|
61195
|
-
{
|
|
61196
|
-
"kind": "field",
|
|
61197
|
-
"name": "_hydrationRequired",
|
|
61198
|
-
"type": {
|
|
61199
|
-
"text": "boolean"
|
|
61200
|
-
},
|
|
61201
|
-
"privacy": "private",
|
|
61202
|
-
"default": "!!this.shadowRoot",
|
|
61203
|
-
"inheritedFrom": {
|
|
61204
|
-
"name": "SbbHydrationMixin",
|
|
61205
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
61206
|
-
}
|
|
61207
|
-
},
|
|
61208
|
-
{
|
|
61209
|
-
"kind": "field",
|
|
61210
|
-
"name": "_hydrationComplete",
|
|
61211
|
-
"privacy": "private",
|
|
61212
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
61213
|
-
"inheritedFrom": {
|
|
61214
|
-
"name": "SbbHydrationMixin",
|
|
61215
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
61216
|
-
}
|
|
61217
|
-
},
|
|
61218
|
-
{
|
|
61219
|
-
"kind": "field",
|
|
61220
|
-
"name": "_resolveHydration",
|
|
61221
|
-
"type": {
|
|
61222
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
61223
|
-
},
|
|
61224
|
-
"privacy": "private",
|
|
61225
|
-
"inheritedFrom": {
|
|
61226
|
-
"name": "SbbHydrationMixin",
|
|
61227
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
61228
|
-
}
|
|
61229
|
-
},
|
|
61230
|
-
{
|
|
61231
|
-
"kind": "field",
|
|
61232
|
-
"name": "hydrationRequired",
|
|
61233
|
-
"type": {
|
|
61234
|
-
"text": "boolean"
|
|
61235
|
-
},
|
|
61236
|
-
"privacy": "protected",
|
|
61237
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
61238
|
-
"readonly": true,
|
|
61239
|
-
"inheritedFrom": {
|
|
61240
|
-
"name": "SbbHydrationMixin",
|
|
61241
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
61242
|
-
},
|
|
61243
|
-
"default": "!!this.shadowRoot"
|
|
61244
|
-
},
|
|
61245
|
-
{
|
|
61246
|
-
"kind": "method",
|
|
61247
|
-
"name": "toggleState",
|
|
61248
|
-
"privacy": "protected",
|
|
61249
|
-
"return": {
|
|
61250
|
-
"type": {
|
|
61251
|
-
"text": "void"
|
|
61252
|
-
}
|
|
61253
|
-
},
|
|
61254
|
-
"parameters": [
|
|
61255
|
-
{
|
|
61256
|
-
"name": "value",
|
|
61257
|
-
"type": {
|
|
61258
|
-
"text": "string"
|
|
61259
|
-
}
|
|
61260
|
-
},
|
|
61261
|
-
{
|
|
61262
|
-
"name": "force",
|
|
61263
|
-
"optional": true,
|
|
61264
|
-
"type": {
|
|
61265
|
-
"text": "boolean"
|
|
61266
|
-
}
|
|
61267
|
-
}
|
|
61268
|
-
],
|
|
61269
|
-
"inheritedFrom": {
|
|
61270
|
-
"name": "SbbElementInternalsMixin",
|
|
61271
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
61272
|
-
}
|
|
61273
|
-
},
|
|
61274
|
-
{
|
|
61275
|
-
"kind": "field",
|
|
61276
|
-
"name": "['_$sbbElement$']",
|
|
61277
|
-
"type": {
|
|
61278
|
-
"text": "boolean"
|
|
61279
|
-
},
|
|
61280
|
-
"privacy": "public",
|
|
61281
|
-
"static": true,
|
|
61282
|
-
"default": "true",
|
|
61283
|
-
"inheritedFrom": {
|
|
61284
|
-
"name": "SbbElement",
|
|
61285
|
-
"module": "core/base-elements/element.js"
|
|
61286
|
-
}
|
|
61287
|
-
},
|
|
61288
|
-
{
|
|
61289
|
-
"kind": "field",
|
|
61290
|
-
"name": "_controllers",
|
|
61291
|
-
"type": {
|
|
61292
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
61293
|
-
},
|
|
61294
|
-
"privacy": "private",
|
|
61295
|
-
"inheritedFrom": {
|
|
61296
|
-
"name": "SbbElement",
|
|
61297
|
-
"module": "core/base-elements/element.js"
|
|
61298
|
-
}
|
|
61299
|
-
}
|
|
61300
|
-
],
|
|
61301
|
-
"events": [
|
|
61302
|
-
{
|
|
61303
|
-
"name": "stick",
|
|
61304
|
-
"type": {
|
|
61305
|
-
"text": "Event"
|
|
61306
|
-
},
|
|
61307
|
-
"description": "Emits when the animation from normal content flow to `position: sticky` ends."
|
|
61308
|
-
},
|
|
61309
|
-
{
|
|
61310
|
-
"name": "unstick",
|
|
61311
|
-
"type": {
|
|
61312
|
-
"text": "Event"
|
|
61313
|
-
},
|
|
61314
|
-
"description": "Emits when the animation from `position: sticky` to normal content flow ends."
|
|
61315
|
-
},
|
|
61316
|
-
{
|
|
61317
|
-
"name": "beforestick",
|
|
61318
|
-
"type": {
|
|
61319
|
-
"text": "Event"
|
|
61320
|
-
},
|
|
61321
|
-
"description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled."
|
|
61322
|
-
},
|
|
61323
|
-
{
|
|
61324
|
-
"name": "beforeunstick",
|
|
61325
|
-
"type": {
|
|
61326
|
-
"text": "Event"
|
|
61327
|
-
},
|
|
61328
|
-
"description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled."
|
|
61329
|
-
}
|
|
61330
|
-
],
|
|
61331
|
-
"attributes": [
|
|
61332
|
-
{
|
|
61333
|
-
"name": "color",
|
|
61334
|
-
"type": {
|
|
61335
|
-
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
61336
|
-
},
|
|
61337
|
-
"default": "null",
|
|
61338
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
61339
|
-
"fieldName": "color"
|
|
61340
|
-
},
|
|
61341
|
-
{
|
|
61342
|
-
"name": "size",
|
|
61343
|
-
"type": {
|
|
61344
|
-
"text": "'m' | 's'"
|
|
61345
|
-
},
|
|
61346
|
-
"description": "Size of the container.",
|
|
61347
|
-
"default": "'m' / 's' (lean)",
|
|
61348
|
-
"fieldName": "size"
|
|
61349
|
-
}
|
|
61350
|
-
],
|
|
61351
|
-
"mixins": [
|
|
61352
|
-
{
|
|
61353
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
61354
|
-
"module": "core/mixins.js"
|
|
61355
|
-
}
|
|
61356
|
-
],
|
|
61357
|
-
"superclass": {
|
|
61358
|
-
"name": "SbbElement",
|
|
61359
|
-
"module": "core/base-elements.js"
|
|
61360
|
-
},
|
|
61361
|
-
"tagName": "sbb-sticky-bar",
|
|
61362
|
-
"customElement": true
|
|
61363
|
-
}
|
|
61364
|
-
],
|
|
61365
|
-
"exports": [
|
|
61366
|
-
{
|
|
61367
|
-
"kind": "js",
|
|
61368
|
-
"name": "SbbStickyBarElement",
|
|
61369
|
-
"declaration": {
|
|
61370
|
-
"name": "SbbStickyBarElement",
|
|
61371
|
-
"module": "container/sticky-bar/sticky-bar.component.js"
|
|
61372
|
-
}
|
|
61373
|
-
}
|
|
61374
|
-
]
|
|
61375
|
-
},
|
|
61376
60914
|
{
|
|
61377
60915
|
"kind": "javascript-module",
|
|
61378
60916
|
"path": "core/a11y/arrow-navigation.js",
|
|
@@ -62041,226 +61579,688 @@
|
|
|
62041
61579
|
"members": [
|
|
62042
61580
|
{
|
|
62043
61581
|
"kind": "field",
|
|
62044
|
-
"name": "_liveElement",
|
|
61582
|
+
"name": "_liveElement",
|
|
61583
|
+
"type": {
|
|
61584
|
+
"text": "HTMLElement"
|
|
61585
|
+
},
|
|
61586
|
+
"privacy": "private"
|
|
61587
|
+
},
|
|
61588
|
+
{
|
|
61589
|
+
"kind": "field",
|
|
61590
|
+
"name": "_previousTimeout",
|
|
61591
|
+
"type": {
|
|
61592
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
61593
|
+
},
|
|
61594
|
+
"privacy": "private"
|
|
61595
|
+
},
|
|
61596
|
+
{
|
|
61597
|
+
"kind": "field",
|
|
61598
|
+
"name": "_currentPromise",
|
|
61599
|
+
"type": {
|
|
61600
|
+
"text": "Promise<void> | undefined"
|
|
61601
|
+
},
|
|
61602
|
+
"privacy": "private"
|
|
61603
|
+
},
|
|
61604
|
+
{
|
|
61605
|
+
"kind": "field",
|
|
61606
|
+
"name": "_currentResolve",
|
|
61607
|
+
"type": {
|
|
61608
|
+
"text": "(() => void) | undefined"
|
|
61609
|
+
},
|
|
61610
|
+
"privacy": "private"
|
|
61611
|
+
},
|
|
61612
|
+
{
|
|
61613
|
+
"kind": "method",
|
|
61614
|
+
"name": "announce",
|
|
61615
|
+
"privacy": "public",
|
|
61616
|
+
"return": {
|
|
61617
|
+
"type": {
|
|
61618
|
+
"text": ""
|
|
61619
|
+
}
|
|
61620
|
+
},
|
|
61621
|
+
"parameters": [
|
|
61622
|
+
{
|
|
61623
|
+
"name": "message",
|
|
61624
|
+
"type": {
|
|
61625
|
+
"text": "string"
|
|
61626
|
+
},
|
|
61627
|
+
"description": "Message to be announced to the screen reader."
|
|
61628
|
+
}
|
|
61629
|
+
],
|
|
61630
|
+
"description": "Announces a message to screen readers."
|
|
61631
|
+
},
|
|
61632
|
+
{
|
|
61633
|
+
"kind": "method",
|
|
61634
|
+
"name": "announce",
|
|
61635
|
+
"privacy": "public",
|
|
61636
|
+
"return": {
|
|
61637
|
+
"type": {
|
|
61638
|
+
"text": ""
|
|
61639
|
+
}
|
|
61640
|
+
},
|
|
61641
|
+
"parameters": [
|
|
61642
|
+
{
|
|
61643
|
+
"name": "message",
|
|
61644
|
+
"type": {
|
|
61645
|
+
"text": "string"
|
|
61646
|
+
},
|
|
61647
|
+
"description": "Message to be announced to the screen reader."
|
|
61648
|
+
},
|
|
61649
|
+
{
|
|
61650
|
+
"name": "politeness",
|
|
61651
|
+
"optional": true,
|
|
61652
|
+
"type": {
|
|
61653
|
+
"text": "AriaLivePoliteness"
|
|
61654
|
+
},
|
|
61655
|
+
"description": "The politeness of the announcer element."
|
|
61656
|
+
}
|
|
61657
|
+
],
|
|
61658
|
+
"description": "Announces a message to screen readers."
|
|
61659
|
+
},
|
|
61660
|
+
{
|
|
61661
|
+
"kind": "method",
|
|
61662
|
+
"name": "announce",
|
|
61663
|
+
"privacy": "public",
|
|
61664
|
+
"return": {
|
|
61665
|
+
"type": {
|
|
61666
|
+
"text": ""
|
|
61667
|
+
}
|
|
61668
|
+
},
|
|
61669
|
+
"parameters": [
|
|
61670
|
+
{
|
|
61671
|
+
"name": "message",
|
|
61672
|
+
"type": {
|
|
61673
|
+
"text": "string"
|
|
61674
|
+
},
|
|
61675
|
+
"description": "Message to be announced to the screen reader."
|
|
61676
|
+
},
|
|
61677
|
+
{
|
|
61678
|
+
"name": "duration",
|
|
61679
|
+
"optional": true,
|
|
61680
|
+
"type": {
|
|
61681
|
+
"text": "number"
|
|
61682
|
+
},
|
|
61683
|
+
"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."
|
|
61684
|
+
}
|
|
61685
|
+
],
|
|
61686
|
+
"description": "Announces a message to screen readers."
|
|
61687
|
+
},
|
|
61688
|
+
{
|
|
61689
|
+
"kind": "method",
|
|
61690
|
+
"name": "announce",
|
|
61691
|
+
"privacy": "public",
|
|
61692
|
+
"return": {
|
|
61693
|
+
"type": {
|
|
61694
|
+
"text": ""
|
|
61695
|
+
}
|
|
61696
|
+
},
|
|
61697
|
+
"parameters": [
|
|
61698
|
+
{
|
|
61699
|
+
"name": "message",
|
|
61700
|
+
"type": {
|
|
61701
|
+
"text": "string"
|
|
61702
|
+
},
|
|
61703
|
+
"description": "Message to be announced to the screen reader."
|
|
61704
|
+
},
|
|
61705
|
+
{
|
|
61706
|
+
"name": "politeness",
|
|
61707
|
+
"optional": true,
|
|
61708
|
+
"type": {
|
|
61709
|
+
"text": "AriaLivePoliteness"
|
|
61710
|
+
},
|
|
61711
|
+
"description": "The politeness of the announcer element."
|
|
61712
|
+
},
|
|
61713
|
+
{
|
|
61714
|
+
"name": "duration",
|
|
61715
|
+
"optional": true,
|
|
61716
|
+
"type": {
|
|
61717
|
+
"text": "number"
|
|
61718
|
+
},
|
|
61719
|
+
"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."
|
|
61720
|
+
}
|
|
61721
|
+
],
|
|
61722
|
+
"description": "Announces a message to screen readers."
|
|
61723
|
+
},
|
|
61724
|
+
{
|
|
61725
|
+
"kind": "method",
|
|
61726
|
+
"name": "announce",
|
|
61727
|
+
"privacy": "public",
|
|
61728
|
+
"return": {
|
|
61729
|
+
"type": {
|
|
61730
|
+
"text": "Promise<void>"
|
|
61731
|
+
}
|
|
61732
|
+
},
|
|
61733
|
+
"parameters": [
|
|
61734
|
+
{
|
|
61735
|
+
"name": "message",
|
|
61736
|
+
"type": {
|
|
61737
|
+
"text": "string"
|
|
61738
|
+
}
|
|
61739
|
+
},
|
|
61740
|
+
{
|
|
61741
|
+
"name": "args",
|
|
61742
|
+
"type": {
|
|
61743
|
+
"text": "any[]"
|
|
61744
|
+
}
|
|
61745
|
+
}
|
|
61746
|
+
]
|
|
61747
|
+
},
|
|
61748
|
+
{
|
|
61749
|
+
"kind": "method",
|
|
61750
|
+
"name": "clear",
|
|
61751
|
+
"privacy": "public",
|
|
61752
|
+
"return": {
|
|
61753
|
+
"type": {
|
|
61754
|
+
"text": "void"
|
|
61755
|
+
}
|
|
61756
|
+
},
|
|
61757
|
+
"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."
|
|
61758
|
+
},
|
|
61759
|
+
{
|
|
61760
|
+
"kind": "method",
|
|
61761
|
+
"name": "destroy",
|
|
61762
|
+
"privacy": "public",
|
|
61763
|
+
"return": {
|
|
61764
|
+
"type": {
|
|
61765
|
+
"text": "void"
|
|
61766
|
+
}
|
|
61767
|
+
}
|
|
61768
|
+
},
|
|
61769
|
+
{
|
|
61770
|
+
"kind": "method",
|
|
61771
|
+
"name": "_createLiveElement",
|
|
61772
|
+
"privacy": "private",
|
|
61773
|
+
"return": {
|
|
61774
|
+
"type": {
|
|
61775
|
+
"text": "HTMLElement"
|
|
61776
|
+
}
|
|
61777
|
+
}
|
|
61778
|
+
}
|
|
61779
|
+
]
|
|
61780
|
+
},
|
|
61781
|
+
{
|
|
61782
|
+
"kind": "variable",
|
|
61783
|
+
"name": "sbbLiveAnnouncer",
|
|
61784
|
+
"default": "new SbbLiveAnnouncer()"
|
|
61785
|
+
}
|
|
61786
|
+
],
|
|
61787
|
+
"exports": [
|
|
61788
|
+
{
|
|
61789
|
+
"kind": "js",
|
|
61790
|
+
"name": "SbbLiveAnnouncer",
|
|
61791
|
+
"declaration": {
|
|
61792
|
+
"name": "SbbLiveAnnouncer",
|
|
61793
|
+
"module": "core/a11y/live-announcer.js"
|
|
61794
|
+
}
|
|
61795
|
+
},
|
|
61796
|
+
{
|
|
61797
|
+
"kind": "js",
|
|
61798
|
+
"name": "sbbLiveAnnouncer",
|
|
61799
|
+
"declaration": {
|
|
61800
|
+
"name": "sbbLiveAnnouncer",
|
|
61801
|
+
"module": "core/a11y/live-announcer.js"
|
|
61802
|
+
}
|
|
61803
|
+
}
|
|
61804
|
+
]
|
|
61805
|
+
},
|
|
61806
|
+
{
|
|
61807
|
+
"kind": "javascript-module",
|
|
61808
|
+
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
61809
|
+
"declarations": [
|
|
61810
|
+
{
|
|
61811
|
+
"kind": "class",
|
|
61812
|
+
"description": "A container that sticks to the bottom of the page if slotted into `sbb-container`.",
|
|
61813
|
+
"name": "SbbStickyBarElement",
|
|
61814
|
+
"cssProperties": [
|
|
61815
|
+
{
|
|
61816
|
+
"description": "Block padding of the sticky bar.",
|
|
61817
|
+
"name": "--sbb-sticky-bar-padding-block",
|
|
61818
|
+
"default": "var(--sbb-spacing-responsive-xs)"
|
|
61819
|
+
},
|
|
61820
|
+
{
|
|
61821
|
+
"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.",
|
|
61822
|
+
"name": "--sbb-sticky-bar-bottom-overlapping-height",
|
|
61823
|
+
"default": "0px"
|
|
61824
|
+
},
|
|
61825
|
+
{
|
|
61826
|
+
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable.",
|
|
61827
|
+
"name": "--sbb-sticky-bar-z-index"
|
|
61828
|
+
}
|
|
61829
|
+
],
|
|
61830
|
+
"slots": [
|
|
61831
|
+
{
|
|
61832
|
+
"description": "Use the unnamed slot to add content to the sticky bar.",
|
|
61833
|
+
"name": ""
|
|
61834
|
+
}
|
|
61835
|
+
],
|
|
61836
|
+
"members": [
|
|
61837
|
+
{
|
|
61838
|
+
"kind": "field",
|
|
61839
|
+
"name": "elementName",
|
|
61840
|
+
"type": {
|
|
61841
|
+
"text": "string"
|
|
61842
|
+
},
|
|
61843
|
+
"privacy": "public",
|
|
61844
|
+
"static": true,
|
|
61845
|
+
"readonly": true,
|
|
61846
|
+
"default": "'sbb-sticky-bar'",
|
|
61847
|
+
"inheritedFrom": {
|
|
61848
|
+
"name": "SbbElement",
|
|
61849
|
+
"module": "core/base-elements/element.js"
|
|
61850
|
+
}
|
|
61851
|
+
},
|
|
61852
|
+
{
|
|
61853
|
+
"kind": "field",
|
|
61854
|
+
"name": "events",
|
|
61855
|
+
"privacy": "public",
|
|
61856
|
+
"static": true,
|
|
61857
|
+
"readonly": true,
|
|
61858
|
+
"default": "{ beforestick: 'beforestick', stick: 'stick', beforeunstick: 'beforeunstick', unstick: 'unstick', }",
|
|
61859
|
+
"type": {
|
|
61860
|
+
"text": "{\n beforestick: 'beforestick',\n stick: 'stick',\n beforeunstick: 'beforeunstick',\n unstick: 'unstick',\n }"
|
|
61861
|
+
}
|
|
61862
|
+
},
|
|
61863
|
+
{
|
|
61864
|
+
"kind": "field",
|
|
61865
|
+
"name": "color",
|
|
61866
|
+
"type": {
|
|
61867
|
+
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
61868
|
+
},
|
|
61869
|
+
"privacy": "public",
|
|
61870
|
+
"default": "null",
|
|
61871
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
61872
|
+
"attribute": "color",
|
|
61873
|
+
"reflects": true
|
|
61874
|
+
},
|
|
61875
|
+
{
|
|
61876
|
+
"kind": "field",
|
|
61877
|
+
"name": "size",
|
|
61878
|
+
"type": {
|
|
61879
|
+
"text": "'m' | 's'"
|
|
61880
|
+
},
|
|
61881
|
+
"privacy": "public",
|
|
61882
|
+
"description": "Size of the container.",
|
|
61883
|
+
"default": "'m' / 's' (lean)",
|
|
61884
|
+
"attribute": "size",
|
|
61885
|
+
"reflects": true
|
|
61886
|
+
},
|
|
61887
|
+
{
|
|
61888
|
+
"kind": "field",
|
|
61889
|
+
"name": "_state",
|
|
61890
|
+
"privacy": "private",
|
|
61891
|
+
"description": "The state of the component.",
|
|
61892
|
+
"type": {
|
|
61893
|
+
"text": "StickyState"
|
|
61894
|
+
},
|
|
61895
|
+
"default": "'sticky'"
|
|
61896
|
+
},
|
|
61897
|
+
{
|
|
61898
|
+
"kind": "field",
|
|
61899
|
+
"name": "_stateInternal",
|
|
61900
|
+
"type": {
|
|
61901
|
+
"text": "StickyState"
|
|
61902
|
+
},
|
|
61903
|
+
"privacy": "private"
|
|
61904
|
+
},
|
|
61905
|
+
{
|
|
61906
|
+
"kind": "field",
|
|
61907
|
+
"name": "_intersector",
|
|
61908
|
+
"type": {
|
|
61909
|
+
"text": "HTMLSpanElement | undefined"
|
|
61910
|
+
},
|
|
61911
|
+
"privacy": "private"
|
|
61912
|
+
},
|
|
61913
|
+
{
|
|
61914
|
+
"kind": "field",
|
|
61915
|
+
"name": "_observer",
|
|
61916
|
+
"privacy": "private",
|
|
61917
|
+
"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]), })"
|
|
61918
|
+
},
|
|
61919
|
+
{
|
|
61920
|
+
"kind": "method",
|
|
61921
|
+
"name": "_isZeroAnimationDuration",
|
|
61922
|
+
"privacy": "private",
|
|
61923
|
+
"return": {
|
|
61924
|
+
"type": {
|
|
61925
|
+
"text": "boolean"
|
|
61926
|
+
}
|
|
61927
|
+
}
|
|
61928
|
+
},
|
|
61929
|
+
{
|
|
61930
|
+
"kind": "method",
|
|
61931
|
+
"name": "_detectStickyState",
|
|
61932
|
+
"privacy": "private",
|
|
61933
|
+
"return": {
|
|
61934
|
+
"type": {
|
|
61935
|
+
"text": "void"
|
|
61936
|
+
}
|
|
61937
|
+
},
|
|
61938
|
+
"parameters": [
|
|
61939
|
+
{
|
|
61940
|
+
"name": "entry",
|
|
61941
|
+
"type": {
|
|
61942
|
+
"text": "IntersectionObserverEntry"
|
|
61943
|
+
}
|
|
61944
|
+
}
|
|
61945
|
+
]
|
|
61946
|
+
},
|
|
61947
|
+
{
|
|
61948
|
+
"kind": "method",
|
|
61949
|
+
"name": "stick",
|
|
61950
|
+
"privacy": "public",
|
|
61951
|
+
"return": {
|
|
61952
|
+
"type": {
|
|
61953
|
+
"text": "void"
|
|
61954
|
+
}
|
|
61955
|
+
},
|
|
61956
|
+
"description": "Animates from normal content flow position to `position: sticky`."
|
|
61957
|
+
},
|
|
61958
|
+
{
|
|
61959
|
+
"kind": "method",
|
|
61960
|
+
"name": "unstick",
|
|
61961
|
+
"privacy": "public",
|
|
61962
|
+
"return": {
|
|
61963
|
+
"type": {
|
|
61964
|
+
"text": "void"
|
|
61965
|
+
}
|
|
61966
|
+
},
|
|
61967
|
+
"description": "Animates `position: sticky` to normal content flow position."
|
|
61968
|
+
},
|
|
61969
|
+
{
|
|
61970
|
+
"kind": "method",
|
|
61971
|
+
"name": "_stickyCallback",
|
|
61972
|
+
"privacy": "private",
|
|
61973
|
+
"return": {
|
|
61974
|
+
"type": {
|
|
61975
|
+
"text": "void"
|
|
61976
|
+
}
|
|
61977
|
+
}
|
|
61978
|
+
},
|
|
61979
|
+
{
|
|
61980
|
+
"kind": "method",
|
|
61981
|
+
"name": "_unstickyCallback",
|
|
61982
|
+
"privacy": "private",
|
|
61983
|
+
"return": {
|
|
61984
|
+
"type": {
|
|
61985
|
+
"text": "void"
|
|
61986
|
+
}
|
|
61987
|
+
}
|
|
61988
|
+
},
|
|
61989
|
+
{
|
|
61990
|
+
"kind": "method",
|
|
61991
|
+
"name": "_onAnimationEnd",
|
|
61992
|
+
"privacy": "private",
|
|
61993
|
+
"return": {
|
|
61994
|
+
"type": {
|
|
61995
|
+
"text": "void"
|
|
61996
|
+
}
|
|
61997
|
+
},
|
|
61998
|
+
"parameters": [
|
|
61999
|
+
{
|
|
62000
|
+
"name": "event",
|
|
62001
|
+
"type": {
|
|
62002
|
+
"text": "AnimationEvent"
|
|
62003
|
+
}
|
|
62004
|
+
}
|
|
62005
|
+
]
|
|
62006
|
+
},
|
|
62007
|
+
{
|
|
62008
|
+
"kind": "method",
|
|
62009
|
+
"name": "_dispatchBeforeStickEvent",
|
|
62010
|
+
"privacy": "private",
|
|
62011
|
+
"return": {
|
|
62012
|
+
"type": {
|
|
62013
|
+
"text": "boolean"
|
|
62014
|
+
}
|
|
62015
|
+
}
|
|
62016
|
+
},
|
|
62017
|
+
{
|
|
62018
|
+
"kind": "method",
|
|
62019
|
+
"name": "_dispatchBeforeUnStickEvent",
|
|
62020
|
+
"privacy": "private",
|
|
62021
|
+
"return": {
|
|
62022
|
+
"type": {
|
|
62023
|
+
"text": "boolean"
|
|
62024
|
+
}
|
|
62025
|
+
}
|
|
62026
|
+
},
|
|
62027
|
+
{
|
|
62028
|
+
"kind": "field",
|
|
62029
|
+
"name": "_updatePromise",
|
|
62030
|
+
"privacy": "private",
|
|
62031
|
+
"inheritedFrom": {
|
|
62032
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
62033
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
62034
|
+
}
|
|
62035
|
+
},
|
|
62036
|
+
{
|
|
62037
|
+
"kind": "field",
|
|
62038
|
+
"name": "_updateResolve",
|
|
62039
|
+
"privacy": "private",
|
|
62040
|
+
"inheritedFrom": {
|
|
62041
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
62042
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
62043
|
+
}
|
|
62044
|
+
},
|
|
62045
|
+
{
|
|
62046
|
+
"kind": "method",
|
|
62047
|
+
"name": "startUpdate",
|
|
62048
|
+
"privacy": "protected",
|
|
62049
|
+
"return": {
|
|
62050
|
+
"type": {
|
|
62051
|
+
"text": "void"
|
|
62052
|
+
}
|
|
62053
|
+
},
|
|
62054
|
+
"inheritedFrom": {
|
|
62055
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
62056
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
62057
|
+
}
|
|
62058
|
+
},
|
|
62059
|
+
{
|
|
62060
|
+
"kind": "method",
|
|
62061
|
+
"name": "completeUpdate",
|
|
62062
|
+
"privacy": "protected",
|
|
62063
|
+
"return": {
|
|
62064
|
+
"type": {
|
|
62065
|
+
"text": "void"
|
|
62066
|
+
}
|
|
62067
|
+
},
|
|
62068
|
+
"inheritedFrom": {
|
|
62069
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
62070
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
62071
|
+
}
|
|
62072
|
+
},
|
|
62073
|
+
{
|
|
62074
|
+
"kind": "method",
|
|
62075
|
+
"name": "getUpdateComplete",
|
|
62076
|
+
"privacy": "protected",
|
|
62077
|
+
"return": {
|
|
62078
|
+
"type": {
|
|
62079
|
+
"text": "Promise<boolean>"
|
|
62080
|
+
}
|
|
62081
|
+
},
|
|
62082
|
+
"inheritedFrom": {
|
|
62083
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
62084
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
62085
|
+
}
|
|
62086
|
+
},
|
|
62087
|
+
{
|
|
62088
|
+
"kind": "field",
|
|
62089
|
+
"name": "_hydrationRequired",
|
|
62045
62090
|
"type": {
|
|
62046
|
-
"text": "
|
|
62091
|
+
"text": "boolean"
|
|
62047
62092
|
},
|
|
62048
|
-
"privacy": "private"
|
|
62093
|
+
"privacy": "private",
|
|
62094
|
+
"default": "!!this.shadowRoot",
|
|
62095
|
+
"inheritedFrom": {
|
|
62096
|
+
"name": "SbbHydrationMixin",
|
|
62097
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62098
|
+
}
|
|
62049
62099
|
},
|
|
62050
62100
|
{
|
|
62051
62101
|
"kind": "field",
|
|
62052
|
-
"name": "
|
|
62053
|
-
"
|
|
62054
|
-
|
|
62055
|
-
|
|
62056
|
-
|
|
62102
|
+
"name": "_hydrationComplete",
|
|
62103
|
+
"privacy": "private",
|
|
62104
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
62105
|
+
"inheritedFrom": {
|
|
62106
|
+
"name": "SbbHydrationMixin",
|
|
62107
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62108
|
+
}
|
|
62057
62109
|
},
|
|
62058
62110
|
{
|
|
62059
62111
|
"kind": "field",
|
|
62060
|
-
"name": "
|
|
62112
|
+
"name": "_resolveHydration",
|
|
62061
62113
|
"type": {
|
|
62062
|
-
"text": "
|
|
62114
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
62063
62115
|
},
|
|
62064
|
-
"privacy": "private"
|
|
62116
|
+
"privacy": "private",
|
|
62117
|
+
"inheritedFrom": {
|
|
62118
|
+
"name": "SbbHydrationMixin",
|
|
62119
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62120
|
+
}
|
|
62065
62121
|
},
|
|
62066
62122
|
{
|
|
62067
62123
|
"kind": "field",
|
|
62068
|
-
"name": "
|
|
62124
|
+
"name": "hydrationRequired",
|
|
62069
62125
|
"type": {
|
|
62070
|
-
"text": "
|
|
62126
|
+
"text": "boolean"
|
|
62071
62127
|
},
|
|
62072
|
-
"privacy": "
|
|
62073
|
-
|
|
62074
|
-
|
|
62075
|
-
"
|
|
62076
|
-
|
|
62077
|
-
|
|
62078
|
-
"return": {
|
|
62079
|
-
"type": {
|
|
62080
|
-
"text": ""
|
|
62081
|
-
}
|
|
62128
|
+
"privacy": "protected",
|
|
62129
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
62130
|
+
"readonly": true,
|
|
62131
|
+
"inheritedFrom": {
|
|
62132
|
+
"name": "SbbHydrationMixin",
|
|
62133
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62082
62134
|
},
|
|
62083
|
-
"
|
|
62084
|
-
{
|
|
62085
|
-
"name": "message",
|
|
62086
|
-
"type": {
|
|
62087
|
-
"text": "string"
|
|
62088
|
-
},
|
|
62089
|
-
"description": "Message to be announced to the screen reader."
|
|
62090
|
-
}
|
|
62091
|
-
],
|
|
62092
|
-
"description": "Announces a message to screen readers."
|
|
62135
|
+
"default": "!!this.shadowRoot"
|
|
62093
62136
|
},
|
|
62094
62137
|
{
|
|
62095
62138
|
"kind": "method",
|
|
62096
|
-
"name": "
|
|
62097
|
-
"privacy": "
|
|
62139
|
+
"name": "toggleState",
|
|
62140
|
+
"privacy": "protected",
|
|
62098
62141
|
"return": {
|
|
62099
62142
|
"type": {
|
|
62100
|
-
"text": ""
|
|
62143
|
+
"text": "void"
|
|
62101
62144
|
}
|
|
62102
62145
|
},
|
|
62103
62146
|
"parameters": [
|
|
62104
62147
|
{
|
|
62105
|
-
"name": "
|
|
62148
|
+
"name": "value",
|
|
62106
62149
|
"type": {
|
|
62107
62150
|
"text": "string"
|
|
62108
|
-
}
|
|
62109
|
-
"description": "Message to be announced to the screen reader."
|
|
62151
|
+
}
|
|
62110
62152
|
},
|
|
62111
62153
|
{
|
|
62112
|
-
"name": "
|
|
62154
|
+
"name": "force",
|
|
62113
62155
|
"optional": true,
|
|
62114
62156
|
"type": {
|
|
62115
|
-
"text": "
|
|
62116
|
-
}
|
|
62117
|
-
"description": "The politeness of the announcer element."
|
|
62157
|
+
"text": "boolean"
|
|
62158
|
+
}
|
|
62118
62159
|
}
|
|
62119
62160
|
],
|
|
62120
|
-
"
|
|
62161
|
+
"inheritedFrom": {
|
|
62162
|
+
"name": "SbbElementInternalsMixin",
|
|
62163
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
62164
|
+
}
|
|
62121
62165
|
},
|
|
62122
62166
|
{
|
|
62123
|
-
"kind": "
|
|
62124
|
-
"name": "
|
|
62125
|
-
"
|
|
62126
|
-
|
|
62127
|
-
"type": {
|
|
62128
|
-
"text": ""
|
|
62129
|
-
}
|
|
62167
|
+
"kind": "field",
|
|
62168
|
+
"name": "['_$sbbElement$']",
|
|
62169
|
+
"type": {
|
|
62170
|
+
"text": "boolean"
|
|
62130
62171
|
},
|
|
62131
|
-
"
|
|
62132
|
-
|
|
62133
|
-
|
|
62134
|
-
|
|
62135
|
-
|
|
62136
|
-
|
|
62137
|
-
|
|
62138
|
-
},
|
|
62139
|
-
{
|
|
62140
|
-
"name": "duration",
|
|
62141
|
-
"optional": true,
|
|
62142
|
-
"type": {
|
|
62143
|
-
"text": "number"
|
|
62144
|
-
},
|
|
62145
|
-
"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."
|
|
62146
|
-
}
|
|
62147
|
-
],
|
|
62148
|
-
"description": "Announces a message to screen readers."
|
|
62172
|
+
"privacy": "public",
|
|
62173
|
+
"static": true,
|
|
62174
|
+
"default": "true",
|
|
62175
|
+
"inheritedFrom": {
|
|
62176
|
+
"name": "SbbElement",
|
|
62177
|
+
"module": "core/base-elements/element.js"
|
|
62178
|
+
}
|
|
62149
62179
|
},
|
|
62150
62180
|
{
|
|
62151
|
-
"kind": "
|
|
62152
|
-
"name": "
|
|
62153
|
-
"
|
|
62154
|
-
|
|
62155
|
-
"type": {
|
|
62156
|
-
"text": ""
|
|
62157
|
-
}
|
|
62181
|
+
"kind": "field",
|
|
62182
|
+
"name": "_controllers",
|
|
62183
|
+
"type": {
|
|
62184
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
62158
62185
|
},
|
|
62159
|
-
"
|
|
62160
|
-
|
|
62161
|
-
|
|
62162
|
-
|
|
62163
|
-
|
|
62164
|
-
|
|
62165
|
-
|
|
62166
|
-
|
|
62167
|
-
|
|
62168
|
-
|
|
62169
|
-
|
|
62170
|
-
|
|
62171
|
-
|
|
62172
|
-
|
|
62173
|
-
"description": "The politeness of the announcer element."
|
|
62174
|
-
},
|
|
62175
|
-
{
|
|
62176
|
-
"name": "duration",
|
|
62177
|
-
"optional": true,
|
|
62178
|
-
"type": {
|
|
62179
|
-
"text": "number"
|
|
62180
|
-
},
|
|
62181
|
-
"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."
|
|
62182
|
-
}
|
|
62183
|
-
],
|
|
62184
|
-
"description": "Announces a message to screen readers."
|
|
62186
|
+
"privacy": "private",
|
|
62187
|
+
"inheritedFrom": {
|
|
62188
|
+
"name": "SbbElement",
|
|
62189
|
+
"module": "core/base-elements/element.js"
|
|
62190
|
+
}
|
|
62191
|
+
}
|
|
62192
|
+
],
|
|
62193
|
+
"events": [
|
|
62194
|
+
{
|
|
62195
|
+
"name": "stick",
|
|
62196
|
+
"type": {
|
|
62197
|
+
"text": "Event"
|
|
62198
|
+
},
|
|
62199
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` ends."
|
|
62185
62200
|
},
|
|
62186
62201
|
{
|
|
62187
|
-
"
|
|
62188
|
-
"
|
|
62189
|
-
|
|
62190
|
-
"return": {
|
|
62191
|
-
"type": {
|
|
62192
|
-
"text": "Promise<void>"
|
|
62193
|
-
}
|
|
62202
|
+
"name": "unstick",
|
|
62203
|
+
"type": {
|
|
62204
|
+
"text": "Event"
|
|
62194
62205
|
},
|
|
62195
|
-
"
|
|
62196
|
-
{
|
|
62197
|
-
"name": "message",
|
|
62198
|
-
"type": {
|
|
62199
|
-
"text": "string"
|
|
62200
|
-
}
|
|
62201
|
-
},
|
|
62202
|
-
{
|
|
62203
|
-
"name": "args",
|
|
62204
|
-
"type": {
|
|
62205
|
-
"text": "any[]"
|
|
62206
|
-
}
|
|
62207
|
-
}
|
|
62208
|
-
]
|
|
62206
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow ends."
|
|
62209
62207
|
},
|
|
62210
62208
|
{
|
|
62211
|
-
"
|
|
62212
|
-
"
|
|
62213
|
-
|
|
62214
|
-
"return": {
|
|
62215
|
-
"type": {
|
|
62216
|
-
"text": "void"
|
|
62217
|
-
}
|
|
62209
|
+
"name": "beforestick",
|
|
62210
|
+
"type": {
|
|
62211
|
+
"text": "Event"
|
|
62218
62212
|
},
|
|
62219
|
-
"description": "
|
|
62213
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled."
|
|
62220
62214
|
},
|
|
62221
62215
|
{
|
|
62222
|
-
"
|
|
62223
|
-
"
|
|
62224
|
-
|
|
62225
|
-
|
|
62226
|
-
|
|
62227
|
-
|
|
62228
|
-
|
|
62229
|
-
|
|
62216
|
+
"name": "beforeunstick",
|
|
62217
|
+
"type": {
|
|
62218
|
+
"text": "Event"
|
|
62219
|
+
},
|
|
62220
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled."
|
|
62221
|
+
}
|
|
62222
|
+
],
|
|
62223
|
+
"attributes": [
|
|
62224
|
+
{
|
|
62225
|
+
"name": "color",
|
|
62226
|
+
"type": {
|
|
62227
|
+
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
62228
|
+
},
|
|
62229
|
+
"default": "null",
|
|
62230
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
62231
|
+
"fieldName": "color"
|
|
62230
62232
|
},
|
|
62231
62233
|
{
|
|
62232
|
-
"
|
|
62233
|
-
"
|
|
62234
|
-
|
|
62235
|
-
|
|
62236
|
-
|
|
62237
|
-
|
|
62238
|
-
|
|
62239
|
-
}
|
|
62234
|
+
"name": "size",
|
|
62235
|
+
"type": {
|
|
62236
|
+
"text": "'m' | 's'"
|
|
62237
|
+
},
|
|
62238
|
+
"description": "Size of the container.",
|
|
62239
|
+
"default": "'m' / 's' (lean)",
|
|
62240
|
+
"fieldName": "size"
|
|
62240
62241
|
}
|
|
62241
|
-
]
|
|
62242
|
-
|
|
62243
|
-
|
|
62244
|
-
|
|
62245
|
-
|
|
62246
|
-
|
|
62242
|
+
],
|
|
62243
|
+
"mixins": [
|
|
62244
|
+
{
|
|
62245
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
62246
|
+
"module": "core/mixins.js"
|
|
62247
|
+
}
|
|
62248
|
+
],
|
|
62249
|
+
"superclass": {
|
|
62250
|
+
"name": "SbbElement",
|
|
62251
|
+
"module": "core/base-elements.js"
|
|
62252
|
+
},
|
|
62253
|
+
"tagName": "sbb-sticky-bar",
|
|
62254
|
+
"customElement": true
|
|
62247
62255
|
}
|
|
62248
62256
|
],
|
|
62249
62257
|
"exports": [
|
|
62250
62258
|
{
|
|
62251
62259
|
"kind": "js",
|
|
62252
|
-
"name": "
|
|
62253
|
-
"declaration": {
|
|
62254
|
-
"name": "SbbLiveAnnouncer",
|
|
62255
|
-
"module": "core/a11y/live-announcer.js"
|
|
62256
|
-
}
|
|
62257
|
-
},
|
|
62258
|
-
{
|
|
62259
|
-
"kind": "js",
|
|
62260
|
-
"name": "sbbLiveAnnouncer",
|
|
62260
|
+
"name": "SbbStickyBarElement",
|
|
62261
62261
|
"declaration": {
|
|
62262
|
-
"name": "
|
|
62263
|
-
"module": "
|
|
62262
|
+
"name": "SbbStickyBarElement",
|
|
62263
|
+
"module": "container/sticky-bar/sticky-bar.component.js"
|
|
62264
62264
|
}
|
|
62265
62265
|
}
|
|
62266
62266
|
]
|
|
@@ -68593,229 +68593,6 @@
|
|
|
68593
68593
|
}
|
|
68594
68594
|
]
|
|
68595
68595
|
},
|
|
68596
|
-
{
|
|
68597
|
-
"kind": "javascript-module",
|
|
68598
|
-
"path": "core/decorators/base.js",
|
|
68599
|
-
"declarations": [],
|
|
68600
|
-
"exports": []
|
|
68601
|
-
},
|
|
68602
|
-
{
|
|
68603
|
-
"kind": "javascript-module",
|
|
68604
|
-
"path": "core/decorators/force-type.js",
|
|
68605
|
-
"declarations": [
|
|
68606
|
-
{
|
|
68607
|
-
"kind": "function",
|
|
68608
|
-
"name": "forceType",
|
|
68609
|
-
"return": {
|
|
68610
|
-
"type": {
|
|
68611
|
-
"text": "PropertyDecorator"
|
|
68612
|
-
}
|
|
68613
|
-
},
|
|
68614
|
-
"parameters": [
|
|
68615
|
-
{
|
|
68616
|
-
"name": "convert",
|
|
68617
|
-
"optional": true,
|
|
68618
|
-
"type": {
|
|
68619
|
-
"text": "(v: unknown) => V"
|
|
68620
|
-
}
|
|
68621
|
-
}
|
|
68622
|
-
],
|
|
68623
|
-
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
68624
|
-
}
|
|
68625
|
-
],
|
|
68626
|
-
"exports": [
|
|
68627
|
-
{
|
|
68628
|
-
"kind": "js",
|
|
68629
|
-
"name": "forceType",
|
|
68630
|
-
"declaration": {
|
|
68631
|
-
"name": "forceType",
|
|
68632
|
-
"module": "core/decorators/force-type.js"
|
|
68633
|
-
}
|
|
68634
|
-
}
|
|
68635
|
-
]
|
|
68636
|
-
},
|
|
68637
|
-
{
|
|
68638
|
-
"kind": "javascript-module",
|
|
68639
|
-
"path": "core/decorators/get-override.js",
|
|
68640
|
-
"declarations": [
|
|
68641
|
-
{
|
|
68642
|
-
"kind": "function",
|
|
68643
|
-
"name": "getOverride",
|
|
68644
|
-
"parameters": [
|
|
68645
|
-
{
|
|
68646
|
-
"name": "callback",
|
|
68647
|
-
"type": {
|
|
68648
|
-
"text": "(instance: C, innerValue: V) => V"
|
|
68649
|
-
}
|
|
68650
|
-
}
|
|
68651
|
-
],
|
|
68652
|
-
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
68653
|
-
}
|
|
68654
|
-
],
|
|
68655
|
-
"exports": [
|
|
68656
|
-
{
|
|
68657
|
-
"kind": "js",
|
|
68658
|
-
"name": "getOverride",
|
|
68659
|
-
"declaration": {
|
|
68660
|
-
"name": "getOverride",
|
|
68661
|
-
"module": "core/decorators/get-override.js"
|
|
68662
|
-
}
|
|
68663
|
-
}
|
|
68664
|
-
]
|
|
68665
|
-
},
|
|
68666
|
-
{
|
|
68667
|
-
"kind": "javascript-module",
|
|
68668
|
-
"path": "core/decorators/handle-distinct-change.js",
|
|
68669
|
-
"declarations": [
|
|
68670
|
-
{
|
|
68671
|
-
"kind": "function",
|
|
68672
|
-
"name": "handleDistinctChange",
|
|
68673
|
-
"parameters": [
|
|
68674
|
-
{
|
|
68675
|
-
"name": "callback",
|
|
68676
|
-
"type": {
|
|
68677
|
-
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
68678
|
-
}
|
|
68679
|
-
}
|
|
68680
|
-
],
|
|
68681
|
-
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
68682
|
-
}
|
|
68683
|
-
],
|
|
68684
|
-
"exports": [
|
|
68685
|
-
{
|
|
68686
|
-
"kind": "js",
|
|
68687
|
-
"name": "handleDistinctChange",
|
|
68688
|
-
"declaration": {
|
|
68689
|
-
"name": "handleDistinctChange",
|
|
68690
|
-
"module": "core/decorators/handle-distinct-change.js"
|
|
68691
|
-
}
|
|
68692
|
-
}
|
|
68693
|
-
]
|
|
68694
|
-
},
|
|
68695
|
-
{
|
|
68696
|
-
"kind": "javascript-module",
|
|
68697
|
-
"path": "core/decorators/host-attributes.js",
|
|
68698
|
-
"declarations": [
|
|
68699
|
-
{
|
|
68700
|
-
"kind": "function",
|
|
68701
|
-
"name": "hostAttributes",
|
|
68702
|
-
"parameters": [
|
|
68703
|
-
{
|
|
68704
|
-
"name": "attributes",
|
|
68705
|
-
"type": {
|
|
68706
|
-
"text": "Record<string, string | null>"
|
|
68707
|
-
},
|
|
68708
|
-
"description": "A record of attributes to apply to the element."
|
|
68709
|
-
}
|
|
68710
|
-
],
|
|
68711
|
-
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
68712
|
-
"deprecated": "Will be removed with next major version."
|
|
68713
|
-
}
|
|
68714
|
-
],
|
|
68715
|
-
"exports": [
|
|
68716
|
-
{
|
|
68717
|
-
"kind": "js",
|
|
68718
|
-
"name": "hostAttributes",
|
|
68719
|
-
"declaration": {
|
|
68720
|
-
"name": "hostAttributes",
|
|
68721
|
-
"module": "core/decorators/host-attributes.js"
|
|
68722
|
-
}
|
|
68723
|
-
}
|
|
68724
|
-
]
|
|
68725
|
-
},
|
|
68726
|
-
{
|
|
68727
|
-
"kind": "javascript-module",
|
|
68728
|
-
"path": "core/decorators/id-reference.js",
|
|
68729
|
-
"declarations": [
|
|
68730
|
-
{
|
|
68731
|
-
"kind": "function",
|
|
68732
|
-
"name": "idReference",
|
|
68733
|
-
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
68734
|
-
}
|
|
68735
|
-
],
|
|
68736
|
-
"exports": [
|
|
68737
|
-
{
|
|
68738
|
-
"kind": "js",
|
|
68739
|
-
"name": "idReference",
|
|
68740
|
-
"declaration": {
|
|
68741
|
-
"name": "idReference",
|
|
68742
|
-
"module": "core/decorators/id-reference.js"
|
|
68743
|
-
}
|
|
68744
|
-
}
|
|
68745
|
-
]
|
|
68746
|
-
},
|
|
68747
|
-
{
|
|
68748
|
-
"kind": "javascript-module",
|
|
68749
|
-
"path": "core/decorators/omit-empty-converter.js",
|
|
68750
|
-
"declarations": [
|
|
68751
|
-
{
|
|
68752
|
-
"kind": "variable",
|
|
68753
|
-
"name": "omitEmptyConverter",
|
|
68754
|
-
"type": {
|
|
68755
|
-
"text": "ComplexAttributeConverter"
|
|
68756
|
-
},
|
|
68757
|
-
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
68758
|
-
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
68759
|
-
}
|
|
68760
|
-
],
|
|
68761
|
-
"exports": [
|
|
68762
|
-
{
|
|
68763
|
-
"kind": "js",
|
|
68764
|
-
"name": "omitEmptyConverter",
|
|
68765
|
-
"declaration": {
|
|
68766
|
-
"name": "omitEmptyConverter",
|
|
68767
|
-
"module": "core/decorators/omit-empty-converter.js"
|
|
68768
|
-
}
|
|
68769
|
-
}
|
|
68770
|
-
]
|
|
68771
|
-
},
|
|
68772
|
-
{
|
|
68773
|
-
"kind": "javascript-module",
|
|
68774
|
-
"path": "core/decorators/plain-date.js",
|
|
68775
|
-
"declarations": [
|
|
68776
|
-
{
|
|
68777
|
-
"kind": "variable",
|
|
68778
|
-
"name": "plainDateConverter",
|
|
68779
|
-
"type": {
|
|
68780
|
-
"text": "ComplexAttributeConverter"
|
|
68781
|
-
},
|
|
68782
|
-
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
68783
|
-
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
68784
|
-
},
|
|
68785
|
-
{
|
|
68786
|
-
"kind": "function",
|
|
68787
|
-
"name": "plainDate",
|
|
68788
|
-
"parameters": [
|
|
68789
|
-
{
|
|
68790
|
-
"name": "config",
|
|
68791
|
-
"optional": true,
|
|
68792
|
-
"type": {
|
|
68793
|
-
"text": "SbbPlainDateConfiguration"
|
|
68794
|
-
}
|
|
68795
|
-
}
|
|
68796
|
-
],
|
|
68797
|
-
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
68798
|
-
}
|
|
68799
|
-
],
|
|
68800
|
-
"exports": [
|
|
68801
|
-
{
|
|
68802
|
-
"kind": "js",
|
|
68803
|
-
"name": "plainDateConverter",
|
|
68804
|
-
"declaration": {
|
|
68805
|
-
"name": "plainDateConverter",
|
|
68806
|
-
"module": "core/decorators/plain-date.js"
|
|
68807
|
-
}
|
|
68808
|
-
},
|
|
68809
|
-
{
|
|
68810
|
-
"kind": "js",
|
|
68811
|
-
"name": "plainDate",
|
|
68812
|
-
"declaration": {
|
|
68813
|
-
"name": "plainDate",
|
|
68814
|
-
"module": "core/decorators/plain-date.js"
|
|
68815
|
-
}
|
|
68816
|
-
}
|
|
68817
|
-
]
|
|
68818
|
-
},
|
|
68819
68596
|
{
|
|
68820
68597
|
"kind": "javascript-module",
|
|
68821
68598
|
"path": "core/dom/animation.js",
|
|
@@ -69254,6 +69031,229 @@
|
|
|
69254
69031
|
}
|
|
69255
69032
|
]
|
|
69256
69033
|
},
|
|
69034
|
+
{
|
|
69035
|
+
"kind": "javascript-module",
|
|
69036
|
+
"path": "core/decorators/base.js",
|
|
69037
|
+
"declarations": [],
|
|
69038
|
+
"exports": []
|
|
69039
|
+
},
|
|
69040
|
+
{
|
|
69041
|
+
"kind": "javascript-module",
|
|
69042
|
+
"path": "core/decorators/force-type.js",
|
|
69043
|
+
"declarations": [
|
|
69044
|
+
{
|
|
69045
|
+
"kind": "function",
|
|
69046
|
+
"name": "forceType",
|
|
69047
|
+
"return": {
|
|
69048
|
+
"type": {
|
|
69049
|
+
"text": "PropertyDecorator"
|
|
69050
|
+
}
|
|
69051
|
+
},
|
|
69052
|
+
"parameters": [
|
|
69053
|
+
{
|
|
69054
|
+
"name": "convert",
|
|
69055
|
+
"optional": true,
|
|
69056
|
+
"type": {
|
|
69057
|
+
"text": "(v: unknown) => V"
|
|
69058
|
+
}
|
|
69059
|
+
}
|
|
69060
|
+
],
|
|
69061
|
+
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
69062
|
+
}
|
|
69063
|
+
],
|
|
69064
|
+
"exports": [
|
|
69065
|
+
{
|
|
69066
|
+
"kind": "js",
|
|
69067
|
+
"name": "forceType",
|
|
69068
|
+
"declaration": {
|
|
69069
|
+
"name": "forceType",
|
|
69070
|
+
"module": "core/decorators/force-type.js"
|
|
69071
|
+
}
|
|
69072
|
+
}
|
|
69073
|
+
]
|
|
69074
|
+
},
|
|
69075
|
+
{
|
|
69076
|
+
"kind": "javascript-module",
|
|
69077
|
+
"path": "core/decorators/get-override.js",
|
|
69078
|
+
"declarations": [
|
|
69079
|
+
{
|
|
69080
|
+
"kind": "function",
|
|
69081
|
+
"name": "getOverride",
|
|
69082
|
+
"parameters": [
|
|
69083
|
+
{
|
|
69084
|
+
"name": "callback",
|
|
69085
|
+
"type": {
|
|
69086
|
+
"text": "(instance: C, innerValue: V) => V"
|
|
69087
|
+
}
|
|
69088
|
+
}
|
|
69089
|
+
],
|
|
69090
|
+
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
69091
|
+
}
|
|
69092
|
+
],
|
|
69093
|
+
"exports": [
|
|
69094
|
+
{
|
|
69095
|
+
"kind": "js",
|
|
69096
|
+
"name": "getOverride",
|
|
69097
|
+
"declaration": {
|
|
69098
|
+
"name": "getOverride",
|
|
69099
|
+
"module": "core/decorators/get-override.js"
|
|
69100
|
+
}
|
|
69101
|
+
}
|
|
69102
|
+
]
|
|
69103
|
+
},
|
|
69104
|
+
{
|
|
69105
|
+
"kind": "javascript-module",
|
|
69106
|
+
"path": "core/decorators/handle-distinct-change.js",
|
|
69107
|
+
"declarations": [
|
|
69108
|
+
{
|
|
69109
|
+
"kind": "function",
|
|
69110
|
+
"name": "handleDistinctChange",
|
|
69111
|
+
"parameters": [
|
|
69112
|
+
{
|
|
69113
|
+
"name": "callback",
|
|
69114
|
+
"type": {
|
|
69115
|
+
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
69116
|
+
}
|
|
69117
|
+
}
|
|
69118
|
+
],
|
|
69119
|
+
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
69120
|
+
}
|
|
69121
|
+
],
|
|
69122
|
+
"exports": [
|
|
69123
|
+
{
|
|
69124
|
+
"kind": "js",
|
|
69125
|
+
"name": "handleDistinctChange",
|
|
69126
|
+
"declaration": {
|
|
69127
|
+
"name": "handleDistinctChange",
|
|
69128
|
+
"module": "core/decorators/handle-distinct-change.js"
|
|
69129
|
+
}
|
|
69130
|
+
}
|
|
69131
|
+
]
|
|
69132
|
+
},
|
|
69133
|
+
{
|
|
69134
|
+
"kind": "javascript-module",
|
|
69135
|
+
"path": "core/decorators/host-attributes.js",
|
|
69136
|
+
"declarations": [
|
|
69137
|
+
{
|
|
69138
|
+
"kind": "function",
|
|
69139
|
+
"name": "hostAttributes",
|
|
69140
|
+
"parameters": [
|
|
69141
|
+
{
|
|
69142
|
+
"name": "attributes",
|
|
69143
|
+
"type": {
|
|
69144
|
+
"text": "Record<string, string | null>"
|
|
69145
|
+
},
|
|
69146
|
+
"description": "A record of attributes to apply to the element."
|
|
69147
|
+
}
|
|
69148
|
+
],
|
|
69149
|
+
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
69150
|
+
"deprecated": "Will be removed with next major version."
|
|
69151
|
+
}
|
|
69152
|
+
],
|
|
69153
|
+
"exports": [
|
|
69154
|
+
{
|
|
69155
|
+
"kind": "js",
|
|
69156
|
+
"name": "hostAttributes",
|
|
69157
|
+
"declaration": {
|
|
69158
|
+
"name": "hostAttributes",
|
|
69159
|
+
"module": "core/decorators/host-attributes.js"
|
|
69160
|
+
}
|
|
69161
|
+
}
|
|
69162
|
+
]
|
|
69163
|
+
},
|
|
69164
|
+
{
|
|
69165
|
+
"kind": "javascript-module",
|
|
69166
|
+
"path": "core/decorators/id-reference.js",
|
|
69167
|
+
"declarations": [
|
|
69168
|
+
{
|
|
69169
|
+
"kind": "function",
|
|
69170
|
+
"name": "idReference",
|
|
69171
|
+
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
69172
|
+
}
|
|
69173
|
+
],
|
|
69174
|
+
"exports": [
|
|
69175
|
+
{
|
|
69176
|
+
"kind": "js",
|
|
69177
|
+
"name": "idReference",
|
|
69178
|
+
"declaration": {
|
|
69179
|
+
"name": "idReference",
|
|
69180
|
+
"module": "core/decorators/id-reference.js"
|
|
69181
|
+
}
|
|
69182
|
+
}
|
|
69183
|
+
]
|
|
69184
|
+
},
|
|
69185
|
+
{
|
|
69186
|
+
"kind": "javascript-module",
|
|
69187
|
+
"path": "core/decorators/omit-empty-converter.js",
|
|
69188
|
+
"declarations": [
|
|
69189
|
+
{
|
|
69190
|
+
"kind": "variable",
|
|
69191
|
+
"name": "omitEmptyConverter",
|
|
69192
|
+
"type": {
|
|
69193
|
+
"text": "ComplexAttributeConverter"
|
|
69194
|
+
},
|
|
69195
|
+
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
69196
|
+
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
69197
|
+
}
|
|
69198
|
+
],
|
|
69199
|
+
"exports": [
|
|
69200
|
+
{
|
|
69201
|
+
"kind": "js",
|
|
69202
|
+
"name": "omitEmptyConverter",
|
|
69203
|
+
"declaration": {
|
|
69204
|
+
"name": "omitEmptyConverter",
|
|
69205
|
+
"module": "core/decorators/omit-empty-converter.js"
|
|
69206
|
+
}
|
|
69207
|
+
}
|
|
69208
|
+
]
|
|
69209
|
+
},
|
|
69210
|
+
{
|
|
69211
|
+
"kind": "javascript-module",
|
|
69212
|
+
"path": "core/decorators/plain-date.js",
|
|
69213
|
+
"declarations": [
|
|
69214
|
+
{
|
|
69215
|
+
"kind": "variable",
|
|
69216
|
+
"name": "plainDateConverter",
|
|
69217
|
+
"type": {
|
|
69218
|
+
"text": "ComplexAttributeConverter"
|
|
69219
|
+
},
|
|
69220
|
+
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
69221
|
+
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
69222
|
+
},
|
|
69223
|
+
{
|
|
69224
|
+
"kind": "function",
|
|
69225
|
+
"name": "plainDate",
|
|
69226
|
+
"parameters": [
|
|
69227
|
+
{
|
|
69228
|
+
"name": "config",
|
|
69229
|
+
"optional": true,
|
|
69230
|
+
"type": {
|
|
69231
|
+
"text": "SbbPlainDateConfiguration"
|
|
69232
|
+
}
|
|
69233
|
+
}
|
|
69234
|
+
],
|
|
69235
|
+
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
69236
|
+
}
|
|
69237
|
+
],
|
|
69238
|
+
"exports": [
|
|
69239
|
+
{
|
|
69240
|
+
"kind": "js",
|
|
69241
|
+
"name": "plainDateConverter",
|
|
69242
|
+
"declaration": {
|
|
69243
|
+
"name": "plainDateConverter",
|
|
69244
|
+
"module": "core/decorators/plain-date.js"
|
|
69245
|
+
}
|
|
69246
|
+
},
|
|
69247
|
+
{
|
|
69248
|
+
"kind": "js",
|
|
69249
|
+
"name": "plainDate",
|
|
69250
|
+
"declaration": {
|
|
69251
|
+
"name": "plainDate",
|
|
69252
|
+
"module": "core/decorators/plain-date.js"
|
|
69253
|
+
}
|
|
69254
|
+
}
|
|
69255
|
+
]
|
|
69256
|
+
},
|
|
69257
69257
|
{
|
|
69258
69258
|
"kind": "javascript-module",
|
|
69259
69259
|
"path": "core/eventing/composed-path-has-attribute.js",
|
|
@@ -81204,12 +81204,12 @@
|
|
|
81204
81204
|
},
|
|
81205
81205
|
{
|
|
81206
81206
|
"kind": "javascript-module",
|
|
81207
|
-
"path": "datepicker/datepicker-
|
|
81207
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
81208
81208
|
"declarations": [
|
|
81209
81209
|
{
|
|
81210
81210
|
"kind": "class",
|
|
81211
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
81212
|
-
"name": "
|
|
81211
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
81212
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
81213
81213
|
"members": [
|
|
81214
81214
|
{
|
|
81215
81215
|
"kind": "field",
|
|
@@ -81224,7 +81224,7 @@
|
|
|
81224
81224
|
"name": "SbbElement",
|
|
81225
81225
|
"module": "core/base-elements/element.js"
|
|
81226
81226
|
},
|
|
81227
|
-
"default": "'sbb-datepicker-
|
|
81227
|
+
"default": "'sbb-datepicker-previous-day'"
|
|
81228
81228
|
},
|
|
81229
81229
|
{
|
|
81230
81230
|
"kind": "field",
|
|
@@ -81237,7 +81237,7 @@
|
|
|
81237
81237
|
"name": "SbbDatepickerButtonBase",
|
|
81238
81238
|
"module": "datepicker/common/datepicker-button.js"
|
|
81239
81239
|
},
|
|
81240
|
-
"default": "'chevron-small-
|
|
81240
|
+
"default": "'chevron-small-left-small'"
|
|
81241
81241
|
},
|
|
81242
81242
|
{
|
|
81243
81243
|
"kind": "field",
|
|
@@ -81246,7 +81246,7 @@
|
|
|
81246
81246
|
"text": "Record<string, string>"
|
|
81247
81247
|
},
|
|
81248
81248
|
"privacy": "protected",
|
|
81249
|
-
"default": "
|
|
81249
|
+
"default": "i18nPreviousDay",
|
|
81250
81250
|
"inheritedFrom": {
|
|
81251
81251
|
"name": "SbbDatepickerButton",
|
|
81252
81252
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81259,7 +81259,7 @@
|
|
|
81259
81259
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
81260
81260
|
},
|
|
81261
81261
|
"privacy": "protected",
|
|
81262
|
-
"default": "
|
|
81262
|
+
"default": "i18nSelectPreviousDay",
|
|
81263
81263
|
"inheritedFrom": {
|
|
81264
81264
|
"name": "SbbDatepickerButton",
|
|
81265
81265
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81289,7 +81289,7 @@
|
|
|
81289
81289
|
},
|
|
81290
81290
|
{
|
|
81291
81291
|
"kind": "method",
|
|
81292
|
-
"name": "
|
|
81292
|
+
"name": "_isBeforeMinDate",
|
|
81293
81293
|
"privacy": "private",
|
|
81294
81294
|
"return": {
|
|
81295
81295
|
"type": {
|
|
@@ -82149,7 +82149,7 @@
|
|
|
82149
82149
|
"name": "SbbDatepickerButton",
|
|
82150
82150
|
"module": "datepicker/common/datepicker-button.js"
|
|
82151
82151
|
},
|
|
82152
|
-
"tagName": "sbb-datepicker-
|
|
82152
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
82153
82153
|
"customElement": true,
|
|
82154
82154
|
"classGenerics": "T = Date",
|
|
82155
82155
|
"attributes": [
|
|
@@ -82259,22 +82259,22 @@
|
|
|
82259
82259
|
"exports": [
|
|
82260
82260
|
{
|
|
82261
82261
|
"kind": "js",
|
|
82262
|
-
"name": "
|
|
82262
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
82263
82263
|
"declaration": {
|
|
82264
|
-
"name": "
|
|
82265
|
-
"module": "datepicker/datepicker-
|
|
82264
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
82265
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
82266
82266
|
}
|
|
82267
82267
|
}
|
|
82268
82268
|
]
|
|
82269
82269
|
},
|
|
82270
82270
|
{
|
|
82271
82271
|
"kind": "javascript-module",
|
|
82272
|
-
"path": "datepicker/datepicker-
|
|
82272
|
+
"path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
|
|
82273
82273
|
"declarations": [
|
|
82274
82274
|
{
|
|
82275
82275
|
"kind": "class",
|
|
82276
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
82277
|
-
"name": "
|
|
82276
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
|
|
82277
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82278
82278
|
"members": [
|
|
82279
82279
|
{
|
|
82280
82280
|
"kind": "field",
|
|
@@ -82289,7 +82289,7 @@
|
|
|
82289
82289
|
"name": "SbbElement",
|
|
82290
82290
|
"module": "core/base-elements/element.js"
|
|
82291
82291
|
},
|
|
82292
|
-
"default": "'sbb-datepicker-
|
|
82292
|
+
"default": "'sbb-datepicker-next-day'"
|
|
82293
82293
|
},
|
|
82294
82294
|
{
|
|
82295
82295
|
"kind": "field",
|
|
@@ -82302,7 +82302,7 @@
|
|
|
82302
82302
|
"name": "SbbDatepickerButtonBase",
|
|
82303
82303
|
"module": "datepicker/common/datepicker-button.js"
|
|
82304
82304
|
},
|
|
82305
|
-
"default": "'chevron-small-
|
|
82305
|
+
"default": "'chevron-small-right-small'"
|
|
82306
82306
|
},
|
|
82307
82307
|
{
|
|
82308
82308
|
"kind": "field",
|
|
@@ -82311,7 +82311,7 @@
|
|
|
82311
82311
|
"text": "Record<string, string>"
|
|
82312
82312
|
},
|
|
82313
82313
|
"privacy": "protected",
|
|
82314
|
-
"default": "
|
|
82314
|
+
"default": "i18nNextDay",
|
|
82315
82315
|
"inheritedFrom": {
|
|
82316
82316
|
"name": "SbbDatepickerButton",
|
|
82317
82317
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -82324,7 +82324,7 @@
|
|
|
82324
82324
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
82325
82325
|
},
|
|
82326
82326
|
"privacy": "protected",
|
|
82327
|
-
"default": "
|
|
82327
|
+
"default": "i18nSelectNextDay",
|
|
82328
82328
|
"inheritedFrom": {
|
|
82329
82329
|
"name": "SbbDatepickerButton",
|
|
82330
82330
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -82354,7 +82354,7 @@
|
|
|
82354
82354
|
},
|
|
82355
82355
|
{
|
|
82356
82356
|
"kind": "method",
|
|
82357
|
-
"name": "
|
|
82357
|
+
"name": "_isAfterMaxDate",
|
|
82358
82358
|
"privacy": "private",
|
|
82359
82359
|
"return": {
|
|
82360
82360
|
"type": {
|
|
@@ -83214,7 +83214,7 @@
|
|
|
83214
83214
|
"name": "SbbDatepickerButton",
|
|
83215
83215
|
"module": "datepicker/common/datepicker-button.js"
|
|
83216
83216
|
},
|
|
83217
|
-
"tagName": "sbb-datepicker-
|
|
83217
|
+
"tagName": "sbb-datepicker-next-day",
|
|
83218
83218
|
"customElement": true,
|
|
83219
83219
|
"classGenerics": "T = Date",
|
|
83220
83220
|
"attributes": [
|
|
@@ -83324,10 +83324,10 @@
|
|
|
83324
83324
|
"exports": [
|
|
83325
83325
|
{
|
|
83326
83326
|
"kind": "js",
|
|
83327
|
-
"name": "
|
|
83327
|
+
"name": "SbbDatepickerNextDayElement",
|
|
83328
83328
|
"declaration": {
|
|
83329
|
-
"name": "
|
|
83330
|
-
"module": "datepicker/datepicker-
|
|
83329
|
+
"name": "SbbDatepickerNextDayElement",
|
|
83330
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
|
|
83331
83331
|
}
|
|
83332
83332
|
}
|
|
83333
83333
|
]
|
|
@@ -109957,6 +109957,176 @@
|
|
|
109957
109957
|
}
|
|
109958
109958
|
]
|
|
109959
109959
|
},
|
|
109960
|
+
{
|
|
109961
|
+
"kind": "javascript-module",
|
|
109962
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
109963
|
+
"declarations": [
|
|
109964
|
+
{
|
|
109965
|
+
"kind": "class",
|
|
109966
|
+
"description": "",
|
|
109967
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109968
|
+
"members": [
|
|
109969
|
+
{
|
|
109970
|
+
"kind": "field",
|
|
109971
|
+
"name": "size",
|
|
109972
|
+
"type": {
|
|
109973
|
+
"text": "SbbNavigationActionSize"
|
|
109974
|
+
},
|
|
109975
|
+
"privacy": "public"
|
|
109976
|
+
},
|
|
109977
|
+
{
|
|
109978
|
+
"kind": "field",
|
|
109979
|
+
"name": "marker",
|
|
109980
|
+
"type": {
|
|
109981
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
109982
|
+
},
|
|
109983
|
+
"privacy": "public",
|
|
109984
|
+
"readonly": true
|
|
109985
|
+
},
|
|
109986
|
+
{
|
|
109987
|
+
"kind": "field",
|
|
109988
|
+
"name": "section",
|
|
109989
|
+
"type": {
|
|
109990
|
+
"text": "SbbNavigationSectionElement | null"
|
|
109991
|
+
},
|
|
109992
|
+
"privacy": "public",
|
|
109993
|
+
"readonly": true
|
|
109994
|
+
},
|
|
109995
|
+
{
|
|
109996
|
+
"kind": "field",
|
|
109997
|
+
"name": "connectedSection",
|
|
109998
|
+
"type": {
|
|
109999
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110000
|
+
},
|
|
110001
|
+
"privacy": "public"
|
|
110002
|
+
}
|
|
110003
|
+
]
|
|
110004
|
+
},
|
|
110005
|
+
{
|
|
110006
|
+
"kind": "mixin",
|
|
110007
|
+
"description": "",
|
|
110008
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110009
|
+
"members": [
|
|
110010
|
+
{
|
|
110011
|
+
"kind": "field",
|
|
110012
|
+
"name": "styles",
|
|
110013
|
+
"type": {
|
|
110014
|
+
"text": "CSSResultGroup"
|
|
110015
|
+
},
|
|
110016
|
+
"privacy": "public",
|
|
110017
|
+
"static": true,
|
|
110018
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110019
|
+
},
|
|
110020
|
+
{
|
|
110021
|
+
"kind": "field",
|
|
110022
|
+
"name": "size",
|
|
110023
|
+
"type": {
|
|
110024
|
+
"text": "SbbNavigationActionSize"
|
|
110025
|
+
},
|
|
110026
|
+
"privacy": "public",
|
|
110027
|
+
"description": "Action size variant, either s, m or l.",
|
|
110028
|
+
"default": "'l' / 's' (lean)",
|
|
110029
|
+
"attribute": "size",
|
|
110030
|
+
"reflects": true
|
|
110031
|
+
},
|
|
110032
|
+
{
|
|
110033
|
+
"kind": "field",
|
|
110034
|
+
"name": "connectedSection",
|
|
110035
|
+
"type": {
|
|
110036
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110037
|
+
},
|
|
110038
|
+
"privacy": "public",
|
|
110039
|
+
"description": "The section that is being controlled by the action, if any."
|
|
110040
|
+
},
|
|
110041
|
+
{
|
|
110042
|
+
"kind": "field",
|
|
110043
|
+
"name": "marker",
|
|
110044
|
+
"type": {
|
|
110045
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110046
|
+
},
|
|
110047
|
+
"privacy": "public",
|
|
110048
|
+
"description": "The navigation marker in which the action is nested.",
|
|
110049
|
+
"readonly": true
|
|
110050
|
+
},
|
|
110051
|
+
{
|
|
110052
|
+
"kind": "field",
|
|
110053
|
+
"name": "section",
|
|
110054
|
+
"type": {
|
|
110055
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110056
|
+
},
|
|
110057
|
+
"privacy": "public",
|
|
110058
|
+
"description": "The section in which the action is nested.",
|
|
110059
|
+
"readonly": true
|
|
110060
|
+
},
|
|
110061
|
+
{
|
|
110062
|
+
"kind": "field",
|
|
110063
|
+
"name": "_navigationMarker",
|
|
110064
|
+
"type": {
|
|
110065
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110066
|
+
},
|
|
110067
|
+
"privacy": "private",
|
|
110068
|
+
"default": "null"
|
|
110069
|
+
},
|
|
110070
|
+
{
|
|
110071
|
+
"kind": "field",
|
|
110072
|
+
"name": "_navigationSection",
|
|
110073
|
+
"type": {
|
|
110074
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110075
|
+
},
|
|
110076
|
+
"privacy": "private",
|
|
110077
|
+
"default": "null"
|
|
110078
|
+
},
|
|
110079
|
+
{
|
|
110080
|
+
"kind": "method",
|
|
110081
|
+
"name": "renderTemplate",
|
|
110082
|
+
"privacy": "protected",
|
|
110083
|
+
"return": {
|
|
110084
|
+
"type": {
|
|
110085
|
+
"text": "TemplateResult"
|
|
110086
|
+
}
|
|
110087
|
+
}
|
|
110088
|
+
}
|
|
110089
|
+
],
|
|
110090
|
+
"attributes": [
|
|
110091
|
+
{
|
|
110092
|
+
"name": "size",
|
|
110093
|
+
"type": {
|
|
110094
|
+
"text": "SbbNavigationActionSize"
|
|
110095
|
+
},
|
|
110096
|
+
"description": "Action size variant, either s, m or l.",
|
|
110097
|
+
"default": "'l' / 's' (lean)",
|
|
110098
|
+
"fieldName": "size"
|
|
110099
|
+
}
|
|
110100
|
+
],
|
|
110101
|
+
"parameters": [
|
|
110102
|
+
{
|
|
110103
|
+
"name": "superClass",
|
|
110104
|
+
"type": {
|
|
110105
|
+
"text": "T"
|
|
110106
|
+
}
|
|
110107
|
+
}
|
|
110108
|
+
]
|
|
110109
|
+
}
|
|
110110
|
+
],
|
|
110111
|
+
"exports": [
|
|
110112
|
+
{
|
|
110113
|
+
"kind": "js",
|
|
110114
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110115
|
+
"declaration": {
|
|
110116
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110117
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110118
|
+
}
|
|
110119
|
+
},
|
|
110120
|
+
{
|
|
110121
|
+
"kind": "js",
|
|
110122
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110123
|
+
"declaration": {
|
|
110124
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110125
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110126
|
+
}
|
|
110127
|
+
}
|
|
110128
|
+
]
|
|
110129
|
+
},
|
|
109960
110130
|
{
|
|
109961
110131
|
"kind": "javascript-module",
|
|
109962
110132
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -110175,176 +110345,6 @@
|
|
|
110175
110345
|
}
|
|
110176
110346
|
]
|
|
110177
110347
|
},
|
|
110178
|
-
{
|
|
110179
|
-
"kind": "javascript-module",
|
|
110180
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
110181
|
-
"declarations": [
|
|
110182
|
-
{
|
|
110183
|
-
"kind": "class",
|
|
110184
|
-
"description": "",
|
|
110185
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110186
|
-
"members": [
|
|
110187
|
-
{
|
|
110188
|
-
"kind": "field",
|
|
110189
|
-
"name": "size",
|
|
110190
|
-
"type": {
|
|
110191
|
-
"text": "SbbNavigationActionSize"
|
|
110192
|
-
},
|
|
110193
|
-
"privacy": "public"
|
|
110194
|
-
},
|
|
110195
|
-
{
|
|
110196
|
-
"kind": "field",
|
|
110197
|
-
"name": "marker",
|
|
110198
|
-
"type": {
|
|
110199
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110200
|
-
},
|
|
110201
|
-
"privacy": "public",
|
|
110202
|
-
"readonly": true
|
|
110203
|
-
},
|
|
110204
|
-
{
|
|
110205
|
-
"kind": "field",
|
|
110206
|
-
"name": "section",
|
|
110207
|
-
"type": {
|
|
110208
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110209
|
-
},
|
|
110210
|
-
"privacy": "public",
|
|
110211
|
-
"readonly": true
|
|
110212
|
-
},
|
|
110213
|
-
{
|
|
110214
|
-
"kind": "field",
|
|
110215
|
-
"name": "connectedSection",
|
|
110216
|
-
"type": {
|
|
110217
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110218
|
-
},
|
|
110219
|
-
"privacy": "public"
|
|
110220
|
-
}
|
|
110221
|
-
]
|
|
110222
|
-
},
|
|
110223
|
-
{
|
|
110224
|
-
"kind": "mixin",
|
|
110225
|
-
"description": "",
|
|
110226
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110227
|
-
"members": [
|
|
110228
|
-
{
|
|
110229
|
-
"kind": "field",
|
|
110230
|
-
"name": "styles",
|
|
110231
|
-
"type": {
|
|
110232
|
-
"text": "CSSResultGroup"
|
|
110233
|
-
},
|
|
110234
|
-
"privacy": "public",
|
|
110235
|
-
"static": true,
|
|
110236
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110237
|
-
},
|
|
110238
|
-
{
|
|
110239
|
-
"kind": "field",
|
|
110240
|
-
"name": "size",
|
|
110241
|
-
"type": {
|
|
110242
|
-
"text": "SbbNavigationActionSize"
|
|
110243
|
-
},
|
|
110244
|
-
"privacy": "public",
|
|
110245
|
-
"description": "Action size variant, either s, m or l.",
|
|
110246
|
-
"default": "'l' / 's' (lean)",
|
|
110247
|
-
"attribute": "size",
|
|
110248
|
-
"reflects": true
|
|
110249
|
-
},
|
|
110250
|
-
{
|
|
110251
|
-
"kind": "field",
|
|
110252
|
-
"name": "connectedSection",
|
|
110253
|
-
"type": {
|
|
110254
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110255
|
-
},
|
|
110256
|
-
"privacy": "public",
|
|
110257
|
-
"description": "The section that is being controlled by the action, if any."
|
|
110258
|
-
},
|
|
110259
|
-
{
|
|
110260
|
-
"kind": "field",
|
|
110261
|
-
"name": "marker",
|
|
110262
|
-
"type": {
|
|
110263
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110264
|
-
},
|
|
110265
|
-
"privacy": "public",
|
|
110266
|
-
"description": "The navigation marker in which the action is nested.",
|
|
110267
|
-
"readonly": true
|
|
110268
|
-
},
|
|
110269
|
-
{
|
|
110270
|
-
"kind": "field",
|
|
110271
|
-
"name": "section",
|
|
110272
|
-
"type": {
|
|
110273
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110274
|
-
},
|
|
110275
|
-
"privacy": "public",
|
|
110276
|
-
"description": "The section in which the action is nested.",
|
|
110277
|
-
"readonly": true
|
|
110278
|
-
},
|
|
110279
|
-
{
|
|
110280
|
-
"kind": "field",
|
|
110281
|
-
"name": "_navigationMarker",
|
|
110282
|
-
"type": {
|
|
110283
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110284
|
-
},
|
|
110285
|
-
"privacy": "private",
|
|
110286
|
-
"default": "null"
|
|
110287
|
-
},
|
|
110288
|
-
{
|
|
110289
|
-
"kind": "field",
|
|
110290
|
-
"name": "_navigationSection",
|
|
110291
|
-
"type": {
|
|
110292
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110293
|
-
},
|
|
110294
|
-
"privacy": "private",
|
|
110295
|
-
"default": "null"
|
|
110296
|
-
},
|
|
110297
|
-
{
|
|
110298
|
-
"kind": "method",
|
|
110299
|
-
"name": "renderTemplate",
|
|
110300
|
-
"privacy": "protected",
|
|
110301
|
-
"return": {
|
|
110302
|
-
"type": {
|
|
110303
|
-
"text": "TemplateResult"
|
|
110304
|
-
}
|
|
110305
|
-
}
|
|
110306
|
-
}
|
|
110307
|
-
],
|
|
110308
|
-
"attributes": [
|
|
110309
|
-
{
|
|
110310
|
-
"name": "size",
|
|
110311
|
-
"type": {
|
|
110312
|
-
"text": "SbbNavigationActionSize"
|
|
110313
|
-
},
|
|
110314
|
-
"description": "Action size variant, either s, m or l.",
|
|
110315
|
-
"default": "'l' / 's' (lean)",
|
|
110316
|
-
"fieldName": "size"
|
|
110317
|
-
}
|
|
110318
|
-
],
|
|
110319
|
-
"parameters": [
|
|
110320
|
-
{
|
|
110321
|
-
"name": "superClass",
|
|
110322
|
-
"type": {
|
|
110323
|
-
"text": "T"
|
|
110324
|
-
}
|
|
110325
|
-
}
|
|
110326
|
-
]
|
|
110327
|
-
}
|
|
110328
|
-
],
|
|
110329
|
-
"exports": [
|
|
110330
|
-
{
|
|
110331
|
-
"kind": "js",
|
|
110332
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110333
|
-
"declaration": {
|
|
110334
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110335
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110336
|
-
}
|
|
110337
|
-
},
|
|
110338
|
-
{
|
|
110339
|
-
"kind": "js",
|
|
110340
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110341
|
-
"declaration": {
|
|
110342
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110343
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110344
|
-
}
|
|
110345
|
-
}
|
|
110346
|
-
]
|
|
110347
|
-
},
|
|
110348
110348
|
{
|
|
110349
110349
|
"kind": "javascript-module",
|
|
110350
110350
|
"path": "navigation/navigation/navigation.component.js",
|
|
@@ -116957,12 +116957,12 @@
|
|
|
116957
116957
|
},
|
|
116958
116958
|
{
|
|
116959
116959
|
"kind": "javascript-module",
|
|
116960
|
-
"path": "paginator/paginator/paginator.component.js",
|
|
116960
|
+
"path": "paginator/compact-paginator/compact-paginator.component.js",
|
|
116961
116961
|
"declarations": [
|
|
116962
116962
|
{
|
|
116963
116963
|
"kind": "class",
|
|
116964
|
-
"description": "It displays a paginator component.",
|
|
116965
|
-
"name": "
|
|
116964
|
+
"description": "It displays a paginator component in compact mode.",
|
|
116965
|
+
"name": "SbbCompactPaginatorElement",
|
|
116966
116966
|
"members": [
|
|
116967
116967
|
{
|
|
116968
116968
|
"kind": "field",
|
|
@@ -116973,7 +116973,7 @@
|
|
|
116973
116973
|
"privacy": "public",
|
|
116974
116974
|
"static": true,
|
|
116975
116975
|
"readonly": true,
|
|
116976
|
-
"default": "'sbb-paginator'",
|
|
116976
|
+
"default": "'sbb-compact-paginator'",
|
|
116977
116977
|
"inheritedFrom": {
|
|
116978
116978
|
"name": "SbbElement",
|
|
116979
116979
|
"module": "core/base-elements/element.js"
|
|
@@ -116990,129 +116990,6 @@
|
|
|
116990
116990
|
"readonly": true,
|
|
116991
116991
|
"default": "{ page: 'page', }"
|
|
116992
116992
|
},
|
|
116993
|
-
{
|
|
116994
|
-
"kind": "field",
|
|
116995
|
-
"name": "pageSizeOptions",
|
|
116996
|
-
"type": {
|
|
116997
|
-
"text": "number[]"
|
|
116998
|
-
},
|
|
116999
|
-
"privacy": "public",
|
|
117000
|
-
"default": "[]",
|
|
117001
|
-
"description": "The available `pageSize` choices.",
|
|
117002
|
-
"attribute": "page-size-options"
|
|
117003
|
-
},
|
|
117004
|
-
{
|
|
117005
|
-
"kind": "field",
|
|
117006
|
-
"name": "pagerPosition",
|
|
117007
|
-
"type": {
|
|
117008
|
-
"text": "| 'start'\n | 'end'"
|
|
117009
|
-
},
|
|
117010
|
-
"privacy": "public",
|
|
117011
|
-
"default": "'start'",
|
|
117012
|
-
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117013
|
-
"attribute": "pager-position",
|
|
117014
|
-
"reflects": true,
|
|
117015
|
-
"inheritedFrom": {
|
|
117016
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117017
|
-
"module": "paginator/common/paginator-common.js"
|
|
117018
|
-
}
|
|
117019
|
-
},
|
|
117020
|
-
{
|
|
117021
|
-
"kind": "field",
|
|
117022
|
-
"name": "accessibilityItemsPerPageLabel",
|
|
117023
|
-
"type": {
|
|
117024
|
-
"text": "string"
|
|
117025
|
-
},
|
|
117026
|
-
"privacy": "public",
|
|
117027
|
-
"default": "''",
|
|
117028
|
-
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
117029
|
-
"attribute": "accessibility-items-per-page-label"
|
|
117030
|
-
},
|
|
117031
|
-
{
|
|
117032
|
-
"kind": "field",
|
|
117033
|
-
"name": "_markForFocus",
|
|
117034
|
-
"type": {
|
|
117035
|
-
"text": "boolean"
|
|
117036
|
-
},
|
|
117037
|
-
"privacy": "private",
|
|
117038
|
-
"default": "false"
|
|
117039
|
-
},
|
|
117040
|
-
{
|
|
117041
|
-
"kind": "method",
|
|
117042
|
-
"name": "_getVisiblePages",
|
|
117043
|
-
"privacy": "private",
|
|
117044
|
-
"return": {
|
|
117045
|
-
"type": {
|
|
117046
|
-
"text": "Element[]"
|
|
117047
|
-
}
|
|
117048
|
-
},
|
|
117049
|
-
"description": "Returns the displayed page elements."
|
|
117050
|
-
},
|
|
117051
|
-
{
|
|
117052
|
-
"kind": "method",
|
|
117053
|
-
"name": "_getVisiblePagesIndex",
|
|
117054
|
-
"privacy": "private",
|
|
117055
|
-
"return": {
|
|
117056
|
-
"type": {
|
|
117057
|
-
"text": "(number | 'ellipsis')[]"
|
|
117058
|
-
}
|
|
117059
|
-
},
|
|
117060
|
-
"description": "Calculate the pages set based on the following rules:\n - the first page must always be visible;\n - the last page must always be visible;\n - if there are more than `MAX_PAGE_NUMBERS_DISPLAYED` other pages, ellipsis button must be used."
|
|
117061
|
-
},
|
|
117062
|
-
{
|
|
117063
|
-
"kind": "method",
|
|
117064
|
-
"name": "_range",
|
|
117065
|
-
"privacy": "private",
|
|
117066
|
-
"return": {
|
|
117067
|
-
"type": {
|
|
117068
|
-
"text": "number[]"
|
|
117069
|
-
}
|
|
117070
|
-
},
|
|
117071
|
-
"parameters": [
|
|
117072
|
-
{
|
|
117073
|
-
"name": "length",
|
|
117074
|
-
"type": {
|
|
117075
|
-
"text": "number"
|
|
117076
|
-
}
|
|
117077
|
-
},
|
|
117078
|
-
{
|
|
117079
|
-
"name": "offset",
|
|
117080
|
-
"default": "0",
|
|
117081
|
-
"type": {
|
|
117082
|
-
"text": "number"
|
|
117083
|
-
}
|
|
117084
|
-
}
|
|
117085
|
-
],
|
|
117086
|
-
"description": "Creates an array of consecutive numbers given the length and the starting value."
|
|
117087
|
-
},
|
|
117088
|
-
{
|
|
117089
|
-
"kind": "method",
|
|
117090
|
-
"name": "_onPageNumberClick",
|
|
117091
|
-
"privacy": "private",
|
|
117092
|
-
"return": {
|
|
117093
|
-
"type": {
|
|
117094
|
-
"text": "void"
|
|
117095
|
-
}
|
|
117096
|
-
},
|
|
117097
|
-
"parameters": [
|
|
117098
|
-
{
|
|
117099
|
-
"name": "index",
|
|
117100
|
-
"type": {
|
|
117101
|
-
"text": "number"
|
|
117102
|
-
}
|
|
117103
|
-
}
|
|
117104
|
-
]
|
|
117105
|
-
},
|
|
117106
|
-
{
|
|
117107
|
-
"kind": "method",
|
|
117108
|
-
"name": "_renderItemPerPageTemplate",
|
|
117109
|
-
"privacy": "private",
|
|
117110
|
-
"return": {
|
|
117111
|
-
"type": {
|
|
117112
|
-
"text": "TemplateResult | typeof nothing"
|
|
117113
|
-
}
|
|
117114
|
-
}
|
|
117115
|
-
},
|
|
117116
116993
|
{
|
|
117117
116994
|
"kind": "method",
|
|
117118
116995
|
"name": "_renderPageNumbers",
|
|
@@ -117196,6 +117073,22 @@
|
|
|
117196
117073
|
"module": "paginator/common/paginator-common.js"
|
|
117197
117074
|
}
|
|
117198
117075
|
},
|
|
117076
|
+
{
|
|
117077
|
+
"kind": "field",
|
|
117078
|
+
"name": "pagerPosition",
|
|
117079
|
+
"type": {
|
|
117080
|
+
"text": "| 'start'\n | 'end'"
|
|
117081
|
+
},
|
|
117082
|
+
"privacy": "public",
|
|
117083
|
+
"default": "'start'",
|
|
117084
|
+
"description": "Position of the prev/next buttons.",
|
|
117085
|
+
"attribute": "pager-position",
|
|
117086
|
+
"reflects": true,
|
|
117087
|
+
"inheritedFrom": {
|
|
117088
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117089
|
+
"module": "paginator/common/paginator-common.js"
|
|
117090
|
+
}
|
|
117091
|
+
},
|
|
117199
117092
|
{
|
|
117200
117093
|
"kind": "field",
|
|
117201
117094
|
"name": "size",
|
|
@@ -117634,38 +117527,19 @@
|
|
|
117634
117527
|
}
|
|
117635
117528
|
}
|
|
117636
117529
|
],
|
|
117637
|
-
"
|
|
117638
|
-
{
|
|
117639
|
-
"name": "page-size-options",
|
|
117640
|
-
"type": {
|
|
117641
|
-
"text": "number[]"
|
|
117642
|
-
},
|
|
117643
|
-
"default": "[]",
|
|
117644
|
-
"description": "The available `pageSize` choices.",
|
|
117645
|
-
"fieldName": "pageSizeOptions"
|
|
117646
|
-
},
|
|
117647
|
-
{
|
|
117648
|
-
"name": "pager-position",
|
|
117649
|
-
"type": {
|
|
117650
|
-
"text": "| 'start'\n | 'end'"
|
|
117651
|
-
},
|
|
117652
|
-
"default": "'start'",
|
|
117653
|
-
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117654
|
-
"fieldName": "pagerPosition",
|
|
117655
|
-
"inheritedFrom": {
|
|
117656
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117657
|
-
"module": "paginator/common/paginator-common.js"
|
|
117658
|
-
}
|
|
117659
|
-
},
|
|
117530
|
+
"mixins": [
|
|
117660
117531
|
{
|
|
117661
|
-
"name": "
|
|
117662
|
-
"
|
|
117663
|
-
|
|
117664
|
-
|
|
117665
|
-
|
|
117666
|
-
|
|
117667
|
-
|
|
117668
|
-
|
|
117532
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117533
|
+
"module": "paginator/common/paginator-common.js"
|
|
117534
|
+
}
|
|
117535
|
+
],
|
|
117536
|
+
"superclass": {
|
|
117537
|
+
"name": "SbbElement",
|
|
117538
|
+
"module": "core/base-elements.js"
|
|
117539
|
+
},
|
|
117540
|
+
"tagName": "sbb-compact-paginator",
|
|
117541
|
+
"customElement": true,
|
|
117542
|
+
"attributes": [
|
|
117669
117543
|
{
|
|
117670
117544
|
"name": "length",
|
|
117671
117545
|
"type": {
|
|
@@ -117705,6 +117579,19 @@
|
|
|
117705
117579
|
"module": "paginator/common/paginator-common.js"
|
|
117706
117580
|
}
|
|
117707
117581
|
},
|
|
117582
|
+
{
|
|
117583
|
+
"name": "pager-position",
|
|
117584
|
+
"type": {
|
|
117585
|
+
"text": "| 'start'\n | 'end'"
|
|
117586
|
+
},
|
|
117587
|
+
"default": "'start'",
|
|
117588
|
+
"description": "Position of the prev/next buttons.",
|
|
117589
|
+
"fieldName": "pagerPosition",
|
|
117590
|
+
"inheritedFrom": {
|
|
117591
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117592
|
+
"module": "paginator/common/paginator-common.js"
|
|
117593
|
+
}
|
|
117594
|
+
},
|
|
117708
117595
|
{
|
|
117709
117596
|
"name": "size",
|
|
117710
117597
|
"type": {
|
|
@@ -117784,18 +117671,6 @@
|
|
|
117784
117671
|
}
|
|
117785
117672
|
}
|
|
117786
117673
|
],
|
|
117787
|
-
"mixins": [
|
|
117788
|
-
{
|
|
117789
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117790
|
-
"module": "paginator/common/paginator-common.js"
|
|
117791
|
-
}
|
|
117792
|
-
],
|
|
117793
|
-
"superclass": {
|
|
117794
|
-
"name": "SbbElement",
|
|
117795
|
-
"module": "core/base-elements.js"
|
|
117796
|
-
},
|
|
117797
|
-
"tagName": "sbb-paginator",
|
|
117798
|
-
"customElement": true,
|
|
117799
117674
|
"events": [
|
|
117800
117675
|
{
|
|
117801
117676
|
"name": "page",
|
|
@@ -117814,22 +117689,22 @@
|
|
|
117814
117689
|
"exports": [
|
|
117815
117690
|
{
|
|
117816
117691
|
"kind": "js",
|
|
117817
|
-
"name": "
|
|
117692
|
+
"name": "SbbCompactPaginatorElement",
|
|
117818
117693
|
"declaration": {
|
|
117819
|
-
"name": "
|
|
117820
|
-
"module": "paginator/paginator/paginator.component.js"
|
|
117694
|
+
"name": "SbbCompactPaginatorElement",
|
|
117695
|
+
"module": "paginator/compact-paginator/compact-paginator.component.js"
|
|
117821
117696
|
}
|
|
117822
117697
|
}
|
|
117823
117698
|
]
|
|
117824
117699
|
},
|
|
117825
117700
|
{
|
|
117826
117701
|
"kind": "javascript-module",
|
|
117827
|
-
"path": "paginator/
|
|
117702
|
+
"path": "paginator/paginator/paginator.component.js",
|
|
117828
117703
|
"declarations": [
|
|
117829
117704
|
{
|
|
117830
117705
|
"kind": "class",
|
|
117831
|
-
"description": "It displays a paginator component
|
|
117832
|
-
"name": "
|
|
117706
|
+
"description": "It displays a paginator component.",
|
|
117707
|
+
"name": "SbbPaginatorElement",
|
|
117833
117708
|
"members": [
|
|
117834
117709
|
{
|
|
117835
117710
|
"kind": "field",
|
|
@@ -117840,7 +117715,7 @@
|
|
|
117840
117715
|
"privacy": "public",
|
|
117841
117716
|
"static": true,
|
|
117842
117717
|
"readonly": true,
|
|
117843
|
-
"default": "'sbb-
|
|
117718
|
+
"default": "'sbb-paginator'",
|
|
117844
117719
|
"inheritedFrom": {
|
|
117845
117720
|
"name": "SbbElement",
|
|
117846
117721
|
"module": "core/base-elements/element.js"
|
|
@@ -117857,6 +117732,129 @@
|
|
|
117857
117732
|
"readonly": true,
|
|
117858
117733
|
"default": "{ page: 'page', }"
|
|
117859
117734
|
},
|
|
117735
|
+
{
|
|
117736
|
+
"kind": "field",
|
|
117737
|
+
"name": "pageSizeOptions",
|
|
117738
|
+
"type": {
|
|
117739
|
+
"text": "number[]"
|
|
117740
|
+
},
|
|
117741
|
+
"privacy": "public",
|
|
117742
|
+
"default": "[]",
|
|
117743
|
+
"description": "The available `pageSize` choices.",
|
|
117744
|
+
"attribute": "page-size-options"
|
|
117745
|
+
},
|
|
117746
|
+
{
|
|
117747
|
+
"kind": "field",
|
|
117748
|
+
"name": "pagerPosition",
|
|
117749
|
+
"type": {
|
|
117750
|
+
"text": "| 'start'\n | 'end'"
|
|
117751
|
+
},
|
|
117752
|
+
"privacy": "public",
|
|
117753
|
+
"default": "'start'",
|
|
117754
|
+
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117755
|
+
"attribute": "pager-position",
|
|
117756
|
+
"reflects": true,
|
|
117757
|
+
"inheritedFrom": {
|
|
117758
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117759
|
+
"module": "paginator/common/paginator-common.js"
|
|
117760
|
+
}
|
|
117761
|
+
},
|
|
117762
|
+
{
|
|
117763
|
+
"kind": "field",
|
|
117764
|
+
"name": "accessibilityItemsPerPageLabel",
|
|
117765
|
+
"type": {
|
|
117766
|
+
"text": "string"
|
|
117767
|
+
},
|
|
117768
|
+
"privacy": "public",
|
|
117769
|
+
"default": "''",
|
|
117770
|
+
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
117771
|
+
"attribute": "accessibility-items-per-page-label"
|
|
117772
|
+
},
|
|
117773
|
+
{
|
|
117774
|
+
"kind": "field",
|
|
117775
|
+
"name": "_markForFocus",
|
|
117776
|
+
"type": {
|
|
117777
|
+
"text": "boolean"
|
|
117778
|
+
},
|
|
117779
|
+
"privacy": "private",
|
|
117780
|
+
"default": "false"
|
|
117781
|
+
},
|
|
117782
|
+
{
|
|
117783
|
+
"kind": "method",
|
|
117784
|
+
"name": "_getVisiblePages",
|
|
117785
|
+
"privacy": "private",
|
|
117786
|
+
"return": {
|
|
117787
|
+
"type": {
|
|
117788
|
+
"text": "Element[]"
|
|
117789
|
+
}
|
|
117790
|
+
},
|
|
117791
|
+
"description": "Returns the displayed page elements."
|
|
117792
|
+
},
|
|
117793
|
+
{
|
|
117794
|
+
"kind": "method",
|
|
117795
|
+
"name": "_getVisiblePagesIndex",
|
|
117796
|
+
"privacy": "private",
|
|
117797
|
+
"return": {
|
|
117798
|
+
"type": {
|
|
117799
|
+
"text": "(number | 'ellipsis')[]"
|
|
117800
|
+
}
|
|
117801
|
+
},
|
|
117802
|
+
"description": "Calculate the pages set based on the following rules:\n - the first page must always be visible;\n - the last page must always be visible;\n - if there are more than `MAX_PAGE_NUMBERS_DISPLAYED` other pages, ellipsis button must be used."
|
|
117803
|
+
},
|
|
117804
|
+
{
|
|
117805
|
+
"kind": "method",
|
|
117806
|
+
"name": "_range",
|
|
117807
|
+
"privacy": "private",
|
|
117808
|
+
"return": {
|
|
117809
|
+
"type": {
|
|
117810
|
+
"text": "number[]"
|
|
117811
|
+
}
|
|
117812
|
+
},
|
|
117813
|
+
"parameters": [
|
|
117814
|
+
{
|
|
117815
|
+
"name": "length",
|
|
117816
|
+
"type": {
|
|
117817
|
+
"text": "number"
|
|
117818
|
+
}
|
|
117819
|
+
},
|
|
117820
|
+
{
|
|
117821
|
+
"name": "offset",
|
|
117822
|
+
"default": "0",
|
|
117823
|
+
"type": {
|
|
117824
|
+
"text": "number"
|
|
117825
|
+
}
|
|
117826
|
+
}
|
|
117827
|
+
],
|
|
117828
|
+
"description": "Creates an array of consecutive numbers given the length and the starting value."
|
|
117829
|
+
},
|
|
117830
|
+
{
|
|
117831
|
+
"kind": "method",
|
|
117832
|
+
"name": "_onPageNumberClick",
|
|
117833
|
+
"privacy": "private",
|
|
117834
|
+
"return": {
|
|
117835
|
+
"type": {
|
|
117836
|
+
"text": "void"
|
|
117837
|
+
}
|
|
117838
|
+
},
|
|
117839
|
+
"parameters": [
|
|
117840
|
+
{
|
|
117841
|
+
"name": "index",
|
|
117842
|
+
"type": {
|
|
117843
|
+
"text": "number"
|
|
117844
|
+
}
|
|
117845
|
+
}
|
|
117846
|
+
]
|
|
117847
|
+
},
|
|
117848
|
+
{
|
|
117849
|
+
"kind": "method",
|
|
117850
|
+
"name": "_renderItemPerPageTemplate",
|
|
117851
|
+
"privacy": "private",
|
|
117852
|
+
"return": {
|
|
117853
|
+
"type": {
|
|
117854
|
+
"text": "TemplateResult | typeof nothing"
|
|
117855
|
+
}
|
|
117856
|
+
}
|
|
117857
|
+
},
|
|
117860
117858
|
{
|
|
117861
117859
|
"kind": "method",
|
|
117862
117860
|
"name": "_renderPageNumbers",
|
|
@@ -117940,22 +117938,6 @@
|
|
|
117940
117938
|
"module": "paginator/common/paginator-common.js"
|
|
117941
117939
|
}
|
|
117942
117940
|
},
|
|
117943
|
-
{
|
|
117944
|
-
"kind": "field",
|
|
117945
|
-
"name": "pagerPosition",
|
|
117946
|
-
"type": {
|
|
117947
|
-
"text": "| 'start'\n | 'end'"
|
|
117948
|
-
},
|
|
117949
|
-
"privacy": "public",
|
|
117950
|
-
"default": "'start'",
|
|
117951
|
-
"description": "Position of the prev/next buttons.",
|
|
117952
|
-
"attribute": "pager-position",
|
|
117953
|
-
"reflects": true,
|
|
117954
|
-
"inheritedFrom": {
|
|
117955
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117956
|
-
"module": "paginator/common/paginator-common.js"
|
|
117957
|
-
}
|
|
117958
|
-
},
|
|
117959
117941
|
{
|
|
117960
117942
|
"kind": "field",
|
|
117961
117943
|
"name": "size",
|
|
@@ -118394,19 +118376,38 @@
|
|
|
118394
118376
|
}
|
|
118395
118377
|
}
|
|
118396
118378
|
],
|
|
118397
|
-
"mixins": [
|
|
118398
|
-
{
|
|
118399
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
118400
|
-
"module": "paginator/common/paginator-common.js"
|
|
118401
|
-
}
|
|
118402
|
-
],
|
|
118403
|
-
"superclass": {
|
|
118404
|
-
"name": "SbbElement",
|
|
118405
|
-
"module": "core/base-elements.js"
|
|
118406
|
-
},
|
|
118407
|
-
"tagName": "sbb-compact-paginator",
|
|
118408
|
-
"customElement": true,
|
|
118409
118379
|
"attributes": [
|
|
118380
|
+
{
|
|
118381
|
+
"name": "page-size-options",
|
|
118382
|
+
"type": {
|
|
118383
|
+
"text": "number[]"
|
|
118384
|
+
},
|
|
118385
|
+
"default": "[]",
|
|
118386
|
+
"description": "The available `pageSize` choices.",
|
|
118387
|
+
"fieldName": "pageSizeOptions"
|
|
118388
|
+
},
|
|
118389
|
+
{
|
|
118390
|
+
"name": "pager-position",
|
|
118391
|
+
"type": {
|
|
118392
|
+
"text": "| 'start'\n | 'end'"
|
|
118393
|
+
},
|
|
118394
|
+
"default": "'start'",
|
|
118395
|
+
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
118396
|
+
"fieldName": "pagerPosition",
|
|
118397
|
+
"inheritedFrom": {
|
|
118398
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
118399
|
+
"module": "paginator/common/paginator-common.js"
|
|
118400
|
+
}
|
|
118401
|
+
},
|
|
118402
|
+
{
|
|
118403
|
+
"name": "accessibility-items-per-page-label",
|
|
118404
|
+
"type": {
|
|
118405
|
+
"text": "string"
|
|
118406
|
+
},
|
|
118407
|
+
"default": "''",
|
|
118408
|
+
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
118409
|
+
"fieldName": "accessibilityItemsPerPageLabel"
|
|
118410
|
+
},
|
|
118410
118411
|
{
|
|
118411
118412
|
"name": "length",
|
|
118412
118413
|
"type": {
|
|
@@ -118446,19 +118447,6 @@
|
|
|
118446
118447
|
"module": "paginator/common/paginator-common.js"
|
|
118447
118448
|
}
|
|
118448
118449
|
},
|
|
118449
|
-
{
|
|
118450
|
-
"name": "pager-position",
|
|
118451
|
-
"type": {
|
|
118452
|
-
"text": "| 'start'\n | 'end'"
|
|
118453
|
-
},
|
|
118454
|
-
"default": "'start'",
|
|
118455
|
-
"description": "Position of the prev/next buttons.",
|
|
118456
|
-
"fieldName": "pagerPosition",
|
|
118457
|
-
"inheritedFrom": {
|
|
118458
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
118459
|
-
"module": "paginator/common/paginator-common.js"
|
|
118460
|
-
}
|
|
118461
|
-
},
|
|
118462
118450
|
{
|
|
118463
118451
|
"name": "size",
|
|
118464
118452
|
"type": {
|
|
@@ -118538,6 +118526,18 @@
|
|
|
118538
118526
|
}
|
|
118539
118527
|
}
|
|
118540
118528
|
],
|
|
118529
|
+
"mixins": [
|
|
118530
|
+
{
|
|
118531
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
118532
|
+
"module": "paginator/common/paginator-common.js"
|
|
118533
|
+
}
|
|
118534
|
+
],
|
|
118535
|
+
"superclass": {
|
|
118536
|
+
"name": "SbbElement",
|
|
118537
|
+
"module": "core/base-elements.js"
|
|
118538
|
+
},
|
|
118539
|
+
"tagName": "sbb-paginator",
|
|
118540
|
+
"customElement": true,
|
|
118541
118541
|
"events": [
|
|
118542
118542
|
{
|
|
118543
118543
|
"name": "page",
|
|
@@ -118556,10 +118556,10 @@
|
|
|
118556
118556
|
"exports": [
|
|
118557
118557
|
{
|
|
118558
118558
|
"kind": "js",
|
|
118559
|
-
"name": "
|
|
118559
|
+
"name": "SbbPaginatorElement",
|
|
118560
118560
|
"declaration": {
|
|
118561
|
-
"name": "
|
|
118562
|
-
"module": "paginator/
|
|
118561
|
+
"name": "SbbPaginatorElement",
|
|
118562
|
+
"module": "paginator/paginator/paginator.component.js"
|
|
118563
118563
|
}
|
|
118564
118564
|
}
|
|
118565
118565
|
]
|
|
@@ -132472,155 +132472,6 @@
|
|
|
132472
132472
|
}
|
|
132473
132473
|
]
|
|
132474
132474
|
},
|
|
132475
|
-
{
|
|
132476
|
-
"kind": "javascript-module",
|
|
132477
|
-
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
132478
|
-
"declarations": [
|
|
132479
|
-
{
|
|
132480
|
-
"kind": "class",
|
|
132481
|
-
"description": "It visually displays a blocked passage between train wagons.",
|
|
132482
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
132483
|
-
"members": [
|
|
132484
|
-
{
|
|
132485
|
-
"kind": "field",
|
|
132486
|
-
"name": "elementName",
|
|
132487
|
-
"type": {
|
|
132488
|
-
"text": "string"
|
|
132489
|
-
},
|
|
132490
|
-
"privacy": "public",
|
|
132491
|
-
"static": true,
|
|
132492
|
-
"readonly": true,
|
|
132493
|
-
"default": "'sbb-train-blocked-passage'",
|
|
132494
|
-
"inheritedFrom": {
|
|
132495
|
-
"name": "SbbElement",
|
|
132496
|
-
"module": "core/base-elements/element.js"
|
|
132497
|
-
}
|
|
132498
|
-
},
|
|
132499
|
-
{
|
|
132500
|
-
"kind": "field",
|
|
132501
|
-
"name": "_hydrationRequired",
|
|
132502
|
-
"type": {
|
|
132503
|
-
"text": "boolean"
|
|
132504
|
-
},
|
|
132505
|
-
"privacy": "private",
|
|
132506
|
-
"default": "!!this.shadowRoot",
|
|
132507
|
-
"inheritedFrom": {
|
|
132508
|
-
"name": "SbbElement",
|
|
132509
|
-
"module": "core/base-elements/element.js"
|
|
132510
|
-
}
|
|
132511
|
-
},
|
|
132512
|
-
{
|
|
132513
|
-
"kind": "field",
|
|
132514
|
-
"name": "_hydrationComplete",
|
|
132515
|
-
"privacy": "private",
|
|
132516
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
132517
|
-
"inheritedFrom": {
|
|
132518
|
-
"name": "SbbElement",
|
|
132519
|
-
"module": "core/base-elements/element.js"
|
|
132520
|
-
}
|
|
132521
|
-
},
|
|
132522
|
-
{
|
|
132523
|
-
"kind": "field",
|
|
132524
|
-
"name": "_resolveHydration",
|
|
132525
|
-
"type": {
|
|
132526
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
132527
|
-
},
|
|
132528
|
-
"privacy": "private",
|
|
132529
|
-
"inheritedFrom": {
|
|
132530
|
-
"name": "SbbElement",
|
|
132531
|
-
"module": "core/base-elements/element.js"
|
|
132532
|
-
}
|
|
132533
|
-
},
|
|
132534
|
-
{
|
|
132535
|
-
"kind": "field",
|
|
132536
|
-
"name": "hydrationRequired",
|
|
132537
|
-
"type": {
|
|
132538
|
-
"text": "boolean"
|
|
132539
|
-
},
|
|
132540
|
-
"privacy": "protected",
|
|
132541
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
132542
|
-
"readonly": true,
|
|
132543
|
-
"inheritedFrom": {
|
|
132544
|
-
"name": "SbbElement",
|
|
132545
|
-
"module": "core/base-elements/element.js"
|
|
132546
|
-
},
|
|
132547
|
-
"default": "!!this.shadowRoot"
|
|
132548
|
-
},
|
|
132549
|
-
{
|
|
132550
|
-
"kind": "method",
|
|
132551
|
-
"name": "toggleState",
|
|
132552
|
-
"privacy": "protected",
|
|
132553
|
-
"return": {
|
|
132554
|
-
"type": {
|
|
132555
|
-
"text": "void"
|
|
132556
|
-
}
|
|
132557
|
-
},
|
|
132558
|
-
"parameters": [
|
|
132559
|
-
{
|
|
132560
|
-
"name": "value",
|
|
132561
|
-
"type": {
|
|
132562
|
-
"text": "string"
|
|
132563
|
-
}
|
|
132564
|
-
},
|
|
132565
|
-
{
|
|
132566
|
-
"name": "force",
|
|
132567
|
-
"optional": true,
|
|
132568
|
-
"type": {
|
|
132569
|
-
"text": "boolean"
|
|
132570
|
-
}
|
|
132571
|
-
}
|
|
132572
|
-
],
|
|
132573
|
-
"inheritedFrom": {
|
|
132574
|
-
"name": "SbbElement",
|
|
132575
|
-
"module": "core/base-elements/element.js"
|
|
132576
|
-
}
|
|
132577
|
-
},
|
|
132578
|
-
{
|
|
132579
|
-
"kind": "field",
|
|
132580
|
-
"name": "['_$sbbElement$']",
|
|
132581
|
-
"type": {
|
|
132582
|
-
"text": "boolean"
|
|
132583
|
-
},
|
|
132584
|
-
"privacy": "public",
|
|
132585
|
-
"static": true,
|
|
132586
|
-
"default": "true",
|
|
132587
|
-
"inheritedFrom": {
|
|
132588
|
-
"name": "SbbElement",
|
|
132589
|
-
"module": "core/base-elements/element.js"
|
|
132590
|
-
}
|
|
132591
|
-
},
|
|
132592
|
-
{
|
|
132593
|
-
"kind": "field",
|
|
132594
|
-
"name": "_controllers",
|
|
132595
|
-
"type": {
|
|
132596
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
132597
|
-
},
|
|
132598
|
-
"privacy": "private",
|
|
132599
|
-
"inheritedFrom": {
|
|
132600
|
-
"name": "SbbElement",
|
|
132601
|
-
"module": "core/base-elements/element.js"
|
|
132602
|
-
}
|
|
132603
|
-
}
|
|
132604
|
-
],
|
|
132605
|
-
"superclass": {
|
|
132606
|
-
"name": "SbbElement",
|
|
132607
|
-
"module": "core/base-elements.js"
|
|
132608
|
-
},
|
|
132609
|
-
"tagName": "sbb-train-blocked-passage",
|
|
132610
|
-
"customElement": true
|
|
132611
|
-
}
|
|
132612
|
-
],
|
|
132613
|
-
"exports": [
|
|
132614
|
-
{
|
|
132615
|
-
"kind": "js",
|
|
132616
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
132617
|
-
"declaration": {
|
|
132618
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
132619
|
-
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
132620
|
-
}
|
|
132621
|
-
}
|
|
132622
|
-
]
|
|
132623
|
-
},
|
|
132624
132475
|
{
|
|
132625
132476
|
"kind": "javascript-module",
|
|
132626
132477
|
"path": "train/train/train.component.js",
|
|
@@ -133353,6 +133204,155 @@
|
|
|
133353
133204
|
}
|
|
133354
133205
|
]
|
|
133355
133206
|
},
|
|
133207
|
+
{
|
|
133208
|
+
"kind": "javascript-module",
|
|
133209
|
+
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
133210
|
+
"declarations": [
|
|
133211
|
+
{
|
|
133212
|
+
"kind": "class",
|
|
133213
|
+
"description": "It visually displays a blocked passage between train wagons.",
|
|
133214
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
133215
|
+
"members": [
|
|
133216
|
+
{
|
|
133217
|
+
"kind": "field",
|
|
133218
|
+
"name": "elementName",
|
|
133219
|
+
"type": {
|
|
133220
|
+
"text": "string"
|
|
133221
|
+
},
|
|
133222
|
+
"privacy": "public",
|
|
133223
|
+
"static": true,
|
|
133224
|
+
"readonly": true,
|
|
133225
|
+
"default": "'sbb-train-blocked-passage'",
|
|
133226
|
+
"inheritedFrom": {
|
|
133227
|
+
"name": "SbbElement",
|
|
133228
|
+
"module": "core/base-elements/element.js"
|
|
133229
|
+
}
|
|
133230
|
+
},
|
|
133231
|
+
{
|
|
133232
|
+
"kind": "field",
|
|
133233
|
+
"name": "_hydrationRequired",
|
|
133234
|
+
"type": {
|
|
133235
|
+
"text": "boolean"
|
|
133236
|
+
},
|
|
133237
|
+
"privacy": "private",
|
|
133238
|
+
"default": "!!this.shadowRoot",
|
|
133239
|
+
"inheritedFrom": {
|
|
133240
|
+
"name": "SbbElement",
|
|
133241
|
+
"module": "core/base-elements/element.js"
|
|
133242
|
+
}
|
|
133243
|
+
},
|
|
133244
|
+
{
|
|
133245
|
+
"kind": "field",
|
|
133246
|
+
"name": "_hydrationComplete",
|
|
133247
|
+
"privacy": "private",
|
|
133248
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
133249
|
+
"inheritedFrom": {
|
|
133250
|
+
"name": "SbbElement",
|
|
133251
|
+
"module": "core/base-elements/element.js"
|
|
133252
|
+
}
|
|
133253
|
+
},
|
|
133254
|
+
{
|
|
133255
|
+
"kind": "field",
|
|
133256
|
+
"name": "_resolveHydration",
|
|
133257
|
+
"type": {
|
|
133258
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
133259
|
+
},
|
|
133260
|
+
"privacy": "private",
|
|
133261
|
+
"inheritedFrom": {
|
|
133262
|
+
"name": "SbbElement",
|
|
133263
|
+
"module": "core/base-elements/element.js"
|
|
133264
|
+
}
|
|
133265
|
+
},
|
|
133266
|
+
{
|
|
133267
|
+
"kind": "field",
|
|
133268
|
+
"name": "hydrationRequired",
|
|
133269
|
+
"type": {
|
|
133270
|
+
"text": "boolean"
|
|
133271
|
+
},
|
|
133272
|
+
"privacy": "protected",
|
|
133273
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
133274
|
+
"readonly": true,
|
|
133275
|
+
"inheritedFrom": {
|
|
133276
|
+
"name": "SbbElement",
|
|
133277
|
+
"module": "core/base-elements/element.js"
|
|
133278
|
+
},
|
|
133279
|
+
"default": "!!this.shadowRoot"
|
|
133280
|
+
},
|
|
133281
|
+
{
|
|
133282
|
+
"kind": "method",
|
|
133283
|
+
"name": "toggleState",
|
|
133284
|
+
"privacy": "protected",
|
|
133285
|
+
"return": {
|
|
133286
|
+
"type": {
|
|
133287
|
+
"text": "void"
|
|
133288
|
+
}
|
|
133289
|
+
},
|
|
133290
|
+
"parameters": [
|
|
133291
|
+
{
|
|
133292
|
+
"name": "value",
|
|
133293
|
+
"type": {
|
|
133294
|
+
"text": "string"
|
|
133295
|
+
}
|
|
133296
|
+
},
|
|
133297
|
+
{
|
|
133298
|
+
"name": "force",
|
|
133299
|
+
"optional": true,
|
|
133300
|
+
"type": {
|
|
133301
|
+
"text": "boolean"
|
|
133302
|
+
}
|
|
133303
|
+
}
|
|
133304
|
+
],
|
|
133305
|
+
"inheritedFrom": {
|
|
133306
|
+
"name": "SbbElement",
|
|
133307
|
+
"module": "core/base-elements/element.js"
|
|
133308
|
+
}
|
|
133309
|
+
},
|
|
133310
|
+
{
|
|
133311
|
+
"kind": "field",
|
|
133312
|
+
"name": "['_$sbbElement$']",
|
|
133313
|
+
"type": {
|
|
133314
|
+
"text": "boolean"
|
|
133315
|
+
},
|
|
133316
|
+
"privacy": "public",
|
|
133317
|
+
"static": true,
|
|
133318
|
+
"default": "true",
|
|
133319
|
+
"inheritedFrom": {
|
|
133320
|
+
"name": "SbbElement",
|
|
133321
|
+
"module": "core/base-elements/element.js"
|
|
133322
|
+
}
|
|
133323
|
+
},
|
|
133324
|
+
{
|
|
133325
|
+
"kind": "field",
|
|
133326
|
+
"name": "_controllers",
|
|
133327
|
+
"type": {
|
|
133328
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
133329
|
+
},
|
|
133330
|
+
"privacy": "private",
|
|
133331
|
+
"inheritedFrom": {
|
|
133332
|
+
"name": "SbbElement",
|
|
133333
|
+
"module": "core/base-elements/element.js"
|
|
133334
|
+
}
|
|
133335
|
+
}
|
|
133336
|
+
],
|
|
133337
|
+
"superclass": {
|
|
133338
|
+
"name": "SbbElement",
|
|
133339
|
+
"module": "core/base-elements.js"
|
|
133340
|
+
},
|
|
133341
|
+
"tagName": "sbb-train-blocked-passage",
|
|
133342
|
+
"customElement": true
|
|
133343
|
+
}
|
|
133344
|
+
],
|
|
133345
|
+
"exports": [
|
|
133346
|
+
{
|
|
133347
|
+
"kind": "js",
|
|
133348
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
133349
|
+
"declaration": {
|
|
133350
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
133351
|
+
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
133352
|
+
}
|
|
133353
|
+
}
|
|
133354
|
+
]
|
|
133355
|
+
},
|
|
133356
133356
|
{
|
|
133357
133357
|
"kind": "javascript-module",
|
|
133358
133358
|
"path": "train/train-wagon/train-wagon.component.js",
|