@sbb-esta/lyne-elements-dev 4.11.0-dev.1777021821 → 4.11.0-dev.1777034939
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 +1337 -1337
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -100962,15 +100962,15 @@
|
|
|
100962
100962
|
},
|
|
100963
100963
|
{
|
|
100964
100964
|
"kind": "javascript-module",
|
|
100965
|
-
"path": "link/block-link-
|
|
100965
|
+
"path": "link/block-link-static/block-link-static.component.js",
|
|
100966
100966
|
"declarations": [
|
|
100967
100967
|
{
|
|
100968
100968
|
"kind": "class",
|
|
100969
|
-
"description": "It displays a link enhanced with the SBB Design
|
|
100970
|
-
"name": "
|
|
100969
|
+
"description": "It displays a static link enhanced with the SBB Design.",
|
|
100970
|
+
"name": "SbbBlockLinkStaticElement",
|
|
100971
100971
|
"slots": [
|
|
100972
100972
|
{
|
|
100973
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-
|
|
100973
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
100974
100974
|
"name": ""
|
|
100975
100975
|
},
|
|
100976
100976
|
{
|
|
@@ -100992,7 +100992,7 @@
|
|
|
100992
100992
|
"name": "SbbElement",
|
|
100993
100993
|
"module": "core/base-elements/element.js"
|
|
100994
100994
|
},
|
|
100995
|
-
"default": "'sbb-block-link-
|
|
100995
|
+
"default": "'sbb-block-link-static'"
|
|
100996
100996
|
},
|
|
100997
100997
|
{
|
|
100998
100998
|
"kind": "field",
|
|
@@ -101121,22 +101121,6 @@
|
|
|
101121
101121
|
"module": "icon/icon-name-mixin.js"
|
|
101122
101122
|
}
|
|
101123
101123
|
},
|
|
101124
|
-
{
|
|
101125
|
-
"kind": "field",
|
|
101126
|
-
"name": "disabledInteractive",
|
|
101127
|
-
"type": {
|
|
101128
|
-
"text": "boolean"
|
|
101129
|
-
},
|
|
101130
|
-
"privacy": "public",
|
|
101131
|
-
"default": "false",
|
|
101132
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
101133
|
-
"attribute": "disabled-interactive",
|
|
101134
|
-
"reflects": true,
|
|
101135
|
-
"inheritedFrom": {
|
|
101136
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
101137
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
101138
|
-
}
|
|
101139
|
-
},
|
|
101140
101124
|
{
|
|
101141
101125
|
"kind": "field",
|
|
101142
101126
|
"name": "disabled",
|
|
@@ -101183,88 +101167,98 @@
|
|
|
101183
101167
|
},
|
|
101184
101168
|
{
|
|
101185
101169
|
"kind": "field",
|
|
101186
|
-
"name": "
|
|
101170
|
+
"name": "maybeDisabled",
|
|
101187
101171
|
"type": {
|
|
101188
|
-
"text": "
|
|
101172
|
+
"text": "boolean | undefined"
|
|
101189
101173
|
},
|
|
101190
|
-
"privacy": "
|
|
101174
|
+
"privacy": "protected",
|
|
101191
101175
|
"readonly": true,
|
|
101192
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
101193
101176
|
"inheritedFrom": {
|
|
101194
|
-
"name": "
|
|
101195
|
-
"module": "core/base-elements/
|
|
101177
|
+
"name": "SbbActionBaseElement",
|
|
101178
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101196
101179
|
}
|
|
101197
101180
|
},
|
|
101198
101181
|
{
|
|
101199
101182
|
"kind": "field",
|
|
101200
|
-
"name": "
|
|
101183
|
+
"name": "maybeDisabledInteractive",
|
|
101201
101184
|
"type": {
|
|
101202
|
-
"text": "
|
|
101185
|
+
"text": "boolean | undefined"
|
|
101203
101186
|
},
|
|
101204
|
-
"privacy": "
|
|
101187
|
+
"privacy": "protected",
|
|
101188
|
+
"readonly": true,
|
|
101205
101189
|
"inheritedFrom": {
|
|
101206
|
-
"name": "
|
|
101207
|
-
"module": "core/base-elements/
|
|
101190
|
+
"name": "SbbActionBaseElement",
|
|
101191
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101192
|
+
}
|
|
101193
|
+
},
|
|
101194
|
+
{
|
|
101195
|
+
"kind": "method",
|
|
101196
|
+
"name": "setupBaseEventHandlers",
|
|
101197
|
+
"privacy": "protected",
|
|
101198
|
+
"return": {
|
|
101199
|
+
"type": {
|
|
101200
|
+
"text": "void"
|
|
101201
|
+
}
|
|
101208
101202
|
},
|
|
101209
|
-
"
|
|
101210
|
-
|
|
101211
|
-
|
|
101203
|
+
"inheritedFrom": {
|
|
101204
|
+
"name": "SbbActionBaseElement",
|
|
101205
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101206
|
+
}
|
|
101212
101207
|
},
|
|
101213
101208
|
{
|
|
101214
101209
|
"kind": "field",
|
|
101215
|
-
"name": "
|
|
101216
|
-
"privacy": "public",
|
|
101217
|
-
"description": "The type attribute to use for the button.",
|
|
101218
|
-
"default": "'button'",
|
|
101210
|
+
"name": "_hydrationRequired",
|
|
101219
101211
|
"type": {
|
|
101220
|
-
"text": "
|
|
101212
|
+
"text": "boolean"
|
|
101221
101213
|
},
|
|
101222
|
-
"
|
|
101214
|
+
"privacy": "private",
|
|
101215
|
+
"default": "!!this.shadowRoot",
|
|
101223
101216
|
"inheritedFrom": {
|
|
101224
|
-
"name": "
|
|
101225
|
-
"module": "core/base-elements/
|
|
101217
|
+
"name": "SbbElement",
|
|
101218
|
+
"module": "core/base-elements/element.js"
|
|
101226
101219
|
}
|
|
101227
101220
|
},
|
|
101228
101221
|
{
|
|
101229
101222
|
"kind": "field",
|
|
101230
|
-
"name": "
|
|
101231
|
-
"
|
|
101232
|
-
|
|
101233
|
-
},
|
|
101234
|
-
"privacy": "public",
|
|
101235
|
-
"description": "The `<form>` element to associate the button with.",
|
|
101223
|
+
"name": "_hydrationComplete",
|
|
101224
|
+
"privacy": "private",
|
|
101225
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
101236
101226
|
"inheritedFrom": {
|
|
101237
|
-
"name": "
|
|
101238
|
-
"module": "core/base-elements/
|
|
101239
|
-
}
|
|
101240
|
-
"attribute": "form"
|
|
101227
|
+
"name": "SbbElement",
|
|
101228
|
+
"module": "core/base-elements/element.js"
|
|
101229
|
+
}
|
|
101241
101230
|
},
|
|
101242
101231
|
{
|
|
101243
101232
|
"kind": "field",
|
|
101244
|
-
"name": "
|
|
101233
|
+
"name": "_resolveHydration",
|
|
101245
101234
|
"type": {
|
|
101246
|
-
"text": "
|
|
101235
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
101247
101236
|
},
|
|
101248
101237
|
"privacy": "private",
|
|
101249
|
-
"default": "''",
|
|
101250
101238
|
"inheritedFrom": {
|
|
101251
|
-
"name": "
|
|
101252
|
-
"module": "core/base-elements/
|
|
101239
|
+
"name": "SbbElement",
|
|
101240
|
+
"module": "core/base-elements/element.js"
|
|
101253
101241
|
}
|
|
101254
101242
|
},
|
|
101255
101243
|
{
|
|
101256
101244
|
"kind": "field",
|
|
101257
|
-
"name": "
|
|
101258
|
-
"
|
|
101245
|
+
"name": "hydrationRequired",
|
|
101246
|
+
"type": {
|
|
101247
|
+
"text": "boolean"
|
|
101248
|
+
},
|
|
101249
|
+
"privacy": "protected",
|
|
101250
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
101251
|
+
"readonly": true,
|
|
101259
101252
|
"inheritedFrom": {
|
|
101260
|
-
"name": "
|
|
101261
|
-
"module": "core/base-elements/
|
|
101262
|
-
}
|
|
101253
|
+
"name": "SbbElement",
|
|
101254
|
+
"module": "core/base-elements/element.js"
|
|
101255
|
+
},
|
|
101256
|
+
"default": "!!this.shadowRoot"
|
|
101263
101257
|
},
|
|
101264
101258
|
{
|
|
101265
101259
|
"kind": "method",
|
|
101266
|
-
"name": "
|
|
101267
|
-
"privacy": "
|
|
101260
|
+
"name": "toggleState",
|
|
101261
|
+
"privacy": "protected",
|
|
101268
101262
|
"return": {
|
|
101269
101263
|
"type": {
|
|
101270
101264
|
"text": "void"
|
|
@@ -101272,29 +101266,27 @@
|
|
|
101272
101266
|
},
|
|
101273
101267
|
"parameters": [
|
|
101274
101268
|
{
|
|
101275
|
-
"name": "
|
|
101269
|
+
"name": "value",
|
|
101276
101270
|
"type": {
|
|
101277
|
-
"text": "
|
|
101271
|
+
"text": "string"
|
|
101272
|
+
}
|
|
101273
|
+
},
|
|
101274
|
+
{
|
|
101275
|
+
"name": "force",
|
|
101276
|
+
"optional": true,
|
|
101277
|
+
"type": {
|
|
101278
|
+
"text": "boolean"
|
|
101278
101279
|
}
|
|
101279
101280
|
}
|
|
101280
101281
|
],
|
|
101281
101282
|
"inheritedFrom": {
|
|
101282
|
-
"name": "
|
|
101283
|
-
"module": "core/base-elements/
|
|
101284
|
-
}
|
|
101285
|
-
},
|
|
101286
|
-
{
|
|
101287
|
-
"kind": "field",
|
|
101288
|
-
"name": "_formKeyDown",
|
|
101289
|
-
"privacy": "private",
|
|
101290
|
-
"inheritedFrom": {
|
|
101291
|
-
"name": "SbbButtonBaseElement",
|
|
101292
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101283
|
+
"name": "SbbElement",
|
|
101284
|
+
"module": "core/base-elements/element.js"
|
|
101293
101285
|
}
|
|
101294
101286
|
},
|
|
101295
101287
|
{
|
|
101296
101288
|
"kind": "field",
|
|
101297
|
-
"name": "
|
|
101289
|
+
"name": "['_$sbbElement$']",
|
|
101298
101290
|
"type": {
|
|
101299
101291
|
"text": "boolean"
|
|
101300
101292
|
},
|
|
@@ -101302,456 +101294,411 @@
|
|
|
101302
101294
|
"static": true,
|
|
101303
101295
|
"default": "true",
|
|
101304
101296
|
"inheritedFrom": {
|
|
101305
|
-
"name": "
|
|
101306
|
-
"module": "core/
|
|
101297
|
+
"name": "SbbElement",
|
|
101298
|
+
"module": "core/base-elements/element.js"
|
|
101307
101299
|
}
|
|
101308
101300
|
},
|
|
101309
101301
|
{
|
|
101310
101302
|
"kind": "field",
|
|
101311
|
-
"name": "
|
|
101312
|
-
"privacy": "public",
|
|
101313
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
101303
|
+
"name": "_controllers",
|
|
101314
101304
|
"type": {
|
|
101315
|
-
"text": "
|
|
101305
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
101316
101306
|
},
|
|
101317
|
-
"
|
|
101307
|
+
"privacy": "private",
|
|
101318
101308
|
"inheritedFrom": {
|
|
101319
|
-
"name": "
|
|
101320
|
-
"module": "core/
|
|
101309
|
+
"name": "SbbElement",
|
|
101310
|
+
"module": "core/base-elements/element.js"
|
|
101321
101311
|
}
|
|
101312
|
+
}
|
|
101313
|
+
],
|
|
101314
|
+
"mixins": [
|
|
101315
|
+
{
|
|
101316
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101317
|
+
"module": "link/common/block-link-common.js"
|
|
101322
101318
|
},
|
|
101323
101319
|
{
|
|
101324
|
-
"
|
|
101325
|
-
"
|
|
101320
|
+
"name": "SbbDisabledMixin",
|
|
101321
|
+
"module": "core/mixins.js"
|
|
101322
|
+
}
|
|
101323
|
+
],
|
|
101324
|
+
"superclass": {
|
|
101325
|
+
"name": "SbbActionBaseElement",
|
|
101326
|
+
"module": "core/base-elements.js"
|
|
101327
|
+
},
|
|
101328
|
+
"tagName": "sbb-block-link-static",
|
|
101329
|
+
"customElement": true,
|
|
101330
|
+
"attributes": [
|
|
101331
|
+
{
|
|
101332
|
+
"name": "icon-placement",
|
|
101326
101333
|
"type": {
|
|
101327
|
-
"text": "
|
|
101334
|
+
"text": "SbbIconPlacement"
|
|
101328
101335
|
},
|
|
101329
|
-
"
|
|
101330
|
-
"description": "
|
|
101331
|
-
"
|
|
101336
|
+
"default": "'start'",
|
|
101337
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
101338
|
+
"fieldName": "iconPlacement",
|
|
101332
101339
|
"inheritedFrom": {
|
|
101333
|
-
"name": "
|
|
101334
|
-
"module": "
|
|
101340
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101341
|
+
"module": "link/common/block-link-common.js"
|
|
101335
101342
|
}
|
|
101336
101343
|
},
|
|
101337
101344
|
{
|
|
101338
|
-
"
|
|
101339
|
-
"name": "validationMessage",
|
|
101345
|
+
"name": "size",
|
|
101340
101346
|
"type": {
|
|
101341
|
-
"text": "
|
|
101347
|
+
"text": "SbbLinkSize"
|
|
101342
101348
|
},
|
|
101343
|
-
"
|
|
101344
|
-
"
|
|
101345
|
-
"
|
|
101349
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
101350
|
+
"default": "'s' / 'xs' (lean)",
|
|
101351
|
+
"fieldName": "size",
|
|
101346
101352
|
"inheritedFrom": {
|
|
101347
|
-
"name": "
|
|
101348
|
-
"module": "
|
|
101353
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101354
|
+
"module": "link/common/link-common.js"
|
|
101349
101355
|
}
|
|
101350
101356
|
},
|
|
101351
101357
|
{
|
|
101352
|
-
"
|
|
101353
|
-
"name": "willValidate",
|
|
101358
|
+
"name": "icon-name",
|
|
101354
101359
|
"type": {
|
|
101355
|
-
"text": "
|
|
101360
|
+
"text": "string"
|
|
101356
101361
|
},
|
|
101357
|
-
"
|
|
101358
|
-
"description": "
|
|
101359
|
-
"
|
|
101360
|
-
"inheritedFrom": {
|
|
101361
|
-
"name": "SbbFormAssociatedMixin",
|
|
101362
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101363
|
-
}
|
|
101364
|
-
},
|
|
101365
|
-
{
|
|
101366
|
-
"kind": "field",
|
|
101367
|
-
"name": "_validityStates",
|
|
101368
|
-
"privacy": "private",
|
|
101369
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101362
|
+
"default": "''",
|
|
101363
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
101364
|
+
"fieldName": "iconName",
|
|
101370
101365
|
"inheritedFrom": {
|
|
101371
|
-
"name": "
|
|
101372
|
-
"module": "
|
|
101366
|
+
"name": "SbbIconNameMixin",
|
|
101367
|
+
"module": "icon/icon-name-mixin.js"
|
|
101373
101368
|
}
|
|
101374
101369
|
},
|
|
101375
101370
|
{
|
|
101376
|
-
"
|
|
101377
|
-
"
|
|
101371
|
+
"name": "disabled",
|
|
101372
|
+
"description": "Whether the component is disabled.",
|
|
101373
|
+
"default": "false",
|
|
101378
101374
|
"type": {
|
|
101379
101375
|
"text": "boolean"
|
|
101380
101376
|
},
|
|
101381
|
-
"
|
|
101382
|
-
"default": "false",
|
|
101383
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101377
|
+
"fieldName": "disabled",
|
|
101384
101378
|
"inheritedFrom": {
|
|
101385
|
-
"name": "
|
|
101386
|
-
"module": "core/mixins/
|
|
101387
|
-
}
|
|
101388
|
-
},
|
|
101389
|
-
{
|
|
101390
|
-
"kind": "method",
|
|
101391
|
-
"name": "checkValidity",
|
|
101392
|
-
"privacy": "public",
|
|
101393
|
-
"return": {
|
|
101394
|
-
"type": {
|
|
101395
|
-
"text": "boolean"
|
|
101396
|
-
}
|
|
101397
|
-
},
|
|
101398
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
101399
|
-
"inheritedFrom": {
|
|
101400
|
-
"name": "SbbFormAssociatedMixin",
|
|
101401
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101379
|
+
"name": "SbbDisabledMixin",
|
|
101380
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101402
101381
|
}
|
|
101382
|
+
}
|
|
101383
|
+
]
|
|
101384
|
+
}
|
|
101385
|
+
],
|
|
101386
|
+
"exports": [
|
|
101387
|
+
{
|
|
101388
|
+
"kind": "js",
|
|
101389
|
+
"name": "SbbBlockLinkStaticElement",
|
|
101390
|
+
"declaration": {
|
|
101391
|
+
"name": "SbbBlockLinkStaticElement",
|
|
101392
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
101393
|
+
}
|
|
101394
|
+
}
|
|
101395
|
+
]
|
|
101396
|
+
},
|
|
101397
|
+
{
|
|
101398
|
+
"kind": "javascript-module",
|
|
101399
|
+
"path": "link/block-link-button/block-link-button.component.js",
|
|
101400
|
+
"declarations": [
|
|
101401
|
+
{
|
|
101402
|
+
"kind": "class",
|
|
101403
|
+
"description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
|
|
101404
|
+
"name": "SbbBlockLinkButtonElement",
|
|
101405
|
+
"slots": [
|
|
101406
|
+
{
|
|
101407
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-button`.",
|
|
101408
|
+
"name": ""
|
|
101403
101409
|
},
|
|
101404
101410
|
{
|
|
101405
|
-
"
|
|
101406
|
-
"name": "
|
|
101407
|
-
|
|
101408
|
-
|
|
101409
|
-
|
|
101410
|
-
|
|
101411
|
-
|
|
101411
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
101412
|
+
"name": "icon"
|
|
101413
|
+
}
|
|
101414
|
+
],
|
|
101415
|
+
"members": [
|
|
101416
|
+
{
|
|
101417
|
+
"kind": "field",
|
|
101418
|
+
"name": "elementName",
|
|
101419
|
+
"type": {
|
|
101420
|
+
"text": "string"
|
|
101412
101421
|
},
|
|
101413
|
-
"
|
|
101422
|
+
"privacy": "public",
|
|
101423
|
+
"static": true,
|
|
101424
|
+
"readonly": true,
|
|
101414
101425
|
"inheritedFrom": {
|
|
101415
|
-
"name": "
|
|
101416
|
-
"module": "core/
|
|
101417
|
-
}
|
|
101426
|
+
"name": "SbbElement",
|
|
101427
|
+
"module": "core/base-elements/element.js"
|
|
101428
|
+
},
|
|
101429
|
+
"default": "'sbb-block-link-button'"
|
|
101418
101430
|
},
|
|
101419
101431
|
{
|
|
101420
|
-
"kind": "
|
|
101421
|
-
"name": "
|
|
101422
|
-
"
|
|
101423
|
-
|
|
101424
|
-
"type": {
|
|
101425
|
-
"text": "void"
|
|
101426
|
-
}
|
|
101432
|
+
"kind": "field",
|
|
101433
|
+
"name": "styles",
|
|
101434
|
+
"type": {
|
|
101435
|
+
"text": "CSSResultGroup"
|
|
101427
101436
|
},
|
|
101428
|
-
"
|
|
101429
|
-
|
|
101430
|
-
|
|
101431
|
-
"type": {
|
|
101432
|
-
"text": "string"
|
|
101433
|
-
}
|
|
101434
|
-
}
|
|
101435
|
-
],
|
|
101436
|
-
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
101437
|
+
"privacy": "public",
|
|
101438
|
+
"static": true,
|
|
101439
|
+
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
101437
101440
|
"inheritedFrom": {
|
|
101438
|
-
"name": "
|
|
101439
|
-
"module": "
|
|
101441
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101442
|
+
"module": "link/common/link-common.js"
|
|
101440
101443
|
}
|
|
101441
101444
|
},
|
|
101442
101445
|
{
|
|
101443
|
-
"kind": "
|
|
101444
|
-
"name": "
|
|
101445
|
-
"
|
|
101446
|
-
|
|
101447
|
-
"type": {
|
|
101448
|
-
"text": "boolean"
|
|
101449
|
-
}
|
|
101446
|
+
"kind": "field",
|
|
101447
|
+
"name": "iconPlacement",
|
|
101448
|
+
"type": {
|
|
101449
|
+
"text": "SbbIconPlacement"
|
|
101450
101450
|
},
|
|
101451
|
+
"privacy": "public",
|
|
101452
|
+
"default": "'start'",
|
|
101453
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
101454
|
+
"attribute": "icon-placement",
|
|
101455
|
+
"reflects": true,
|
|
101451
101456
|
"inheritedFrom": {
|
|
101452
|
-
"name": "
|
|
101453
|
-
"module": "
|
|
101457
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101458
|
+
"module": "link/common/block-link-common.js"
|
|
101454
101459
|
}
|
|
101455
101460
|
},
|
|
101456
101461
|
{
|
|
101457
101462
|
"kind": "method",
|
|
101458
|
-
"name": "
|
|
101463
|
+
"name": "renderTemplate",
|
|
101459
101464
|
"privacy": "protected",
|
|
101460
101465
|
"return": {
|
|
101461
101466
|
"type": {
|
|
101462
|
-
"text": "
|
|
101467
|
+
"text": "TemplateResult"
|
|
101463
101468
|
}
|
|
101464
101469
|
},
|
|
101465
|
-
"description": "
|
|
101470
|
+
"description": "Override this method to render the component template.",
|
|
101466
101471
|
"inheritedFrom": {
|
|
101467
|
-
"name": "
|
|
101468
|
-
"module": "core/
|
|
101472
|
+
"name": "SbbActionBaseElement",
|
|
101473
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101469
101474
|
}
|
|
101470
101475
|
},
|
|
101471
101476
|
{
|
|
101472
|
-
"kind": "
|
|
101473
|
-
"name": "
|
|
101474
|
-
"
|
|
101475
|
-
|
|
101476
|
-
"type": {
|
|
101477
|
-
"text": "FormRestoreState"
|
|
101478
|
-
}
|
|
101477
|
+
"kind": "field",
|
|
101478
|
+
"name": "size",
|
|
101479
|
+
"type": {
|
|
101480
|
+
"text": "SbbLinkSize"
|
|
101479
101481
|
},
|
|
101482
|
+
"privacy": "public",
|
|
101483
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
101484
|
+
"default": "'s' / 'xs' (lean)",
|
|
101485
|
+
"attribute": "size",
|
|
101486
|
+
"reflects": true,
|
|
101480
101487
|
"inheritedFrom": {
|
|
101481
|
-
"name": "
|
|
101482
|
-
"module": "
|
|
101488
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101489
|
+
"module": "link/common/link-common.js"
|
|
101483
101490
|
}
|
|
101484
101491
|
},
|
|
101485
101492
|
{
|
|
101486
|
-
"kind": "
|
|
101487
|
-
"name": "
|
|
101488
|
-
"
|
|
101489
|
-
|
|
101490
|
-
"type": {
|
|
101491
|
-
"text": "void"
|
|
101492
|
-
}
|
|
101493
|
+
"kind": "field",
|
|
101494
|
+
"name": "iconName",
|
|
101495
|
+
"type": {
|
|
101496
|
+
"text": "string"
|
|
101493
101497
|
},
|
|
101494
|
-
"
|
|
101495
|
-
|
|
101496
|
-
|
|
101497
|
-
|
|
101498
|
-
"text": "T"
|
|
101499
|
-
}
|
|
101500
|
-
},
|
|
101501
|
-
{
|
|
101502
|
-
"name": "message",
|
|
101503
|
-
"type": {
|
|
101504
|
-
"text": "string"
|
|
101505
|
-
}
|
|
101506
|
-
},
|
|
101507
|
-
{
|
|
101508
|
-
"name": "flagValue",
|
|
101509
|
-
"optional": true,
|
|
101510
|
-
"type": {
|
|
101511
|
-
"text": "ValidityStateFlags[T]"
|
|
101512
|
-
}
|
|
101513
|
-
}
|
|
101514
|
-
],
|
|
101515
|
-
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
101498
|
+
"privacy": "public",
|
|
101499
|
+
"default": "''",
|
|
101500
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
101501
|
+
"attribute": "icon-name",
|
|
101516
101502
|
"inheritedFrom": {
|
|
101517
|
-
"name": "
|
|
101518
|
-
"module": "
|
|
101503
|
+
"name": "SbbIconNameMixin",
|
|
101504
|
+
"module": "icon/icon-name-mixin.js"
|
|
101519
101505
|
}
|
|
101520
101506
|
},
|
|
101521
101507
|
{
|
|
101522
101508
|
"kind": "method",
|
|
101523
|
-
"name": "
|
|
101509
|
+
"name": "renderIconSlot",
|
|
101524
101510
|
"privacy": "protected",
|
|
101525
101511
|
"return": {
|
|
101526
101512
|
"type": {
|
|
101527
|
-
"text": "
|
|
101513
|
+
"text": "TemplateResult"
|
|
101528
101514
|
}
|
|
101529
101515
|
},
|
|
101530
101516
|
"parameters": [
|
|
101531
101517
|
{
|
|
101532
|
-
"name": "
|
|
101518
|
+
"name": "classname",
|
|
101519
|
+
"optional": true,
|
|
101533
101520
|
"type": {
|
|
101534
|
-
"text": "
|
|
101521
|
+
"text": "string"
|
|
101535
101522
|
}
|
|
101536
101523
|
}
|
|
101537
101524
|
],
|
|
101538
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
101539
|
-
"inheritedFrom": {
|
|
101540
|
-
"name": "SbbFormAssociatedMixin",
|
|
101541
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101542
|
-
}
|
|
101543
|
-
},
|
|
101544
|
-
{
|
|
101545
|
-
"kind": "method",
|
|
101546
|
-
"name": "validate",
|
|
101547
|
-
"privacy": "protected",
|
|
101548
|
-
"return": {
|
|
101549
|
-
"type": {
|
|
101550
|
-
"text": "void"
|
|
101551
|
-
}
|
|
101552
|
-
},
|
|
101553
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
101554
101525
|
"inheritedFrom": {
|
|
101555
|
-
"name": "
|
|
101556
|
-
"module": "
|
|
101526
|
+
"name": "SbbIconNameMixin",
|
|
101527
|
+
"module": "icon/icon-name-mixin.js"
|
|
101557
101528
|
}
|
|
101558
101529
|
},
|
|
101559
101530
|
{
|
|
101560
101531
|
"kind": "method",
|
|
101561
|
-
"name": "
|
|
101532
|
+
"name": "renderIconName",
|
|
101562
101533
|
"privacy": "protected",
|
|
101563
101534
|
"return": {
|
|
101564
101535
|
"type": {
|
|
101565
|
-
"text": "
|
|
101536
|
+
"text": "string"
|
|
101566
101537
|
}
|
|
101567
101538
|
},
|
|
101568
|
-
"parameters": [
|
|
101569
|
-
{
|
|
101570
|
-
"name": "name",
|
|
101571
|
-
"type": {
|
|
101572
|
-
"text": "PropertyKey | undefined"
|
|
101573
|
-
}
|
|
101574
|
-
}
|
|
101575
|
-
],
|
|
101576
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
101577
101539
|
"inheritedFrom": {
|
|
101578
|
-
"name": "
|
|
101579
|
-
"module": "
|
|
101540
|
+
"name": "SbbIconNameMixin",
|
|
101541
|
+
"module": "icon/icon-name-mixin.js"
|
|
101580
101542
|
}
|
|
101581
101543
|
},
|
|
101582
101544
|
{
|
|
101583
101545
|
"kind": "method",
|
|
101584
|
-
"name": "
|
|
101546
|
+
"name": "_renderIconName",
|
|
101585
101547
|
"privacy": "private",
|
|
101586
101548
|
"return": {
|
|
101587
101549
|
"type": {
|
|
101588
|
-
"text": "
|
|
101550
|
+
"text": "string"
|
|
101589
101551
|
}
|
|
101590
101552
|
},
|
|
101591
101553
|
"inheritedFrom": {
|
|
101592
|
-
"name": "
|
|
101593
|
-
"module": "
|
|
101554
|
+
"name": "SbbIconNameMixin",
|
|
101555
|
+
"module": "icon/icon-name-mixin.js"
|
|
101594
101556
|
}
|
|
101595
101557
|
},
|
|
101596
101558
|
{
|
|
101597
101559
|
"kind": "field",
|
|
101598
|
-
"name": "
|
|
101560
|
+
"name": "disabledInteractive",
|
|
101599
101561
|
"type": {
|
|
101600
|
-
"text": "
|
|
101562
|
+
"text": "boolean"
|
|
101601
101563
|
},
|
|
101602
101564
|
"privacy": "public",
|
|
101603
|
-
"
|
|
101604
|
-
"
|
|
101605
|
-
"
|
|
101565
|
+
"default": "false",
|
|
101566
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
101567
|
+
"attribute": "disabled-interactive",
|
|
101568
|
+
"reflects": true,
|
|
101606
101569
|
"inheritedFrom": {
|
|
101607
|
-
"name": "
|
|
101608
|
-
"module": "core/
|
|
101570
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
101571
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101609
101572
|
}
|
|
101610
101573
|
},
|
|
101611
101574
|
{
|
|
101612
101575
|
"kind": "field",
|
|
101613
|
-
"name": "
|
|
101614
|
-
"privacy": "
|
|
101615
|
-
"description": "
|
|
101616
|
-
"
|
|
101617
|
-
|
|
101618
|
-
|
|
101619
|
-
|
|
101620
|
-
|
|
101621
|
-
|
|
101576
|
+
"name": "disabled",
|
|
101577
|
+
"privacy": "public",
|
|
101578
|
+
"description": "Whether the component is disabled.",
|
|
101579
|
+
"default": "false",
|
|
101580
|
+
"type": {
|
|
101581
|
+
"text": "boolean"
|
|
101582
|
+
},
|
|
101583
|
+
"attribute": "disabled",
|
|
101584
|
+
"reflects": true,
|
|
101622
101585
|
"inheritedFrom": {
|
|
101623
|
-
"name": "
|
|
101624
|
-
"module": "core/
|
|
101586
|
+
"name": "SbbDisabledMixin",
|
|
101587
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101625
101588
|
}
|
|
101626
101589
|
},
|
|
101627
101590
|
{
|
|
101628
101591
|
"kind": "field",
|
|
101629
|
-
"name": "
|
|
101592
|
+
"name": "#disabled",
|
|
101630
101593
|
"privacy": "private",
|
|
101594
|
+
"type": {
|
|
101595
|
+
"text": "boolean"
|
|
101596
|
+
},
|
|
101597
|
+
"default": "false",
|
|
101631
101598
|
"inheritedFrom": {
|
|
101632
|
-
"name": "
|
|
101633
|
-
"module": "core/
|
|
101599
|
+
"name": "SbbDisabledMixin",
|
|
101600
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101634
101601
|
}
|
|
101635
101602
|
},
|
|
101636
101603
|
{
|
|
101637
|
-
"kind": "
|
|
101638
|
-
"name": "
|
|
101639
|
-
"privacy": "
|
|
101640
|
-
"
|
|
101641
|
-
|
|
101642
|
-
|
|
101643
|
-
"description": "The origin event.",
|
|
101644
|
-
"name": "event"
|
|
101604
|
+
"kind": "method",
|
|
101605
|
+
"name": "isDisabledExternally",
|
|
101606
|
+
"privacy": "protected",
|
|
101607
|
+
"return": {
|
|
101608
|
+
"type": {
|
|
101609
|
+
"text": "boolean"
|
|
101645
101610
|
}
|
|
101646
|
-
|
|
101647
|
-
"
|
|
101648
|
-
"name": "SbbButtonLikeBaseElement",
|
|
101649
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101650
|
-
}
|
|
101651
|
-
},
|
|
101652
|
-
{
|
|
101653
|
-
"kind": "field",
|
|
101654
|
-
"name": "_dispatchClickEvent",
|
|
101655
|
-
"privacy": "private",
|
|
101611
|
+
},
|
|
101612
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
101656
101613
|
"inheritedFrom": {
|
|
101657
|
-
"name": "
|
|
101658
|
-
"module": "core/
|
|
101614
|
+
"name": "SbbDisabledMixin",
|
|
101615
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101659
101616
|
}
|
|
101660
101617
|
},
|
|
101661
101618
|
{
|
|
101662
101619
|
"kind": "field",
|
|
101663
|
-
"name": "
|
|
101620
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
101664
101621
|
"type": {
|
|
101665
|
-
"text": "
|
|
101622
|
+
"text": "array"
|
|
101666
101623
|
},
|
|
101667
|
-
"privacy": "
|
|
101624
|
+
"privacy": "private",
|
|
101668
101625
|
"readonly": true,
|
|
101626
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
101669
101627
|
"inheritedFrom": {
|
|
101670
|
-
"name": "
|
|
101671
|
-
"module": "core/base-elements/
|
|
101628
|
+
"name": "SbbButtonBaseElement",
|
|
101629
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101672
101630
|
}
|
|
101673
101631
|
},
|
|
101674
101632
|
{
|
|
101675
101633
|
"kind": "field",
|
|
101676
|
-
"name": "
|
|
101634
|
+
"name": "value",
|
|
101677
101635
|
"type": {
|
|
101678
|
-
"text": "
|
|
101636
|
+
"text": "string"
|
|
101679
101637
|
},
|
|
101680
|
-
"privacy": "
|
|
101681
|
-
"readonly": true,
|
|
101638
|
+
"privacy": "public",
|
|
101682
101639
|
"inheritedFrom": {
|
|
101683
|
-
"name": "
|
|
101684
|
-
"module": "core/base-elements/
|
|
101685
|
-
}
|
|
101686
|
-
},
|
|
101687
|
-
{
|
|
101688
|
-
"kind": "method",
|
|
101689
|
-
"name": "setupBaseEventHandlers",
|
|
101690
|
-
"privacy": "protected",
|
|
101691
|
-
"return": {
|
|
101692
|
-
"type": {
|
|
101693
|
-
"text": "void"
|
|
101694
|
-
}
|
|
101640
|
+
"name": "SbbButtonBaseElement",
|
|
101641
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101695
101642
|
},
|
|
101696
|
-
"
|
|
101697
|
-
|
|
101698
|
-
|
|
101699
|
-
}
|
|
101643
|
+
"default": "''",
|
|
101644
|
+
"description": "Value of the form element.",
|
|
101645
|
+
"attribute": "value"
|
|
101700
101646
|
},
|
|
101701
101647
|
{
|
|
101702
101648
|
"kind": "field",
|
|
101703
|
-
"name": "
|
|
101649
|
+
"name": "type",
|
|
101650
|
+
"privacy": "public",
|
|
101651
|
+
"description": "The type attribute to use for the button.",
|
|
101652
|
+
"default": "'button'",
|
|
101704
101653
|
"type": {
|
|
101705
|
-
"text": "
|
|
101654
|
+
"text": "SbbButtonType"
|
|
101706
101655
|
},
|
|
101707
|
-
"
|
|
101708
|
-
"default": "!!this.shadowRoot",
|
|
101656
|
+
"attribute": "type",
|
|
101709
101657
|
"inheritedFrom": {
|
|
101710
|
-
"name": "
|
|
101711
|
-
"module": "core/base-elements/element.js"
|
|
101658
|
+
"name": "SbbButtonBaseElement",
|
|
101659
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101712
101660
|
}
|
|
101713
101661
|
},
|
|
101714
101662
|
{
|
|
101715
101663
|
"kind": "field",
|
|
101716
|
-
"name": "
|
|
101717
|
-
"
|
|
101718
|
-
|
|
101664
|
+
"name": "form",
|
|
101665
|
+
"type": {
|
|
101666
|
+
"text": "HTMLFormElement | null"
|
|
101667
|
+
},
|
|
101668
|
+
"privacy": "public",
|
|
101669
|
+
"description": "The `<form>` element to associate the button with.",
|
|
101719
101670
|
"inheritedFrom": {
|
|
101720
|
-
"name": "
|
|
101721
|
-
"module": "core/base-elements/element.js"
|
|
101722
|
-
}
|
|
101671
|
+
"name": "SbbButtonBaseElement",
|
|
101672
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101673
|
+
},
|
|
101674
|
+
"attribute": "form"
|
|
101723
101675
|
},
|
|
101724
101676
|
{
|
|
101725
101677
|
"kind": "field",
|
|
101726
|
-
"name": "
|
|
101678
|
+
"name": "_formId",
|
|
101727
101679
|
"type": {
|
|
101728
|
-
"text": "
|
|
101680
|
+
"text": "string"
|
|
101729
101681
|
},
|
|
101730
101682
|
"privacy": "private",
|
|
101683
|
+
"default": "''",
|
|
101731
101684
|
"inheritedFrom": {
|
|
101732
|
-
"name": "
|
|
101733
|
-
"module": "core/base-elements/element.js"
|
|
101685
|
+
"name": "SbbButtonBaseElement",
|
|
101686
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101734
101687
|
}
|
|
101735
101688
|
},
|
|
101736
101689
|
{
|
|
101737
101690
|
"kind": "field",
|
|
101738
|
-
"name": "
|
|
101739
|
-
"
|
|
101740
|
-
"text": "boolean"
|
|
101741
|
-
},
|
|
101742
|
-
"privacy": "protected",
|
|
101743
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
101744
|
-
"readonly": true,
|
|
101691
|
+
"name": "_handleButtonClick",
|
|
101692
|
+
"privacy": "private",
|
|
101745
101693
|
"inheritedFrom": {
|
|
101746
|
-
"name": "
|
|
101747
|
-
"module": "core/base-elements/element.js"
|
|
101748
|
-
}
|
|
101749
|
-
"default": "!!this.shadowRoot"
|
|
101694
|
+
"name": "SbbButtonBaseElement",
|
|
101695
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101696
|
+
}
|
|
101750
101697
|
},
|
|
101751
101698
|
{
|
|
101752
101699
|
"kind": "method",
|
|
101753
|
-
"name": "
|
|
101754
|
-
"privacy": "
|
|
101700
|
+
"name": "_requestSubmit",
|
|
101701
|
+
"privacy": "private",
|
|
101755
101702
|
"return": {
|
|
101756
101703
|
"type": {
|
|
101757
101704
|
"text": "void"
|
|
@@ -101759,400 +101706,390 @@
|
|
|
101759
101706
|
},
|
|
101760
101707
|
"parameters": [
|
|
101761
101708
|
{
|
|
101762
|
-
"name": "
|
|
101763
|
-
"type": {
|
|
101764
|
-
"text": "string"
|
|
101765
|
-
}
|
|
101766
|
-
},
|
|
101767
|
-
{
|
|
101768
|
-
"name": "force",
|
|
101769
|
-
"optional": true,
|
|
101709
|
+
"name": "form",
|
|
101770
101710
|
"type": {
|
|
101771
|
-
"text": "
|
|
101711
|
+
"text": "HTMLFormElement"
|
|
101772
101712
|
}
|
|
101773
101713
|
}
|
|
101774
101714
|
],
|
|
101775
101715
|
"inheritedFrom": {
|
|
101776
|
-
"name": "
|
|
101777
|
-
"module": "core/base-elements/element.js"
|
|
101778
|
-
}
|
|
101779
|
-
},
|
|
101780
|
-
{
|
|
101781
|
-
"kind": "field",
|
|
101782
|
-
"name": "['_$sbbElement$']",
|
|
101783
|
-
"type": {
|
|
101784
|
-
"text": "boolean"
|
|
101785
|
-
},
|
|
101786
|
-
"privacy": "public",
|
|
101787
|
-
"static": true,
|
|
101788
|
-
"default": "true",
|
|
101789
|
-
"inheritedFrom": {
|
|
101790
|
-
"name": "SbbElement",
|
|
101791
|
-
"module": "core/base-elements/element.js"
|
|
101716
|
+
"name": "SbbButtonBaseElement",
|
|
101717
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101792
101718
|
}
|
|
101793
101719
|
},
|
|
101794
101720
|
{
|
|
101795
101721
|
"kind": "field",
|
|
101796
|
-
"name": "
|
|
101797
|
-
"type": {
|
|
101798
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
101799
|
-
},
|
|
101722
|
+
"name": "_formKeyDown",
|
|
101800
101723
|
"privacy": "private",
|
|
101801
101724
|
"inheritedFrom": {
|
|
101802
|
-
"name": "
|
|
101803
|
-
"module": "core/base-elements/element.js"
|
|
101804
|
-
}
|
|
101805
|
-
}
|
|
101806
|
-
],
|
|
101807
|
-
"mixins": [
|
|
101808
|
-
{
|
|
101809
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
101810
|
-
"module": "link/common/block-link-common.js"
|
|
101811
|
-
},
|
|
101812
|
-
{
|
|
101813
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
101814
|
-
"module": "core/mixins.js"
|
|
101815
|
-
}
|
|
101816
|
-
],
|
|
101817
|
-
"superclass": {
|
|
101818
|
-
"name": "SbbButtonBaseElement",
|
|
101819
|
-
"module": "core/base-elements.js"
|
|
101820
|
-
},
|
|
101821
|
-
"tagName": "sbb-block-link-button",
|
|
101822
|
-
"customElement": true,
|
|
101823
|
-
"attributes": [
|
|
101824
|
-
{
|
|
101825
|
-
"name": "icon-placement",
|
|
101826
|
-
"type": {
|
|
101827
|
-
"text": "SbbIconPlacement"
|
|
101828
|
-
},
|
|
101829
|
-
"default": "'start'",
|
|
101830
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
101831
|
-
"fieldName": "iconPlacement",
|
|
101832
|
-
"inheritedFrom": {
|
|
101833
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
101834
|
-
"module": "link/common/block-link-common.js"
|
|
101725
|
+
"name": "SbbButtonBaseElement",
|
|
101726
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101835
101727
|
}
|
|
101836
101728
|
},
|
|
101837
101729
|
{
|
|
101838
|
-
"
|
|
101730
|
+
"kind": "field",
|
|
101731
|
+
"name": "formAssociated",
|
|
101839
101732
|
"type": {
|
|
101840
|
-
"text": "
|
|
101733
|
+
"text": "boolean"
|
|
101841
101734
|
},
|
|
101842
|
-
"
|
|
101843
|
-
"
|
|
101844
|
-
"
|
|
101735
|
+
"privacy": "public",
|
|
101736
|
+
"static": true,
|
|
101737
|
+
"default": "true",
|
|
101845
101738
|
"inheritedFrom": {
|
|
101846
|
-
"name": "
|
|
101847
|
-
"module": "
|
|
101739
|
+
"name": "SbbFormAssociatedMixin",
|
|
101740
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101848
101741
|
}
|
|
101849
101742
|
},
|
|
101850
101743
|
{
|
|
101851
|
-
"
|
|
101744
|
+
"kind": "field",
|
|
101745
|
+
"name": "name",
|
|
101746
|
+
"privacy": "public",
|
|
101747
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
101852
101748
|
"type": {
|
|
101853
101749
|
"text": "string"
|
|
101854
101750
|
},
|
|
101855
|
-
"
|
|
101856
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
101857
|
-
"fieldName": "iconName",
|
|
101858
|
-
"inheritedFrom": {
|
|
101859
|
-
"name": "SbbIconNameMixin",
|
|
101860
|
-
"module": "icon/icon-name-mixin.js"
|
|
101861
|
-
}
|
|
101862
|
-
},
|
|
101863
|
-
{
|
|
101864
|
-
"name": "disabled-interactive",
|
|
101865
|
-
"type": {
|
|
101866
|
-
"text": "boolean"
|
|
101867
|
-
},
|
|
101868
|
-
"default": "false",
|
|
101869
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
101870
|
-
"fieldName": "disabledInteractive",
|
|
101751
|
+
"attribute": "name",
|
|
101871
101752
|
"inheritedFrom": {
|
|
101872
|
-
"name": "
|
|
101873
|
-
"module": "core/mixins/
|
|
101753
|
+
"name": "SbbFormAssociatedMixin",
|
|
101754
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101874
101755
|
}
|
|
101875
101756
|
},
|
|
101876
101757
|
{
|
|
101877
|
-
"
|
|
101878
|
-
"
|
|
101879
|
-
"default": "false",
|
|
101758
|
+
"kind": "field",
|
|
101759
|
+
"name": "validity",
|
|
101880
101760
|
"type": {
|
|
101881
|
-
"text": "
|
|
101761
|
+
"text": "ValidityState"
|
|
101882
101762
|
},
|
|
101883
|
-
"
|
|
101763
|
+
"privacy": "public",
|
|
101764
|
+
"description": "Returns the ValidityState object for this element.",
|
|
101765
|
+
"readonly": true,
|
|
101884
101766
|
"inheritedFrom": {
|
|
101885
|
-
"name": "
|
|
101886
|
-
"module": "core/mixins/
|
|
101767
|
+
"name": "SbbFormAssociatedMixin",
|
|
101768
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101887
101769
|
}
|
|
101888
101770
|
},
|
|
101889
101771
|
{
|
|
101890
|
-
"
|
|
101772
|
+
"kind": "field",
|
|
101773
|
+
"name": "validationMessage",
|
|
101891
101774
|
"type": {
|
|
101892
101775
|
"text": "string"
|
|
101893
101776
|
},
|
|
101894
|
-
"
|
|
101895
|
-
"description": "
|
|
101896
|
-
"
|
|
101777
|
+
"privacy": "public",
|
|
101778
|
+
"description": "Returns the current error message, if available, which corresponds\nto the current validation state.\nPlease note that only one message is returned at a time (e.g. if\nmultiple validity states are invalid, only the chronologically first one\nis returned until it is fixed, at which point the next message might be\nreturned, if it is still applicable). Also, a custom validity message\n(see below) has precedence over native validation messages.",
|
|
101779
|
+
"readonly": true,
|
|
101897
101780
|
"inheritedFrom": {
|
|
101898
|
-
"name": "
|
|
101899
|
-
"module": "core/
|
|
101781
|
+
"name": "SbbFormAssociatedMixin",
|
|
101782
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101900
101783
|
}
|
|
101901
101784
|
},
|
|
101902
101785
|
{
|
|
101903
|
-
"
|
|
101904
|
-
"
|
|
101905
|
-
"default": "'button'",
|
|
101786
|
+
"kind": "field",
|
|
101787
|
+
"name": "willValidate",
|
|
101906
101788
|
"type": {
|
|
101907
|
-
"text": "
|
|
101789
|
+
"text": "boolean"
|
|
101908
101790
|
},
|
|
101909
|
-
"
|
|
101791
|
+
"privacy": "public",
|
|
101792
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
101793
|
+
"readonly": true,
|
|
101910
101794
|
"inheritedFrom": {
|
|
101911
|
-
"name": "
|
|
101912
|
-
"module": "core/
|
|
101795
|
+
"name": "SbbFormAssociatedMixin",
|
|
101796
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101913
101797
|
}
|
|
101914
101798
|
},
|
|
101915
101799
|
{
|
|
101916
|
-
"
|
|
101917
|
-
"
|
|
101918
|
-
"
|
|
101919
|
-
|
|
101920
|
-
},
|
|
101921
|
-
"fieldName": "form",
|
|
101800
|
+
"kind": "field",
|
|
101801
|
+
"name": "_validityStates",
|
|
101802
|
+
"privacy": "private",
|
|
101803
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101922
101804
|
"inheritedFrom": {
|
|
101923
|
-
"name": "
|
|
101924
|
-
"module": "core/
|
|
101805
|
+
"name": "SbbFormAssociatedMixin",
|
|
101806
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101925
101807
|
}
|
|
101926
101808
|
},
|
|
101927
101809
|
{
|
|
101928
|
-
"
|
|
101929
|
-
"
|
|
101810
|
+
"kind": "field",
|
|
101811
|
+
"name": "formDisabled",
|
|
101930
101812
|
"type": {
|
|
101931
|
-
"text": "
|
|
101813
|
+
"text": "boolean"
|
|
101932
101814
|
},
|
|
101933
|
-
"
|
|
101815
|
+
"privacy": "protected",
|
|
101816
|
+
"default": "false",
|
|
101817
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101934
101818
|
"inheritedFrom": {
|
|
101935
101819
|
"name": "SbbFormAssociatedMixin",
|
|
101936
101820
|
"module": "core/mixins/form-associated-mixin.js"
|
|
101937
101821
|
}
|
|
101938
|
-
}
|
|
101939
|
-
]
|
|
101940
|
-
}
|
|
101941
|
-
],
|
|
101942
|
-
"exports": [
|
|
101943
|
-
{
|
|
101944
|
-
"kind": "js",
|
|
101945
|
-
"name": "SbbBlockLinkButtonElement",
|
|
101946
|
-
"declaration": {
|
|
101947
|
-
"name": "SbbBlockLinkButtonElement",
|
|
101948
|
-
"module": "link/block-link-button/block-link-button.component.js"
|
|
101949
|
-
}
|
|
101950
|
-
}
|
|
101951
|
-
]
|
|
101952
|
-
},
|
|
101953
|
-
{
|
|
101954
|
-
"kind": "javascript-module",
|
|
101955
|
-
"path": "link/block-link-static/block-link-static.component.js",
|
|
101956
|
-
"declarations": [
|
|
101957
|
-
{
|
|
101958
|
-
"kind": "class",
|
|
101959
|
-
"description": "It displays a static link enhanced with the SBB Design.",
|
|
101960
|
-
"name": "SbbBlockLinkStaticElement",
|
|
101961
|
-
"slots": [
|
|
101822
|
+
},
|
|
101962
101823
|
{
|
|
101963
|
-
"
|
|
101964
|
-
"name": ""
|
|
101824
|
+
"kind": "method",
|
|
101825
|
+
"name": "checkValidity",
|
|
101826
|
+
"privacy": "public",
|
|
101827
|
+
"return": {
|
|
101828
|
+
"type": {
|
|
101829
|
+
"text": "boolean"
|
|
101830
|
+
}
|
|
101831
|
+
},
|
|
101832
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
101833
|
+
"inheritedFrom": {
|
|
101834
|
+
"name": "SbbFormAssociatedMixin",
|
|
101835
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101836
|
+
}
|
|
101965
101837
|
},
|
|
101966
101838
|
{
|
|
101967
|
-
"
|
|
101968
|
-
"name": "
|
|
101969
|
-
}
|
|
101970
|
-
],
|
|
101971
|
-
"members": [
|
|
101972
|
-
{
|
|
101973
|
-
"kind": "field",
|
|
101974
|
-
"name": "elementName",
|
|
101975
|
-
"type": {
|
|
101976
|
-
"text": "string"
|
|
101977
|
-
},
|
|
101839
|
+
"kind": "method",
|
|
101840
|
+
"name": "reportValidity",
|
|
101978
101841
|
"privacy": "public",
|
|
101979
|
-
"
|
|
101980
|
-
|
|
101981
|
-
|
|
101982
|
-
|
|
101983
|
-
"module": "core/base-elements/element.js"
|
|
101842
|
+
"return": {
|
|
101843
|
+
"type": {
|
|
101844
|
+
"text": "boolean"
|
|
101845
|
+
}
|
|
101984
101846
|
},
|
|
101985
|
-
"
|
|
101847
|
+
"description": "Returns true if this element has no validity problems; otherwise,\nreturns false, fires an invalid event at the element,\nand (if the event isn't canceled) reports the problem to the user.",
|
|
101848
|
+
"inheritedFrom": {
|
|
101849
|
+
"name": "SbbFormAssociatedMixin",
|
|
101850
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101851
|
+
}
|
|
101986
101852
|
},
|
|
101987
101853
|
{
|
|
101988
|
-
"kind": "
|
|
101989
|
-
"name": "
|
|
101990
|
-
"type": {
|
|
101991
|
-
"text": "CSSResultGroup"
|
|
101992
|
-
},
|
|
101854
|
+
"kind": "method",
|
|
101855
|
+
"name": "setCustomValidity",
|
|
101993
101856
|
"privacy": "public",
|
|
101994
|
-
"
|
|
101995
|
-
|
|
101857
|
+
"return": {
|
|
101858
|
+
"type": {
|
|
101859
|
+
"text": "void"
|
|
101860
|
+
}
|
|
101861
|
+
},
|
|
101862
|
+
"parameters": [
|
|
101863
|
+
{
|
|
101864
|
+
"name": "message",
|
|
101865
|
+
"type": {
|
|
101866
|
+
"text": "string"
|
|
101867
|
+
}
|
|
101868
|
+
}
|
|
101869
|
+
],
|
|
101870
|
+
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
101996
101871
|
"inheritedFrom": {
|
|
101997
|
-
"name": "
|
|
101998
|
-
"module": "
|
|
101872
|
+
"name": "SbbFormAssociatedMixin",
|
|
101873
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101999
101874
|
}
|
|
102000
101875
|
},
|
|
102001
101876
|
{
|
|
102002
|
-
"kind": "
|
|
102003
|
-
"name": "
|
|
102004
|
-
"
|
|
102005
|
-
|
|
101877
|
+
"kind": "method",
|
|
101878
|
+
"name": "_hasDisabledAncestor",
|
|
101879
|
+
"privacy": "private",
|
|
101880
|
+
"return": {
|
|
101881
|
+
"type": {
|
|
101882
|
+
"text": "boolean"
|
|
101883
|
+
}
|
|
102006
101884
|
},
|
|
102007
|
-
"privacy": "public",
|
|
102008
|
-
"default": "'start'",
|
|
102009
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
102010
|
-
"attribute": "icon-placement",
|
|
102011
|
-
"reflects": true,
|
|
102012
101885
|
"inheritedFrom": {
|
|
102013
|
-
"name": "
|
|
102014
|
-
"module": "
|
|
101886
|
+
"name": "SbbFormAssociatedMixin",
|
|
101887
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102015
101888
|
}
|
|
102016
101889
|
},
|
|
102017
101890
|
{
|
|
102018
101891
|
"kind": "method",
|
|
102019
|
-
"name": "
|
|
101892
|
+
"name": "updateFormValue",
|
|
102020
101893
|
"privacy": "protected",
|
|
102021
101894
|
"return": {
|
|
102022
101895
|
"type": {
|
|
102023
|
-
"text": "
|
|
101896
|
+
"text": "void"
|
|
102024
101897
|
}
|
|
102025
101898
|
},
|
|
102026
|
-
"description": "
|
|
101899
|
+
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
102027
101900
|
"inheritedFrom": {
|
|
102028
|
-
"name": "
|
|
102029
|
-
"module": "core/
|
|
101901
|
+
"name": "SbbFormAssociatedMixin",
|
|
101902
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102030
101903
|
}
|
|
102031
101904
|
},
|
|
102032
101905
|
{
|
|
102033
|
-
"kind": "
|
|
102034
|
-
"name": "
|
|
102035
|
-
"
|
|
102036
|
-
|
|
101906
|
+
"kind": "method",
|
|
101907
|
+
"name": "formState",
|
|
101908
|
+
"privacy": "protected",
|
|
101909
|
+
"return": {
|
|
101910
|
+
"type": {
|
|
101911
|
+
"text": "FormRestoreState"
|
|
101912
|
+
}
|
|
102037
101913
|
},
|
|
102038
|
-
"privacy": "public",
|
|
102039
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
102040
|
-
"default": "'s' / 'xs' (lean)",
|
|
102041
|
-
"attribute": "size",
|
|
102042
|
-
"reflects": true,
|
|
102043
101914
|
"inheritedFrom": {
|
|
102044
|
-
"name": "
|
|
102045
|
-
"module": "
|
|
101915
|
+
"name": "SbbFormAssociatedMixin",
|
|
101916
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102046
101917
|
}
|
|
102047
101918
|
},
|
|
102048
101919
|
{
|
|
102049
|
-
"kind": "
|
|
102050
|
-
"name": "
|
|
102051
|
-
"
|
|
102052
|
-
|
|
101920
|
+
"kind": "method",
|
|
101921
|
+
"name": "setValidityFlag",
|
|
101922
|
+
"privacy": "protected",
|
|
101923
|
+
"return": {
|
|
101924
|
+
"type": {
|
|
101925
|
+
"text": "void"
|
|
101926
|
+
}
|
|
102053
101927
|
},
|
|
102054
|
-
"
|
|
102055
|
-
|
|
102056
|
-
|
|
102057
|
-
|
|
101928
|
+
"parameters": [
|
|
101929
|
+
{
|
|
101930
|
+
"name": "flag",
|
|
101931
|
+
"type": {
|
|
101932
|
+
"text": "T"
|
|
101933
|
+
}
|
|
101934
|
+
},
|
|
101935
|
+
{
|
|
101936
|
+
"name": "message",
|
|
101937
|
+
"type": {
|
|
101938
|
+
"text": "string"
|
|
101939
|
+
}
|
|
101940
|
+
},
|
|
101941
|
+
{
|
|
101942
|
+
"name": "flagValue",
|
|
101943
|
+
"optional": true,
|
|
101944
|
+
"type": {
|
|
101945
|
+
"text": "ValidityStateFlags[T]"
|
|
101946
|
+
}
|
|
101947
|
+
}
|
|
101948
|
+
],
|
|
101949
|
+
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
102058
101950
|
"inheritedFrom": {
|
|
102059
|
-
"name": "
|
|
102060
|
-
"module": "
|
|
101951
|
+
"name": "SbbFormAssociatedMixin",
|
|
101952
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102061
101953
|
}
|
|
102062
101954
|
},
|
|
102063
101955
|
{
|
|
102064
101956
|
"kind": "method",
|
|
102065
|
-
"name": "
|
|
101957
|
+
"name": "removeValidityFlag",
|
|
102066
101958
|
"privacy": "protected",
|
|
102067
101959
|
"return": {
|
|
102068
101960
|
"type": {
|
|
102069
|
-
"text": "
|
|
101961
|
+
"text": "void"
|
|
102070
101962
|
}
|
|
102071
101963
|
},
|
|
102072
101964
|
"parameters": [
|
|
102073
101965
|
{
|
|
102074
|
-
"name": "
|
|
102075
|
-
"optional": true,
|
|
101966
|
+
"name": "flag",
|
|
102076
101967
|
"type": {
|
|
102077
|
-
"text": "
|
|
101968
|
+
"text": "T"
|
|
102078
101969
|
}
|
|
102079
101970
|
}
|
|
102080
101971
|
],
|
|
101972
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
102081
101973
|
"inheritedFrom": {
|
|
102082
|
-
"name": "
|
|
102083
|
-
"module": "
|
|
101974
|
+
"name": "SbbFormAssociatedMixin",
|
|
101975
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102084
101976
|
}
|
|
102085
101977
|
},
|
|
102086
101978
|
{
|
|
102087
101979
|
"kind": "method",
|
|
102088
|
-
"name": "
|
|
101980
|
+
"name": "validate",
|
|
102089
101981
|
"privacy": "protected",
|
|
102090
101982
|
"return": {
|
|
102091
101983
|
"type": {
|
|
102092
|
-
"text": "
|
|
101984
|
+
"text": "void"
|
|
102093
101985
|
}
|
|
102094
101986
|
},
|
|
101987
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
102095
101988
|
"inheritedFrom": {
|
|
102096
|
-
"name": "
|
|
102097
|
-
"module": "
|
|
101989
|
+
"name": "SbbFormAssociatedMixin",
|
|
101990
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102098
101991
|
}
|
|
102099
101992
|
},
|
|
102100
101993
|
{
|
|
102101
101994
|
"kind": "method",
|
|
102102
|
-
"name": "
|
|
101995
|
+
"name": "shouldValidate",
|
|
101996
|
+
"privacy": "protected",
|
|
101997
|
+
"return": {
|
|
101998
|
+
"type": {
|
|
101999
|
+
"text": "boolean"
|
|
102000
|
+
}
|
|
102001
|
+
},
|
|
102002
|
+
"parameters": [
|
|
102003
|
+
{
|
|
102004
|
+
"name": "name",
|
|
102005
|
+
"type": {
|
|
102006
|
+
"text": "PropertyKey | undefined"
|
|
102007
|
+
}
|
|
102008
|
+
}
|
|
102009
|
+
],
|
|
102010
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
102011
|
+
"inheritedFrom": {
|
|
102012
|
+
"name": "SbbFormAssociatedMixin",
|
|
102013
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102014
|
+
}
|
|
102015
|
+
},
|
|
102016
|
+
{
|
|
102017
|
+
"kind": "method",
|
|
102018
|
+
"name": "_setInternalValidity",
|
|
102103
102019
|
"privacy": "private",
|
|
102104
102020
|
"return": {
|
|
102105
102021
|
"type": {
|
|
102106
|
-
"text": "
|
|
102022
|
+
"text": "void"
|
|
102107
102023
|
}
|
|
102108
102024
|
},
|
|
102109
102025
|
"inheritedFrom": {
|
|
102110
|
-
"name": "
|
|
102111
|
-
"module": "
|
|
102026
|
+
"name": "SbbFormAssociatedMixin",
|
|
102027
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102112
102028
|
}
|
|
102113
102029
|
},
|
|
102114
102030
|
{
|
|
102115
102031
|
"kind": "field",
|
|
102116
|
-
"name": "
|
|
102117
|
-
"privacy": "public",
|
|
102118
|
-
"description": "Whether the component is disabled.",
|
|
102119
|
-
"default": "false",
|
|
102032
|
+
"name": "role",
|
|
102120
102033
|
"type": {
|
|
102121
|
-
"text": "
|
|
102034
|
+
"text": "ElementInternals['role']"
|
|
102122
102035
|
},
|
|
102123
|
-
"
|
|
102124
|
-
"
|
|
102036
|
+
"privacy": "public",
|
|
102037
|
+
"static": true,
|
|
102038
|
+
"readonly": true,
|
|
102039
|
+
"default": "'button'",
|
|
102125
102040
|
"inheritedFrom": {
|
|
102126
|
-
"name": "
|
|
102127
|
-
"module": "core/
|
|
102041
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102042
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102128
102043
|
}
|
|
102129
102044
|
},
|
|
102130
102045
|
{
|
|
102131
102046
|
"kind": "field",
|
|
102132
|
-
"name": "
|
|
102047
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
102133
102048
|
"privacy": "private",
|
|
102134
|
-
"
|
|
102135
|
-
|
|
102136
|
-
|
|
102137
|
-
|
|
102049
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
102050
|
+
"parameters": [
|
|
102051
|
+
{
|
|
102052
|
+
"description": "The origin event.",
|
|
102053
|
+
"name": "event"
|
|
102054
|
+
}
|
|
102055
|
+
],
|
|
102056
|
+
"inheritedFrom": {
|
|
102057
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102058
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102059
|
+
}
|
|
102060
|
+
},
|
|
102061
|
+
{
|
|
102062
|
+
"kind": "field",
|
|
102063
|
+
"name": "_removeActiveMarker",
|
|
102064
|
+
"privacy": "private",
|
|
102065
|
+
"inheritedFrom": {
|
|
102066
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102067
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102068
|
+
}
|
|
102069
|
+
},
|
|
102070
|
+
{
|
|
102071
|
+
"kind": "field",
|
|
102072
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
102073
|
+
"privacy": "private",
|
|
102074
|
+
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
102075
|
+
"parameters": [
|
|
102076
|
+
{
|
|
102077
|
+
"description": "The origin event.",
|
|
102078
|
+
"name": "event"
|
|
102079
|
+
}
|
|
102080
|
+
],
|
|
102138
102081
|
"inheritedFrom": {
|
|
102139
|
-
"name": "
|
|
102140
|
-
"module": "core/
|
|
102082
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102083
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102141
102084
|
}
|
|
102142
102085
|
},
|
|
102143
102086
|
{
|
|
102144
|
-
"kind": "
|
|
102145
|
-
"name": "
|
|
102146
|
-
"privacy": "
|
|
102147
|
-
"return": {
|
|
102148
|
-
"type": {
|
|
102149
|
-
"text": "boolean"
|
|
102150
|
-
}
|
|
102151
|
-
},
|
|
102152
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
102087
|
+
"kind": "field",
|
|
102088
|
+
"name": "_dispatchClickEvent",
|
|
102089
|
+
"privacy": "private",
|
|
102153
102090
|
"inheritedFrom": {
|
|
102154
|
-
"name": "
|
|
102155
|
-
"module": "core/
|
|
102091
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102092
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102156
102093
|
}
|
|
102157
102094
|
},
|
|
102158
102095
|
{
|
|
@@ -102307,15 +102244,15 @@
|
|
|
102307
102244
|
"module": "link/common/block-link-common.js"
|
|
102308
102245
|
},
|
|
102309
102246
|
{
|
|
102310
|
-
"name": "
|
|
102247
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
102311
102248
|
"module": "core/mixins.js"
|
|
102312
102249
|
}
|
|
102313
102250
|
],
|
|
102314
102251
|
"superclass": {
|
|
102315
|
-
"name": "
|
|
102252
|
+
"name": "SbbButtonBaseElement",
|
|
102316
102253
|
"module": "core/base-elements.js"
|
|
102317
102254
|
},
|
|
102318
|
-
"tagName": "sbb-block-link-
|
|
102255
|
+
"tagName": "sbb-block-link-button",
|
|
102319
102256
|
"customElement": true,
|
|
102320
102257
|
"attributes": [
|
|
102321
102258
|
{
|
|
@@ -102357,6 +102294,19 @@
|
|
|
102357
102294
|
"module": "icon/icon-name-mixin.js"
|
|
102358
102295
|
}
|
|
102359
102296
|
},
|
|
102297
|
+
{
|
|
102298
|
+
"name": "disabled-interactive",
|
|
102299
|
+
"type": {
|
|
102300
|
+
"text": "boolean"
|
|
102301
|
+
},
|
|
102302
|
+
"default": "false",
|
|
102303
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
102304
|
+
"fieldName": "disabledInteractive",
|
|
102305
|
+
"inheritedFrom": {
|
|
102306
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
102307
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102308
|
+
}
|
|
102309
|
+
},
|
|
102360
102310
|
{
|
|
102361
102311
|
"name": "disabled",
|
|
102362
102312
|
"description": "Whether the component is disabled.",
|
|
@@ -102369,6 +102319,56 @@
|
|
|
102369
102319
|
"name": "SbbDisabledMixin",
|
|
102370
102320
|
"module": "core/mixins/disabled-mixin.js"
|
|
102371
102321
|
}
|
|
102322
|
+
},
|
|
102323
|
+
{
|
|
102324
|
+
"name": "value",
|
|
102325
|
+
"type": {
|
|
102326
|
+
"text": "string"
|
|
102327
|
+
},
|
|
102328
|
+
"default": "''",
|
|
102329
|
+
"description": "Value of the form element.",
|
|
102330
|
+
"fieldName": "value",
|
|
102331
|
+
"inheritedFrom": {
|
|
102332
|
+
"name": "SbbButtonBaseElement",
|
|
102333
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102334
|
+
}
|
|
102335
|
+
},
|
|
102336
|
+
{
|
|
102337
|
+
"name": "type",
|
|
102338
|
+
"description": "The type attribute to use for the button.",
|
|
102339
|
+
"default": "'button'",
|
|
102340
|
+
"type": {
|
|
102341
|
+
"text": "SbbButtonType"
|
|
102342
|
+
},
|
|
102343
|
+
"fieldName": "type",
|
|
102344
|
+
"inheritedFrom": {
|
|
102345
|
+
"name": "SbbButtonBaseElement",
|
|
102346
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102347
|
+
}
|
|
102348
|
+
},
|
|
102349
|
+
{
|
|
102350
|
+
"name": "form",
|
|
102351
|
+
"description": "The `<form>` element to associate the button with.",
|
|
102352
|
+
"type": {
|
|
102353
|
+
"text": "HTMLFormElement | null"
|
|
102354
|
+
},
|
|
102355
|
+
"fieldName": "form",
|
|
102356
|
+
"inheritedFrom": {
|
|
102357
|
+
"name": "SbbButtonBaseElement",
|
|
102358
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102359
|
+
}
|
|
102360
|
+
},
|
|
102361
|
+
{
|
|
102362
|
+
"name": "name",
|
|
102363
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
102364
|
+
"type": {
|
|
102365
|
+
"text": "string"
|
|
102366
|
+
},
|
|
102367
|
+
"fieldName": "name",
|
|
102368
|
+
"inheritedFrom": {
|
|
102369
|
+
"name": "SbbFormAssociatedMixin",
|
|
102370
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102371
|
+
}
|
|
102372
102372
|
}
|
|
102373
102373
|
]
|
|
102374
102374
|
}
|
|
@@ -102376,10 +102376,10 @@
|
|
|
102376
102376
|
"exports": [
|
|
102377
102377
|
{
|
|
102378
102378
|
"kind": "js",
|
|
102379
|
-
"name": "
|
|
102379
|
+
"name": "SbbBlockLinkButtonElement",
|
|
102380
102380
|
"declaration": {
|
|
102381
|
-
"name": "
|
|
102382
|
-
"module": "link/block-link-
|
|
102381
|
+
"name": "SbbBlockLinkButtonElement",
|
|
102382
|
+
"module": "link/block-link-button/block-link-button.component.js"
|
|
102383
102383
|
}
|
|
102384
102384
|
}
|
|
102385
102385
|
]
|
|
@@ -109887,72 +109887,242 @@
|
|
|
109887
109887
|
"fieldName": "color"
|
|
109888
109888
|
},
|
|
109889
109889
|
{
|
|
109890
|
-
"name": "value",
|
|
109890
|
+
"name": "value",
|
|
109891
|
+
"type": {
|
|
109892
|
+
"text": "string"
|
|
109893
|
+
},
|
|
109894
|
+
"default": "''",
|
|
109895
|
+
"description": "Value of the form element.",
|
|
109896
|
+
"fieldName": "value",
|
|
109897
|
+
"inheritedFrom": {
|
|
109898
|
+
"name": "SbbButtonBaseElement",
|
|
109899
|
+
"module": "core/base-elements/button-base-element.js"
|
|
109900
|
+
}
|
|
109901
|
+
},
|
|
109902
|
+
{
|
|
109903
|
+
"name": "type",
|
|
109904
|
+
"description": "The type attribute to use for the button.",
|
|
109905
|
+
"default": "'button'",
|
|
109906
|
+
"type": {
|
|
109907
|
+
"text": "SbbButtonType"
|
|
109908
|
+
},
|
|
109909
|
+
"fieldName": "type",
|
|
109910
|
+
"inheritedFrom": {
|
|
109911
|
+
"name": "SbbButtonBaseElement",
|
|
109912
|
+
"module": "core/base-elements/button-base-element.js"
|
|
109913
|
+
}
|
|
109914
|
+
},
|
|
109915
|
+
{
|
|
109916
|
+
"name": "form",
|
|
109917
|
+
"description": "The `<form>` element to associate the button with.",
|
|
109918
|
+
"type": {
|
|
109919
|
+
"text": "HTMLFormElement | null"
|
|
109920
|
+
},
|
|
109921
|
+
"fieldName": "form",
|
|
109922
|
+
"inheritedFrom": {
|
|
109923
|
+
"name": "SbbButtonBaseElement",
|
|
109924
|
+
"module": "core/base-elements/button-base-element.js"
|
|
109925
|
+
}
|
|
109926
|
+
},
|
|
109927
|
+
{
|
|
109928
|
+
"name": "name",
|
|
109929
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
109930
|
+
"type": {
|
|
109931
|
+
"text": "string"
|
|
109932
|
+
},
|
|
109933
|
+
"fieldName": "name",
|
|
109934
|
+
"inheritedFrom": {
|
|
109935
|
+
"name": "SbbFormAssociatedMixin",
|
|
109936
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
109937
|
+
}
|
|
109938
|
+
}
|
|
109939
|
+
],
|
|
109940
|
+
"superclass": {
|
|
109941
|
+
"name": "SbbButtonBaseElement",
|
|
109942
|
+
"module": "core/base-elements.js"
|
|
109943
|
+
},
|
|
109944
|
+
"tagName": "sbb-mini-calendar-day",
|
|
109945
|
+
"customElement": true,
|
|
109946
|
+
"classGenerics": "T = Date"
|
|
109947
|
+
}
|
|
109948
|
+
],
|
|
109949
|
+
"exports": [
|
|
109950
|
+
{
|
|
109951
|
+
"kind": "js",
|
|
109952
|
+
"name": "SbbMiniCalendarDayElement",
|
|
109953
|
+
"declaration": {
|
|
109954
|
+
"name": "SbbMiniCalendarDayElement",
|
|
109955
|
+
"module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
|
|
109956
|
+
}
|
|
109957
|
+
}
|
|
109958
|
+
]
|
|
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",
|
|
109891
110054
|
"type": {
|
|
109892
|
-
"text": "
|
|
110055
|
+
"text": "SbbNavigationSectionElement | null"
|
|
109893
110056
|
},
|
|
109894
|
-
"
|
|
109895
|
-
"description": "
|
|
109896
|
-
"
|
|
109897
|
-
"inheritedFrom": {
|
|
109898
|
-
"name": "SbbButtonBaseElement",
|
|
109899
|
-
"module": "core/base-elements/button-base-element.js"
|
|
109900
|
-
}
|
|
110057
|
+
"privacy": "public",
|
|
110058
|
+
"description": "The section in which the action is nested.",
|
|
110059
|
+
"readonly": true
|
|
109901
110060
|
},
|
|
109902
110061
|
{
|
|
109903
|
-
"
|
|
109904
|
-
"
|
|
109905
|
-
"default": "'button'",
|
|
110062
|
+
"kind": "field",
|
|
110063
|
+
"name": "_navigationMarker",
|
|
109906
110064
|
"type": {
|
|
109907
|
-
"text": "
|
|
110065
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
109908
110066
|
},
|
|
109909
|
-
"
|
|
109910
|
-
"
|
|
109911
|
-
"name": "SbbButtonBaseElement",
|
|
109912
|
-
"module": "core/base-elements/button-base-element.js"
|
|
109913
|
-
}
|
|
110067
|
+
"privacy": "private",
|
|
110068
|
+
"default": "null"
|
|
109914
110069
|
},
|
|
109915
110070
|
{
|
|
109916
|
-
"
|
|
109917
|
-
"
|
|
110071
|
+
"kind": "field",
|
|
110072
|
+
"name": "_navigationSection",
|
|
109918
110073
|
"type": {
|
|
109919
|
-
"text": "
|
|
110074
|
+
"text": "SbbNavigationSectionElement | null"
|
|
109920
110075
|
},
|
|
109921
|
-
"
|
|
109922
|
-
"
|
|
109923
|
-
"name": "SbbButtonBaseElement",
|
|
109924
|
-
"module": "core/base-elements/button-base-element.js"
|
|
109925
|
-
}
|
|
110076
|
+
"privacy": "private",
|
|
110077
|
+
"default": "null"
|
|
109926
110078
|
},
|
|
109927
110079
|
{
|
|
109928
|
-
"
|
|
109929
|
-
"
|
|
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",
|
|
109930
110093
|
"type": {
|
|
109931
|
-
"text": "
|
|
110094
|
+
"text": "SbbNavigationActionSize"
|
|
109932
110095
|
},
|
|
109933
|
-
"
|
|
109934
|
-
"
|
|
109935
|
-
|
|
109936
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
109937
|
-
}
|
|
110096
|
+
"description": "Action size variant, either s, m or l.",
|
|
110097
|
+
"default": "'l' / 's' (lean)",
|
|
110098
|
+
"fieldName": "size"
|
|
109938
110099
|
}
|
|
109939
110100
|
],
|
|
109940
|
-
"
|
|
109941
|
-
|
|
109942
|
-
|
|
109943
|
-
|
|
109944
|
-
|
|
109945
|
-
|
|
109946
|
-
|
|
110101
|
+
"parameters": [
|
|
110102
|
+
{
|
|
110103
|
+
"name": "superClass",
|
|
110104
|
+
"type": {
|
|
110105
|
+
"text": "T"
|
|
110106
|
+
}
|
|
110107
|
+
}
|
|
110108
|
+
]
|
|
109947
110109
|
}
|
|
109948
110110
|
],
|
|
109949
110111
|
"exports": [
|
|
109950
110112
|
{
|
|
109951
110113
|
"kind": "js",
|
|
109952
|
-
"name": "
|
|
110114
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109953
110115
|
"declaration": {
|
|
109954
|
-
"name": "
|
|
109955
|
-
"module": "
|
|
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"
|
|
109956
110126
|
}
|
|
109957
110127
|
}
|
|
109958
110128
|
]
|
|
@@ -110109,238 +110279,68 @@
|
|
|
110109
110279
|
"optional": true,
|
|
110110
110280
|
"type": {
|
|
110111
110281
|
"text": "boolean"
|
|
110112
|
-
}
|
|
110113
|
-
}
|
|
110114
|
-
],
|
|
110115
|
-
"inheritedFrom": {
|
|
110116
|
-
"name": "SbbElement",
|
|
110117
|
-
"module": "core/base-elements/element.js"
|
|
110118
|
-
}
|
|
110119
|
-
},
|
|
110120
|
-
{
|
|
110121
|
-
"kind": "field",
|
|
110122
|
-
"name": "['_$sbbElement$']",
|
|
110123
|
-
"type": {
|
|
110124
|
-
"text": "boolean"
|
|
110125
|
-
},
|
|
110126
|
-
"privacy": "public",
|
|
110127
|
-
"static": true,
|
|
110128
|
-
"default": "true",
|
|
110129
|
-
"inheritedFrom": {
|
|
110130
|
-
"name": "SbbElement",
|
|
110131
|
-
"module": "core/base-elements/element.js"
|
|
110132
|
-
}
|
|
110133
|
-
},
|
|
110134
|
-
{
|
|
110135
|
-
"kind": "field",
|
|
110136
|
-
"name": "_controllers",
|
|
110137
|
-
"type": {
|
|
110138
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
110139
|
-
},
|
|
110140
|
-
"privacy": "private",
|
|
110141
|
-
"inheritedFrom": {
|
|
110142
|
-
"name": "SbbElement",
|
|
110143
|
-
"module": "core/base-elements/element.js"
|
|
110144
|
-
}
|
|
110145
|
-
}
|
|
110146
|
-
],
|
|
110147
|
-
"attributes": [
|
|
110148
|
-
{
|
|
110149
|
-
"name": "date",
|
|
110150
|
-
"type": {
|
|
110151
|
-
"text": "string"
|
|
110152
|
-
},
|
|
110153
|
-
"default": "''",
|
|
110154
|
-
"description": "Date as ISO string (YYYY-MM)",
|
|
110155
|
-
"fieldName": "date"
|
|
110156
|
-
}
|
|
110157
|
-
],
|
|
110158
|
-
"superclass": {
|
|
110159
|
-
"name": "SbbElement",
|
|
110160
|
-
"module": "core/base-elements.js"
|
|
110161
|
-
},
|
|
110162
|
-
"tagName": "sbb-mini-calendar-month",
|
|
110163
|
-
"customElement": true,
|
|
110164
|
-
"classGenerics": "T = Date"
|
|
110165
|
-
}
|
|
110166
|
-
],
|
|
110167
|
-
"exports": [
|
|
110168
|
-
{
|
|
110169
|
-
"kind": "js",
|
|
110170
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
110171
|
-
"declaration": {
|
|
110172
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
110173
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
110174
|
-
}
|
|
110175
|
-
}
|
|
110176
|
-
]
|
|
110177
|
-
},
|
|
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
|
|
110282
|
+
}
|
|
110283
|
+
}
|
|
110284
|
+
],
|
|
110285
|
+
"inheritedFrom": {
|
|
110286
|
+
"name": "SbbElement",
|
|
110287
|
+
"module": "core/base-elements/element.js"
|
|
110288
|
+
}
|
|
110268
110289
|
},
|
|
110269
110290
|
{
|
|
110270
110291
|
"kind": "field",
|
|
110271
|
-
"name": "
|
|
110292
|
+
"name": "['_$sbbElement$']",
|
|
110272
110293
|
"type": {
|
|
110273
|
-
"text": "
|
|
110294
|
+
"text": "boolean"
|
|
110274
110295
|
},
|
|
110275
110296
|
"privacy": "public",
|
|
110276
|
-
"
|
|
110277
|
-
"
|
|
110278
|
-
|
|
110279
|
-
|
|
110280
|
-
|
|
110281
|
-
|
|
110282
|
-
"type": {
|
|
110283
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110284
|
-
},
|
|
110285
|
-
"privacy": "private",
|
|
110286
|
-
"default": "null"
|
|
110297
|
+
"static": true,
|
|
110298
|
+
"default": "true",
|
|
110299
|
+
"inheritedFrom": {
|
|
110300
|
+
"name": "SbbElement",
|
|
110301
|
+
"module": "core/base-elements/element.js"
|
|
110302
|
+
}
|
|
110287
110303
|
},
|
|
110288
110304
|
{
|
|
110289
110305
|
"kind": "field",
|
|
110290
|
-
"name": "
|
|
110306
|
+
"name": "_controllers",
|
|
110291
110307
|
"type": {
|
|
110292
|
-
"text": "
|
|
110308
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
110293
110309
|
},
|
|
110294
110310
|
"privacy": "private",
|
|
110295
|
-
"
|
|
110296
|
-
|
|
110297
|
-
|
|
110298
|
-
"kind": "method",
|
|
110299
|
-
"name": "renderTemplate",
|
|
110300
|
-
"privacy": "protected",
|
|
110301
|
-
"return": {
|
|
110302
|
-
"type": {
|
|
110303
|
-
"text": "TemplateResult"
|
|
110304
|
-
}
|
|
110311
|
+
"inheritedFrom": {
|
|
110312
|
+
"name": "SbbElement",
|
|
110313
|
+
"module": "core/base-elements/element.js"
|
|
110305
110314
|
}
|
|
110306
110315
|
}
|
|
110307
110316
|
],
|
|
110308
110317
|
"attributes": [
|
|
110309
110318
|
{
|
|
110310
|
-
"name": "
|
|
110319
|
+
"name": "date",
|
|
110311
110320
|
"type": {
|
|
110312
|
-
"text": "
|
|
110321
|
+
"text": "string"
|
|
110313
110322
|
},
|
|
110314
|
-
"
|
|
110315
|
-
"
|
|
110316
|
-
"fieldName": "
|
|
110323
|
+
"default": "''",
|
|
110324
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
110325
|
+
"fieldName": "date"
|
|
110317
110326
|
}
|
|
110318
110327
|
],
|
|
110319
|
-
"
|
|
110320
|
-
|
|
110321
|
-
|
|
110322
|
-
|
|
110323
|
-
|
|
110324
|
-
|
|
110325
|
-
|
|
110326
|
-
]
|
|
110328
|
+
"superclass": {
|
|
110329
|
+
"name": "SbbElement",
|
|
110330
|
+
"module": "core/base-elements.js"
|
|
110331
|
+
},
|
|
110332
|
+
"tagName": "sbb-mini-calendar-month",
|
|
110333
|
+
"customElement": true,
|
|
110334
|
+
"classGenerics": "T = Date"
|
|
110327
110335
|
}
|
|
110328
110336
|
],
|
|
110329
110337
|
"exports": [
|
|
110330
110338
|
{
|
|
110331
110339
|
"kind": "js",
|
|
110332
|
-
"name": "
|
|
110333
|
-
"declaration": {
|
|
110334
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110335
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110336
|
-
}
|
|
110337
|
-
},
|
|
110338
|
-
{
|
|
110339
|
-
"kind": "js",
|
|
110340
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110340
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110341
110341
|
"declaration": {
|
|
110342
|
-
"name": "
|
|
110343
|
-
"module": "
|
|
110342
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110343
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
110344
110344
|
}
|
|
110345
110345
|
}
|
|
110346
110346
|
]
|
|
@@ -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",
|
|
@@ -117630,42 +117523,23 @@
|
|
|
117630
117523
|
"privacy": "private",
|
|
117631
117524
|
"inheritedFrom": {
|
|
117632
117525
|
"name": "SbbElement",
|
|
117633
|
-
"module": "core/base-elements/element.js"
|
|
117634
|
-
}
|
|
117635
|
-
}
|
|
117636
|
-
],
|
|
117637
|
-
"attributes": [
|
|
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"
|
|
117526
|
+
"module": "core/base-elements/element.js"
|
|
117658
117527
|
}
|
|
117659
|
-
}
|
|
117528
|
+
}
|
|
117529
|
+
],
|
|
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,66 +118376,72 @@
|
|
|
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": [
|
|
118410
118380
|
{
|
|
118411
|
-
"name": "
|
|
118381
|
+
"name": "page-size-options",
|
|
118412
118382
|
"type": {
|
|
118413
|
-
"text": "number"
|
|
118383
|
+
"text": "number[]"
|
|
118414
118384
|
},
|
|
118415
|
-
"default": "
|
|
118416
|
-
"description": "
|
|
118417
|
-
"fieldName": "
|
|
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",
|
|
118418
118397
|
"inheritedFrom": {
|
|
118419
118398
|
"name": "SbbPaginatorCommonElementMixin",
|
|
118420
118399
|
"module": "paginator/common/paginator-common.js"
|
|
118421
118400
|
}
|
|
118422
118401
|
},
|
|
118423
118402
|
{
|
|
118424
|
-
"name": "page-
|
|
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
|
+
},
|
|
118411
|
+
{
|
|
118412
|
+
"name": "length",
|
|
118425
118413
|
"type": {
|
|
118426
118414
|
"text": "number"
|
|
118427
118415
|
},
|
|
118428
|
-
"default": "
|
|
118429
|
-
"description": "
|
|
118430
|
-
"fieldName": "
|
|
118416
|
+
"default": "0",
|
|
118417
|
+
"description": "Total number of items.",
|
|
118418
|
+
"fieldName": "length",
|
|
118431
118419
|
"inheritedFrom": {
|
|
118432
118420
|
"name": "SbbPaginatorCommonElementMixin",
|
|
118433
118421
|
"module": "paginator/common/paginator-common.js"
|
|
118434
118422
|
}
|
|
118435
118423
|
},
|
|
118436
118424
|
{
|
|
118437
|
-
"name": "page-
|
|
118425
|
+
"name": "page-size",
|
|
118438
118426
|
"type": {
|
|
118439
118427
|
"text": "number"
|
|
118440
118428
|
},
|
|
118441
|
-
"default": "
|
|
118442
|
-
"description": "
|
|
118443
|
-
"fieldName": "
|
|
118429
|
+
"default": "10",
|
|
118430
|
+
"description": "Number of items per page.",
|
|
118431
|
+
"fieldName": "pageSize",
|
|
118444
118432
|
"inheritedFrom": {
|
|
118445
118433
|
"name": "SbbPaginatorCommonElementMixin",
|
|
118446
118434
|
"module": "paginator/common/paginator-common.js"
|
|
118447
118435
|
}
|
|
118448
118436
|
},
|
|
118449
118437
|
{
|
|
118450
|
-
"name": "
|
|
118438
|
+
"name": "page-index",
|
|
118451
118439
|
"type": {
|
|
118452
|
-
"text": "
|
|
118440
|
+
"text": "number"
|
|
118453
118441
|
},
|
|
118454
|
-
"default": "
|
|
118455
|
-
"description": "
|
|
118456
|
-
"fieldName": "
|
|
118442
|
+
"default": "0",
|
|
118443
|
+
"description": "Current page index.",
|
|
118444
|
+
"fieldName": "pageIndex",
|
|
118457
118445
|
"inheritedFrom": {
|
|
118458
118446
|
"name": "SbbPaginatorCommonElementMixin",
|
|
118459
118447
|
"module": "paginator/common/paginator-common.js"
|
|
@@ -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
|
]
|
|
@@ -132255,245 +132255,30 @@
|
|
|
132255
132255
|
},
|
|
132256
132256
|
{
|
|
132257
132257
|
"kind": "method",
|
|
132258
|
-
"name": "renderIconName",
|
|
132259
|
-
"privacy": "protected",
|
|
132260
|
-
"return": {
|
|
132261
|
-
"type": {
|
|
132262
|
-
"text": "string"
|
|
132263
|
-
}
|
|
132264
|
-
},
|
|
132265
|
-
"inheritedFrom": {
|
|
132266
|
-
"name": "SbbIconNameMixin",
|
|
132267
|
-
"module": "icon/icon-name-mixin.js"
|
|
132268
|
-
}
|
|
132269
|
-
},
|
|
132270
|
-
{
|
|
132271
|
-
"kind": "method",
|
|
132272
|
-
"name": "_renderIconName",
|
|
132273
|
-
"privacy": "private",
|
|
132274
|
-
"return": {
|
|
132275
|
-
"type": {
|
|
132276
|
-
"text": "string"
|
|
132277
|
-
}
|
|
132278
|
-
},
|
|
132279
|
-
"inheritedFrom": {
|
|
132280
|
-
"name": "SbbIconNameMixin",
|
|
132281
|
-
"module": "icon/icon-name-mixin.js"
|
|
132282
|
-
}
|
|
132283
|
-
},
|
|
132284
|
-
{
|
|
132285
|
-
"kind": "field",
|
|
132286
|
-
"name": "_hydrationRequired",
|
|
132287
|
-
"type": {
|
|
132288
|
-
"text": "boolean"
|
|
132289
|
-
},
|
|
132290
|
-
"privacy": "private",
|
|
132291
|
-
"default": "!!this.shadowRoot",
|
|
132292
|
-
"inheritedFrom": {
|
|
132293
|
-
"name": "SbbElement",
|
|
132294
|
-
"module": "core/base-elements/element.js"
|
|
132295
|
-
}
|
|
132296
|
-
},
|
|
132297
|
-
{
|
|
132298
|
-
"kind": "field",
|
|
132299
|
-
"name": "_hydrationComplete",
|
|
132300
|
-
"privacy": "private",
|
|
132301
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
132302
|
-
"inheritedFrom": {
|
|
132303
|
-
"name": "SbbElement",
|
|
132304
|
-
"module": "core/base-elements/element.js"
|
|
132305
|
-
}
|
|
132306
|
-
},
|
|
132307
|
-
{
|
|
132308
|
-
"kind": "field",
|
|
132309
|
-
"name": "_resolveHydration",
|
|
132310
|
-
"type": {
|
|
132311
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
132312
|
-
},
|
|
132313
|
-
"privacy": "private",
|
|
132314
|
-
"inheritedFrom": {
|
|
132315
|
-
"name": "SbbElement",
|
|
132316
|
-
"module": "core/base-elements/element.js"
|
|
132317
|
-
}
|
|
132318
|
-
},
|
|
132319
|
-
{
|
|
132320
|
-
"kind": "field",
|
|
132321
|
-
"name": "hydrationRequired",
|
|
132322
|
-
"type": {
|
|
132323
|
-
"text": "boolean"
|
|
132324
|
-
},
|
|
132325
|
-
"privacy": "protected",
|
|
132326
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
132327
|
-
"readonly": true,
|
|
132328
|
-
"inheritedFrom": {
|
|
132329
|
-
"name": "SbbElement",
|
|
132330
|
-
"module": "core/base-elements/element.js"
|
|
132331
|
-
},
|
|
132332
|
-
"default": "!!this.shadowRoot"
|
|
132333
|
-
},
|
|
132334
|
-
{
|
|
132335
|
-
"kind": "method",
|
|
132336
|
-
"name": "toggleState",
|
|
132337
|
-
"privacy": "protected",
|
|
132338
|
-
"return": {
|
|
132339
|
-
"type": {
|
|
132340
|
-
"text": "void"
|
|
132341
|
-
}
|
|
132342
|
-
},
|
|
132343
|
-
"parameters": [
|
|
132344
|
-
{
|
|
132345
|
-
"name": "value",
|
|
132346
|
-
"type": {
|
|
132347
|
-
"text": "string"
|
|
132348
|
-
}
|
|
132349
|
-
},
|
|
132350
|
-
{
|
|
132351
|
-
"name": "force",
|
|
132352
|
-
"optional": true,
|
|
132353
|
-
"type": {
|
|
132354
|
-
"text": "boolean"
|
|
132355
|
-
}
|
|
132356
|
-
}
|
|
132357
|
-
],
|
|
132358
|
-
"inheritedFrom": {
|
|
132359
|
-
"name": "SbbElement",
|
|
132360
|
-
"module": "core/base-elements/element.js"
|
|
132361
|
-
}
|
|
132362
|
-
},
|
|
132363
|
-
{
|
|
132364
|
-
"kind": "field",
|
|
132365
|
-
"name": "['_$sbbElement$']",
|
|
132366
|
-
"type": {
|
|
132367
|
-
"text": "boolean"
|
|
132368
|
-
},
|
|
132369
|
-
"privacy": "public",
|
|
132370
|
-
"static": true,
|
|
132371
|
-
"default": "true",
|
|
132372
|
-
"inheritedFrom": {
|
|
132373
|
-
"name": "SbbElement",
|
|
132374
|
-
"module": "core/base-elements/element.js"
|
|
132375
|
-
}
|
|
132376
|
-
},
|
|
132377
|
-
{
|
|
132378
|
-
"kind": "field",
|
|
132379
|
-
"name": "_controllers",
|
|
132380
|
-
"type": {
|
|
132381
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
132382
|
-
},
|
|
132383
|
-
"privacy": "private",
|
|
132384
|
-
"inheritedFrom": {
|
|
132385
|
-
"name": "SbbElement",
|
|
132386
|
-
"module": "core/base-elements/element.js"
|
|
132387
|
-
}
|
|
132388
|
-
}
|
|
132389
|
-
],
|
|
132390
|
-
"events": [
|
|
132391
|
-
{
|
|
132392
|
-
"type": {
|
|
132393
|
-
"text": "InputEvent"
|
|
132394
|
-
},
|
|
132395
|
-
"description": "The input event fires when the value has been changed as a direct result of a user action.",
|
|
132396
|
-
"name": "input"
|
|
132397
|
-
}
|
|
132398
|
-
],
|
|
132399
|
-
"attributes": [
|
|
132400
|
-
{
|
|
132401
|
-
"name": "checked",
|
|
132402
|
-
"type": {
|
|
132403
|
-
"text": "boolean"
|
|
132404
|
-
},
|
|
132405
|
-
"default": "false",
|
|
132406
|
-
"description": "Whether the toggle-option is checked.",
|
|
132407
|
-
"fieldName": "checked"
|
|
132408
|
-
},
|
|
132409
|
-
{
|
|
132410
|
-
"name": "value",
|
|
132411
|
-
"type": {
|
|
132412
|
-
"text": "T | null"
|
|
132413
|
-
},
|
|
132414
|
-
"default": "null",
|
|
132415
|
-
"description": "Value of toggle-option.",
|
|
132416
|
-
"fieldName": "value"
|
|
132417
|
-
},
|
|
132418
|
-
{
|
|
132419
|
-
"name": "disabled",
|
|
132420
|
-
"description": "Whether the component is disabled.",
|
|
132421
|
-
"default": "false",
|
|
132422
|
-
"type": {
|
|
132423
|
-
"text": "boolean"
|
|
132424
|
-
},
|
|
132425
|
-
"fieldName": "disabled",
|
|
132426
|
-
"inheritedFrom": {
|
|
132427
|
-
"name": "SbbDisabledMixin",
|
|
132428
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
132429
|
-
}
|
|
132430
|
-
},
|
|
132431
|
-
{
|
|
132432
|
-
"name": "icon-name",
|
|
132433
|
-
"type": {
|
|
132434
|
-
"text": "string"
|
|
132435
|
-
},
|
|
132436
|
-
"default": "''",
|
|
132437
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
132438
|
-
"fieldName": "iconName",
|
|
132439
|
-
"inheritedFrom": {
|
|
132440
|
-
"name": "SbbIconNameMixin",
|
|
132441
|
-
"module": "icon/icon-name-mixin.js"
|
|
132442
|
-
}
|
|
132443
|
-
}
|
|
132444
|
-
],
|
|
132445
|
-
"mixins": [
|
|
132446
|
-
{
|
|
132447
|
-
"name": "SbbDisabledMixin",
|
|
132448
|
-
"module": "core/mixins.js"
|
|
132449
|
-
},
|
|
132450
|
-
{
|
|
132451
|
-
"name": "SbbIconNameMixin",
|
|
132452
|
-
"module": "icon.js"
|
|
132453
|
-
}
|
|
132454
|
-
],
|
|
132455
|
-
"superclass": {
|
|
132456
|
-
"name": "SbbElement",
|
|
132457
|
-
"module": "core/base-elements.js"
|
|
132458
|
-
},
|
|
132459
|
-
"tagName": "sbb-toggle-option",
|
|
132460
|
-
"customElement": true,
|
|
132461
|
-
"classGenerics": "T = string"
|
|
132462
|
-
}
|
|
132463
|
-
],
|
|
132464
|
-
"exports": [
|
|
132465
|
-
{
|
|
132466
|
-
"kind": "js",
|
|
132467
|
-
"name": "SbbToggleOptionElement",
|
|
132468
|
-
"declaration": {
|
|
132469
|
-
"name": "SbbToggleOptionElement",
|
|
132470
|
-
"module": "toggle/toggle-option/toggle-option.component.js"
|
|
132471
|
-
}
|
|
132472
|
-
}
|
|
132473
|
-
]
|
|
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": [
|
|
132258
|
+
"name": "renderIconName",
|
|
132259
|
+
"privacy": "protected",
|
|
132260
|
+
"return": {
|
|
132261
|
+
"type": {
|
|
132262
|
+
"text": "string"
|
|
132263
|
+
}
|
|
132264
|
+
},
|
|
132265
|
+
"inheritedFrom": {
|
|
132266
|
+
"name": "SbbIconNameMixin",
|
|
132267
|
+
"module": "icon/icon-name-mixin.js"
|
|
132268
|
+
}
|
|
132269
|
+
},
|
|
132484
132270
|
{
|
|
132485
|
-
"kind": "
|
|
132486
|
-
"name": "
|
|
132487
|
-
"
|
|
132488
|
-
|
|
132271
|
+
"kind": "method",
|
|
132272
|
+
"name": "_renderIconName",
|
|
132273
|
+
"privacy": "private",
|
|
132274
|
+
"return": {
|
|
132275
|
+
"type": {
|
|
132276
|
+
"text": "string"
|
|
132277
|
+
}
|
|
132489
132278
|
},
|
|
132490
|
-
"privacy": "public",
|
|
132491
|
-
"static": true,
|
|
132492
|
-
"readonly": true,
|
|
132493
|
-
"default": "'sbb-train-blocked-passage'",
|
|
132494
132279
|
"inheritedFrom": {
|
|
132495
|
-
"name": "
|
|
132496
|
-
"module": "
|
|
132280
|
+
"name": "SbbIconNameMixin",
|
|
132281
|
+
"module": "icon/icon-name-mixin.js"
|
|
132497
132282
|
}
|
|
132498
132283
|
},
|
|
132499
132284
|
{
|
|
@@ -132602,21 +132387,87 @@
|
|
|
132602
132387
|
}
|
|
132603
132388
|
}
|
|
132604
132389
|
],
|
|
132390
|
+
"events": [
|
|
132391
|
+
{
|
|
132392
|
+
"type": {
|
|
132393
|
+
"text": "InputEvent"
|
|
132394
|
+
},
|
|
132395
|
+
"description": "The input event fires when the value has been changed as a direct result of a user action.",
|
|
132396
|
+
"name": "input"
|
|
132397
|
+
}
|
|
132398
|
+
],
|
|
132399
|
+
"attributes": [
|
|
132400
|
+
{
|
|
132401
|
+
"name": "checked",
|
|
132402
|
+
"type": {
|
|
132403
|
+
"text": "boolean"
|
|
132404
|
+
},
|
|
132405
|
+
"default": "false",
|
|
132406
|
+
"description": "Whether the toggle-option is checked.",
|
|
132407
|
+
"fieldName": "checked"
|
|
132408
|
+
},
|
|
132409
|
+
{
|
|
132410
|
+
"name": "value",
|
|
132411
|
+
"type": {
|
|
132412
|
+
"text": "T | null"
|
|
132413
|
+
},
|
|
132414
|
+
"default": "null",
|
|
132415
|
+
"description": "Value of toggle-option.",
|
|
132416
|
+
"fieldName": "value"
|
|
132417
|
+
},
|
|
132418
|
+
{
|
|
132419
|
+
"name": "disabled",
|
|
132420
|
+
"description": "Whether the component is disabled.",
|
|
132421
|
+
"default": "false",
|
|
132422
|
+
"type": {
|
|
132423
|
+
"text": "boolean"
|
|
132424
|
+
},
|
|
132425
|
+
"fieldName": "disabled",
|
|
132426
|
+
"inheritedFrom": {
|
|
132427
|
+
"name": "SbbDisabledMixin",
|
|
132428
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
132429
|
+
}
|
|
132430
|
+
},
|
|
132431
|
+
{
|
|
132432
|
+
"name": "icon-name",
|
|
132433
|
+
"type": {
|
|
132434
|
+
"text": "string"
|
|
132435
|
+
},
|
|
132436
|
+
"default": "''",
|
|
132437
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
132438
|
+
"fieldName": "iconName",
|
|
132439
|
+
"inheritedFrom": {
|
|
132440
|
+
"name": "SbbIconNameMixin",
|
|
132441
|
+
"module": "icon/icon-name-mixin.js"
|
|
132442
|
+
}
|
|
132443
|
+
}
|
|
132444
|
+
],
|
|
132445
|
+
"mixins": [
|
|
132446
|
+
{
|
|
132447
|
+
"name": "SbbDisabledMixin",
|
|
132448
|
+
"module": "core/mixins.js"
|
|
132449
|
+
},
|
|
132450
|
+
{
|
|
132451
|
+
"name": "SbbIconNameMixin",
|
|
132452
|
+
"module": "icon.js"
|
|
132453
|
+
}
|
|
132454
|
+
],
|
|
132605
132455
|
"superclass": {
|
|
132606
132456
|
"name": "SbbElement",
|
|
132607
132457
|
"module": "core/base-elements.js"
|
|
132608
132458
|
},
|
|
132609
|
-
"tagName": "sbb-
|
|
132610
|
-
"customElement": true
|
|
132459
|
+
"tagName": "sbb-toggle-option",
|
|
132460
|
+
"customElement": true,
|
|
132461
|
+
"classGenerics": "T = string"
|
|
132611
132462
|
}
|
|
132612
132463
|
],
|
|
132613
132464
|
"exports": [
|
|
132614
132465
|
{
|
|
132615
132466
|
"kind": "js",
|
|
132616
|
-
"name": "
|
|
132467
|
+
"name": "SbbToggleOptionElement",
|
|
132617
132468
|
"declaration": {
|
|
132618
|
-
"name": "
|
|
132619
|
-
"module": "
|
|
132469
|
+
"name": "SbbToggleOptionElement",
|
|
132470
|
+
"module": "toggle/toggle-option/toggle-option.component.js"
|
|
132620
132471
|
}
|
|
132621
132472
|
}
|
|
132622
132473
|
]
|
|
@@ -133021,6 +132872,155 @@
|
|
|
133021
132872
|
}
|
|
133022
132873
|
]
|
|
133023
132874
|
},
|
|
132875
|
+
{
|
|
132876
|
+
"kind": "javascript-module",
|
|
132877
|
+
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
132878
|
+
"declarations": [
|
|
132879
|
+
{
|
|
132880
|
+
"kind": "class",
|
|
132881
|
+
"description": "It visually displays a blocked passage between train wagons.",
|
|
132882
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
132883
|
+
"members": [
|
|
132884
|
+
{
|
|
132885
|
+
"kind": "field",
|
|
132886
|
+
"name": "elementName",
|
|
132887
|
+
"type": {
|
|
132888
|
+
"text": "string"
|
|
132889
|
+
},
|
|
132890
|
+
"privacy": "public",
|
|
132891
|
+
"static": true,
|
|
132892
|
+
"readonly": true,
|
|
132893
|
+
"default": "'sbb-train-blocked-passage'",
|
|
132894
|
+
"inheritedFrom": {
|
|
132895
|
+
"name": "SbbElement",
|
|
132896
|
+
"module": "core/base-elements/element.js"
|
|
132897
|
+
}
|
|
132898
|
+
},
|
|
132899
|
+
{
|
|
132900
|
+
"kind": "field",
|
|
132901
|
+
"name": "_hydrationRequired",
|
|
132902
|
+
"type": {
|
|
132903
|
+
"text": "boolean"
|
|
132904
|
+
},
|
|
132905
|
+
"privacy": "private",
|
|
132906
|
+
"default": "!!this.shadowRoot",
|
|
132907
|
+
"inheritedFrom": {
|
|
132908
|
+
"name": "SbbElement",
|
|
132909
|
+
"module": "core/base-elements/element.js"
|
|
132910
|
+
}
|
|
132911
|
+
},
|
|
132912
|
+
{
|
|
132913
|
+
"kind": "field",
|
|
132914
|
+
"name": "_hydrationComplete",
|
|
132915
|
+
"privacy": "private",
|
|
132916
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
132917
|
+
"inheritedFrom": {
|
|
132918
|
+
"name": "SbbElement",
|
|
132919
|
+
"module": "core/base-elements/element.js"
|
|
132920
|
+
}
|
|
132921
|
+
},
|
|
132922
|
+
{
|
|
132923
|
+
"kind": "field",
|
|
132924
|
+
"name": "_resolveHydration",
|
|
132925
|
+
"type": {
|
|
132926
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
132927
|
+
},
|
|
132928
|
+
"privacy": "private",
|
|
132929
|
+
"inheritedFrom": {
|
|
132930
|
+
"name": "SbbElement",
|
|
132931
|
+
"module": "core/base-elements/element.js"
|
|
132932
|
+
}
|
|
132933
|
+
},
|
|
132934
|
+
{
|
|
132935
|
+
"kind": "field",
|
|
132936
|
+
"name": "hydrationRequired",
|
|
132937
|
+
"type": {
|
|
132938
|
+
"text": "boolean"
|
|
132939
|
+
},
|
|
132940
|
+
"privacy": "protected",
|
|
132941
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
132942
|
+
"readonly": true,
|
|
132943
|
+
"inheritedFrom": {
|
|
132944
|
+
"name": "SbbElement",
|
|
132945
|
+
"module": "core/base-elements/element.js"
|
|
132946
|
+
},
|
|
132947
|
+
"default": "!!this.shadowRoot"
|
|
132948
|
+
},
|
|
132949
|
+
{
|
|
132950
|
+
"kind": "method",
|
|
132951
|
+
"name": "toggleState",
|
|
132952
|
+
"privacy": "protected",
|
|
132953
|
+
"return": {
|
|
132954
|
+
"type": {
|
|
132955
|
+
"text": "void"
|
|
132956
|
+
}
|
|
132957
|
+
},
|
|
132958
|
+
"parameters": [
|
|
132959
|
+
{
|
|
132960
|
+
"name": "value",
|
|
132961
|
+
"type": {
|
|
132962
|
+
"text": "string"
|
|
132963
|
+
}
|
|
132964
|
+
},
|
|
132965
|
+
{
|
|
132966
|
+
"name": "force",
|
|
132967
|
+
"optional": true,
|
|
132968
|
+
"type": {
|
|
132969
|
+
"text": "boolean"
|
|
132970
|
+
}
|
|
132971
|
+
}
|
|
132972
|
+
],
|
|
132973
|
+
"inheritedFrom": {
|
|
132974
|
+
"name": "SbbElement",
|
|
132975
|
+
"module": "core/base-elements/element.js"
|
|
132976
|
+
}
|
|
132977
|
+
},
|
|
132978
|
+
{
|
|
132979
|
+
"kind": "field",
|
|
132980
|
+
"name": "['_$sbbElement$']",
|
|
132981
|
+
"type": {
|
|
132982
|
+
"text": "boolean"
|
|
132983
|
+
},
|
|
132984
|
+
"privacy": "public",
|
|
132985
|
+
"static": true,
|
|
132986
|
+
"default": "true",
|
|
132987
|
+
"inheritedFrom": {
|
|
132988
|
+
"name": "SbbElement",
|
|
132989
|
+
"module": "core/base-elements/element.js"
|
|
132990
|
+
}
|
|
132991
|
+
},
|
|
132992
|
+
{
|
|
132993
|
+
"kind": "field",
|
|
132994
|
+
"name": "_controllers",
|
|
132995
|
+
"type": {
|
|
132996
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
132997
|
+
},
|
|
132998
|
+
"privacy": "private",
|
|
132999
|
+
"inheritedFrom": {
|
|
133000
|
+
"name": "SbbElement",
|
|
133001
|
+
"module": "core/base-elements/element.js"
|
|
133002
|
+
}
|
|
133003
|
+
}
|
|
133004
|
+
],
|
|
133005
|
+
"superclass": {
|
|
133006
|
+
"name": "SbbElement",
|
|
133007
|
+
"module": "core/base-elements.js"
|
|
133008
|
+
},
|
|
133009
|
+
"tagName": "sbb-train-blocked-passage",
|
|
133010
|
+
"customElement": true
|
|
133011
|
+
}
|
|
133012
|
+
],
|
|
133013
|
+
"exports": [
|
|
133014
|
+
{
|
|
133015
|
+
"kind": "js",
|
|
133016
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
133017
|
+
"declaration": {
|
|
133018
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
133019
|
+
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
133020
|
+
}
|
|
133021
|
+
}
|
|
133022
|
+
]
|
|
133023
|
+
},
|
|
133024
133024
|
{
|
|
133025
133025
|
"kind": "javascript-module",
|
|
133026
133026
|
"path": "train/train-formation/train-formation.component.js",
|