@sbb-esta/lyne-elements-dev 4.0.0-dev.1775819019 → 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 +813 -813
- 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
|
-
"privacy": "private",
|
|
127719
|
-
"return": {
|
|
127720
|
-
"type": {
|
|
127721
|
-
"text": "void"
|
|
127722
|
-
}
|
|
127723
|
-
},
|
|
127724
|
-
"inheritedFrom": {
|
|
127725
|
-
"name": "SbbFormAssociatedMixin",
|
|
127726
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
127727
|
-
}
|
|
127740
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
127741
|
+
"module": "core.js"
|
|
127728
127742
|
},
|
|
127729
127743
|
{
|
|
127730
|
-
"
|
|
127731
|
-
"
|
|
127732
|
-
|
|
127733
|
-
|
|
127734
|
-
|
|
127735
|
-
|
|
127736
|
-
|
|
127737
|
-
|
|
127738
|
-
|
|
127739
|
-
|
|
127740
|
-
|
|
127741
|
-
"name": "SbbButtonLikeBaseElement",
|
|
127742
|
-
"module": "core/base-elements/button-base-element.js"
|
|
127743
|
-
}
|
|
127744
|
-
},
|
|
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": [
|
|
127745
127755
|
{
|
|
127746
|
-
"
|
|
127747
|
-
"
|
|
127748
|
-
|
|
127756
|
+
"name": "disabled-interactive",
|
|
127757
|
+
"type": {
|
|
127758
|
+
"text": "boolean"
|
|
127759
|
+
},
|
|
127760
|
+
"default": "false",
|
|
127761
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
127762
|
+
"fieldName": "disabledInteractive",
|
|
127749
127763
|
"inheritedFrom": {
|
|
127750
|
-
"name": "
|
|
127751
|
-
"module": "core/
|
|
127764
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
127765
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127752
127766
|
}
|
|
127753
127767
|
},
|
|
127754
127768
|
{
|
|
127755
|
-
"
|
|
127756
|
-
"
|
|
127757
|
-
|
|
127758
|
-
|
|
127759
|
-
"
|
|
127760
|
-
|
|
127761
|
-
|
|
127762
|
-
"name": "event"
|
|
127763
|
-
}
|
|
127764
|
-
],
|
|
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",
|
|
127765
127776
|
"inheritedFrom": {
|
|
127766
|
-
"name": "
|
|
127767
|
-
"module": "
|
|
127777
|
+
"name": "SbbIconNameMixin",
|
|
127778
|
+
"module": "icon/icon-name-mixin.js"
|
|
127768
127779
|
}
|
|
127769
127780
|
},
|
|
127770
127781
|
{
|
|
127771
|
-
"
|
|
127772
|
-
"
|
|
127773
|
-
"
|
|
127782
|
+
"name": "disabled",
|
|
127783
|
+
"description": "Whether the component is disabled.",
|
|
127784
|
+
"default": "false",
|
|
127785
|
+
"type": {
|
|
127786
|
+
"text": "boolean"
|
|
127787
|
+
},
|
|
127788
|
+
"fieldName": "disabled",
|
|
127774
127789
|
"inheritedFrom": {
|
|
127775
|
-
"name": "
|
|
127776
|
-
"module": "core/
|
|
127790
|
+
"name": "SbbDisabledMixin",
|
|
127791
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127777
127792
|
}
|
|
127778
127793
|
},
|
|
127779
127794
|
{
|
|
127780
|
-
"
|
|
127781
|
-
"name": "maybeDisabled",
|
|
127795
|
+
"name": "href",
|
|
127782
127796
|
"type": {
|
|
127783
|
-
"text": "
|
|
127797
|
+
"text": "string"
|
|
127784
127798
|
},
|
|
127785
|
-
"
|
|
127786
|
-
"
|
|
127799
|
+
"default": "''",
|
|
127800
|
+
"description": "The href value you want to link to.",
|
|
127801
|
+
"fieldName": "href",
|
|
127787
127802
|
"inheritedFrom": {
|
|
127788
|
-
"name": "
|
|
127789
|
-
"module": "core/base-elements/
|
|
127803
|
+
"name": "SbbLinkBaseElement",
|
|
127804
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127790
127805
|
}
|
|
127791
127806
|
},
|
|
127792
127807
|
{
|
|
127793
|
-
"
|
|
127794
|
-
"name": "maybeDisabledInteractive",
|
|
127808
|
+
"name": "target",
|
|
127795
127809
|
"type": {
|
|
127796
|
-
"text": "
|
|
127810
|
+
"text": "LinkTargetType | string"
|
|
127797
127811
|
},
|
|
127798
|
-
"
|
|
127799
|
-
"
|
|
127812
|
+
"default": "''",
|
|
127813
|
+
"description": "Where to display the linked URL.",
|
|
127814
|
+
"fieldName": "target",
|
|
127800
127815
|
"inheritedFrom": {
|
|
127801
|
-
"name": "
|
|
127802
|
-
"module": "core/base-elements/
|
|
127816
|
+
"name": "SbbLinkBaseElement",
|
|
127817
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127803
127818
|
}
|
|
127804
127819
|
},
|
|
127805
127820
|
{
|
|
127806
|
-
"
|
|
127807
|
-
"
|
|
127808
|
-
|
|
127809
|
-
"return": {
|
|
127810
|
-
"type": {
|
|
127811
|
-
"text": "void"
|
|
127812
|
-
}
|
|
127821
|
+
"name": "rel",
|
|
127822
|
+
"type": {
|
|
127823
|
+
"text": "string"
|
|
127813
127824
|
},
|
|
127825
|
+
"default": "''",
|
|
127826
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
127827
|
+
"fieldName": "rel",
|
|
127814
127828
|
"inheritedFrom": {
|
|
127815
|
-
"name": "
|
|
127816
|
-
"module": "core/base-elements/
|
|
127829
|
+
"name": "SbbLinkBaseElement",
|
|
127830
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127817
127831
|
}
|
|
127818
127832
|
},
|
|
127819
127833
|
{
|
|
127820
|
-
"
|
|
127821
|
-
"name": "['_$sbbElement$']",
|
|
127834
|
+
"name": "download",
|
|
127822
127835
|
"type": {
|
|
127823
127836
|
"text": "boolean"
|
|
127824
127837
|
},
|
|
127825
|
-
"
|
|
127826
|
-
"
|
|
127827
|
-
"
|
|
127838
|
+
"default": "false",
|
|
127839
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
127840
|
+
"fieldName": "download",
|
|
127828
127841
|
"inheritedFrom": {
|
|
127829
|
-
"name": "
|
|
127830
|
-
"module": "core/base-elements/element.js"
|
|
127842
|
+
"name": "SbbLinkBaseElement",
|
|
127843
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127831
127844
|
}
|
|
127832
127845
|
},
|
|
127833
127846
|
{
|
|
127834
|
-
"
|
|
127835
|
-
"name": "_controllers",
|
|
127847
|
+
"name": "accessibility-label",
|
|
127836
127848
|
"type": {
|
|
127837
|
-
"text": "
|
|
127849
|
+
"text": "string"
|
|
127838
127850
|
},
|
|
127839
|
-
"
|
|
127851
|
+
"default": "''",
|
|
127852
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
127853
|
+
"fieldName": "accessibilityLabel",
|
|
127840
127854
|
"inheritedFrom": {
|
|
127841
|
-
"name": "
|
|
127842
|
-
"module": "core/base-elements/element.js"
|
|
127855
|
+
"name": "SbbLinkBaseElement",
|
|
127856
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127843
127857
|
}
|
|
127844
127858
|
},
|
|
127845
127859
|
{
|
|
127846
|
-
"
|
|
127847
|
-
"name": "_hydrationRequired",
|
|
127860
|
+
"name": "accessibility-current",
|
|
127848
127861
|
"type": {
|
|
127849
|
-
"text": "
|
|
127862
|
+
"text": "string"
|
|
127850
127863
|
},
|
|
127851
|
-
"
|
|
127852
|
-
"
|
|
127864
|
+
"default": "''",
|
|
127865
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
127866
|
+
"fieldName": "accessibilityCurrent",
|
|
127853
127867
|
"inheritedFrom": {
|
|
127854
|
-
"name": "
|
|
127855
|
-
"module": "core/base-elements/element.js"
|
|
127868
|
+
"name": "SbbLinkBaseElement",
|
|
127869
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127856
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": ""
|
|
127857
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": [
|
|
127858
127912
|
{
|
|
127859
127913
|
"kind": "field",
|
|
127860
|
-
"name": "
|
|
127861
|
-
"
|
|
127862
|
-
|
|
127914
|
+
"name": "elementName",
|
|
127915
|
+
"type": {
|
|
127916
|
+
"text": "string"
|
|
127917
|
+
},
|
|
127918
|
+
"privacy": "public",
|
|
127919
|
+
"static": true,
|
|
127920
|
+
"readonly": true,
|
|
127863
127921
|
"inheritedFrom": {
|
|
127864
127922
|
"name": "SbbElement",
|
|
127865
127923
|
"module": "core/base-elements/element.js"
|
|
127866
|
-
}
|
|
127924
|
+
},
|
|
127925
|
+
"default": "'sbb-menu-button'"
|
|
127867
127926
|
},
|
|
127868
127927
|
{
|
|
127869
127928
|
"kind": "field",
|
|
127870
|
-
"name": "
|
|
127929
|
+
"name": "role",
|
|
127871
127930
|
"type": {
|
|
127872
|
-
"text": "
|
|
127931
|
+
"text": "ElementInternals['role']"
|
|
127873
127932
|
},
|
|
127874
|
-
"privacy": "
|
|
127933
|
+
"privacy": "public",
|
|
127934
|
+
"static": true,
|
|
127875
127935
|
"inheritedFrom": {
|
|
127876
127936
|
"name": "SbbElement",
|
|
127877
127937
|
"module": "core/base-elements/element.js"
|
|
127878
|
-
}
|
|
127938
|
+
},
|
|
127939
|
+
"readonly": true,
|
|
127940
|
+
"default": "'menuitem'"
|
|
127879
127941
|
},
|
|
127880
127942
|
{
|
|
127881
127943
|
"kind": "field",
|
|
127882
|
-
"name": "
|
|
127944
|
+
"name": "disabledInteractive",
|
|
127883
127945
|
"type": {
|
|
127884
|
-
"text": "
|
|
127946
|
+
"text": "boolean"
|
|
127885
127947
|
},
|
|
127886
|
-
"privacy": "
|
|
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,
|
|
127887
127953
|
"inheritedFrom": {
|
|
127888
|
-
"name": "
|
|
127889
|
-
"module": "core/
|
|
127954
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
127955
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127890
127956
|
}
|
|
127891
127957
|
},
|
|
127892
127958
|
{
|
|
127893
127959
|
"kind": "field",
|
|
127894
|
-
"name": "
|
|
127960
|
+
"name": "disabled",
|
|
127961
|
+
"privacy": "public",
|
|
127962
|
+
"description": "Whether the component is disabled.",
|
|
127963
|
+
"default": "false",
|
|
127895
127964
|
"type": {
|
|
127896
127965
|
"text": "boolean"
|
|
127897
127966
|
},
|
|
127898
|
-
"
|
|
127899
|
-
"
|
|
127900
|
-
"readonly": true,
|
|
127967
|
+
"attribute": "disabled",
|
|
127968
|
+
"reflects": true,
|
|
127901
127969
|
"inheritedFrom": {
|
|
127902
|
-
"name": "
|
|
127903
|
-
"module": "core/
|
|
127904
|
-
}
|
|
127905
|
-
"default": "!!this.shadowRoot"
|
|
127970
|
+
"name": "SbbDisabledMixin",
|
|
127971
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127972
|
+
}
|
|
127906
127973
|
},
|
|
127907
127974
|
{
|
|
127908
|
-
"kind": "
|
|
127909
|
-
"name": "
|
|
127910
|
-
"privacy": "
|
|
127911
|
-
"
|
|
127912
|
-
"
|
|
127913
|
-
"text": "void"
|
|
127914
|
-
}
|
|
127975
|
+
"kind": "field",
|
|
127976
|
+
"name": "#disabled",
|
|
127977
|
+
"privacy": "private",
|
|
127978
|
+
"type": {
|
|
127979
|
+
"text": "boolean"
|
|
127915
127980
|
},
|
|
127916
|
-
"
|
|
127917
|
-
{
|
|
127918
|
-
"name": "value",
|
|
127919
|
-
"type": {
|
|
127920
|
-
"text": "string"
|
|
127921
|
-
}
|
|
127922
|
-
},
|
|
127923
|
-
{
|
|
127924
|
-
"name": "force",
|
|
127925
|
-
"optional": true,
|
|
127926
|
-
"type": {
|
|
127927
|
-
"text": "boolean"
|
|
127928
|
-
}
|
|
127929
|
-
}
|
|
127930
|
-
],
|
|
127981
|
+
"default": "false",
|
|
127931
127982
|
"inheritedFrom": {
|
|
127932
|
-
"name": "
|
|
127933
|
-
"module": "core/
|
|
127983
|
+
"name": "SbbDisabledMixin",
|
|
127984
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127934
127985
|
}
|
|
127935
127986
|
},
|
|
127936
127987
|
{
|
|
127937
127988
|
"kind": "method",
|
|
127938
|
-
"name": "
|
|
127939
|
-
"privacy": "
|
|
127989
|
+
"name": "isDisabledExternally",
|
|
127990
|
+
"privacy": "protected",
|
|
127940
127991
|
"return": {
|
|
127941
127992
|
"type": {
|
|
127942
|
-
"text": "
|
|
127993
|
+
"text": "boolean"
|
|
127943
127994
|
}
|
|
127944
127995
|
},
|
|
127945
|
-
"
|
|
127946
|
-
{
|
|
127947
|
-
"name": "event",
|
|
127948
|
-
"type": {
|
|
127949
|
-
"text": "Event"
|
|
127950
|
-
}
|
|
127951
|
-
},
|
|
127952
|
-
{
|
|
127953
|
-
"name": "slot",
|
|
127954
|
-
"type": {
|
|
127955
|
-
"text": "HTMLSlotElement"
|
|
127956
|
-
}
|
|
127957
|
-
}
|
|
127958
|
-
],
|
|
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.",
|
|
127959
127997
|
"inheritedFrom": {
|
|
127960
|
-
"name": "
|
|
127961
|
-
"module": "core/
|
|
127998
|
+
"name": "SbbDisabledMixin",
|
|
127999
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127962
128000
|
}
|
|
127963
128001
|
},
|
|
127964
128002
|
{
|
|
127965
|
-
"kind": "
|
|
127966
|
-
"name": "
|
|
127967
|
-
"
|
|
127968
|
-
|
|
127969
|
-
|
|
127970
|
-
|
|
127971
|
-
|
|
127972
|
-
|
|
127973
|
-
"parameters": [
|
|
127974
|
-
{
|
|
127975
|
-
"name": "slot",
|
|
127976
|
-
"type": {
|
|
127977
|
-
"text": "HTMLSlotElement"
|
|
127978
|
-
}
|
|
127979
|
-
}
|
|
127980
|
-
],
|
|
128003
|
+
"kind": "field",
|
|
128004
|
+
"name": "styles",
|
|
128005
|
+
"type": {
|
|
128006
|
+
"text": "CSSResultGroup"
|
|
128007
|
+
},
|
|
128008
|
+
"privacy": "public",
|
|
128009
|
+
"static": true,
|
|
128010
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
127981
128011
|
"inheritedFrom": {
|
|
127982
|
-
"name": "
|
|
127983
|
-
"module": "
|
|
128012
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
128013
|
+
"module": "menu/common/menu-action-common.js"
|
|
127984
128014
|
}
|
|
127985
128015
|
},
|
|
127986
128016
|
{
|
|
127987
128017
|
"kind": "method",
|
|
127988
|
-
"name": "
|
|
127989
|
-
"privacy": "
|
|
128018
|
+
"name": "renderTemplate",
|
|
128019
|
+
"privacy": "protected",
|
|
127990
128020
|
"return": {
|
|
127991
128021
|
"type": {
|
|
127992
|
-
"text": "
|
|
128022
|
+
"text": "TemplateResult"
|
|
127993
128023
|
}
|
|
127994
128024
|
},
|
|
127995
|
-
"
|
|
127996
|
-
{
|
|
127997
|
-
"name": "slot",
|
|
127998
|
-
"type": {
|
|
127999
|
-
"text": "HTMLSlotElement"
|
|
128000
|
-
}
|
|
128001
|
-
}
|
|
128002
|
-
],
|
|
128025
|
+
"description": "Override this method to render the component template.",
|
|
128003
128026
|
"inheritedFrom": {
|
|
128004
|
-
"name": "
|
|
128005
|
-
"module": "core/base-elements/element.js"
|
|
128027
|
+
"name": "SbbActionBaseElement",
|
|
128028
|
+
"module": "core/base-elements/action-base-element.js"
|
|
128006
128029
|
}
|
|
128007
128030
|
},
|
|
128008
128031
|
{
|
|
128009
|
-
"kind": "
|
|
128010
|
-
"name": "
|
|
128011
|
-
"
|
|
128012
|
-
|
|
128013
|
-
"type": {
|
|
128014
|
-
"text": "void"
|
|
128015
|
-
}
|
|
128032
|
+
"kind": "field",
|
|
128033
|
+
"name": "elementDependencies",
|
|
128034
|
+
"type": {
|
|
128035
|
+
"text": "SbbElementType[]"
|
|
128016
128036
|
},
|
|
128017
|
-
"
|
|
128018
|
-
|
|
128019
|
-
"name": "slot",
|
|
128020
|
-
"type": {
|
|
128021
|
-
"text": "HTMLSlotElement"
|
|
128022
|
-
}
|
|
128023
|
-
}
|
|
128024
|
-
],
|
|
128037
|
+
"privacy": "public",
|
|
128038
|
+
"static": true,
|
|
128025
128039
|
"inheritedFrom": {
|
|
128026
128040
|
"name": "SbbElement",
|
|
128027
128041
|
"module": "core/base-elements/element.js"
|
|
128042
|
+
},
|
|
128043
|
+
"default": "[SbbIconElement]"
|
|
128044
|
+
},
|
|
128045
|
+
{
|
|
128046
|
+
"kind": "field",
|
|
128047
|
+
"name": "iconName",
|
|
128048
|
+
"type": {
|
|
128049
|
+
"text": "string"
|
|
128050
|
+
},
|
|
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",
|
|
128055
|
+
"inheritedFrom": {
|
|
128056
|
+
"name": "SbbIconNameMixin",
|
|
128057
|
+
"module": "icon/icon-name-mixin.js"
|
|
128028
128058
|
}
|
|
128029
128059
|
},
|
|
128030
128060
|
{
|
|
128031
128061
|
"kind": "method",
|
|
128032
|
-
"name": "
|
|
128033
|
-
"privacy": "
|
|
128062
|
+
"name": "renderIconSlot",
|
|
128063
|
+
"privacy": "protected",
|
|
128034
128064
|
"return": {
|
|
128035
128065
|
"type": {
|
|
128036
|
-
"text": "
|
|
128066
|
+
"text": "TemplateResult"
|
|
128037
128067
|
}
|
|
128038
128068
|
},
|
|
128039
128069
|
"parameters": [
|
|
128040
128070
|
{
|
|
128041
|
-
"name": "
|
|
128071
|
+
"name": "classname",
|
|
128072
|
+
"optional": true,
|
|
128042
128073
|
"type": {
|
|
128043
|
-
"text": "
|
|
128074
|
+
"text": "string"
|
|
128044
128075
|
}
|
|
128045
128076
|
}
|
|
128046
128077
|
],
|
|
128047
128078
|
"inheritedFrom": {
|
|
128048
|
-
"name": "
|
|
128049
|
-
"module": "
|
|
128079
|
+
"name": "SbbIconNameMixin",
|
|
128080
|
+
"module": "icon/icon-name-mixin.js"
|
|
128050
128081
|
}
|
|
128051
|
-
}
|
|
128052
|
-
],
|
|
128053
|
-
"mixins": [
|
|
128054
|
-
{
|
|
128055
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
128056
|
-
"module": "core.js"
|
|
128057
128082
|
},
|
|
128058
128083
|
{
|
|
128059
|
-
"
|
|
128060
|
-
"
|
|
128061
|
-
|
|
128062
|
-
|
|
128063
|
-
|
|
128064
|
-
|
|
128065
|
-
|
|
128066
|
-
},
|
|
128067
|
-
"tagName": "sbb-menu-button",
|
|
128068
|
-
"customElement": true,
|
|
128069
|
-
"attributes": [
|
|
128070
|
-
{
|
|
128071
|
-
"name": "disabled-interactive",
|
|
128072
|
-
"type": {
|
|
128073
|
-
"text": "boolean"
|
|
128084
|
+
"kind": "method",
|
|
128085
|
+
"name": "renderIconName",
|
|
128086
|
+
"privacy": "protected",
|
|
128087
|
+
"return": {
|
|
128088
|
+
"type": {
|
|
128089
|
+
"text": "string"
|
|
128090
|
+
}
|
|
128074
128091
|
},
|
|
128075
|
-
"default": "false",
|
|
128076
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
128077
|
-
"fieldName": "disabledInteractive",
|
|
128078
128092
|
"inheritedFrom": {
|
|
128079
|
-
"name": "
|
|
128080
|
-
"module": "
|
|
128093
|
+
"name": "SbbIconNameMixin",
|
|
128094
|
+
"module": "icon/icon-name-mixin.js"
|
|
128081
128095
|
}
|
|
128082
128096
|
},
|
|
128083
128097
|
{
|
|
128084
|
-
"
|
|
128085
|
-
"
|
|
128086
|
-
"
|
|
128087
|
-
"
|
|
128088
|
-
"
|
|
128098
|
+
"kind": "method",
|
|
128099
|
+
"name": "_renderIconName",
|
|
128100
|
+
"privacy": "private",
|
|
128101
|
+
"return": {
|
|
128102
|
+
"type": {
|
|
128103
|
+
"text": "string"
|
|
128104
|
+
}
|
|
128089
128105
|
},
|
|
128090
|
-
"fieldName": "disabled",
|
|
128091
128106
|
"inheritedFrom": {
|
|
128092
|
-
"name": "
|
|
128093
|
-
"module": "
|
|
128107
|
+
"name": "SbbIconNameMixin",
|
|
128108
|
+
"module": "icon/icon-name-mixin.js"
|
|
128094
128109
|
}
|
|
128095
128110
|
},
|
|
128096
128111
|
{
|
|
128097
|
-
"
|
|
128112
|
+
"kind": "field",
|
|
128113
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
128098
128114
|
"type": {
|
|
128099
|
-
"text": "
|
|
128115
|
+
"text": "array"
|
|
128100
128116
|
},
|
|
128101
|
-
"
|
|
128102
|
-
"
|
|
128103
|
-
"
|
|
128117
|
+
"privacy": "private",
|
|
128118
|
+
"readonly": true,
|
|
128119
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
128104
128120
|
"inheritedFrom": {
|
|
128105
|
-
"name": "
|
|
128106
|
-
"module": "
|
|
128121
|
+
"name": "SbbButtonBaseElement",
|
|
128122
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128107
128123
|
}
|
|
128108
128124
|
},
|
|
128109
128125
|
{
|
|
128126
|
+
"kind": "field",
|
|
128110
128127
|
"name": "value",
|
|
128111
128128
|
"type": {
|
|
128112
128129
|
"text": "string"
|
|
128113
128130
|
},
|
|
128114
|
-
"
|
|
128115
|
-
"description": "Value of the form element.",
|
|
128116
|
-
"fieldName": "value",
|
|
128131
|
+
"privacy": "public",
|
|
128117
128132
|
"inheritedFrom": {
|
|
128118
128133
|
"name": "SbbButtonBaseElement",
|
|
128119
128134
|
"module": "core/base-elements/button-base-element.js"
|
|
128120
|
-
}
|
|
128135
|
+
},
|
|
128136
|
+
"default": "''",
|
|
128137
|
+
"description": "Value of the form element.",
|
|
128138
|
+
"attribute": "value"
|
|
128121
128139
|
},
|
|
128122
128140
|
{
|
|
128141
|
+
"kind": "field",
|
|
128123
128142
|
"name": "type",
|
|
128143
|
+
"privacy": "public",
|
|
128124
128144
|
"description": "The type attribute to use for the button.",
|
|
128125
128145
|
"default": "'button'",
|
|
128126
128146
|
"type": {
|
|
128127
128147
|
"text": "SbbButtonType"
|
|
128128
128148
|
},
|
|
128129
|
-
"
|
|
128149
|
+
"attribute": "type",
|
|
128130
128150
|
"inheritedFrom": {
|
|
128131
128151
|
"name": "SbbButtonBaseElement",
|
|
128132
128152
|
"module": "core/base-elements/button-base-element.js"
|
|
128133
128153
|
}
|
|
128134
128154
|
},
|
|
128135
128155
|
{
|
|
128156
|
+
"kind": "field",
|
|
128136
128157
|
"name": "form",
|
|
128137
|
-
"description": "The `<form>` element to associate the button with.",
|
|
128138
128158
|
"type": {
|
|
128139
128159
|
"text": "HTMLFormElement | null"
|
|
128140
128160
|
},
|
|
128141
|
-
"
|
|
128161
|
+
"privacy": "public",
|
|
128162
|
+
"description": "The `<form>` element to associate the button with.",
|
|
128142
128163
|
"inheritedFrom": {
|
|
128143
128164
|
"name": "SbbButtonBaseElement",
|
|
128144
128165
|
"module": "core/base-elements/button-base-element.js"
|
|
128145
|
-
}
|
|
128166
|
+
},
|
|
128167
|
+
"attribute": "form"
|
|
128146
128168
|
},
|
|
128147
128169
|
{
|
|
128148
|
-
"
|
|
128149
|
-
"
|
|
128170
|
+
"kind": "field",
|
|
128171
|
+
"name": "_formId",
|
|
128150
128172
|
"type": {
|
|
128151
128173
|
"text": "string"
|
|
128152
128174
|
},
|
|
128153
|
-
"
|
|
128175
|
+
"privacy": "private",
|
|
128176
|
+
"default": "''",
|
|
128154
128177
|
"inheritedFrom": {
|
|
128155
|
-
"name": "
|
|
128156
|
-
"module": "core/
|
|
128178
|
+
"name": "SbbButtonBaseElement",
|
|
128179
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128157
128180
|
}
|
|
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": [
|
|
128181
|
+
},
|
|
128182
128182
|
{
|
|
128183
|
-
"
|
|
128184
|
-
"name": "
|
|
128185
|
-
"
|
|
128186
|
-
|
|
128187
|
-
|
|
128188
|
-
|
|
128183
|
+
"kind": "field",
|
|
128184
|
+
"name": "_handleButtonClick",
|
|
128185
|
+
"privacy": "private",
|
|
128186
|
+
"inheritedFrom": {
|
|
128187
|
+
"name": "SbbButtonBaseElement",
|
|
128188
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128189
|
+
}
|
|
128190
|
+
},
|
|
128189
128191
|
{
|
|
128190
|
-
"
|
|
128191
|
-
"name": ""
|
|
128192
|
+
"kind": "method",
|
|
128193
|
+
"name": "_requestSubmit",
|
|
128194
|
+
"privacy": "private",
|
|
128195
|
+
"return": {
|
|
128196
|
+
"type": {
|
|
128197
|
+
"text": "void"
|
|
128198
|
+
}
|
|
128199
|
+
},
|
|
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
|
+
}
|
|
128192
128212
|
},
|
|
128193
128213
|
{
|
|
128194
|
-
"
|
|
128195
|
-
"name": "
|
|
128196
|
-
|
|
128197
|
-
|
|
128198
|
-
|
|
128214
|
+
"kind": "field",
|
|
128215
|
+
"name": "_formKeyDown",
|
|
128216
|
+
"privacy": "private",
|
|
128217
|
+
"inheritedFrom": {
|
|
128218
|
+
"name": "SbbButtonBaseElement",
|
|
128219
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128220
|
+
}
|
|
128221
|
+
},
|
|
128199
128222
|
{
|
|
128200
128223
|
"kind": "field",
|
|
128201
|
-
"name": "
|
|
128224
|
+
"name": "formAssociated",
|
|
128202
128225
|
"type": {
|
|
128203
|
-
"text": "
|
|
128226
|
+
"text": "boolean"
|
|
128204
128227
|
},
|
|
128205
128228
|
"privacy": "public",
|
|
128206
128229
|
"static": true,
|
|
128207
|
-
"
|
|
128230
|
+
"default": "true",
|
|
128208
128231
|
"inheritedFrom": {
|
|
128209
|
-
"name": "
|
|
128210
|
-
"module": "core/
|
|
128211
|
-
}
|
|
128212
|
-
"default": "'sbb-menu-link'"
|
|
128232
|
+
"name": "SbbFormAssociatedMixin",
|
|
128233
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128234
|
+
}
|
|
128213
128235
|
},
|
|
128214
128236
|
{
|
|
128215
128237
|
"kind": "field",
|
|
128216
|
-
"name": "
|
|
128238
|
+
"name": "name",
|
|
128239
|
+
"privacy": "public",
|
|
128240
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
128217
128241
|
"type": {
|
|
128218
128242
|
"text": "string"
|
|
128219
128243
|
},
|
|
128220
|
-
"
|
|
128221
|
-
"readonly": true,
|
|
128222
|
-
"default": "'menuitem'",
|
|
128244
|
+
"attribute": "name",
|
|
128223
128245
|
"inheritedFrom": {
|
|
128224
|
-
"name": "
|
|
128225
|
-
"module": "core/
|
|
128246
|
+
"name": "SbbFormAssociatedMixin",
|
|
128247
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128226
128248
|
}
|
|
128227
128249
|
},
|
|
128228
128250
|
{
|
|
128229
128251
|
"kind": "field",
|
|
128230
|
-
"name": "
|
|
128252
|
+
"name": "validity",
|
|
128231
128253
|
"type": {
|
|
128232
|
-
"text": "
|
|
128254
|
+
"text": "ValidityState"
|
|
128233
128255
|
},
|
|
128234
128256
|
"privacy": "public",
|
|
128235
|
-
"
|
|
128236
|
-
"
|
|
128237
|
-
"attribute": "disabled-interactive",
|
|
128238
|
-
"reflects": true,
|
|
128257
|
+
"description": "Returns the ValidityState object for this element.",
|
|
128258
|
+
"readonly": true,
|
|
128239
128259
|
"inheritedFrom": {
|
|
128240
|
-
"name": "
|
|
128241
|
-
"module": "core/mixins/
|
|
128260
|
+
"name": "SbbFormAssociatedMixin",
|
|
128261
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128242
128262
|
}
|
|
128243
128263
|
},
|
|
128244
128264
|
{
|
|
128245
128265
|
"kind": "field",
|
|
128246
|
-
"name": "
|
|
128266
|
+
"name": "validationMessage",
|
|
128247
128267
|
"type": {
|
|
128248
|
-
"text": "
|
|
128268
|
+
"text": "string"
|
|
128249
128269
|
},
|
|
128250
128270
|
"privacy": "public",
|
|
128251
|
-
"
|
|
128252
|
-
"
|
|
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.",
|
|
128272
|
+
"readonly": true,
|
|
128253
128273
|
"inheritedFrom": {
|
|
128254
|
-
"name": "
|
|
128255
|
-
"module": "
|
|
128274
|
+
"name": "SbbFormAssociatedMixin",
|
|
128275
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128256
128276
|
}
|
|
128257
128277
|
},
|
|
128258
128278
|
{
|
|
128259
|
-
"kind": "
|
|
128260
|
-
"name": "
|
|
128261
|
-
"
|
|
128262
|
-
|
|
128263
|
-
"type": {
|
|
128264
|
-
"text": "TemplateResult"
|
|
128265
|
-
}
|
|
128279
|
+
"kind": "field",
|
|
128280
|
+
"name": "willValidate",
|
|
128281
|
+
"type": {
|
|
128282
|
+
"text": "boolean"
|
|
128266
128283
|
},
|
|
128267
|
-
"
|
|
128284
|
+
"privacy": "public",
|
|
128285
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
128286
|
+
"readonly": true,
|
|
128268
128287
|
"inheritedFrom": {
|
|
128269
|
-
"name": "
|
|
128270
|
-
"module": "core/
|
|
128288
|
+
"name": "SbbFormAssociatedMixin",
|
|
128289
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128271
128290
|
}
|
|
128272
128291
|
},
|
|
128273
128292
|
{
|
|
128274
128293
|
"kind": "field",
|
|
128275
|
-
"name": "
|
|
128276
|
-
"
|
|
128277
|
-
|
|
128278
|
-
},
|
|
128279
|
-
"privacy": "public",
|
|
128280
|
-
"static": true,
|
|
128294
|
+
"name": "_validityStates",
|
|
128295
|
+
"privacy": "private",
|
|
128296
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
128281
128297
|
"inheritedFrom": {
|
|
128282
|
-
"name": "
|
|
128283
|
-
"module": "core/
|
|
128284
|
-
}
|
|
128285
|
-
"default": "[SbbIconElement]"
|
|
128298
|
+
"name": "SbbFormAssociatedMixin",
|
|
128299
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128300
|
+
}
|
|
128286
128301
|
},
|
|
128287
128302
|
{
|
|
128288
128303
|
"kind": "field",
|
|
128289
|
-
"name": "
|
|
128304
|
+
"name": "formDisabled",
|
|
128290
128305
|
"type": {
|
|
128291
|
-
"text": "
|
|
128306
|
+
"text": "boolean"
|
|
128292
128307
|
},
|
|
128293
|
-
"privacy": "
|
|
128294
|
-
"default": "
|
|
128295
|
-
"description": "
|
|
128296
|
-
"attribute": "icon-name",
|
|
128308
|
+
"privacy": "protected",
|
|
128309
|
+
"default": "false",
|
|
128310
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
128297
128311
|
"inheritedFrom": {
|
|
128298
|
-
"name": "
|
|
128299
|
-
"module": "
|
|
128312
|
+
"name": "SbbFormAssociatedMixin",
|
|
128313
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128300
128314
|
}
|
|
128301
128315
|
},
|
|
128302
128316
|
{
|
|
128303
128317
|
"kind": "method",
|
|
128304
|
-
"name": "
|
|
128305
|
-
"privacy": "
|
|
128318
|
+
"name": "checkValidity",
|
|
128319
|
+
"privacy": "public",
|
|
128306
128320
|
"return": {
|
|
128307
128321
|
"type": {
|
|
128308
|
-
"text": "
|
|
128322
|
+
"text": "boolean"
|
|
128309
128323
|
}
|
|
128310
128324
|
},
|
|
128311
|
-
"
|
|
128312
|
-
{
|
|
128313
|
-
"name": "classname",
|
|
128314
|
-
"optional": true,
|
|
128315
|
-
"type": {
|
|
128316
|
-
"text": "string"
|
|
128317
|
-
}
|
|
128318
|
-
}
|
|
128319
|
-
],
|
|
128325
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
128320
128326
|
"inheritedFrom": {
|
|
128321
|
-
"name": "
|
|
128322
|
-
"module": "
|
|
128327
|
+
"name": "SbbFormAssociatedMixin",
|
|
128328
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128323
128329
|
}
|
|
128324
128330
|
},
|
|
128325
128331
|
{
|
|
128326
128332
|
"kind": "method",
|
|
128327
|
-
"name": "
|
|
128328
|
-
"privacy": "
|
|
128333
|
+
"name": "reportValidity",
|
|
128334
|
+
"privacy": "public",
|
|
128329
128335
|
"return": {
|
|
128330
128336
|
"type": {
|
|
128331
|
-
"text": "
|
|
128337
|
+
"text": "boolean"
|
|
128332
128338
|
}
|
|
128333
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.",
|
|
128334
128341
|
"inheritedFrom": {
|
|
128335
|
-
"name": "
|
|
128336
|
-
"module": "
|
|
128342
|
+
"name": "SbbFormAssociatedMixin",
|
|
128343
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128337
128344
|
}
|
|
128338
128345
|
},
|
|
128339
128346
|
{
|
|
128340
128347
|
"kind": "method",
|
|
128341
|
-
"name": "
|
|
128342
|
-
"privacy": "
|
|
128348
|
+
"name": "setCustomValidity",
|
|
128349
|
+
"privacy": "public",
|
|
128343
128350
|
"return": {
|
|
128344
128351
|
"type": {
|
|
128345
|
-
"text": "
|
|
128352
|
+
"text": "void"
|
|
128346
128353
|
}
|
|
128347
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.",
|
|
128348
128364
|
"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"
|
|
128365
|
+
"name": "SbbFormAssociatedMixin",
|
|
128366
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128367
128367
|
}
|
|
128368
128368
|
},
|
|
128369
128369
|
{
|
|
128370
|
-
"kind": "
|
|
128371
|
-
"name": "
|
|
128370
|
+
"kind": "method",
|
|
128371
|
+
"name": "_hasDisabledAncestor",
|
|
128372
128372
|
"privacy": "private",
|
|
128373
|
-
"
|
|
128374
|
-
"
|
|
128373
|
+
"return": {
|
|
128374
|
+
"type": {
|
|
128375
|
+
"text": "boolean"
|
|
128376
|
+
}
|
|
128375
128377
|
},
|
|
128376
|
-
"default": "false",
|
|
128377
128378
|
"inheritedFrom": {
|
|
128378
|
-
"name": "
|
|
128379
|
-
"module": "core/mixins/
|
|
128379
|
+
"name": "SbbFormAssociatedMixin",
|
|
128380
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128380
128381
|
}
|
|
128381
128382
|
},
|
|
128382
128383
|
{
|
|
128383
128384
|
"kind": "method",
|
|
128384
|
-
"name": "
|
|
128385
|
+
"name": "updateFormValue",
|
|
128385
128386
|
"privacy": "protected",
|
|
128386
128387
|
"return": {
|
|
128387
128388
|
"type": {
|
|
128388
|
-
"text": "
|
|
128389
|
+
"text": "void"
|
|
128389
128390
|
}
|
|
128390
128391
|
},
|
|
128391
|
-
"description": "
|
|
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",
|
|
128392
128393
|
"inheritedFrom": {
|
|
128393
|
-
"name": "
|
|
128394
|
-
"module": "core/mixins/
|
|
128394
|
+
"name": "SbbFormAssociatedMixin",
|
|
128395
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128395
128396
|
}
|
|
128396
128397
|
},
|
|
128397
128398
|
{
|
|
128398
|
-
"kind": "
|
|
128399
|
-
"name": "
|
|
128400
|
-
"
|
|
128401
|
-
|
|
128399
|
+
"kind": "method",
|
|
128400
|
+
"name": "formState",
|
|
128401
|
+
"privacy": "protected",
|
|
128402
|
+
"return": {
|
|
128403
|
+
"type": {
|
|
128404
|
+
"text": "FormRestoreState"
|
|
128405
|
+
}
|
|
128402
128406
|
},
|
|
128403
|
-
"privacy": "public",
|
|
128404
|
-
"default": "''",
|
|
128405
|
-
"description": "The href value you want to link to.",
|
|
128406
|
-
"attribute": "href",
|
|
128407
|
-
"reflects": true,
|
|
128408
128407
|
"inheritedFrom": {
|
|
128409
|
-
"name": "
|
|
128410
|
-
"module": "core/
|
|
128408
|
+
"name": "SbbFormAssociatedMixin",
|
|
128409
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128411
128410
|
}
|
|
128412
128411
|
},
|
|
128413
128412
|
{
|
|
128414
|
-
"kind": "
|
|
128415
|
-
"name": "
|
|
128416
|
-
"
|
|
128417
|
-
|
|
128413
|
+
"kind": "method",
|
|
128414
|
+
"name": "setValidityFlag",
|
|
128415
|
+
"privacy": "protected",
|
|
128416
|
+
"return": {
|
|
128417
|
+
"type": {
|
|
128418
|
+
"text": "void"
|
|
128419
|
+
}
|
|
128418
128420
|
},
|
|
128419
|
-
"
|
|
128420
|
-
|
|
128421
|
-
|
|
128422
|
-
|
|
128423
|
-
|
|
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).",
|
|
128424
128443
|
"inheritedFrom": {
|
|
128425
|
-
"name": "
|
|
128426
|
-
"module": "core/
|
|
128444
|
+
"name": "SbbFormAssociatedMixin",
|
|
128445
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128427
128446
|
}
|
|
128428
128447
|
},
|
|
128429
|
-
{
|
|
128430
|
-
"kind": "
|
|
128431
|
-
"name": "
|
|
128432
|
-
"
|
|
128433
|
-
|
|
128448
|
+
{
|
|
128449
|
+
"kind": "method",
|
|
128450
|
+
"name": "removeValidityFlag",
|
|
128451
|
+
"privacy": "protected",
|
|
128452
|
+
"return": {
|
|
128453
|
+
"type": {
|
|
128454
|
+
"text": "void"
|
|
128455
|
+
}
|
|
128434
128456
|
},
|
|
128435
|
-
"
|
|
128436
|
-
|
|
128437
|
-
|
|
128438
|
-
|
|
128439
|
-
|
|
128457
|
+
"parameters": [
|
|
128458
|
+
{
|
|
128459
|
+
"name": "flag",
|
|
128460
|
+
"type": {
|
|
128461
|
+
"text": "T"
|
|
128462
|
+
}
|
|
128463
|
+
}
|
|
128464
|
+
],
|
|
128465
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
128440
128466
|
"inheritedFrom": {
|
|
128441
|
-
"name": "
|
|
128442
|
-
"module": "core/
|
|
128467
|
+
"name": "SbbFormAssociatedMixin",
|
|
128468
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128443
128469
|
}
|
|
128444
128470
|
},
|
|
128445
128471
|
{
|
|
128446
|
-
"kind": "
|
|
128447
|
-
"name": "
|
|
128448
|
-
"
|
|
128449
|
-
|
|
128472
|
+
"kind": "method",
|
|
128473
|
+
"name": "validate",
|
|
128474
|
+
"privacy": "protected",
|
|
128475
|
+
"return": {
|
|
128476
|
+
"type": {
|
|
128477
|
+
"text": "void"
|
|
128478
|
+
}
|
|
128450
128479
|
},
|
|
128451
|
-
"
|
|
128452
|
-
"default": "false",
|
|
128453
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
128454
|
-
"attribute": "download",
|
|
128455
|
-
"reflects": true,
|
|
128480
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
128456
128481
|
"inheritedFrom": {
|
|
128457
|
-
"name": "
|
|
128458
|
-
"module": "core/
|
|
128482
|
+
"name": "SbbFormAssociatedMixin",
|
|
128483
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128459
128484
|
}
|
|
128460
128485
|
},
|
|
128461
128486
|
{
|
|
128462
|
-
"kind": "
|
|
128463
|
-
"name": "
|
|
128464
|
-
"
|
|
128465
|
-
|
|
128487
|
+
"kind": "method",
|
|
128488
|
+
"name": "shouldValidate",
|
|
128489
|
+
"privacy": "protected",
|
|
128490
|
+
"return": {
|
|
128491
|
+
"type": {
|
|
128492
|
+
"text": "boolean"
|
|
128493
|
+
}
|
|
128466
128494
|
},
|
|
128467
|
-
"
|
|
128468
|
-
|
|
128469
|
-
|
|
128470
|
-
|
|
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.",
|
|
128471
128504
|
"inheritedFrom": {
|
|
128472
|
-
"name": "
|
|
128473
|
-
"module": "core/
|
|
128505
|
+
"name": "SbbFormAssociatedMixin",
|
|
128506
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128474
128507
|
}
|
|
128475
128508
|
},
|
|
128476
128509
|
{
|
|
128477
|
-
"kind": "
|
|
128478
|
-
"name": "
|
|
128479
|
-
"
|
|
128480
|
-
|
|
128510
|
+
"kind": "method",
|
|
128511
|
+
"name": "_setInternalValidity",
|
|
128512
|
+
"privacy": "private",
|
|
128513
|
+
"return": {
|
|
128514
|
+
"type": {
|
|
128515
|
+
"text": "void"
|
|
128516
|
+
}
|
|
128481
128517
|
},
|
|
128482
|
-
"privacy": "public",
|
|
128483
|
-
"default": "''",
|
|
128484
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128485
|
-
"attribute": "accessibility-current",
|
|
128486
128518
|
"inheritedFrom": {
|
|
128487
|
-
"name": "
|
|
128488
|
-
"module": "core/
|
|
128519
|
+
"name": "SbbFormAssociatedMixin",
|
|
128520
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128489
128521
|
}
|
|
128490
128522
|
},
|
|
128491
128523
|
{
|
|
128492
128524
|
"kind": "field",
|
|
128493
|
-
"name": "
|
|
128494
|
-
"privacy": "
|
|
128495
|
-
"
|
|
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
|
+
],
|
|
128496
128534
|
"inheritedFrom": {
|
|
128497
|
-
"name": "
|
|
128498
|
-
"module": "core/base-elements/
|
|
128535
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128536
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128499
128537
|
}
|
|
128500
128538
|
},
|
|
128501
128539
|
{
|
|
128502
128540
|
"kind": "field",
|
|
128503
|
-
"name": "
|
|
128541
|
+
"name": "_removeActiveMarker",
|
|
128504
128542
|
"privacy": "private",
|
|
128505
128543
|
"inheritedFrom": {
|
|
128506
|
-
"name": "
|
|
128507
|
-
"module": "core/base-elements/
|
|
128544
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128545
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128508
128546
|
}
|
|
128509
128547
|
},
|
|
128510
128548
|
{
|
|
128511
|
-
"kind": "
|
|
128512
|
-
"name": "
|
|
128513
|
-
"privacy": "
|
|
128514
|
-
"
|
|
128515
|
-
"type": {
|
|
128516
|
-
"text": "TemplateResult"
|
|
128517
|
-
}
|
|
128518
|
-
},
|
|
128549
|
+
"kind": "field",
|
|
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.",
|
|
128519
128553
|
"parameters": [
|
|
128520
128554
|
{
|
|
128521
|
-
"
|
|
128522
|
-
"
|
|
128523
|
-
"text": "TemplateResult"
|
|
128524
|
-
}
|
|
128555
|
+
"description": "The origin event.",
|
|
128556
|
+
"name": "event"
|
|
128525
128557
|
}
|
|
128526
128558
|
],
|
|
128527
128559
|
"inheritedFrom": {
|
|
128528
|
-
"name": "
|
|
128529
|
-
"module": "core/base-elements/
|
|
128560
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128561
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128562
|
+
}
|
|
128563
|
+
},
|
|
128564
|
+
{
|
|
128565
|
+
"kind": "field",
|
|
128566
|
+
"name": "_dispatchClickEvent",
|
|
128567
|
+
"privacy": "private",
|
|
128568
|
+
"inheritedFrom": {
|
|
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
|
{
|
|
@@ -128846,19 +128874,6 @@
|
|
|
128846
128874
|
"module": "core/mixins/disabled-mixin.js"
|
|
128847
128875
|
}
|
|
128848
128876
|
},
|
|
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"
|
|
128860
|
-
}
|
|
128861
|
-
},
|
|
128862
128877
|
{
|
|
128863
128878
|
"name": "disabled",
|
|
128864
128879
|
"description": "Whether the component is disabled.",
|
|
@@ -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
|
]
|