@sbb-esta/lyne-elements-dev 4.0.0-dev.1775816106 → 4.0.0-dev.1775820342
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 +1047 -1047
- package/development/dialog/dialog/dialog.component.js +1 -1
- package/development/{dialog.component-DZkjbllB.js → dialog.component-BYVTZAUU.js} +2 -2
- package/development/dialog.js +1 -1
- package/development/dialog.pure.js +1 -1
- package/dialog/dialog/dialog.component.js +1 -1
- package/{dialog.component-DW7HRoXf.js → dialog.component-ca14M0hZ.js} +1 -1
- package/dialog.js +1 -1
- package/dialog.pure.js +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -127091,12 +127091,12 @@
|
|
|
127091
127091
|
},
|
|
127092
127092
|
{
|
|
127093
127093
|
"kind": "javascript-module",
|
|
127094
|
-
"path": "menu/menu-
|
|
127094
|
+
"path": "menu/menu-link/menu-link.component.js",
|
|
127095
127095
|
"declarations": [
|
|
127096
127096
|
{
|
|
127097
127097
|
"kind": "class",
|
|
127098
|
-
"description": "It displays a
|
|
127099
|
-
"name": "
|
|
127098
|
+
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
127099
|
+
"name": "SbbMenuLinkElement",
|
|
127100
127100
|
"cssProperties": [
|
|
127101
127101
|
{
|
|
127102
127102
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -127106,7 +127106,7 @@
|
|
|
127106
127106
|
],
|
|
127107
127107
|
"slots": [
|
|
127108
127108
|
{
|
|
127109
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
127109
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
127110
127110
|
"name": ""
|
|
127111
127111
|
},
|
|
127112
127112
|
{
|
|
@@ -127128,22 +127128,21 @@
|
|
|
127128
127128
|
"name": "SbbElement",
|
|
127129
127129
|
"module": "core/base-elements/element.js"
|
|
127130
127130
|
},
|
|
127131
|
-
"default": "'sbb-menu-
|
|
127131
|
+
"default": "'sbb-menu-link'"
|
|
127132
127132
|
},
|
|
127133
127133
|
{
|
|
127134
127134
|
"kind": "field",
|
|
127135
|
-
"name": "
|
|
127135
|
+
"name": "anchorRole",
|
|
127136
127136
|
"type": {
|
|
127137
|
-
"text": "
|
|
127138
|
-
},
|
|
127139
|
-
"privacy": "public",
|
|
127140
|
-
"static": true,
|
|
127141
|
-
"inheritedFrom": {
|
|
127142
|
-
"name": "SbbElement",
|
|
127143
|
-
"module": "core/base-elements/element.js"
|
|
127137
|
+
"text": "string"
|
|
127144
127138
|
},
|
|
127139
|
+
"privacy": "protected",
|
|
127145
127140
|
"readonly": true,
|
|
127146
|
-
"default": "'menuitem'"
|
|
127141
|
+
"default": "'menuitem'",
|
|
127142
|
+
"inheritedFrom": {
|
|
127143
|
+
"name": "SbbLinkBaseElement",
|
|
127144
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127145
|
+
}
|
|
127147
127146
|
},
|
|
127148
127147
|
{
|
|
127149
127148
|
"kind": "field",
|
|
@@ -127161,50 +127160,6 @@
|
|
|
127161
127160
|
"module": "core/mixins/disabled-mixin.js"
|
|
127162
127161
|
}
|
|
127163
127162
|
},
|
|
127164
|
-
{
|
|
127165
|
-
"kind": "field",
|
|
127166
|
-
"name": "disabled",
|
|
127167
|
-
"privacy": "public",
|
|
127168
|
-
"description": "Whether the component is disabled.",
|
|
127169
|
-
"default": "false",
|
|
127170
|
-
"type": {
|
|
127171
|
-
"text": "boolean"
|
|
127172
|
-
},
|
|
127173
|
-
"attribute": "disabled",
|
|
127174
|
-
"reflects": true,
|
|
127175
|
-
"inheritedFrom": {
|
|
127176
|
-
"name": "SbbDisabledMixin",
|
|
127177
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
127178
|
-
}
|
|
127179
|
-
},
|
|
127180
|
-
{
|
|
127181
|
-
"kind": "field",
|
|
127182
|
-
"name": "#disabled",
|
|
127183
|
-
"privacy": "private",
|
|
127184
|
-
"type": {
|
|
127185
|
-
"text": "boolean"
|
|
127186
|
-
},
|
|
127187
|
-
"default": "false",
|
|
127188
|
-
"inheritedFrom": {
|
|
127189
|
-
"name": "SbbDisabledMixin",
|
|
127190
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
127191
|
-
}
|
|
127192
|
-
},
|
|
127193
|
-
{
|
|
127194
|
-
"kind": "method",
|
|
127195
|
-
"name": "isDisabledExternally",
|
|
127196
|
-
"privacy": "protected",
|
|
127197
|
-
"return": {
|
|
127198
|
-
"type": {
|
|
127199
|
-
"text": "boolean"
|
|
127200
|
-
}
|
|
127201
|
-
},
|
|
127202
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
127203
|
-
"inheritedFrom": {
|
|
127204
|
-
"name": "SbbDisabledMixin",
|
|
127205
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
127206
|
-
}
|
|
127207
|
-
},
|
|
127208
127163
|
{
|
|
127209
127164
|
"kind": "field",
|
|
127210
127165
|
"name": "styles",
|
|
@@ -127316,243 +127271,328 @@
|
|
|
127316
127271
|
},
|
|
127317
127272
|
{
|
|
127318
127273
|
"kind": "field",
|
|
127319
|
-
"name": "
|
|
127274
|
+
"name": "disabled",
|
|
127275
|
+
"privacy": "public",
|
|
127276
|
+
"description": "Whether the component is disabled.",
|
|
127277
|
+
"default": "false",
|
|
127320
127278
|
"type": {
|
|
127321
|
-
"text": "
|
|
127279
|
+
"text": "boolean"
|
|
127322
127280
|
},
|
|
127281
|
+
"attribute": "disabled",
|
|
127282
|
+
"reflects": true,
|
|
127283
|
+
"inheritedFrom": {
|
|
127284
|
+
"name": "SbbDisabledMixin",
|
|
127285
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127286
|
+
}
|
|
127287
|
+
},
|
|
127288
|
+
{
|
|
127289
|
+
"kind": "field",
|
|
127290
|
+
"name": "#disabled",
|
|
127323
127291
|
"privacy": "private",
|
|
127324
|
-
"
|
|
127325
|
-
|
|
127292
|
+
"type": {
|
|
127293
|
+
"text": "boolean"
|
|
127294
|
+
},
|
|
127295
|
+
"default": "false",
|
|
127326
127296
|
"inheritedFrom": {
|
|
127327
|
-
"name": "
|
|
127328
|
-
"module": "core/
|
|
127297
|
+
"name": "SbbDisabledMixin",
|
|
127298
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127299
|
+
}
|
|
127300
|
+
},
|
|
127301
|
+
{
|
|
127302
|
+
"kind": "method",
|
|
127303
|
+
"name": "isDisabledExternally",
|
|
127304
|
+
"privacy": "protected",
|
|
127305
|
+
"return": {
|
|
127306
|
+
"type": {
|
|
127307
|
+
"text": "boolean"
|
|
127308
|
+
}
|
|
127309
|
+
},
|
|
127310
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
127311
|
+
"inheritedFrom": {
|
|
127312
|
+
"name": "SbbDisabledMixin",
|
|
127313
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127329
127314
|
}
|
|
127330
127315
|
},
|
|
127331
127316
|
{
|
|
127332
127317
|
"kind": "field",
|
|
127333
|
-
"name": "
|
|
127318
|
+
"name": "href",
|
|
127334
127319
|
"type": {
|
|
127335
127320
|
"text": "string"
|
|
127336
127321
|
},
|
|
127337
127322
|
"privacy": "public",
|
|
127323
|
+
"default": "''",
|
|
127324
|
+
"description": "The href value you want to link to.",
|
|
127325
|
+
"attribute": "href",
|
|
127326
|
+
"reflects": true,
|
|
127338
127327
|
"inheritedFrom": {
|
|
127339
|
-
"name": "
|
|
127340
|
-
"module": "core/base-elements/
|
|
127328
|
+
"name": "SbbLinkBaseElement",
|
|
127329
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127330
|
+
}
|
|
127331
|
+
},
|
|
127332
|
+
{
|
|
127333
|
+
"kind": "field",
|
|
127334
|
+
"name": "target",
|
|
127335
|
+
"type": {
|
|
127336
|
+
"text": "LinkTargetType | string"
|
|
127341
127337
|
},
|
|
127338
|
+
"privacy": "public",
|
|
127342
127339
|
"default": "''",
|
|
127343
|
-
"description": "
|
|
127344
|
-
"attribute": "
|
|
127340
|
+
"description": "Where to display the linked URL.",
|
|
127341
|
+
"attribute": "target",
|
|
127342
|
+
"reflects": true,
|
|
127343
|
+
"inheritedFrom": {
|
|
127344
|
+
"name": "SbbLinkBaseElement",
|
|
127345
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127346
|
+
}
|
|
127345
127347
|
},
|
|
127346
127348
|
{
|
|
127347
127349
|
"kind": "field",
|
|
127348
|
-
"name": "
|
|
127349
|
-
"privacy": "public",
|
|
127350
|
-
"description": "The type attribute to use for the button.",
|
|
127351
|
-
"default": "'button'",
|
|
127350
|
+
"name": "rel",
|
|
127352
127351
|
"type": {
|
|
127353
|
-
"text": "
|
|
127352
|
+
"text": "string"
|
|
127354
127353
|
},
|
|
127355
|
-
"
|
|
127354
|
+
"privacy": "public",
|
|
127355
|
+
"default": "''",
|
|
127356
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
127357
|
+
"attribute": "rel",
|
|
127358
|
+
"reflects": true,
|
|
127356
127359
|
"inheritedFrom": {
|
|
127357
|
-
"name": "
|
|
127358
|
-
"module": "core/base-elements/
|
|
127360
|
+
"name": "SbbLinkBaseElement",
|
|
127361
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127359
127362
|
}
|
|
127360
127363
|
},
|
|
127361
127364
|
{
|
|
127362
127365
|
"kind": "field",
|
|
127363
|
-
"name": "
|
|
127366
|
+
"name": "download",
|
|
127364
127367
|
"type": {
|
|
127365
|
-
"text": "
|
|
127368
|
+
"text": "boolean"
|
|
127366
127369
|
},
|
|
127367
127370
|
"privacy": "public",
|
|
127368
|
-
"
|
|
127371
|
+
"default": "false",
|
|
127372
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
127373
|
+
"attribute": "download",
|
|
127374
|
+
"reflects": true,
|
|
127369
127375
|
"inheritedFrom": {
|
|
127370
|
-
"name": "
|
|
127371
|
-
"module": "core/base-elements/
|
|
127376
|
+
"name": "SbbLinkBaseElement",
|
|
127377
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127378
|
+
}
|
|
127379
|
+
},
|
|
127380
|
+
{
|
|
127381
|
+
"kind": "field",
|
|
127382
|
+
"name": "accessibilityLabel",
|
|
127383
|
+
"type": {
|
|
127384
|
+
"text": "string"
|
|
127372
127385
|
},
|
|
127373
|
-
"
|
|
127386
|
+
"privacy": "public",
|
|
127387
|
+
"default": "''",
|
|
127388
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
127389
|
+
"attribute": "accessibility-label",
|
|
127390
|
+
"inheritedFrom": {
|
|
127391
|
+
"name": "SbbLinkBaseElement",
|
|
127392
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127393
|
+
}
|
|
127374
127394
|
},
|
|
127375
127395
|
{
|
|
127376
127396
|
"kind": "field",
|
|
127377
|
-
"name": "
|
|
127397
|
+
"name": "accessibilityCurrent",
|
|
127378
127398
|
"type": {
|
|
127379
127399
|
"text": "string"
|
|
127380
127400
|
},
|
|
127381
|
-
"privacy": "
|
|
127401
|
+
"privacy": "public",
|
|
127382
127402
|
"default": "''",
|
|
127403
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
127404
|
+
"attribute": "accessibility-current",
|
|
127383
127405
|
"inheritedFrom": {
|
|
127384
|
-
"name": "
|
|
127385
|
-
"module": "core/base-elements/
|
|
127406
|
+
"name": "SbbLinkBaseElement",
|
|
127407
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127386
127408
|
}
|
|
127387
127409
|
},
|
|
127388
127410
|
{
|
|
127389
127411
|
"kind": "field",
|
|
127390
|
-
"name": "
|
|
127412
|
+
"name": "language",
|
|
127413
|
+
"privacy": "protected",
|
|
127414
|
+
"default": "new SbbLanguageController(this)",
|
|
127415
|
+
"inheritedFrom": {
|
|
127416
|
+
"name": "SbbLinkBaseElement",
|
|
127417
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127418
|
+
}
|
|
127419
|
+
},
|
|
127420
|
+
{
|
|
127421
|
+
"kind": "field",
|
|
127422
|
+
"name": "_evaluateRelAttribute",
|
|
127391
127423
|
"privacy": "private",
|
|
127392
127424
|
"inheritedFrom": {
|
|
127393
|
-
"name": "
|
|
127394
|
-
"module": "core/base-elements/
|
|
127425
|
+
"name": "SbbLinkBaseElement",
|
|
127426
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127395
127427
|
}
|
|
127396
127428
|
},
|
|
127397
127429
|
{
|
|
127398
127430
|
"kind": "method",
|
|
127399
|
-
"name": "
|
|
127400
|
-
"privacy": "
|
|
127431
|
+
"name": "renderLink",
|
|
127432
|
+
"privacy": "protected",
|
|
127401
127433
|
"return": {
|
|
127402
127434
|
"type": {
|
|
127403
|
-
"text": "
|
|
127435
|
+
"text": "TemplateResult"
|
|
127404
127436
|
}
|
|
127405
127437
|
},
|
|
127406
127438
|
"parameters": [
|
|
127407
127439
|
{
|
|
127408
|
-
"name": "
|
|
127440
|
+
"name": "renderContent",
|
|
127409
127441
|
"type": {
|
|
127410
|
-
"text": "
|
|
127442
|
+
"text": "TemplateResult"
|
|
127411
127443
|
}
|
|
127412
127444
|
}
|
|
127413
127445
|
],
|
|
127414
127446
|
"inheritedFrom": {
|
|
127415
|
-
"name": "
|
|
127416
|
-
"module": "core/base-elements/
|
|
127447
|
+
"name": "SbbLinkBaseElement",
|
|
127448
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127417
127449
|
}
|
|
127418
127450
|
},
|
|
127419
127451
|
{
|
|
127420
127452
|
"kind": "field",
|
|
127421
|
-
"name": "
|
|
127422
|
-
"
|
|
127453
|
+
"name": "maybeDisabled",
|
|
127454
|
+
"type": {
|
|
127455
|
+
"text": "boolean | undefined"
|
|
127456
|
+
},
|
|
127457
|
+
"privacy": "protected",
|
|
127458
|
+
"readonly": true,
|
|
127423
127459
|
"inheritedFrom": {
|
|
127424
|
-
"name": "
|
|
127425
|
-
"module": "core/base-elements/
|
|
127460
|
+
"name": "SbbActionBaseElement",
|
|
127461
|
+
"module": "core/base-elements/action-base-element.js"
|
|
127426
127462
|
}
|
|
127427
127463
|
},
|
|
127428
127464
|
{
|
|
127429
127465
|
"kind": "field",
|
|
127430
|
-
"name": "
|
|
127466
|
+
"name": "maybeDisabledInteractive",
|
|
127431
127467
|
"type": {
|
|
127432
|
-
"text": "boolean"
|
|
127468
|
+
"text": "boolean | undefined"
|
|
127433
127469
|
},
|
|
127434
|
-
"privacy": "
|
|
127435
|
-
"
|
|
127436
|
-
"default": "true",
|
|
127470
|
+
"privacy": "protected",
|
|
127471
|
+
"readonly": true,
|
|
127437
127472
|
"inheritedFrom": {
|
|
127438
|
-
"name": "
|
|
127439
|
-
"module": "core/
|
|
127473
|
+
"name": "SbbActionBaseElement",
|
|
127474
|
+
"module": "core/base-elements/action-base-element.js"
|
|
127440
127475
|
}
|
|
127441
127476
|
},
|
|
127442
127477
|
{
|
|
127443
|
-
"kind": "
|
|
127444
|
-
"name": "
|
|
127445
|
-
"privacy": "
|
|
127446
|
-
"
|
|
127447
|
-
|
|
127448
|
-
|
|
127478
|
+
"kind": "method",
|
|
127479
|
+
"name": "setupBaseEventHandlers",
|
|
127480
|
+
"privacy": "protected",
|
|
127481
|
+
"return": {
|
|
127482
|
+
"type": {
|
|
127483
|
+
"text": "void"
|
|
127484
|
+
}
|
|
127449
127485
|
},
|
|
127450
|
-
"attribute": "name",
|
|
127451
127486
|
"inheritedFrom": {
|
|
127452
|
-
"name": "
|
|
127453
|
-
"module": "core/
|
|
127487
|
+
"name": "SbbActionBaseElement",
|
|
127488
|
+
"module": "core/base-elements/action-base-element.js"
|
|
127454
127489
|
}
|
|
127455
127490
|
},
|
|
127456
127491
|
{
|
|
127457
127492
|
"kind": "field",
|
|
127458
|
-
"name": "
|
|
127493
|
+
"name": "['_$sbbElement$']",
|
|
127459
127494
|
"type": {
|
|
127460
|
-
"text": "
|
|
127495
|
+
"text": "boolean"
|
|
127461
127496
|
},
|
|
127462
127497
|
"privacy": "public",
|
|
127463
|
-
"
|
|
127464
|
-
"
|
|
127498
|
+
"static": true,
|
|
127499
|
+
"default": "true",
|
|
127465
127500
|
"inheritedFrom": {
|
|
127466
|
-
"name": "
|
|
127467
|
-
"module": "core/
|
|
127501
|
+
"name": "SbbElement",
|
|
127502
|
+
"module": "core/base-elements/element.js"
|
|
127468
127503
|
}
|
|
127469
127504
|
},
|
|
127470
127505
|
{
|
|
127471
127506
|
"kind": "field",
|
|
127472
|
-
"name": "
|
|
127507
|
+
"name": "role",
|
|
127473
127508
|
"type": {
|
|
127474
|
-
"text": "
|
|
127509
|
+
"text": "ElementInternals['role'] | undefined"
|
|
127475
127510
|
},
|
|
127476
127511
|
"privacy": "public",
|
|
127477
|
-
"
|
|
127478
|
-
"readonly": true,
|
|
127512
|
+
"static": true,
|
|
127479
127513
|
"inheritedFrom": {
|
|
127480
|
-
"name": "
|
|
127481
|
-
"module": "core/
|
|
127514
|
+
"name": "SbbElement",
|
|
127515
|
+
"module": "core/base-elements/element.js"
|
|
127482
127516
|
}
|
|
127483
127517
|
},
|
|
127484
127518
|
{
|
|
127485
127519
|
"kind": "field",
|
|
127486
|
-
"name": "
|
|
127520
|
+
"name": "_controllers",
|
|
127521
|
+
"type": {
|
|
127522
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
127523
|
+
},
|
|
127524
|
+
"privacy": "private",
|
|
127525
|
+
"inheritedFrom": {
|
|
127526
|
+
"name": "SbbElement",
|
|
127527
|
+
"module": "core/base-elements/element.js"
|
|
127528
|
+
}
|
|
127529
|
+
},
|
|
127530
|
+
{
|
|
127531
|
+
"kind": "field",
|
|
127532
|
+
"name": "_hydrationRequired",
|
|
127487
127533
|
"type": {
|
|
127488
127534
|
"text": "boolean"
|
|
127489
127535
|
},
|
|
127490
|
-
"privacy": "
|
|
127491
|
-
"
|
|
127492
|
-
"readonly": true,
|
|
127536
|
+
"privacy": "private",
|
|
127537
|
+
"default": "!!this.shadowRoot",
|
|
127493
127538
|
"inheritedFrom": {
|
|
127494
|
-
"name": "
|
|
127495
|
-
"module": "core/
|
|
127539
|
+
"name": "SbbElement",
|
|
127540
|
+
"module": "core/base-elements/element.js"
|
|
127496
127541
|
}
|
|
127497
127542
|
},
|
|
127498
127543
|
{
|
|
127499
127544
|
"kind": "field",
|
|
127500
|
-
"name": "
|
|
127545
|
+
"name": "_hydrationComplete",
|
|
127501
127546
|
"privacy": "private",
|
|
127502
|
-
"default": "new
|
|
127547
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
127503
127548
|
"inheritedFrom": {
|
|
127504
|
-
"name": "
|
|
127505
|
-
"module": "core/
|
|
127549
|
+
"name": "SbbElement",
|
|
127550
|
+
"module": "core/base-elements/element.js"
|
|
127506
127551
|
}
|
|
127507
127552
|
},
|
|
127508
127553
|
{
|
|
127509
127554
|
"kind": "field",
|
|
127510
|
-
"name": "
|
|
127555
|
+
"name": "_resolveHydration",
|
|
127511
127556
|
"type": {
|
|
127512
|
-
"text": "boolean"
|
|
127557
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
127513
127558
|
},
|
|
127514
|
-
"privacy": "
|
|
127515
|
-
"default": "false",
|
|
127516
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
127559
|
+
"privacy": "private",
|
|
127517
127560
|
"inheritedFrom": {
|
|
127518
|
-
"name": "
|
|
127519
|
-
"module": "core/
|
|
127561
|
+
"name": "SbbElement",
|
|
127562
|
+
"module": "core/base-elements/element.js"
|
|
127520
127563
|
}
|
|
127521
127564
|
},
|
|
127522
127565
|
{
|
|
127523
|
-
"kind": "
|
|
127524
|
-
"name": "
|
|
127525
|
-
"
|
|
127526
|
-
|
|
127527
|
-
"type": {
|
|
127528
|
-
"text": "boolean"
|
|
127529
|
-
}
|
|
127566
|
+
"kind": "field",
|
|
127567
|
+
"name": "_textObserver",
|
|
127568
|
+
"type": {
|
|
127569
|
+
"text": "MutationObserver | undefined"
|
|
127530
127570
|
},
|
|
127531
|
-
"
|
|
127571
|
+
"privacy": "private",
|
|
127532
127572
|
"inheritedFrom": {
|
|
127533
|
-
"name": "
|
|
127534
|
-
"module": "core/
|
|
127573
|
+
"name": "SbbElement",
|
|
127574
|
+
"module": "core/base-elements/element.js"
|
|
127535
127575
|
}
|
|
127536
127576
|
},
|
|
127537
127577
|
{
|
|
127538
|
-
"kind": "
|
|
127539
|
-
"name": "
|
|
127540
|
-
"
|
|
127541
|
-
|
|
127542
|
-
"type": {
|
|
127543
|
-
"text": "boolean"
|
|
127544
|
-
}
|
|
127578
|
+
"kind": "field",
|
|
127579
|
+
"name": "hydrationRequired",
|
|
127580
|
+
"type": {
|
|
127581
|
+
"text": "boolean"
|
|
127545
127582
|
},
|
|
127546
|
-
"
|
|
127583
|
+
"privacy": "protected",
|
|
127584
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
127585
|
+
"readonly": true,
|
|
127547
127586
|
"inheritedFrom": {
|
|
127548
|
-
"name": "
|
|
127549
|
-
"module": "core/
|
|
127550
|
-
}
|
|
127587
|
+
"name": "SbbElement",
|
|
127588
|
+
"module": "core/base-elements/element.js"
|
|
127589
|
+
},
|
|
127590
|
+
"default": "!!this.shadowRoot"
|
|
127551
127591
|
},
|
|
127552
127592
|
{
|
|
127553
127593
|
"kind": "method",
|
|
127554
|
-
"name": "
|
|
127555
|
-
"privacy": "
|
|
127594
|
+
"name": "toggleState",
|
|
127595
|
+
"privacy": "protected",
|
|
127556
127596
|
"return": {
|
|
127557
127597
|
"type": {
|
|
127558
127598
|
"text": "void"
|
|
@@ -127560,65 +127600,56 @@
|
|
|
127560
127600
|
},
|
|
127561
127601
|
"parameters": [
|
|
127562
127602
|
{
|
|
127563
|
-
"name": "
|
|
127603
|
+
"name": "value",
|
|
127564
127604
|
"type": {
|
|
127565
127605
|
"text": "string"
|
|
127566
127606
|
}
|
|
127607
|
+
},
|
|
127608
|
+
{
|
|
127609
|
+
"name": "force",
|
|
127610
|
+
"optional": true,
|
|
127611
|
+
"type": {
|
|
127612
|
+
"text": "boolean"
|
|
127613
|
+
}
|
|
127567
127614
|
}
|
|
127568
127615
|
],
|
|
127569
|
-
"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.",
|
|
127570
127616
|
"inheritedFrom": {
|
|
127571
|
-
"name": "
|
|
127572
|
-
"module": "core/
|
|
127617
|
+
"name": "SbbElement",
|
|
127618
|
+
"module": "core/base-elements/element.js"
|
|
127573
127619
|
}
|
|
127574
127620
|
},
|
|
127575
127621
|
{
|
|
127576
127622
|
"kind": "method",
|
|
127577
|
-
"name": "
|
|
127623
|
+
"name": "_slotchangeHandler",
|
|
127578
127624
|
"privacy": "private",
|
|
127579
|
-
"return": {
|
|
127580
|
-
"type": {
|
|
127581
|
-
"text": "boolean"
|
|
127582
|
-
}
|
|
127583
|
-
},
|
|
127584
|
-
"inheritedFrom": {
|
|
127585
|
-
"name": "SbbFormAssociatedMixin",
|
|
127586
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
127587
|
-
}
|
|
127588
|
-
},
|
|
127589
|
-
{
|
|
127590
|
-
"kind": "method",
|
|
127591
|
-
"name": "updateFormValue",
|
|
127592
|
-
"privacy": "protected",
|
|
127593
127625
|
"return": {
|
|
127594
127626
|
"type": {
|
|
127595
127627
|
"text": "void"
|
|
127596
127628
|
}
|
|
127597
127629
|
},
|
|
127598
|
-
"
|
|
127599
|
-
|
|
127600
|
-
|
|
127601
|
-
|
|
127602
|
-
|
|
127603
|
-
|
|
127604
|
-
|
|
127605
|
-
|
|
127606
|
-
|
|
127607
|
-
|
|
127608
|
-
|
|
127609
|
-
|
|
127610
|
-
"text": "FormRestoreState"
|
|
127630
|
+
"parameters": [
|
|
127631
|
+
{
|
|
127632
|
+
"name": "event",
|
|
127633
|
+
"type": {
|
|
127634
|
+
"text": "Event"
|
|
127635
|
+
}
|
|
127636
|
+
},
|
|
127637
|
+
{
|
|
127638
|
+
"name": "slot",
|
|
127639
|
+
"type": {
|
|
127640
|
+
"text": "HTMLSlotElement"
|
|
127641
|
+
}
|
|
127611
127642
|
}
|
|
127612
|
-
|
|
127643
|
+
],
|
|
127613
127644
|
"inheritedFrom": {
|
|
127614
|
-
"name": "
|
|
127615
|
-
"module": "core/
|
|
127645
|
+
"name": "SbbElement",
|
|
127646
|
+
"module": "core/base-elements/element.js"
|
|
127616
127647
|
}
|
|
127617
127648
|
},
|
|
127618
127649
|
{
|
|
127619
127650
|
"kind": "method",
|
|
127620
|
-
"name": "
|
|
127621
|
-
"privacy": "
|
|
127651
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
127652
|
+
"privacy": "private",
|
|
127622
127653
|
"return": {
|
|
127623
127654
|
"type": {
|
|
127624
127655
|
"text": "void"
|
|
@@ -127626,35 +127657,21 @@
|
|
|
127626
127657
|
},
|
|
127627
127658
|
"parameters": [
|
|
127628
127659
|
{
|
|
127629
|
-
"name": "
|
|
127630
|
-
"type": {
|
|
127631
|
-
"text": "T"
|
|
127632
|
-
}
|
|
127633
|
-
},
|
|
127634
|
-
{
|
|
127635
|
-
"name": "message",
|
|
127636
|
-
"type": {
|
|
127637
|
-
"text": "string"
|
|
127638
|
-
}
|
|
127639
|
-
},
|
|
127640
|
-
{
|
|
127641
|
-
"name": "flagValue",
|
|
127642
|
-
"optional": true,
|
|
127660
|
+
"name": "slot",
|
|
127643
127661
|
"type": {
|
|
127644
|
-
"text": "
|
|
127662
|
+
"text": "HTMLSlotElement"
|
|
127645
127663
|
}
|
|
127646
127664
|
}
|
|
127647
127665
|
],
|
|
127648
|
-
"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).",
|
|
127649
127666
|
"inheritedFrom": {
|
|
127650
|
-
"name": "
|
|
127651
|
-
"module": "core/
|
|
127667
|
+
"name": "SbbElement",
|
|
127668
|
+
"module": "core/base-elements/element.js"
|
|
127652
127669
|
}
|
|
127653
127670
|
},
|
|
127654
127671
|
{
|
|
127655
127672
|
"kind": "method",
|
|
127656
|
-
"name": "
|
|
127657
|
-
"privacy": "
|
|
127673
|
+
"name": "_updateSlottedState",
|
|
127674
|
+
"privacy": "private",
|
|
127658
127675
|
"return": {
|
|
127659
127676
|
"type": {
|
|
127660
127677
|
"text": "void"
|
|
@@ -127662,37 +127679,43 @@
|
|
|
127662
127679
|
},
|
|
127663
127680
|
"parameters": [
|
|
127664
127681
|
{
|
|
127665
|
-
"name": "
|
|
127682
|
+
"name": "slot",
|
|
127666
127683
|
"type": {
|
|
127667
|
-
"text": "
|
|
127684
|
+
"text": "HTMLSlotElement"
|
|
127668
127685
|
}
|
|
127669
127686
|
}
|
|
127670
127687
|
],
|
|
127671
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
127672
127688
|
"inheritedFrom": {
|
|
127673
|
-
"name": "
|
|
127674
|
-
"module": "core/
|
|
127689
|
+
"name": "SbbElement",
|
|
127690
|
+
"module": "core/base-elements/element.js"
|
|
127675
127691
|
}
|
|
127676
127692
|
},
|
|
127677
127693
|
{
|
|
127678
127694
|
"kind": "method",
|
|
127679
|
-
"name": "
|
|
127680
|
-
"privacy": "
|
|
127695
|
+
"name": "_observeTextNodesInSlot",
|
|
127696
|
+
"privacy": "private",
|
|
127681
127697
|
"return": {
|
|
127682
127698
|
"type": {
|
|
127683
127699
|
"text": "void"
|
|
127684
127700
|
}
|
|
127685
127701
|
},
|
|
127686
|
-
"
|
|
127702
|
+
"parameters": [
|
|
127703
|
+
{
|
|
127704
|
+
"name": "slot",
|
|
127705
|
+
"type": {
|
|
127706
|
+
"text": "HTMLSlotElement"
|
|
127707
|
+
}
|
|
127708
|
+
}
|
|
127709
|
+
],
|
|
127687
127710
|
"inheritedFrom": {
|
|
127688
|
-
"name": "
|
|
127689
|
-
"module": "core/
|
|
127711
|
+
"name": "SbbElement",
|
|
127712
|
+
"module": "core/base-elements/element.js"
|
|
127690
127713
|
}
|
|
127691
127714
|
},
|
|
127692
127715
|
{
|
|
127693
127716
|
"kind": "method",
|
|
127694
|
-
"name": "
|
|
127695
|
-
"privacy": "
|
|
127717
|
+
"name": "_hasSlottedContent",
|
|
127718
|
+
"privacy": "private",
|
|
127696
127719
|
"return": {
|
|
127697
127720
|
"type": {
|
|
127698
127721
|
"text": "boolean"
|
|
@@ -127700,833 +127723,851 @@
|
|
|
127700
127723
|
},
|
|
127701
127724
|
"parameters": [
|
|
127702
127725
|
{
|
|
127703
|
-
"name": "
|
|
127726
|
+
"name": "slot",
|
|
127704
127727
|
"type": {
|
|
127705
|
-
"text": "
|
|
127728
|
+
"text": "HTMLSlotElement"
|
|
127706
127729
|
}
|
|
127707
127730
|
}
|
|
127708
127731
|
],
|
|
127709
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
127710
127732
|
"inheritedFrom": {
|
|
127711
|
-
"name": "
|
|
127712
|
-
"module": "core/
|
|
127733
|
+
"name": "SbbElement",
|
|
127734
|
+
"module": "core/base-elements/element.js"
|
|
127713
127735
|
}
|
|
127714
|
-
}
|
|
127736
|
+
}
|
|
127737
|
+
],
|
|
127738
|
+
"mixins": [
|
|
127715
127739
|
{
|
|
127716
|
-
"
|
|
127717
|
-
"
|
|
127718
|
-
|
|
127719
|
-
|
|
127720
|
-
|
|
127721
|
-
|
|
127722
|
-
|
|
127740
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
127741
|
+
"module": "core.js"
|
|
127742
|
+
},
|
|
127743
|
+
{
|
|
127744
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
127745
|
+
"module": "menu/common/menu-action-common.js"
|
|
127746
|
+
}
|
|
127747
|
+
],
|
|
127748
|
+
"superclass": {
|
|
127749
|
+
"name": "SbbLinkBaseElement",
|
|
127750
|
+
"module": "core.js"
|
|
127751
|
+
},
|
|
127752
|
+
"tagName": "sbb-menu-link",
|
|
127753
|
+
"customElement": true,
|
|
127754
|
+
"attributes": [
|
|
127755
|
+
{
|
|
127756
|
+
"name": "disabled-interactive",
|
|
127757
|
+
"type": {
|
|
127758
|
+
"text": "boolean"
|
|
127723
127759
|
},
|
|
127760
|
+
"default": "false",
|
|
127761
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
127762
|
+
"fieldName": "disabledInteractive",
|
|
127724
127763
|
"inheritedFrom": {
|
|
127725
|
-
"name": "
|
|
127726
|
-
"module": "core/mixins/
|
|
127764
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
127765
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127727
127766
|
}
|
|
127728
127767
|
},
|
|
127729
127768
|
{
|
|
127730
|
-
"
|
|
127731
|
-
"
|
|
127732
|
-
|
|
127733
|
-
|
|
127734
|
-
"
|
|
127735
|
-
|
|
127736
|
-
|
|
127737
|
-
"name": "event"
|
|
127738
|
-
}
|
|
127739
|
-
],
|
|
127769
|
+
"name": "icon-name",
|
|
127770
|
+
"type": {
|
|
127771
|
+
"text": "string"
|
|
127772
|
+
},
|
|
127773
|
+
"default": "''",
|
|
127774
|
+
"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.",
|
|
127775
|
+
"fieldName": "iconName",
|
|
127740
127776
|
"inheritedFrom": {
|
|
127741
|
-
"name": "
|
|
127742
|
-
"module": "
|
|
127777
|
+
"name": "SbbIconNameMixin",
|
|
127778
|
+
"module": "icon/icon-name-mixin.js"
|
|
127743
127779
|
}
|
|
127744
127780
|
},
|
|
127745
127781
|
{
|
|
127746
|
-
"
|
|
127747
|
-
"
|
|
127748
|
-
"
|
|
127782
|
+
"name": "disabled",
|
|
127783
|
+
"description": "Whether the component is disabled.",
|
|
127784
|
+
"default": "false",
|
|
127785
|
+
"type": {
|
|
127786
|
+
"text": "boolean"
|
|
127787
|
+
},
|
|
127788
|
+
"fieldName": "disabled",
|
|
127749
127789
|
"inheritedFrom": {
|
|
127750
|
-
"name": "
|
|
127751
|
-
"module": "core/
|
|
127790
|
+
"name": "SbbDisabledMixin",
|
|
127791
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127752
127792
|
}
|
|
127753
127793
|
},
|
|
127754
127794
|
{
|
|
127755
|
-
"
|
|
127756
|
-
"
|
|
127757
|
-
|
|
127758
|
-
|
|
127759
|
-
"
|
|
127760
|
-
|
|
127761
|
-
|
|
127762
|
-
"name": "event"
|
|
127763
|
-
}
|
|
127764
|
-
],
|
|
127795
|
+
"name": "href",
|
|
127796
|
+
"type": {
|
|
127797
|
+
"text": "string"
|
|
127798
|
+
},
|
|
127799
|
+
"default": "''",
|
|
127800
|
+
"description": "The href value you want to link to.",
|
|
127801
|
+
"fieldName": "href",
|
|
127765
127802
|
"inheritedFrom": {
|
|
127766
|
-
"name": "
|
|
127767
|
-
"module": "core/base-elements/
|
|
127803
|
+
"name": "SbbLinkBaseElement",
|
|
127804
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127768
127805
|
}
|
|
127769
127806
|
},
|
|
127770
127807
|
{
|
|
127771
|
-
"
|
|
127772
|
-
"
|
|
127773
|
-
|
|
127808
|
+
"name": "target",
|
|
127809
|
+
"type": {
|
|
127810
|
+
"text": "LinkTargetType | string"
|
|
127811
|
+
},
|
|
127812
|
+
"default": "''",
|
|
127813
|
+
"description": "Where to display the linked URL.",
|
|
127814
|
+
"fieldName": "target",
|
|
127774
127815
|
"inheritedFrom": {
|
|
127775
|
-
"name": "
|
|
127776
|
-
"module": "core/base-elements/
|
|
127816
|
+
"name": "SbbLinkBaseElement",
|
|
127817
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127777
127818
|
}
|
|
127778
127819
|
},
|
|
127779
127820
|
{
|
|
127780
|
-
"
|
|
127781
|
-
"name": "maybeDisabled",
|
|
127821
|
+
"name": "rel",
|
|
127782
127822
|
"type": {
|
|
127783
|
-
"text": "
|
|
127823
|
+
"text": "string"
|
|
127784
127824
|
},
|
|
127785
|
-
"
|
|
127786
|
-
"
|
|
127825
|
+
"default": "''",
|
|
127826
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
127827
|
+
"fieldName": "rel",
|
|
127787
127828
|
"inheritedFrom": {
|
|
127788
|
-
"name": "
|
|
127789
|
-
"module": "core/base-elements/
|
|
127829
|
+
"name": "SbbLinkBaseElement",
|
|
127830
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127790
127831
|
}
|
|
127791
127832
|
},
|
|
127792
127833
|
{
|
|
127793
|
-
"
|
|
127794
|
-
"name": "maybeDisabledInteractive",
|
|
127834
|
+
"name": "download",
|
|
127795
127835
|
"type": {
|
|
127796
|
-
"text": "boolean
|
|
127836
|
+
"text": "boolean"
|
|
127797
127837
|
},
|
|
127798
|
-
"
|
|
127799
|
-
"
|
|
127838
|
+
"default": "false",
|
|
127839
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
127840
|
+
"fieldName": "download",
|
|
127800
127841
|
"inheritedFrom": {
|
|
127801
|
-
"name": "
|
|
127802
|
-
"module": "core/base-elements/
|
|
127842
|
+
"name": "SbbLinkBaseElement",
|
|
127843
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127803
127844
|
}
|
|
127804
127845
|
},
|
|
127805
127846
|
{
|
|
127806
|
-
"
|
|
127807
|
-
"
|
|
127808
|
-
|
|
127809
|
-
"return": {
|
|
127810
|
-
"type": {
|
|
127811
|
-
"text": "void"
|
|
127812
|
-
}
|
|
127847
|
+
"name": "accessibility-label",
|
|
127848
|
+
"type": {
|
|
127849
|
+
"text": "string"
|
|
127813
127850
|
},
|
|
127851
|
+
"default": "''",
|
|
127852
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
127853
|
+
"fieldName": "accessibilityLabel",
|
|
127814
127854
|
"inheritedFrom": {
|
|
127815
|
-
"name": "
|
|
127816
|
-
"module": "core/base-elements/
|
|
127855
|
+
"name": "SbbLinkBaseElement",
|
|
127856
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127857
|
+
}
|
|
127858
|
+
},
|
|
127859
|
+
{
|
|
127860
|
+
"name": "accessibility-current",
|
|
127861
|
+
"type": {
|
|
127862
|
+
"text": "string"
|
|
127863
|
+
},
|
|
127864
|
+
"default": "''",
|
|
127865
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
127866
|
+
"fieldName": "accessibilityCurrent",
|
|
127867
|
+
"inheritedFrom": {
|
|
127868
|
+
"name": "SbbLinkBaseElement",
|
|
127869
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127817
127870
|
}
|
|
127871
|
+
}
|
|
127872
|
+
]
|
|
127873
|
+
}
|
|
127874
|
+
],
|
|
127875
|
+
"exports": [
|
|
127876
|
+
{
|
|
127877
|
+
"kind": "js",
|
|
127878
|
+
"name": "SbbMenuLinkElement",
|
|
127879
|
+
"declaration": {
|
|
127880
|
+
"name": "SbbMenuLinkElement",
|
|
127881
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
127882
|
+
}
|
|
127883
|
+
}
|
|
127884
|
+
]
|
|
127885
|
+
},
|
|
127886
|
+
{
|
|
127887
|
+
"kind": "javascript-module",
|
|
127888
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
127889
|
+
"declarations": [
|
|
127890
|
+
{
|
|
127891
|
+
"kind": "class",
|
|
127892
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
127893
|
+
"name": "SbbMenuButtonElement",
|
|
127894
|
+
"cssProperties": [
|
|
127895
|
+
{
|
|
127896
|
+
"description": "Can be used to modify horizontal padding.",
|
|
127897
|
+
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
127898
|
+
"default": "var(--sbb-spacing-fixed-3x)"
|
|
127899
|
+
}
|
|
127900
|
+
],
|
|
127901
|
+
"slots": [
|
|
127902
|
+
{
|
|
127903
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
127904
|
+
"name": ""
|
|
127818
127905
|
},
|
|
127906
|
+
{
|
|
127907
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
127908
|
+
"name": "icon"
|
|
127909
|
+
}
|
|
127910
|
+
],
|
|
127911
|
+
"members": [
|
|
127819
127912
|
{
|
|
127820
127913
|
"kind": "field",
|
|
127821
|
-
"name": "
|
|
127914
|
+
"name": "elementName",
|
|
127822
127915
|
"type": {
|
|
127823
|
-
"text": "
|
|
127916
|
+
"text": "string"
|
|
127824
127917
|
},
|
|
127825
127918
|
"privacy": "public",
|
|
127826
127919
|
"static": true,
|
|
127827
|
-
"
|
|
127920
|
+
"readonly": true,
|
|
127828
127921
|
"inheritedFrom": {
|
|
127829
127922
|
"name": "SbbElement",
|
|
127830
127923
|
"module": "core/base-elements/element.js"
|
|
127831
|
-
}
|
|
127924
|
+
},
|
|
127925
|
+
"default": "'sbb-menu-button'"
|
|
127832
127926
|
},
|
|
127833
127927
|
{
|
|
127834
127928
|
"kind": "field",
|
|
127835
|
-
"name": "
|
|
127929
|
+
"name": "role",
|
|
127836
127930
|
"type": {
|
|
127837
|
-
"text": "
|
|
127931
|
+
"text": "ElementInternals['role']"
|
|
127838
127932
|
},
|
|
127839
|
-
"privacy": "
|
|
127933
|
+
"privacy": "public",
|
|
127934
|
+
"static": true,
|
|
127840
127935
|
"inheritedFrom": {
|
|
127841
127936
|
"name": "SbbElement",
|
|
127842
127937
|
"module": "core/base-elements/element.js"
|
|
127843
|
-
}
|
|
127938
|
+
},
|
|
127939
|
+
"readonly": true,
|
|
127940
|
+
"default": "'menuitem'"
|
|
127844
127941
|
},
|
|
127845
127942
|
{
|
|
127846
127943
|
"kind": "field",
|
|
127847
|
-
"name": "
|
|
127944
|
+
"name": "disabledInteractive",
|
|
127848
127945
|
"type": {
|
|
127849
127946
|
"text": "boolean"
|
|
127850
127947
|
},
|
|
127851
|
-
"privacy": "
|
|
127852
|
-
"default": "
|
|
127948
|
+
"privacy": "public",
|
|
127949
|
+
"default": "false",
|
|
127950
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
127951
|
+
"attribute": "disabled-interactive",
|
|
127952
|
+
"reflects": true,
|
|
127853
127953
|
"inheritedFrom": {
|
|
127854
|
-
"name": "
|
|
127855
|
-
"module": "core/
|
|
127954
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
127955
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127856
127956
|
}
|
|
127857
127957
|
},
|
|
127858
127958
|
{
|
|
127859
127959
|
"kind": "field",
|
|
127860
|
-
"name": "
|
|
127861
|
-
"privacy": "
|
|
127862
|
-
"
|
|
127960
|
+
"name": "disabled",
|
|
127961
|
+
"privacy": "public",
|
|
127962
|
+
"description": "Whether the component is disabled.",
|
|
127963
|
+
"default": "false",
|
|
127964
|
+
"type": {
|
|
127965
|
+
"text": "boolean"
|
|
127966
|
+
},
|
|
127967
|
+
"attribute": "disabled",
|
|
127968
|
+
"reflects": true,
|
|
127863
127969
|
"inheritedFrom": {
|
|
127864
|
-
"name": "
|
|
127865
|
-
"module": "core/
|
|
127970
|
+
"name": "SbbDisabledMixin",
|
|
127971
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127866
127972
|
}
|
|
127867
127973
|
},
|
|
127868
127974
|
{
|
|
127869
127975
|
"kind": "field",
|
|
127870
|
-
"name": "
|
|
127976
|
+
"name": "#disabled",
|
|
127977
|
+
"privacy": "private",
|
|
127871
127978
|
"type": {
|
|
127872
|
-
"text": "
|
|
127979
|
+
"text": "boolean"
|
|
127873
127980
|
},
|
|
127874
|
-
"
|
|
127981
|
+
"default": "false",
|
|
127875
127982
|
"inheritedFrom": {
|
|
127876
|
-
"name": "
|
|
127877
|
-
"module": "core/
|
|
127983
|
+
"name": "SbbDisabledMixin",
|
|
127984
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127985
|
+
}
|
|
127986
|
+
},
|
|
127987
|
+
{
|
|
127988
|
+
"kind": "method",
|
|
127989
|
+
"name": "isDisabledExternally",
|
|
127990
|
+
"privacy": "protected",
|
|
127991
|
+
"return": {
|
|
127992
|
+
"type": {
|
|
127993
|
+
"text": "boolean"
|
|
127994
|
+
}
|
|
127995
|
+
},
|
|
127996
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
127997
|
+
"inheritedFrom": {
|
|
127998
|
+
"name": "SbbDisabledMixin",
|
|
127999
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127878
128000
|
}
|
|
127879
128001
|
},
|
|
127880
128002
|
{
|
|
127881
128003
|
"kind": "field",
|
|
127882
|
-
"name": "
|
|
128004
|
+
"name": "styles",
|
|
127883
128005
|
"type": {
|
|
127884
|
-
"text": "
|
|
128006
|
+
"text": "CSSResultGroup"
|
|
127885
128007
|
},
|
|
127886
|
-
"privacy": "
|
|
128008
|
+
"privacy": "public",
|
|
128009
|
+
"static": true,
|
|
128010
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
127887
128011
|
"inheritedFrom": {
|
|
127888
|
-
"name": "
|
|
127889
|
-
"module": "
|
|
128012
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
128013
|
+
"module": "menu/common/menu-action-common.js"
|
|
128014
|
+
}
|
|
128015
|
+
},
|
|
128016
|
+
{
|
|
128017
|
+
"kind": "method",
|
|
128018
|
+
"name": "renderTemplate",
|
|
128019
|
+
"privacy": "protected",
|
|
128020
|
+
"return": {
|
|
128021
|
+
"type": {
|
|
128022
|
+
"text": "TemplateResult"
|
|
128023
|
+
}
|
|
128024
|
+
},
|
|
128025
|
+
"description": "Override this method to render the component template.",
|
|
128026
|
+
"inheritedFrom": {
|
|
128027
|
+
"name": "SbbActionBaseElement",
|
|
128028
|
+
"module": "core/base-elements/action-base-element.js"
|
|
127890
128029
|
}
|
|
127891
128030
|
},
|
|
127892
128031
|
{
|
|
127893
128032
|
"kind": "field",
|
|
127894
|
-
"name": "
|
|
128033
|
+
"name": "elementDependencies",
|
|
127895
128034
|
"type": {
|
|
127896
|
-
"text": "
|
|
128035
|
+
"text": "SbbElementType[]"
|
|
127897
128036
|
},
|
|
127898
|
-
"privacy": "
|
|
127899
|
-
"
|
|
127900
|
-
"readonly": true,
|
|
128037
|
+
"privacy": "public",
|
|
128038
|
+
"static": true,
|
|
127901
128039
|
"inheritedFrom": {
|
|
127902
128040
|
"name": "SbbElement",
|
|
127903
128041
|
"module": "core/base-elements/element.js"
|
|
127904
128042
|
},
|
|
127905
|
-
"default": "
|
|
128043
|
+
"default": "[SbbIconElement]"
|
|
127906
128044
|
},
|
|
127907
128045
|
{
|
|
127908
|
-
"kind": "
|
|
127909
|
-
"name": "
|
|
127910
|
-
"
|
|
127911
|
-
|
|
127912
|
-
"type": {
|
|
127913
|
-
"text": "void"
|
|
127914
|
-
}
|
|
128046
|
+
"kind": "field",
|
|
128047
|
+
"name": "iconName",
|
|
128048
|
+
"type": {
|
|
128049
|
+
"text": "string"
|
|
127915
128050
|
},
|
|
127916
|
-
"
|
|
127917
|
-
|
|
127918
|
-
|
|
127919
|
-
|
|
127920
|
-
"text": "string"
|
|
127921
|
-
}
|
|
127922
|
-
},
|
|
127923
|
-
{
|
|
127924
|
-
"name": "force",
|
|
127925
|
-
"optional": true,
|
|
127926
|
-
"type": {
|
|
127927
|
-
"text": "boolean"
|
|
127928
|
-
}
|
|
127929
|
-
}
|
|
127930
|
-
],
|
|
128051
|
+
"privacy": "public",
|
|
128052
|
+
"default": "''",
|
|
128053
|
+
"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.",
|
|
128054
|
+
"attribute": "icon-name",
|
|
127931
128055
|
"inheritedFrom": {
|
|
127932
|
-
"name": "
|
|
127933
|
-
"module": "
|
|
128056
|
+
"name": "SbbIconNameMixin",
|
|
128057
|
+
"module": "icon/icon-name-mixin.js"
|
|
127934
128058
|
}
|
|
127935
128059
|
},
|
|
127936
128060
|
{
|
|
127937
128061
|
"kind": "method",
|
|
127938
|
-
"name": "
|
|
127939
|
-
"privacy": "
|
|
128062
|
+
"name": "renderIconSlot",
|
|
128063
|
+
"privacy": "protected",
|
|
127940
128064
|
"return": {
|
|
127941
128065
|
"type": {
|
|
127942
|
-
"text": "
|
|
128066
|
+
"text": "TemplateResult"
|
|
127943
128067
|
}
|
|
127944
128068
|
},
|
|
127945
128069
|
"parameters": [
|
|
127946
128070
|
{
|
|
127947
|
-
"name": "
|
|
127948
|
-
"
|
|
127949
|
-
"text": "Event"
|
|
127950
|
-
}
|
|
127951
|
-
},
|
|
127952
|
-
{
|
|
127953
|
-
"name": "slot",
|
|
128071
|
+
"name": "classname",
|
|
128072
|
+
"optional": true,
|
|
127954
128073
|
"type": {
|
|
127955
|
-
"text": "
|
|
128074
|
+
"text": "string"
|
|
127956
128075
|
}
|
|
127957
128076
|
}
|
|
127958
128077
|
],
|
|
127959
128078
|
"inheritedFrom": {
|
|
127960
|
-
"name": "
|
|
127961
|
-
"module": "
|
|
128079
|
+
"name": "SbbIconNameMixin",
|
|
128080
|
+
"module": "icon/icon-name-mixin.js"
|
|
127962
128081
|
}
|
|
127963
128082
|
},
|
|
127964
128083
|
{
|
|
127965
128084
|
"kind": "method",
|
|
127966
|
-
"name": "
|
|
127967
|
-
"privacy": "
|
|
128085
|
+
"name": "renderIconName",
|
|
128086
|
+
"privacy": "protected",
|
|
127968
128087
|
"return": {
|
|
127969
128088
|
"type": {
|
|
127970
|
-
"text": "
|
|
128089
|
+
"text": "string"
|
|
127971
128090
|
}
|
|
127972
128091
|
},
|
|
127973
|
-
"parameters": [
|
|
127974
|
-
{
|
|
127975
|
-
"name": "slot",
|
|
127976
|
-
"type": {
|
|
127977
|
-
"text": "HTMLSlotElement"
|
|
127978
|
-
}
|
|
127979
|
-
}
|
|
127980
|
-
],
|
|
127981
128092
|
"inheritedFrom": {
|
|
127982
|
-
"name": "
|
|
127983
|
-
"module": "
|
|
128093
|
+
"name": "SbbIconNameMixin",
|
|
128094
|
+
"module": "icon/icon-name-mixin.js"
|
|
127984
128095
|
}
|
|
127985
128096
|
},
|
|
127986
128097
|
{
|
|
127987
128098
|
"kind": "method",
|
|
127988
|
-
"name": "
|
|
128099
|
+
"name": "_renderIconName",
|
|
127989
128100
|
"privacy": "private",
|
|
127990
128101
|
"return": {
|
|
127991
128102
|
"type": {
|
|
127992
|
-
"text": "
|
|
128103
|
+
"text": "string"
|
|
127993
128104
|
}
|
|
127994
128105
|
},
|
|
127995
|
-
"parameters": [
|
|
127996
|
-
{
|
|
127997
|
-
"name": "slot",
|
|
127998
|
-
"type": {
|
|
127999
|
-
"text": "HTMLSlotElement"
|
|
128000
|
-
}
|
|
128001
|
-
}
|
|
128002
|
-
],
|
|
128003
128106
|
"inheritedFrom": {
|
|
128004
|
-
"name": "
|
|
128005
|
-
"module": "
|
|
128107
|
+
"name": "SbbIconNameMixin",
|
|
128108
|
+
"module": "icon/icon-name-mixin.js"
|
|
128006
128109
|
}
|
|
128007
128110
|
},
|
|
128008
128111
|
{
|
|
128009
|
-
"kind": "
|
|
128010
|
-
"name": "
|
|
128011
|
-
"
|
|
128012
|
-
|
|
128013
|
-
"type": {
|
|
128014
|
-
"text": "void"
|
|
128015
|
-
}
|
|
128112
|
+
"kind": "field",
|
|
128113
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
128114
|
+
"type": {
|
|
128115
|
+
"text": "array"
|
|
128016
128116
|
},
|
|
128017
|
-
"
|
|
128018
|
-
|
|
128019
|
-
|
|
128020
|
-
"type": {
|
|
128021
|
-
"text": "HTMLSlotElement"
|
|
128022
|
-
}
|
|
128023
|
-
}
|
|
128024
|
-
],
|
|
128117
|
+
"privacy": "private",
|
|
128118
|
+
"readonly": true,
|
|
128119
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
128025
128120
|
"inheritedFrom": {
|
|
128026
|
-
"name": "
|
|
128027
|
-
"module": "core/base-elements/element.js"
|
|
128121
|
+
"name": "SbbButtonBaseElement",
|
|
128122
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128028
128123
|
}
|
|
128029
128124
|
},
|
|
128030
128125
|
{
|
|
128031
|
-
"kind": "
|
|
128032
|
-
"name": "
|
|
128033
|
-
"
|
|
128034
|
-
|
|
128035
|
-
"type": {
|
|
128036
|
-
"text": "boolean"
|
|
128037
|
-
}
|
|
128126
|
+
"kind": "field",
|
|
128127
|
+
"name": "value",
|
|
128128
|
+
"type": {
|
|
128129
|
+
"text": "string"
|
|
128038
128130
|
},
|
|
128039
|
-
"
|
|
128040
|
-
{
|
|
128041
|
-
"name": "slot",
|
|
128042
|
-
"type": {
|
|
128043
|
-
"text": "HTMLSlotElement"
|
|
128044
|
-
}
|
|
128045
|
-
}
|
|
128046
|
-
],
|
|
128131
|
+
"privacy": "public",
|
|
128047
128132
|
"inheritedFrom": {
|
|
128048
|
-
"name": "
|
|
128049
|
-
"module": "core/base-elements/element.js"
|
|
128050
|
-
}
|
|
128051
|
-
|
|
128052
|
-
|
|
128053
|
-
|
|
128054
|
-
{
|
|
128055
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
128056
|
-
"module": "core.js"
|
|
128133
|
+
"name": "SbbButtonBaseElement",
|
|
128134
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128135
|
+
},
|
|
128136
|
+
"default": "''",
|
|
128137
|
+
"description": "Value of the form element.",
|
|
128138
|
+
"attribute": "value"
|
|
128057
128139
|
},
|
|
128058
128140
|
{
|
|
128059
|
-
"
|
|
128060
|
-
"
|
|
128061
|
-
|
|
128062
|
-
|
|
128063
|
-
|
|
128064
|
-
"name": "SbbButtonBaseElement",
|
|
128065
|
-
"module": "core.js"
|
|
128066
|
-
},
|
|
128067
|
-
"tagName": "sbb-menu-button",
|
|
128068
|
-
"customElement": true,
|
|
128069
|
-
"attributes": [
|
|
128070
|
-
{
|
|
128071
|
-
"name": "disabled-interactive",
|
|
128141
|
+
"kind": "field",
|
|
128142
|
+
"name": "type",
|
|
128143
|
+
"privacy": "public",
|
|
128144
|
+
"description": "The type attribute to use for the button.",
|
|
128145
|
+
"default": "'button'",
|
|
128072
128146
|
"type": {
|
|
128073
|
-
"text": "
|
|
128147
|
+
"text": "SbbButtonType"
|
|
128074
128148
|
},
|
|
128075
|
-
"
|
|
128076
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
128077
|
-
"fieldName": "disabledInteractive",
|
|
128149
|
+
"attribute": "type",
|
|
128078
128150
|
"inheritedFrom": {
|
|
128079
|
-
"name": "
|
|
128080
|
-
"module": "core/
|
|
128151
|
+
"name": "SbbButtonBaseElement",
|
|
128152
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128081
128153
|
}
|
|
128082
128154
|
},
|
|
128083
128155
|
{
|
|
128084
|
-
"
|
|
128085
|
-
"
|
|
128086
|
-
"default": "false",
|
|
128156
|
+
"kind": "field",
|
|
128157
|
+
"name": "form",
|
|
128087
128158
|
"type": {
|
|
128088
|
-
"text": "
|
|
128159
|
+
"text": "HTMLFormElement | null"
|
|
128089
128160
|
},
|
|
128090
|
-
"
|
|
128161
|
+
"privacy": "public",
|
|
128162
|
+
"description": "The `<form>` element to associate the button with.",
|
|
128091
128163
|
"inheritedFrom": {
|
|
128092
|
-
"name": "
|
|
128093
|
-
"module": "core/
|
|
128094
|
-
}
|
|
128164
|
+
"name": "SbbButtonBaseElement",
|
|
128165
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128166
|
+
},
|
|
128167
|
+
"attribute": "form"
|
|
128095
128168
|
},
|
|
128096
128169
|
{
|
|
128097
|
-
"
|
|
128170
|
+
"kind": "field",
|
|
128171
|
+
"name": "_formId",
|
|
128098
128172
|
"type": {
|
|
128099
128173
|
"text": "string"
|
|
128100
128174
|
},
|
|
128175
|
+
"privacy": "private",
|
|
128101
128176
|
"default": "''",
|
|
128102
|
-
"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.",
|
|
128103
|
-
"fieldName": "iconName",
|
|
128104
128177
|
"inheritedFrom": {
|
|
128105
|
-
"name": "
|
|
128106
|
-
"module": "
|
|
128178
|
+
"name": "SbbButtonBaseElement",
|
|
128179
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128107
128180
|
}
|
|
128108
128181
|
},
|
|
128109
128182
|
{
|
|
128110
|
-
"
|
|
128111
|
-
"
|
|
128112
|
-
|
|
128113
|
-
},
|
|
128114
|
-
"default": "''",
|
|
128115
|
-
"description": "Value of the form element.",
|
|
128116
|
-
"fieldName": "value",
|
|
128183
|
+
"kind": "field",
|
|
128184
|
+
"name": "_handleButtonClick",
|
|
128185
|
+
"privacy": "private",
|
|
128117
128186
|
"inheritedFrom": {
|
|
128118
128187
|
"name": "SbbButtonBaseElement",
|
|
128119
128188
|
"module": "core/base-elements/button-base-element.js"
|
|
128120
128189
|
}
|
|
128121
128190
|
},
|
|
128122
128191
|
{
|
|
128123
|
-
"
|
|
128124
|
-
"
|
|
128125
|
-
"
|
|
128126
|
-
"
|
|
128127
|
-
"
|
|
128192
|
+
"kind": "method",
|
|
128193
|
+
"name": "_requestSubmit",
|
|
128194
|
+
"privacy": "private",
|
|
128195
|
+
"return": {
|
|
128196
|
+
"type": {
|
|
128197
|
+
"text": "void"
|
|
128198
|
+
}
|
|
128128
128199
|
},
|
|
128129
|
-
"
|
|
128200
|
+
"parameters": [
|
|
128201
|
+
{
|
|
128202
|
+
"name": "form",
|
|
128203
|
+
"type": {
|
|
128204
|
+
"text": "HTMLFormElement"
|
|
128205
|
+
}
|
|
128206
|
+
}
|
|
128207
|
+
],
|
|
128208
|
+
"inheritedFrom": {
|
|
128209
|
+
"name": "SbbButtonBaseElement",
|
|
128210
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128211
|
+
}
|
|
128212
|
+
},
|
|
128213
|
+
{
|
|
128214
|
+
"kind": "field",
|
|
128215
|
+
"name": "_formKeyDown",
|
|
128216
|
+
"privacy": "private",
|
|
128130
128217
|
"inheritedFrom": {
|
|
128131
128218
|
"name": "SbbButtonBaseElement",
|
|
128132
128219
|
"module": "core/base-elements/button-base-element.js"
|
|
128133
128220
|
}
|
|
128134
128221
|
},
|
|
128135
128222
|
{
|
|
128136
|
-
"
|
|
128137
|
-
"
|
|
128223
|
+
"kind": "field",
|
|
128224
|
+
"name": "formAssociated",
|
|
128138
128225
|
"type": {
|
|
128139
|
-
"text": "
|
|
128226
|
+
"text": "boolean"
|
|
128140
128227
|
},
|
|
128141
|
-
"
|
|
128228
|
+
"privacy": "public",
|
|
128229
|
+
"static": true,
|
|
128230
|
+
"default": "true",
|
|
128142
128231
|
"inheritedFrom": {
|
|
128143
|
-
"name": "
|
|
128144
|
-
"module": "core/
|
|
128232
|
+
"name": "SbbFormAssociatedMixin",
|
|
128233
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128145
128234
|
}
|
|
128146
128235
|
},
|
|
128147
128236
|
{
|
|
128237
|
+
"kind": "field",
|
|
128148
128238
|
"name": "name",
|
|
128239
|
+
"privacy": "public",
|
|
128149
128240
|
"description": "Name of the form element. Will be read from name attribute.",
|
|
128150
128241
|
"type": {
|
|
128151
128242
|
"text": "string"
|
|
128152
128243
|
},
|
|
128153
|
-
"
|
|
128244
|
+
"attribute": "name",
|
|
128154
128245
|
"inheritedFrom": {
|
|
128155
128246
|
"name": "SbbFormAssociatedMixin",
|
|
128156
128247
|
"module": "core/mixins/form-associated-mixin.js"
|
|
128157
128248
|
}
|
|
128158
|
-
}
|
|
128159
|
-
]
|
|
128160
|
-
}
|
|
128161
|
-
],
|
|
128162
|
-
"exports": [
|
|
128163
|
-
{
|
|
128164
|
-
"kind": "js",
|
|
128165
|
-
"name": "SbbMenuButtonElement",
|
|
128166
|
-
"declaration": {
|
|
128167
|
-
"name": "SbbMenuButtonElement",
|
|
128168
|
-
"module": "menu/menu-button/menu-button.component.js"
|
|
128169
|
-
}
|
|
128170
|
-
}
|
|
128171
|
-
]
|
|
128172
|
-
},
|
|
128173
|
-
{
|
|
128174
|
-
"kind": "javascript-module",
|
|
128175
|
-
"path": "menu/menu-link/menu-link.component.js",
|
|
128176
|
-
"declarations": [
|
|
128177
|
-
{
|
|
128178
|
-
"kind": "class",
|
|
128179
|
-
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
128180
|
-
"name": "SbbMenuLinkElement",
|
|
128181
|
-
"cssProperties": [
|
|
128182
|
-
{
|
|
128183
|
-
"description": "Can be used to modify horizontal padding.",
|
|
128184
|
-
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
128185
|
-
"default": "var(--sbb-spacing-fixed-3x)"
|
|
128186
|
-
}
|
|
128187
|
-
],
|
|
128188
|
-
"slots": [
|
|
128189
|
-
{
|
|
128190
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
128191
|
-
"name": ""
|
|
128192
128249
|
},
|
|
128193
|
-
{
|
|
128194
|
-
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
128195
|
-
"name": "icon"
|
|
128196
|
-
}
|
|
128197
|
-
],
|
|
128198
|
-
"members": [
|
|
128199
128250
|
{
|
|
128200
128251
|
"kind": "field",
|
|
128201
|
-
"name": "
|
|
128252
|
+
"name": "validity",
|
|
128202
128253
|
"type": {
|
|
128203
|
-
"text": "
|
|
128254
|
+
"text": "ValidityState"
|
|
128204
128255
|
},
|
|
128205
128256
|
"privacy": "public",
|
|
128206
|
-
"
|
|
128257
|
+
"description": "Returns the ValidityState object for this element.",
|
|
128207
128258
|
"readonly": true,
|
|
128208
128259
|
"inheritedFrom": {
|
|
128209
|
-
"name": "
|
|
128210
|
-
"module": "core/
|
|
128211
|
-
}
|
|
128212
|
-
"default": "'sbb-menu-link'"
|
|
128260
|
+
"name": "SbbFormAssociatedMixin",
|
|
128261
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128262
|
+
}
|
|
128213
128263
|
},
|
|
128214
128264
|
{
|
|
128215
128265
|
"kind": "field",
|
|
128216
|
-
"name": "
|
|
128266
|
+
"name": "validationMessage",
|
|
128217
128267
|
"type": {
|
|
128218
128268
|
"text": "string"
|
|
128219
128269
|
},
|
|
128220
|
-
"privacy": "
|
|
128270
|
+
"privacy": "public",
|
|
128271
|
+
"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.",
|
|
128221
128272
|
"readonly": true,
|
|
128222
|
-
"default": "'menuitem'",
|
|
128223
128273
|
"inheritedFrom": {
|
|
128224
|
-
"name": "
|
|
128225
|
-
"module": "core/
|
|
128274
|
+
"name": "SbbFormAssociatedMixin",
|
|
128275
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128226
128276
|
}
|
|
128227
128277
|
},
|
|
128228
128278
|
{
|
|
128229
128279
|
"kind": "field",
|
|
128230
|
-
"name": "
|
|
128280
|
+
"name": "willValidate",
|
|
128231
128281
|
"type": {
|
|
128232
128282
|
"text": "boolean"
|
|
128233
128283
|
},
|
|
128234
128284
|
"privacy": "public",
|
|
128235
|
-
"
|
|
128236
|
-
"
|
|
128237
|
-
"attribute": "disabled-interactive",
|
|
128238
|
-
"reflects": true,
|
|
128285
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
128286
|
+
"readonly": true,
|
|
128239
128287
|
"inheritedFrom": {
|
|
128240
|
-
"name": "
|
|
128241
|
-
"module": "core/mixins/
|
|
128288
|
+
"name": "SbbFormAssociatedMixin",
|
|
128289
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128242
128290
|
}
|
|
128243
128291
|
},
|
|
128244
128292
|
{
|
|
128245
128293
|
"kind": "field",
|
|
128246
|
-
"name": "
|
|
128294
|
+
"name": "_validityStates",
|
|
128295
|
+
"privacy": "private",
|
|
128296
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
128297
|
+
"inheritedFrom": {
|
|
128298
|
+
"name": "SbbFormAssociatedMixin",
|
|
128299
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128300
|
+
}
|
|
128301
|
+
},
|
|
128302
|
+
{
|
|
128303
|
+
"kind": "field",
|
|
128304
|
+
"name": "formDisabled",
|
|
128247
128305
|
"type": {
|
|
128248
|
-
"text": "
|
|
128306
|
+
"text": "boolean"
|
|
128249
128307
|
},
|
|
128250
|
-
"privacy": "
|
|
128251
|
-
"
|
|
128252
|
-
"
|
|
128308
|
+
"privacy": "protected",
|
|
128309
|
+
"default": "false",
|
|
128310
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
128253
128311
|
"inheritedFrom": {
|
|
128254
|
-
"name": "
|
|
128255
|
-
"module": "
|
|
128312
|
+
"name": "SbbFormAssociatedMixin",
|
|
128313
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128256
128314
|
}
|
|
128257
128315
|
},
|
|
128258
128316
|
{
|
|
128259
128317
|
"kind": "method",
|
|
128260
|
-
"name": "
|
|
128261
|
-
"privacy": "
|
|
128318
|
+
"name": "checkValidity",
|
|
128319
|
+
"privacy": "public",
|
|
128262
128320
|
"return": {
|
|
128263
128321
|
"type": {
|
|
128264
|
-
"text": "
|
|
128322
|
+
"text": "boolean"
|
|
128265
128323
|
}
|
|
128266
128324
|
},
|
|
128267
|
-
"description": "
|
|
128325
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
128268
128326
|
"inheritedFrom": {
|
|
128269
|
-
"name": "
|
|
128270
|
-
"module": "core/
|
|
128327
|
+
"name": "SbbFormAssociatedMixin",
|
|
128328
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128271
128329
|
}
|
|
128272
128330
|
},
|
|
128273
128331
|
{
|
|
128274
|
-
"kind": "
|
|
128275
|
-
"name": "
|
|
128276
|
-
"
|
|
128277
|
-
|
|
128332
|
+
"kind": "method",
|
|
128333
|
+
"name": "reportValidity",
|
|
128334
|
+
"privacy": "public",
|
|
128335
|
+
"return": {
|
|
128336
|
+
"type": {
|
|
128337
|
+
"text": "boolean"
|
|
128338
|
+
}
|
|
128278
128339
|
},
|
|
128340
|
+
"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.",
|
|
128341
|
+
"inheritedFrom": {
|
|
128342
|
+
"name": "SbbFormAssociatedMixin",
|
|
128343
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128344
|
+
}
|
|
128345
|
+
},
|
|
128346
|
+
{
|
|
128347
|
+
"kind": "method",
|
|
128348
|
+
"name": "setCustomValidity",
|
|
128279
128349
|
"privacy": "public",
|
|
128280
|
-
"
|
|
128350
|
+
"return": {
|
|
128351
|
+
"type": {
|
|
128352
|
+
"text": "void"
|
|
128353
|
+
}
|
|
128354
|
+
},
|
|
128355
|
+
"parameters": [
|
|
128356
|
+
{
|
|
128357
|
+
"name": "message",
|
|
128358
|
+
"type": {
|
|
128359
|
+
"text": "string"
|
|
128360
|
+
}
|
|
128361
|
+
}
|
|
128362
|
+
],
|
|
128363
|
+
"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.",
|
|
128281
128364
|
"inheritedFrom": {
|
|
128282
|
-
"name": "
|
|
128283
|
-
"module": "core/
|
|
128365
|
+
"name": "SbbFormAssociatedMixin",
|
|
128366
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128367
|
+
}
|
|
128368
|
+
},
|
|
128369
|
+
{
|
|
128370
|
+
"kind": "method",
|
|
128371
|
+
"name": "_hasDisabledAncestor",
|
|
128372
|
+
"privacy": "private",
|
|
128373
|
+
"return": {
|
|
128374
|
+
"type": {
|
|
128375
|
+
"text": "boolean"
|
|
128376
|
+
}
|
|
128284
128377
|
},
|
|
128285
|
-
"
|
|
128378
|
+
"inheritedFrom": {
|
|
128379
|
+
"name": "SbbFormAssociatedMixin",
|
|
128380
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128381
|
+
}
|
|
128286
128382
|
},
|
|
128287
128383
|
{
|
|
128288
|
-
"kind": "
|
|
128289
|
-
"name": "
|
|
128290
|
-
"
|
|
128291
|
-
|
|
128384
|
+
"kind": "method",
|
|
128385
|
+
"name": "updateFormValue",
|
|
128386
|
+
"privacy": "protected",
|
|
128387
|
+
"return": {
|
|
128388
|
+
"type": {
|
|
128389
|
+
"text": "void"
|
|
128390
|
+
}
|
|
128292
128391
|
},
|
|
128293
|
-
"
|
|
128294
|
-
"default": "''",
|
|
128295
|
-
"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.",
|
|
128296
|
-
"attribute": "icon-name",
|
|
128392
|
+
"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",
|
|
128297
128393
|
"inheritedFrom": {
|
|
128298
|
-
"name": "
|
|
128299
|
-
"module": "
|
|
128394
|
+
"name": "SbbFormAssociatedMixin",
|
|
128395
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128300
128396
|
}
|
|
128301
128397
|
},
|
|
128302
128398
|
{
|
|
128303
128399
|
"kind": "method",
|
|
128304
|
-
"name": "
|
|
128400
|
+
"name": "formState",
|
|
128401
|
+
"privacy": "protected",
|
|
128402
|
+
"return": {
|
|
128403
|
+
"type": {
|
|
128404
|
+
"text": "FormRestoreState"
|
|
128405
|
+
}
|
|
128406
|
+
},
|
|
128407
|
+
"inheritedFrom": {
|
|
128408
|
+
"name": "SbbFormAssociatedMixin",
|
|
128409
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128410
|
+
}
|
|
128411
|
+
},
|
|
128412
|
+
{
|
|
128413
|
+
"kind": "method",
|
|
128414
|
+
"name": "setValidityFlag",
|
|
128415
|
+
"privacy": "protected",
|
|
128416
|
+
"return": {
|
|
128417
|
+
"type": {
|
|
128418
|
+
"text": "void"
|
|
128419
|
+
}
|
|
128420
|
+
},
|
|
128421
|
+
"parameters": [
|
|
128422
|
+
{
|
|
128423
|
+
"name": "flag",
|
|
128424
|
+
"type": {
|
|
128425
|
+
"text": "T"
|
|
128426
|
+
}
|
|
128427
|
+
},
|
|
128428
|
+
{
|
|
128429
|
+
"name": "message",
|
|
128430
|
+
"type": {
|
|
128431
|
+
"text": "string"
|
|
128432
|
+
}
|
|
128433
|
+
},
|
|
128434
|
+
{
|
|
128435
|
+
"name": "flagValue",
|
|
128436
|
+
"optional": true,
|
|
128437
|
+
"type": {
|
|
128438
|
+
"text": "ValidityStateFlags[T]"
|
|
128439
|
+
}
|
|
128440
|
+
}
|
|
128441
|
+
],
|
|
128442
|
+
"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).",
|
|
128443
|
+
"inheritedFrom": {
|
|
128444
|
+
"name": "SbbFormAssociatedMixin",
|
|
128445
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128446
|
+
}
|
|
128447
|
+
},
|
|
128448
|
+
{
|
|
128449
|
+
"kind": "method",
|
|
128450
|
+
"name": "removeValidityFlag",
|
|
128305
128451
|
"privacy": "protected",
|
|
128306
128452
|
"return": {
|
|
128307
128453
|
"type": {
|
|
128308
|
-
"text": "
|
|
128454
|
+
"text": "void"
|
|
128309
128455
|
}
|
|
128310
128456
|
},
|
|
128311
128457
|
"parameters": [
|
|
128312
128458
|
{
|
|
128313
|
-
"name": "
|
|
128314
|
-
"optional": true,
|
|
128459
|
+
"name": "flag",
|
|
128315
128460
|
"type": {
|
|
128316
|
-
"text": "
|
|
128461
|
+
"text": "T"
|
|
128317
128462
|
}
|
|
128318
128463
|
}
|
|
128319
128464
|
],
|
|
128465
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
128320
128466
|
"inheritedFrom": {
|
|
128321
|
-
"name": "
|
|
128322
|
-
"module": "
|
|
128467
|
+
"name": "SbbFormAssociatedMixin",
|
|
128468
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128323
128469
|
}
|
|
128324
128470
|
},
|
|
128325
128471
|
{
|
|
128326
128472
|
"kind": "method",
|
|
128327
|
-
"name": "
|
|
128473
|
+
"name": "validate",
|
|
128328
128474
|
"privacy": "protected",
|
|
128329
128475
|
"return": {
|
|
128330
128476
|
"type": {
|
|
128331
|
-
"text": "
|
|
128477
|
+
"text": "void"
|
|
128332
128478
|
}
|
|
128333
128479
|
},
|
|
128480
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
128334
128481
|
"inheritedFrom": {
|
|
128335
|
-
"name": "
|
|
128336
|
-
"module": "
|
|
128482
|
+
"name": "SbbFormAssociatedMixin",
|
|
128483
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128337
128484
|
}
|
|
128338
128485
|
},
|
|
128339
128486
|
{
|
|
128340
128487
|
"kind": "method",
|
|
128341
|
-
"name": "
|
|
128342
|
-
"privacy": "
|
|
128488
|
+
"name": "shouldValidate",
|
|
128489
|
+
"privacy": "protected",
|
|
128343
128490
|
"return": {
|
|
128344
128491
|
"type": {
|
|
128345
|
-
"text": "
|
|
128492
|
+
"text": "boolean"
|
|
128346
128493
|
}
|
|
128347
128494
|
},
|
|
128495
|
+
"parameters": [
|
|
128496
|
+
{
|
|
128497
|
+
"name": "name",
|
|
128498
|
+
"type": {
|
|
128499
|
+
"text": "PropertyKey | undefined"
|
|
128500
|
+
}
|
|
128501
|
+
}
|
|
128502
|
+
],
|
|
128503
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
128348
128504
|
"inheritedFrom": {
|
|
128349
|
-
"name": "
|
|
128350
|
-
"module": "
|
|
128351
|
-
}
|
|
128352
|
-
},
|
|
128353
|
-
{
|
|
128354
|
-
"kind": "field",
|
|
128355
|
-
"name": "disabled",
|
|
128356
|
-
"privacy": "public",
|
|
128357
|
-
"description": "Whether the component is disabled.",
|
|
128358
|
-
"default": "false",
|
|
128359
|
-
"type": {
|
|
128360
|
-
"text": "boolean"
|
|
128361
|
-
},
|
|
128362
|
-
"attribute": "disabled",
|
|
128363
|
-
"reflects": true,
|
|
128364
|
-
"inheritedFrom": {
|
|
128365
|
-
"name": "SbbDisabledMixin",
|
|
128366
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
128367
|
-
}
|
|
128368
|
-
},
|
|
128369
|
-
{
|
|
128370
|
-
"kind": "field",
|
|
128371
|
-
"name": "#disabled",
|
|
128372
|
-
"privacy": "private",
|
|
128373
|
-
"type": {
|
|
128374
|
-
"text": "boolean"
|
|
128375
|
-
},
|
|
128376
|
-
"default": "false",
|
|
128377
|
-
"inheritedFrom": {
|
|
128378
|
-
"name": "SbbDisabledMixin",
|
|
128379
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
128505
|
+
"name": "SbbFormAssociatedMixin",
|
|
128506
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128380
128507
|
}
|
|
128381
128508
|
},
|
|
128382
128509
|
{
|
|
128383
128510
|
"kind": "method",
|
|
128384
|
-
"name": "
|
|
128385
|
-
"privacy": "
|
|
128511
|
+
"name": "_setInternalValidity",
|
|
128512
|
+
"privacy": "private",
|
|
128386
128513
|
"return": {
|
|
128387
128514
|
"type": {
|
|
128388
|
-
"text": "
|
|
128515
|
+
"text": "void"
|
|
128389
128516
|
}
|
|
128390
128517
|
},
|
|
128391
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
128392
|
-
"inheritedFrom": {
|
|
128393
|
-
"name": "SbbDisabledMixin",
|
|
128394
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
128395
|
-
}
|
|
128396
|
-
},
|
|
128397
|
-
{
|
|
128398
|
-
"kind": "field",
|
|
128399
|
-
"name": "href",
|
|
128400
|
-
"type": {
|
|
128401
|
-
"text": "string"
|
|
128402
|
-
},
|
|
128403
|
-
"privacy": "public",
|
|
128404
|
-
"default": "''",
|
|
128405
|
-
"description": "The href value you want to link to.",
|
|
128406
|
-
"attribute": "href",
|
|
128407
|
-
"reflects": true,
|
|
128408
|
-
"inheritedFrom": {
|
|
128409
|
-
"name": "SbbLinkBaseElement",
|
|
128410
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128411
|
-
}
|
|
128412
|
-
},
|
|
128413
|
-
{
|
|
128414
|
-
"kind": "field",
|
|
128415
|
-
"name": "target",
|
|
128416
|
-
"type": {
|
|
128417
|
-
"text": "LinkTargetType | string"
|
|
128418
|
-
},
|
|
128419
|
-
"privacy": "public",
|
|
128420
|
-
"default": "''",
|
|
128421
|
-
"description": "Where to display the linked URL.",
|
|
128422
|
-
"attribute": "target",
|
|
128423
|
-
"reflects": true,
|
|
128424
|
-
"inheritedFrom": {
|
|
128425
|
-
"name": "SbbLinkBaseElement",
|
|
128426
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128427
|
-
}
|
|
128428
|
-
},
|
|
128429
|
-
{
|
|
128430
|
-
"kind": "field",
|
|
128431
|
-
"name": "rel",
|
|
128432
|
-
"type": {
|
|
128433
|
-
"text": "string"
|
|
128434
|
-
},
|
|
128435
|
-
"privacy": "public",
|
|
128436
|
-
"default": "''",
|
|
128437
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128438
|
-
"attribute": "rel",
|
|
128439
|
-
"reflects": true,
|
|
128440
|
-
"inheritedFrom": {
|
|
128441
|
-
"name": "SbbLinkBaseElement",
|
|
128442
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128443
|
-
}
|
|
128444
|
-
},
|
|
128445
|
-
{
|
|
128446
|
-
"kind": "field",
|
|
128447
|
-
"name": "download",
|
|
128448
|
-
"type": {
|
|
128449
|
-
"text": "boolean"
|
|
128450
|
-
},
|
|
128451
|
-
"privacy": "public",
|
|
128452
|
-
"default": "false",
|
|
128453
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
128454
|
-
"attribute": "download",
|
|
128455
|
-
"reflects": true,
|
|
128456
128518
|
"inheritedFrom": {
|
|
128457
|
-
"name": "
|
|
128458
|
-
"module": "core/
|
|
128519
|
+
"name": "SbbFormAssociatedMixin",
|
|
128520
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128459
128521
|
}
|
|
128460
128522
|
},
|
|
128461
128523
|
{
|
|
128462
128524
|
"kind": "field",
|
|
128463
|
-
"name": "
|
|
128464
|
-
"
|
|
128465
|
-
|
|
128466
|
-
|
|
128467
|
-
|
|
128468
|
-
|
|
128469
|
-
|
|
128470
|
-
|
|
128525
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
128526
|
+
"privacy": "private",
|
|
128527
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
128528
|
+
"parameters": [
|
|
128529
|
+
{
|
|
128530
|
+
"description": "The origin event.",
|
|
128531
|
+
"name": "event"
|
|
128532
|
+
}
|
|
128533
|
+
],
|
|
128471
128534
|
"inheritedFrom": {
|
|
128472
|
-
"name": "
|
|
128473
|
-
"module": "core/base-elements/
|
|
128535
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128536
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128474
128537
|
}
|
|
128475
128538
|
},
|
|
128476
128539
|
{
|
|
128477
128540
|
"kind": "field",
|
|
128478
|
-
"name": "
|
|
128479
|
-
"
|
|
128480
|
-
"text": "string"
|
|
128481
|
-
},
|
|
128482
|
-
"privacy": "public",
|
|
128483
|
-
"default": "''",
|
|
128484
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128485
|
-
"attribute": "accessibility-current",
|
|
128541
|
+
"name": "_removeActiveMarker",
|
|
128542
|
+
"privacy": "private",
|
|
128486
128543
|
"inheritedFrom": {
|
|
128487
|
-
"name": "
|
|
128488
|
-
"module": "core/base-elements/
|
|
128544
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128545
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128489
128546
|
}
|
|
128490
128547
|
},
|
|
128491
128548
|
{
|
|
128492
128549
|
"kind": "field",
|
|
128493
|
-
"name": "
|
|
128494
|
-
"privacy": "
|
|
128495
|
-
"
|
|
128550
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
128551
|
+
"privacy": "private",
|
|
128552
|
+
"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.",
|
|
128553
|
+
"parameters": [
|
|
128554
|
+
{
|
|
128555
|
+
"description": "The origin event.",
|
|
128556
|
+
"name": "event"
|
|
128557
|
+
}
|
|
128558
|
+
],
|
|
128496
128559
|
"inheritedFrom": {
|
|
128497
|
-
"name": "
|
|
128498
|
-
"module": "core/base-elements/
|
|
128560
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128561
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128499
128562
|
}
|
|
128500
128563
|
},
|
|
128501
128564
|
{
|
|
128502
128565
|
"kind": "field",
|
|
128503
|
-
"name": "
|
|
128566
|
+
"name": "_dispatchClickEvent",
|
|
128504
128567
|
"privacy": "private",
|
|
128505
128568
|
"inheritedFrom": {
|
|
128506
|
-
"name": "
|
|
128507
|
-
"module": "core/base-elements/
|
|
128508
|
-
}
|
|
128509
|
-
},
|
|
128510
|
-
{
|
|
128511
|
-
"kind": "method",
|
|
128512
|
-
"name": "renderLink",
|
|
128513
|
-
"privacy": "protected",
|
|
128514
|
-
"return": {
|
|
128515
|
-
"type": {
|
|
128516
|
-
"text": "TemplateResult"
|
|
128517
|
-
}
|
|
128518
|
-
},
|
|
128519
|
-
"parameters": [
|
|
128520
|
-
{
|
|
128521
|
-
"name": "renderContent",
|
|
128522
|
-
"type": {
|
|
128523
|
-
"text": "TemplateResult"
|
|
128524
|
-
}
|
|
128525
|
-
}
|
|
128526
|
-
],
|
|
128527
|
-
"inheritedFrom": {
|
|
128528
|
-
"name": "SbbLinkBaseElement",
|
|
128529
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128569
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128570
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128530
128571
|
}
|
|
128531
128572
|
},
|
|
128532
128573
|
{
|
|
@@ -128583,19 +128624,6 @@
|
|
|
128583
128624
|
"module": "core/base-elements/element.js"
|
|
128584
128625
|
}
|
|
128585
128626
|
},
|
|
128586
|
-
{
|
|
128587
|
-
"kind": "field",
|
|
128588
|
-
"name": "role",
|
|
128589
|
-
"type": {
|
|
128590
|
-
"text": "ElementInternals['role'] | undefined"
|
|
128591
|
-
},
|
|
128592
|
-
"privacy": "public",
|
|
128593
|
-
"static": true,
|
|
128594
|
-
"inheritedFrom": {
|
|
128595
|
-
"name": "SbbElement",
|
|
128596
|
-
"module": "core/base-elements/element.js"
|
|
128597
|
-
}
|
|
128598
|
-
},
|
|
128599
128627
|
{
|
|
128600
128628
|
"kind": "field",
|
|
128601
128629
|
"name": "_controllers",
|
|
@@ -128818,7 +128846,7 @@
|
|
|
128818
128846
|
],
|
|
128819
128847
|
"mixins": [
|
|
128820
128848
|
{
|
|
128821
|
-
"name": "
|
|
128849
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
128822
128850
|
"module": "core.js"
|
|
128823
128851
|
},
|
|
128824
128852
|
{
|
|
@@ -128827,10 +128855,10 @@
|
|
|
128827
128855
|
}
|
|
128828
128856
|
],
|
|
128829
128857
|
"superclass": {
|
|
128830
|
-
"name": "
|
|
128858
|
+
"name": "SbbButtonBaseElement",
|
|
128831
128859
|
"module": "core.js"
|
|
128832
128860
|
},
|
|
128833
|
-
"tagName": "sbb-menu-
|
|
128861
|
+
"tagName": "sbb-menu-button",
|
|
128834
128862
|
"customElement": true,
|
|
128835
128863
|
"attributes": [
|
|
128836
128864
|
{
|
|
@@ -128843,20 +128871,7 @@
|
|
|
128843
128871
|
"fieldName": "disabledInteractive",
|
|
128844
128872
|
"inheritedFrom": {
|
|
128845
128873
|
"name": "SbbDisabledInteractiveMixin",
|
|
128846
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
128847
|
-
}
|
|
128848
|
-
},
|
|
128849
|
-
{
|
|
128850
|
-
"name": "icon-name",
|
|
128851
|
-
"type": {
|
|
128852
|
-
"text": "string"
|
|
128853
|
-
},
|
|
128854
|
-
"default": "''",
|
|
128855
|
-
"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.",
|
|
128856
|
-
"fieldName": "iconName",
|
|
128857
|
-
"inheritedFrom": {
|
|
128858
|
-
"name": "SbbIconNameMixin",
|
|
128859
|
-
"module": "icon/icon-name-mixin.js"
|
|
128874
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
128860
128875
|
}
|
|
128861
128876
|
},
|
|
128862
128877
|
{
|
|
@@ -128873,81 +128888,66 @@
|
|
|
128873
128888
|
}
|
|
128874
128889
|
},
|
|
128875
128890
|
{
|
|
128876
|
-
"name": "
|
|
128891
|
+
"name": "icon-name",
|
|
128877
128892
|
"type": {
|
|
128878
128893
|
"text": "string"
|
|
128879
128894
|
},
|
|
128880
128895
|
"default": "''",
|
|
128881
|
-
"description": "The
|
|
128882
|
-
"fieldName": "
|
|
128883
|
-
"inheritedFrom": {
|
|
128884
|
-
"name": "SbbLinkBaseElement",
|
|
128885
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128886
|
-
}
|
|
128887
|
-
},
|
|
128888
|
-
{
|
|
128889
|
-
"name": "target",
|
|
128890
|
-
"type": {
|
|
128891
|
-
"text": "LinkTargetType | string"
|
|
128892
|
-
},
|
|
128893
|
-
"default": "''",
|
|
128894
|
-
"description": "Where to display the linked URL.",
|
|
128895
|
-
"fieldName": "target",
|
|
128896
|
+
"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.",
|
|
128897
|
+
"fieldName": "iconName",
|
|
128896
128898
|
"inheritedFrom": {
|
|
128897
|
-
"name": "
|
|
128898
|
-
"module": "
|
|
128899
|
+
"name": "SbbIconNameMixin",
|
|
128900
|
+
"module": "icon/icon-name-mixin.js"
|
|
128899
128901
|
}
|
|
128900
128902
|
},
|
|
128901
128903
|
{
|
|
128902
|
-
"name": "
|
|
128904
|
+
"name": "value",
|
|
128903
128905
|
"type": {
|
|
128904
128906
|
"text": "string"
|
|
128905
128907
|
},
|
|
128906
128908
|
"default": "''",
|
|
128907
|
-
"description": "
|
|
128908
|
-
"fieldName": "
|
|
128909
|
+
"description": "Value of the form element.",
|
|
128910
|
+
"fieldName": "value",
|
|
128909
128911
|
"inheritedFrom": {
|
|
128910
|
-
"name": "
|
|
128911
|
-
"module": "core/base-elements/
|
|
128912
|
+
"name": "SbbButtonBaseElement",
|
|
128913
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128912
128914
|
}
|
|
128913
128915
|
},
|
|
128914
128916
|
{
|
|
128915
|
-
"name": "
|
|
128917
|
+
"name": "type",
|
|
128918
|
+
"description": "The type attribute to use for the button.",
|
|
128919
|
+
"default": "'button'",
|
|
128916
128920
|
"type": {
|
|
128917
|
-
"text": "
|
|
128921
|
+
"text": "SbbButtonType"
|
|
128918
128922
|
},
|
|
128919
|
-
"
|
|
128920
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
128921
|
-
"fieldName": "download",
|
|
128923
|
+
"fieldName": "type",
|
|
128922
128924
|
"inheritedFrom": {
|
|
128923
|
-
"name": "
|
|
128924
|
-
"module": "core/base-elements/
|
|
128925
|
+
"name": "SbbButtonBaseElement",
|
|
128926
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128925
128927
|
}
|
|
128926
128928
|
},
|
|
128927
128929
|
{
|
|
128928
|
-
"name": "
|
|
128930
|
+
"name": "form",
|
|
128931
|
+
"description": "The `<form>` element to associate the button with.",
|
|
128929
128932
|
"type": {
|
|
128930
|
-
"text": "
|
|
128933
|
+
"text": "HTMLFormElement | null"
|
|
128931
128934
|
},
|
|
128932
|
-
"
|
|
128933
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128934
|
-
"fieldName": "accessibilityLabel",
|
|
128935
|
+
"fieldName": "form",
|
|
128935
128936
|
"inheritedFrom": {
|
|
128936
|
-
"name": "
|
|
128937
|
-
"module": "core/base-elements/
|
|
128937
|
+
"name": "SbbButtonBaseElement",
|
|
128938
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128938
128939
|
}
|
|
128939
128940
|
},
|
|
128940
128941
|
{
|
|
128941
|
-
"name": "
|
|
128942
|
+
"name": "name",
|
|
128943
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
128942
128944
|
"type": {
|
|
128943
128945
|
"text": "string"
|
|
128944
128946
|
},
|
|
128945
|
-
"
|
|
128946
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128947
|
-
"fieldName": "accessibilityCurrent",
|
|
128947
|
+
"fieldName": "name",
|
|
128948
128948
|
"inheritedFrom": {
|
|
128949
|
-
"name": "
|
|
128950
|
-
"module": "core/
|
|
128949
|
+
"name": "SbbFormAssociatedMixin",
|
|
128950
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128951
128951
|
}
|
|
128952
128952
|
}
|
|
128953
128953
|
]
|
|
@@ -128956,10 +128956,10 @@
|
|
|
128956
128956
|
"exports": [
|
|
128957
128957
|
{
|
|
128958
128958
|
"kind": "js",
|
|
128959
|
-
"name": "
|
|
128959
|
+
"name": "SbbMenuButtonElement",
|
|
128960
128960
|
"declaration": {
|
|
128961
|
-
"name": "
|
|
128962
|
-
"module": "menu/menu-
|
|
128961
|
+
"name": "SbbMenuButtonElement",
|
|
128962
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
128963
128963
|
}
|
|
128964
128964
|
}
|
|
128965
128965
|
]
|
|
@@ -130366,239 +130366,59 @@
|
|
|
130366
130366
|
}
|
|
130367
130367
|
},
|
|
130368
130368
|
{
|
|
130369
|
-
"name": "type",
|
|
130370
|
-
"description": "The type attribute to use for the button.",
|
|
130371
|
-
"default": "'button'",
|
|
130372
|
-
"type": {
|
|
130373
|
-
"text": "SbbButtonType"
|
|
130374
|
-
},
|
|
130375
|
-
"fieldName": "type",
|
|
130376
|
-
"inheritedFrom": {
|
|
130377
|
-
"name": "SbbButtonBaseElement",
|
|
130378
|
-
"module": "core/base-elements/button-base-element.js"
|
|
130379
|
-
}
|
|
130380
|
-
},
|
|
130381
|
-
{
|
|
130382
|
-
"name": "form",
|
|
130383
|
-
"description": "The `<form>` element to associate the button with.",
|
|
130384
|
-
"type": {
|
|
130385
|
-
"text": "HTMLFormElement | null"
|
|
130386
|
-
},
|
|
130387
|
-
"fieldName": "form",
|
|
130388
|
-
"inheritedFrom": {
|
|
130389
|
-
"name": "SbbButtonBaseElement",
|
|
130390
|
-
"module": "core/base-elements/button-base-element.js"
|
|
130391
|
-
}
|
|
130392
|
-
},
|
|
130393
|
-
{
|
|
130394
|
-
"name": "name",
|
|
130395
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
130396
|
-
"type": {
|
|
130397
|
-
"text": "string"
|
|
130398
|
-
},
|
|
130399
|
-
"fieldName": "name",
|
|
130400
|
-
"inheritedFrom": {
|
|
130401
|
-
"name": "SbbFormAssociatedMixin",
|
|
130402
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
130403
|
-
}
|
|
130404
|
-
}
|
|
130405
|
-
],
|
|
130406
|
-
"superclass": {
|
|
130407
|
-
"name": "SbbButtonBaseElement",
|
|
130408
|
-
"module": "core.js"
|
|
130409
|
-
},
|
|
130410
|
-
"tagName": "sbb-mini-calendar-day",
|
|
130411
|
-
"customElement": true,
|
|
130412
|
-
"classGenerics": "T = Date"
|
|
130413
|
-
}
|
|
130414
|
-
],
|
|
130415
|
-
"exports": [
|
|
130416
|
-
{
|
|
130417
|
-
"kind": "js",
|
|
130418
|
-
"name": "SbbMiniCalendarDayElement",
|
|
130419
|
-
"declaration": {
|
|
130420
|
-
"name": "SbbMiniCalendarDayElement",
|
|
130421
|
-
"module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
|
|
130422
|
-
}
|
|
130423
|
-
}
|
|
130424
|
-
]
|
|
130425
|
-
},
|
|
130426
|
-
{
|
|
130427
|
-
"kind": "javascript-module",
|
|
130428
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
130429
|
-
"declarations": [
|
|
130430
|
-
{
|
|
130431
|
-
"kind": "class",
|
|
130432
|
-
"description": "",
|
|
130433
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130434
|
-
"members": [
|
|
130435
|
-
{
|
|
130436
|
-
"kind": "field",
|
|
130437
|
-
"name": "size",
|
|
130438
|
-
"type": {
|
|
130439
|
-
"text": "SbbNavigationActionSize"
|
|
130440
|
-
},
|
|
130441
|
-
"privacy": "public"
|
|
130442
|
-
},
|
|
130443
|
-
{
|
|
130444
|
-
"kind": "field",
|
|
130445
|
-
"name": "marker",
|
|
130446
|
-
"type": {
|
|
130447
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
130448
|
-
},
|
|
130449
|
-
"privacy": "public",
|
|
130450
|
-
"readonly": true
|
|
130451
|
-
},
|
|
130452
|
-
{
|
|
130453
|
-
"kind": "field",
|
|
130454
|
-
"name": "section",
|
|
130455
|
-
"type": {
|
|
130456
|
-
"text": "SbbNavigationSectionElement | null"
|
|
130457
|
-
},
|
|
130458
|
-
"privacy": "public",
|
|
130459
|
-
"readonly": true
|
|
130460
|
-
},
|
|
130461
|
-
{
|
|
130462
|
-
"kind": "field",
|
|
130463
|
-
"name": "connectedSection",
|
|
130464
|
-
"type": {
|
|
130465
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
130466
|
-
},
|
|
130467
|
-
"privacy": "public"
|
|
130468
|
-
}
|
|
130469
|
-
]
|
|
130470
|
-
},
|
|
130471
|
-
{
|
|
130472
|
-
"kind": "mixin",
|
|
130473
|
-
"description": "",
|
|
130474
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
130475
|
-
"members": [
|
|
130476
|
-
{
|
|
130477
|
-
"kind": "field",
|
|
130478
|
-
"name": "elementDependencies",
|
|
130479
|
-
"type": {
|
|
130480
|
-
"text": "SbbElementType[]"
|
|
130481
|
-
},
|
|
130482
|
-
"privacy": "public",
|
|
130483
|
-
"static": true,
|
|
130484
|
-
"default": "[SbbIconElement]"
|
|
130485
|
-
},
|
|
130486
|
-
{
|
|
130487
|
-
"kind": "field",
|
|
130488
|
-
"name": "styles",
|
|
130489
|
-
"type": {
|
|
130490
|
-
"text": "CSSResultGroup"
|
|
130491
|
-
},
|
|
130492
|
-
"privacy": "public",
|
|
130493
|
-
"static": true,
|
|
130494
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
130495
|
-
},
|
|
130496
|
-
{
|
|
130497
|
-
"kind": "field",
|
|
130498
|
-
"name": "size",
|
|
130499
|
-
"type": {
|
|
130500
|
-
"text": "SbbNavigationActionSize"
|
|
130501
|
-
},
|
|
130502
|
-
"privacy": "public",
|
|
130503
|
-
"description": "Action size variant, either s, m or l.",
|
|
130504
|
-
"default": "'l' / 's' (lean)",
|
|
130505
|
-
"attribute": "size",
|
|
130506
|
-
"reflects": true
|
|
130507
|
-
},
|
|
130508
|
-
{
|
|
130509
|
-
"kind": "field",
|
|
130510
|
-
"name": "connectedSection",
|
|
130511
|
-
"type": {
|
|
130512
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
130513
|
-
},
|
|
130514
|
-
"privacy": "public",
|
|
130515
|
-
"description": "The section that is being controlled by the action, if any."
|
|
130516
|
-
},
|
|
130517
|
-
{
|
|
130518
|
-
"kind": "field",
|
|
130519
|
-
"name": "marker",
|
|
130520
|
-
"type": {
|
|
130521
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
130522
|
-
},
|
|
130523
|
-
"privacy": "public",
|
|
130524
|
-
"description": "The navigation marker in which the action is nested.",
|
|
130525
|
-
"readonly": true
|
|
130526
|
-
},
|
|
130527
|
-
{
|
|
130528
|
-
"kind": "field",
|
|
130529
|
-
"name": "section",
|
|
130530
|
-
"type": {
|
|
130531
|
-
"text": "SbbNavigationSectionElement | null"
|
|
130532
|
-
},
|
|
130533
|
-
"privacy": "public",
|
|
130534
|
-
"description": "The section in which the action is nested.",
|
|
130535
|
-
"readonly": true
|
|
130536
|
-
},
|
|
130537
|
-
{
|
|
130538
|
-
"kind": "field",
|
|
130539
|
-
"name": "_navigationMarker",
|
|
130540
|
-
"type": {
|
|
130541
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
130542
|
-
},
|
|
130543
|
-
"privacy": "private",
|
|
130544
|
-
"default": "null"
|
|
130545
|
-
},
|
|
130546
|
-
{
|
|
130547
|
-
"kind": "field",
|
|
130548
|
-
"name": "_navigationSection",
|
|
130369
|
+
"name": "type",
|
|
130370
|
+
"description": "The type attribute to use for the button.",
|
|
130371
|
+
"default": "'button'",
|
|
130549
130372
|
"type": {
|
|
130550
|
-
"text": "
|
|
130373
|
+
"text": "SbbButtonType"
|
|
130551
130374
|
},
|
|
130552
|
-
"
|
|
130553
|
-
"
|
|
130554
|
-
|
|
130555
|
-
|
|
130556
|
-
"kind": "method",
|
|
130557
|
-
"name": "renderTemplate",
|
|
130558
|
-
"privacy": "protected",
|
|
130559
|
-
"return": {
|
|
130560
|
-
"type": {
|
|
130561
|
-
"text": "TemplateResult"
|
|
130562
|
-
}
|
|
130375
|
+
"fieldName": "type",
|
|
130376
|
+
"inheritedFrom": {
|
|
130377
|
+
"name": "SbbButtonBaseElement",
|
|
130378
|
+
"module": "core/base-elements/button-base-element.js"
|
|
130563
130379
|
}
|
|
130564
|
-
}
|
|
130565
|
-
],
|
|
130566
|
-
"attributes": [
|
|
130380
|
+
},
|
|
130567
130381
|
{
|
|
130568
|
-
"name": "
|
|
130382
|
+
"name": "form",
|
|
130383
|
+
"description": "The `<form>` element to associate the button with.",
|
|
130569
130384
|
"type": {
|
|
130570
|
-
"text": "
|
|
130385
|
+
"text": "HTMLFormElement | null"
|
|
130571
130386
|
},
|
|
130572
|
-
"
|
|
130573
|
-
"
|
|
130574
|
-
|
|
130575
|
-
|
|
130576
|
-
|
|
130577
|
-
|
|
130387
|
+
"fieldName": "form",
|
|
130388
|
+
"inheritedFrom": {
|
|
130389
|
+
"name": "SbbButtonBaseElement",
|
|
130390
|
+
"module": "core/base-elements/button-base-element.js"
|
|
130391
|
+
}
|
|
130392
|
+
},
|
|
130578
130393
|
{
|
|
130579
|
-
"name": "
|
|
130394
|
+
"name": "name",
|
|
130395
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
130580
130396
|
"type": {
|
|
130581
|
-
"text": "
|
|
130397
|
+
"text": "string"
|
|
130398
|
+
},
|
|
130399
|
+
"fieldName": "name",
|
|
130400
|
+
"inheritedFrom": {
|
|
130401
|
+
"name": "SbbFormAssociatedMixin",
|
|
130402
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
130582
130403
|
}
|
|
130583
130404
|
}
|
|
130584
|
-
]
|
|
130405
|
+
],
|
|
130406
|
+
"superclass": {
|
|
130407
|
+
"name": "SbbButtonBaseElement",
|
|
130408
|
+
"module": "core.js"
|
|
130409
|
+
},
|
|
130410
|
+
"tagName": "sbb-mini-calendar-day",
|
|
130411
|
+
"customElement": true,
|
|
130412
|
+
"classGenerics": "T = Date"
|
|
130585
130413
|
}
|
|
130586
130414
|
],
|
|
130587
130415
|
"exports": [
|
|
130588
130416
|
{
|
|
130589
130417
|
"kind": "js",
|
|
130590
|
-
"name": "
|
|
130591
|
-
"declaration": {
|
|
130592
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130593
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
130594
|
-
}
|
|
130595
|
-
},
|
|
130596
|
-
{
|
|
130597
|
-
"kind": "js",
|
|
130598
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
130418
|
+
"name": "SbbMiniCalendarDayElement",
|
|
130599
130419
|
"declaration": {
|
|
130600
|
-
"name": "
|
|
130601
|
-
"module": "
|
|
130420
|
+
"name": "SbbMiniCalendarDayElement",
|
|
130421
|
+
"module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
|
|
130602
130422
|
}
|
|
130603
130423
|
}
|
|
130604
130424
|
]
|
|
@@ -130975,6 +130795,186 @@
|
|
|
130975
130795
|
}
|
|
130976
130796
|
]
|
|
130977
130797
|
},
|
|
130798
|
+
{
|
|
130799
|
+
"kind": "javascript-module",
|
|
130800
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
130801
|
+
"declarations": [
|
|
130802
|
+
{
|
|
130803
|
+
"kind": "class",
|
|
130804
|
+
"description": "",
|
|
130805
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130806
|
+
"members": [
|
|
130807
|
+
{
|
|
130808
|
+
"kind": "field",
|
|
130809
|
+
"name": "size",
|
|
130810
|
+
"type": {
|
|
130811
|
+
"text": "SbbNavigationActionSize"
|
|
130812
|
+
},
|
|
130813
|
+
"privacy": "public"
|
|
130814
|
+
},
|
|
130815
|
+
{
|
|
130816
|
+
"kind": "field",
|
|
130817
|
+
"name": "marker",
|
|
130818
|
+
"type": {
|
|
130819
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
130820
|
+
},
|
|
130821
|
+
"privacy": "public",
|
|
130822
|
+
"readonly": true
|
|
130823
|
+
},
|
|
130824
|
+
{
|
|
130825
|
+
"kind": "field",
|
|
130826
|
+
"name": "section",
|
|
130827
|
+
"type": {
|
|
130828
|
+
"text": "SbbNavigationSectionElement | null"
|
|
130829
|
+
},
|
|
130830
|
+
"privacy": "public",
|
|
130831
|
+
"readonly": true
|
|
130832
|
+
},
|
|
130833
|
+
{
|
|
130834
|
+
"kind": "field",
|
|
130835
|
+
"name": "connectedSection",
|
|
130836
|
+
"type": {
|
|
130837
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
130838
|
+
},
|
|
130839
|
+
"privacy": "public"
|
|
130840
|
+
}
|
|
130841
|
+
]
|
|
130842
|
+
},
|
|
130843
|
+
{
|
|
130844
|
+
"kind": "mixin",
|
|
130845
|
+
"description": "",
|
|
130846
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
130847
|
+
"members": [
|
|
130848
|
+
{
|
|
130849
|
+
"kind": "field",
|
|
130850
|
+
"name": "elementDependencies",
|
|
130851
|
+
"type": {
|
|
130852
|
+
"text": "SbbElementType[]"
|
|
130853
|
+
},
|
|
130854
|
+
"privacy": "public",
|
|
130855
|
+
"static": true,
|
|
130856
|
+
"default": "[SbbIconElement]"
|
|
130857
|
+
},
|
|
130858
|
+
{
|
|
130859
|
+
"kind": "field",
|
|
130860
|
+
"name": "styles",
|
|
130861
|
+
"type": {
|
|
130862
|
+
"text": "CSSResultGroup"
|
|
130863
|
+
},
|
|
130864
|
+
"privacy": "public",
|
|
130865
|
+
"static": true,
|
|
130866
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
130867
|
+
},
|
|
130868
|
+
{
|
|
130869
|
+
"kind": "field",
|
|
130870
|
+
"name": "size",
|
|
130871
|
+
"type": {
|
|
130872
|
+
"text": "SbbNavigationActionSize"
|
|
130873
|
+
},
|
|
130874
|
+
"privacy": "public",
|
|
130875
|
+
"description": "Action size variant, either s, m or l.",
|
|
130876
|
+
"default": "'l' / 's' (lean)",
|
|
130877
|
+
"attribute": "size",
|
|
130878
|
+
"reflects": true
|
|
130879
|
+
},
|
|
130880
|
+
{
|
|
130881
|
+
"kind": "field",
|
|
130882
|
+
"name": "connectedSection",
|
|
130883
|
+
"type": {
|
|
130884
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
130885
|
+
},
|
|
130886
|
+
"privacy": "public",
|
|
130887
|
+
"description": "The section that is being controlled by the action, if any."
|
|
130888
|
+
},
|
|
130889
|
+
{
|
|
130890
|
+
"kind": "field",
|
|
130891
|
+
"name": "marker",
|
|
130892
|
+
"type": {
|
|
130893
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
130894
|
+
},
|
|
130895
|
+
"privacy": "public",
|
|
130896
|
+
"description": "The navigation marker in which the action is nested.",
|
|
130897
|
+
"readonly": true
|
|
130898
|
+
},
|
|
130899
|
+
{
|
|
130900
|
+
"kind": "field",
|
|
130901
|
+
"name": "section",
|
|
130902
|
+
"type": {
|
|
130903
|
+
"text": "SbbNavigationSectionElement | null"
|
|
130904
|
+
},
|
|
130905
|
+
"privacy": "public",
|
|
130906
|
+
"description": "The section in which the action is nested.",
|
|
130907
|
+
"readonly": true
|
|
130908
|
+
},
|
|
130909
|
+
{
|
|
130910
|
+
"kind": "field",
|
|
130911
|
+
"name": "_navigationMarker",
|
|
130912
|
+
"type": {
|
|
130913
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
130914
|
+
},
|
|
130915
|
+
"privacy": "private",
|
|
130916
|
+
"default": "null"
|
|
130917
|
+
},
|
|
130918
|
+
{
|
|
130919
|
+
"kind": "field",
|
|
130920
|
+
"name": "_navigationSection",
|
|
130921
|
+
"type": {
|
|
130922
|
+
"text": "SbbNavigationSectionElement | null"
|
|
130923
|
+
},
|
|
130924
|
+
"privacy": "private",
|
|
130925
|
+
"default": "null"
|
|
130926
|
+
},
|
|
130927
|
+
{
|
|
130928
|
+
"kind": "method",
|
|
130929
|
+
"name": "renderTemplate",
|
|
130930
|
+
"privacy": "protected",
|
|
130931
|
+
"return": {
|
|
130932
|
+
"type": {
|
|
130933
|
+
"text": "TemplateResult"
|
|
130934
|
+
}
|
|
130935
|
+
}
|
|
130936
|
+
}
|
|
130937
|
+
],
|
|
130938
|
+
"attributes": [
|
|
130939
|
+
{
|
|
130940
|
+
"name": "size",
|
|
130941
|
+
"type": {
|
|
130942
|
+
"text": "SbbNavigationActionSize"
|
|
130943
|
+
},
|
|
130944
|
+
"description": "Action size variant, either s, m or l.",
|
|
130945
|
+
"default": "'l' / 's' (lean)",
|
|
130946
|
+
"fieldName": "size"
|
|
130947
|
+
}
|
|
130948
|
+
],
|
|
130949
|
+
"parameters": [
|
|
130950
|
+
{
|
|
130951
|
+
"name": "superClass",
|
|
130952
|
+
"type": {
|
|
130953
|
+
"text": "T"
|
|
130954
|
+
}
|
|
130955
|
+
}
|
|
130956
|
+
]
|
|
130957
|
+
}
|
|
130958
|
+
],
|
|
130959
|
+
"exports": [
|
|
130960
|
+
{
|
|
130961
|
+
"kind": "js",
|
|
130962
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130963
|
+
"declaration": {
|
|
130964
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
130965
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
130966
|
+
}
|
|
130967
|
+
},
|
|
130968
|
+
{
|
|
130969
|
+
"kind": "js",
|
|
130970
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
130971
|
+
"declaration": {
|
|
130972
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
130973
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
130974
|
+
}
|
|
130975
|
+
}
|
|
130976
|
+
]
|
|
130977
|
+
},
|
|
130978
130978
|
{
|
|
130979
130979
|
"kind": "javascript-module",
|
|
130980
130980
|
"path": "navigation/navigation/navigation.component.js",
|