@sbb-esta/lyne-elements-dev 4.12.1-dev.1778105140 → 4.12.1-dev.1778133120
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 +1002 -1002
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -107243,12 +107243,12 @@
|
|
|
107243
107243
|
},
|
|
107244
107244
|
{
|
|
107245
107245
|
"kind": "javascript-module",
|
|
107246
|
-
"path": "menu/menu-
|
|
107246
|
+
"path": "menu/menu-link/menu-link.component.js",
|
|
107247
107247
|
"declarations": [
|
|
107248
107248
|
{
|
|
107249
107249
|
"kind": "class",
|
|
107250
|
-
"description": "It displays a
|
|
107251
|
-
"name": "
|
|
107250
|
+
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
107251
|
+
"name": "SbbMenuLinkElement",
|
|
107252
107252
|
"cssProperties": [
|
|
107253
107253
|
{
|
|
107254
107254
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -107258,7 +107258,7 @@
|
|
|
107258
107258
|
],
|
|
107259
107259
|
"slots": [
|
|
107260
107260
|
{
|
|
107261
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
107261
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
107262
107262
|
"name": ""
|
|
107263
107263
|
},
|
|
107264
107264
|
{
|
|
@@ -107280,21 +107280,20 @@
|
|
|
107280
107280
|
"name": "SbbElement",
|
|
107281
107281
|
"module": "core/base-elements/element.js"
|
|
107282
107282
|
},
|
|
107283
|
-
"default": "'sbb-menu-
|
|
107283
|
+
"default": "'sbb-menu-link'"
|
|
107284
107284
|
},
|
|
107285
107285
|
{
|
|
107286
107286
|
"kind": "field",
|
|
107287
|
-
"name": "
|
|
107287
|
+
"name": "anchorRole",
|
|
107288
107288
|
"type": {
|
|
107289
|
-
"text": "
|
|
107289
|
+
"text": "string"
|
|
107290
107290
|
},
|
|
107291
|
-
"privacy": "
|
|
107292
|
-
"static": true,
|
|
107291
|
+
"privacy": "protected",
|
|
107293
107292
|
"readonly": true,
|
|
107294
107293
|
"default": "'menuitem'",
|
|
107295
107294
|
"inheritedFrom": {
|
|
107296
|
-
"name": "
|
|
107297
|
-
"module": "core/base-elements/
|
|
107295
|
+
"name": "SbbLinkBaseElement",
|
|
107296
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107298
107297
|
}
|
|
107299
107298
|
},
|
|
107300
107299
|
{
|
|
@@ -107313,50 +107312,6 @@
|
|
|
107313
107312
|
"module": "core/mixins/disabled-mixin.js"
|
|
107314
107313
|
}
|
|
107315
107314
|
},
|
|
107316
|
-
{
|
|
107317
|
-
"kind": "field",
|
|
107318
|
-
"name": "disabled",
|
|
107319
|
-
"privacy": "public",
|
|
107320
|
-
"description": "Whether the component is disabled.",
|
|
107321
|
-
"default": "false",
|
|
107322
|
-
"type": {
|
|
107323
|
-
"text": "boolean"
|
|
107324
|
-
},
|
|
107325
|
-
"attribute": "disabled",
|
|
107326
|
-
"reflects": true,
|
|
107327
|
-
"inheritedFrom": {
|
|
107328
|
-
"name": "SbbDisabledMixin",
|
|
107329
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107330
|
-
}
|
|
107331
|
-
},
|
|
107332
|
-
{
|
|
107333
|
-
"kind": "field",
|
|
107334
|
-
"name": "#disabled",
|
|
107335
|
-
"privacy": "private",
|
|
107336
|
-
"type": {
|
|
107337
|
-
"text": "boolean"
|
|
107338
|
-
},
|
|
107339
|
-
"default": "false",
|
|
107340
|
-
"inheritedFrom": {
|
|
107341
|
-
"name": "SbbDisabledMixin",
|
|
107342
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107343
|
-
}
|
|
107344
|
-
},
|
|
107345
|
-
{
|
|
107346
|
-
"kind": "method",
|
|
107347
|
-
"name": "isDisabledExternally",
|
|
107348
|
-
"privacy": "protected",
|
|
107349
|
-
"return": {
|
|
107350
|
-
"type": {
|
|
107351
|
-
"text": "boolean"
|
|
107352
|
-
}
|
|
107353
|
-
},
|
|
107354
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107355
|
-
"inheritedFrom": {
|
|
107356
|
-
"name": "SbbDisabledMixin",
|
|
107357
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107358
|
-
}
|
|
107359
|
-
},
|
|
107360
107315
|
{
|
|
107361
107316
|
"kind": "field",
|
|
107362
107317
|
"name": "styles",
|
|
@@ -107454,243 +107409,277 @@
|
|
|
107454
107409
|
},
|
|
107455
107410
|
{
|
|
107456
107411
|
"kind": "field",
|
|
107457
|
-
"name": "
|
|
107412
|
+
"name": "disabled",
|
|
107413
|
+
"privacy": "public",
|
|
107414
|
+
"description": "Whether the component is disabled.",
|
|
107415
|
+
"default": "false",
|
|
107458
107416
|
"type": {
|
|
107459
|
-
"text": "
|
|
107417
|
+
"text": "boolean"
|
|
107460
107418
|
},
|
|
107419
|
+
"attribute": "disabled",
|
|
107420
|
+
"reflects": true,
|
|
107421
|
+
"inheritedFrom": {
|
|
107422
|
+
"name": "SbbDisabledMixin",
|
|
107423
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107424
|
+
}
|
|
107425
|
+
},
|
|
107426
|
+
{
|
|
107427
|
+
"kind": "field",
|
|
107428
|
+
"name": "#disabled",
|
|
107461
107429
|
"privacy": "private",
|
|
107462
|
-
"
|
|
107463
|
-
|
|
107430
|
+
"type": {
|
|
107431
|
+
"text": "boolean"
|
|
107432
|
+
},
|
|
107433
|
+
"default": "false",
|
|
107464
107434
|
"inheritedFrom": {
|
|
107465
|
-
"name": "
|
|
107466
|
-
"module": "core/
|
|
107435
|
+
"name": "SbbDisabledMixin",
|
|
107436
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107437
|
+
}
|
|
107438
|
+
},
|
|
107439
|
+
{
|
|
107440
|
+
"kind": "method",
|
|
107441
|
+
"name": "isDisabledExternally",
|
|
107442
|
+
"privacy": "protected",
|
|
107443
|
+
"return": {
|
|
107444
|
+
"type": {
|
|
107445
|
+
"text": "boolean"
|
|
107446
|
+
}
|
|
107447
|
+
},
|
|
107448
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107449
|
+
"inheritedFrom": {
|
|
107450
|
+
"name": "SbbDisabledMixin",
|
|
107451
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107467
107452
|
}
|
|
107468
107453
|
},
|
|
107469
107454
|
{
|
|
107470
107455
|
"kind": "field",
|
|
107471
|
-
"name": "
|
|
107456
|
+
"name": "href",
|
|
107472
107457
|
"type": {
|
|
107473
107458
|
"text": "string"
|
|
107474
107459
|
},
|
|
107475
107460
|
"privacy": "public",
|
|
107461
|
+
"default": "''",
|
|
107462
|
+
"description": "The href value you want to link to.",
|
|
107463
|
+
"attribute": "href",
|
|
107464
|
+
"reflects": true,
|
|
107476
107465
|
"inheritedFrom": {
|
|
107477
|
-
"name": "
|
|
107478
|
-
"module": "core/base-elements/
|
|
107466
|
+
"name": "SbbLinkBaseElement",
|
|
107467
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107468
|
+
}
|
|
107469
|
+
},
|
|
107470
|
+
{
|
|
107471
|
+
"kind": "field",
|
|
107472
|
+
"name": "target",
|
|
107473
|
+
"type": {
|
|
107474
|
+
"text": "LinkTargetType | string"
|
|
107479
107475
|
},
|
|
107476
|
+
"privacy": "public",
|
|
107480
107477
|
"default": "''",
|
|
107481
|
-
"description": "
|
|
107482
|
-
"attribute": "
|
|
107478
|
+
"description": "Where to display the linked URL.",
|
|
107479
|
+
"attribute": "target",
|
|
107480
|
+
"reflects": true,
|
|
107481
|
+
"inheritedFrom": {
|
|
107482
|
+
"name": "SbbLinkBaseElement",
|
|
107483
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107484
|
+
}
|
|
107483
107485
|
},
|
|
107484
107486
|
{
|
|
107485
107487
|
"kind": "field",
|
|
107486
|
-
"name": "
|
|
107487
|
-
"privacy": "public",
|
|
107488
|
-
"description": "The type attribute to use for the button.",
|
|
107489
|
-
"default": "'button'",
|
|
107488
|
+
"name": "rel",
|
|
107490
107489
|
"type": {
|
|
107491
|
-
"text": "
|
|
107490
|
+
"text": "string"
|
|
107492
107491
|
},
|
|
107493
|
-
"
|
|
107492
|
+
"privacy": "public",
|
|
107493
|
+
"default": "''",
|
|
107494
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
107495
|
+
"attribute": "rel",
|
|
107496
|
+
"reflects": true,
|
|
107494
107497
|
"inheritedFrom": {
|
|
107495
|
-
"name": "
|
|
107496
|
-
"module": "core/base-elements/
|
|
107498
|
+
"name": "SbbLinkBaseElement",
|
|
107499
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107497
107500
|
}
|
|
107498
107501
|
},
|
|
107499
107502
|
{
|
|
107500
107503
|
"kind": "field",
|
|
107501
|
-
"name": "
|
|
107504
|
+
"name": "download",
|
|
107502
107505
|
"type": {
|
|
107503
|
-
"text": "
|
|
107506
|
+
"text": "boolean"
|
|
107504
107507
|
},
|
|
107505
107508
|
"privacy": "public",
|
|
107506
|
-
"
|
|
107509
|
+
"default": "false",
|
|
107510
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
107511
|
+
"attribute": "download",
|
|
107512
|
+
"reflects": true,
|
|
107507
107513
|
"inheritedFrom": {
|
|
107508
|
-
"name": "
|
|
107509
|
-
"module": "core/base-elements/
|
|
107514
|
+
"name": "SbbLinkBaseElement",
|
|
107515
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107516
|
+
}
|
|
107517
|
+
},
|
|
107518
|
+
{
|
|
107519
|
+
"kind": "field",
|
|
107520
|
+
"name": "accessibilityLabel",
|
|
107521
|
+
"type": {
|
|
107522
|
+
"text": "string"
|
|
107510
107523
|
},
|
|
107511
|
-
"
|
|
107524
|
+
"privacy": "public",
|
|
107525
|
+
"default": "''",
|
|
107526
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
107527
|
+
"attribute": "accessibility-label",
|
|
107528
|
+
"inheritedFrom": {
|
|
107529
|
+
"name": "SbbLinkBaseElement",
|
|
107530
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107531
|
+
}
|
|
107512
107532
|
},
|
|
107513
107533
|
{
|
|
107514
107534
|
"kind": "field",
|
|
107515
|
-
"name": "
|
|
107535
|
+
"name": "accessibilityCurrent",
|
|
107516
107536
|
"type": {
|
|
107517
107537
|
"text": "string"
|
|
107518
107538
|
},
|
|
107519
|
-
"privacy": "
|
|
107539
|
+
"privacy": "public",
|
|
107520
107540
|
"default": "''",
|
|
107541
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
107542
|
+
"attribute": "accessibility-current",
|
|
107521
107543
|
"inheritedFrom": {
|
|
107522
|
-
"name": "
|
|
107523
|
-
"module": "core/base-elements/
|
|
107544
|
+
"name": "SbbLinkBaseElement",
|
|
107545
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107524
107546
|
}
|
|
107525
107547
|
},
|
|
107526
107548
|
{
|
|
107527
107549
|
"kind": "field",
|
|
107528
|
-
"name": "
|
|
107550
|
+
"name": "language",
|
|
107551
|
+
"privacy": "protected",
|
|
107552
|
+
"default": "new SbbLanguageController(this)",
|
|
107553
|
+
"inheritedFrom": {
|
|
107554
|
+
"name": "SbbLinkBaseElement",
|
|
107555
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107556
|
+
}
|
|
107557
|
+
},
|
|
107558
|
+
{
|
|
107559
|
+
"kind": "field",
|
|
107560
|
+
"name": "_evaluateRelAttribute",
|
|
107529
107561
|
"privacy": "private",
|
|
107530
107562
|
"inheritedFrom": {
|
|
107531
|
-
"name": "
|
|
107532
|
-
"module": "core/base-elements/
|
|
107563
|
+
"name": "SbbLinkBaseElement",
|
|
107564
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107533
107565
|
}
|
|
107534
107566
|
},
|
|
107535
107567
|
{
|
|
107536
107568
|
"kind": "method",
|
|
107537
|
-
"name": "
|
|
107538
|
-
"privacy": "
|
|
107569
|
+
"name": "renderLink",
|
|
107570
|
+
"privacy": "protected",
|
|
107539
107571
|
"return": {
|
|
107540
107572
|
"type": {
|
|
107541
|
-
"text": "
|
|
107573
|
+
"text": "TemplateResult"
|
|
107542
107574
|
}
|
|
107543
107575
|
},
|
|
107544
107576
|
"parameters": [
|
|
107545
107577
|
{
|
|
107546
|
-
"name": "
|
|
107578
|
+
"name": "renderContent",
|
|
107547
107579
|
"type": {
|
|
107548
|
-
"text": "
|
|
107580
|
+
"text": "TemplateResult"
|
|
107549
107581
|
}
|
|
107550
107582
|
}
|
|
107551
107583
|
],
|
|
107552
107584
|
"inheritedFrom": {
|
|
107553
|
-
"name": "
|
|
107554
|
-
"module": "core/base-elements/
|
|
107555
|
-
}
|
|
107556
|
-
},
|
|
107557
|
-
{
|
|
107558
|
-
"kind": "field",
|
|
107559
|
-
"name": "_formKeyDown",
|
|
107560
|
-
"privacy": "private",
|
|
107561
|
-
"inheritedFrom": {
|
|
107562
|
-
"name": "SbbButtonBaseElement",
|
|
107563
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107585
|
+
"name": "SbbLinkBaseElement",
|
|
107586
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107564
107587
|
}
|
|
107565
107588
|
},
|
|
107566
107589
|
{
|
|
107567
107590
|
"kind": "field",
|
|
107568
|
-
"name": "
|
|
107591
|
+
"name": "maybeDisabled",
|
|
107569
107592
|
"type": {
|
|
107570
|
-
"text": "boolean"
|
|
107593
|
+
"text": "boolean | undefined"
|
|
107571
107594
|
},
|
|
107572
|
-
"privacy": "
|
|
107573
|
-
"
|
|
107574
|
-
"default": "true",
|
|
107595
|
+
"privacy": "protected",
|
|
107596
|
+
"readonly": true,
|
|
107575
107597
|
"inheritedFrom": {
|
|
107576
|
-
"name": "
|
|
107577
|
-
"module": "core/
|
|
107598
|
+
"name": "SbbActionBaseElement",
|
|
107599
|
+
"module": "core/base-elements/action-base-element.js"
|
|
107578
107600
|
}
|
|
107579
107601
|
},
|
|
107580
107602
|
{
|
|
107581
107603
|
"kind": "field",
|
|
107582
|
-
"name": "
|
|
107583
|
-
"privacy": "public",
|
|
107584
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
107604
|
+
"name": "maybeDisabledInteractive",
|
|
107585
107605
|
"type": {
|
|
107586
|
-
"text": "
|
|
107606
|
+
"text": "boolean | undefined"
|
|
107587
107607
|
},
|
|
107588
|
-
"
|
|
107608
|
+
"privacy": "protected",
|
|
107609
|
+
"readonly": true,
|
|
107589
107610
|
"inheritedFrom": {
|
|
107590
|
-
"name": "
|
|
107591
|
-
"module": "core/
|
|
107611
|
+
"name": "SbbActionBaseElement",
|
|
107612
|
+
"module": "core/base-elements/action-base-element.js"
|
|
107592
107613
|
}
|
|
107593
107614
|
},
|
|
107594
107615
|
{
|
|
107595
|
-
"kind": "
|
|
107596
|
-
"name": "
|
|
107597
|
-
"
|
|
107598
|
-
|
|
107616
|
+
"kind": "method",
|
|
107617
|
+
"name": "setupBaseEventHandlers",
|
|
107618
|
+
"privacy": "protected",
|
|
107619
|
+
"return": {
|
|
107620
|
+
"type": {
|
|
107621
|
+
"text": "void"
|
|
107622
|
+
}
|
|
107599
107623
|
},
|
|
107600
|
-
"privacy": "public",
|
|
107601
|
-
"description": "Returns the ValidityState object for this element.",
|
|
107602
|
-
"readonly": true,
|
|
107603
107624
|
"inheritedFrom": {
|
|
107604
|
-
"name": "
|
|
107605
|
-
"module": "core/
|
|
107625
|
+
"name": "SbbActionBaseElement",
|
|
107626
|
+
"module": "core/base-elements/action-base-element.js"
|
|
107606
107627
|
}
|
|
107607
107628
|
},
|
|
107608
107629
|
{
|
|
107609
107630
|
"kind": "field",
|
|
107610
|
-
"name": "
|
|
107631
|
+
"name": "_hydrationRequired",
|
|
107611
107632
|
"type": {
|
|
107612
|
-
"text": "
|
|
107633
|
+
"text": "boolean"
|
|
107613
107634
|
},
|
|
107614
|
-
"privacy": "
|
|
107615
|
-
"
|
|
107616
|
-
"readonly": true,
|
|
107635
|
+
"privacy": "private",
|
|
107636
|
+
"default": "!!this.shadowRoot",
|
|
107617
107637
|
"inheritedFrom": {
|
|
107618
|
-
"name": "
|
|
107619
|
-
"module": "core/
|
|
107638
|
+
"name": "SbbElement",
|
|
107639
|
+
"module": "core/base-elements/element.js"
|
|
107620
107640
|
}
|
|
107621
107641
|
},
|
|
107622
107642
|
{
|
|
107623
107643
|
"kind": "field",
|
|
107624
|
-
"name": "
|
|
107625
|
-
"
|
|
107626
|
-
|
|
107627
|
-
},
|
|
107628
|
-
"privacy": "public",
|
|
107629
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
107630
|
-
"readonly": true,
|
|
107644
|
+
"name": "_hydrationComplete",
|
|
107645
|
+
"privacy": "private",
|
|
107646
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
107631
107647
|
"inheritedFrom": {
|
|
107632
|
-
"name": "
|
|
107633
|
-
"module": "core/
|
|
107648
|
+
"name": "SbbElement",
|
|
107649
|
+
"module": "core/base-elements/element.js"
|
|
107634
107650
|
}
|
|
107635
107651
|
},
|
|
107636
107652
|
{
|
|
107637
107653
|
"kind": "field",
|
|
107638
|
-
"name": "
|
|
107654
|
+
"name": "_resolveHydration",
|
|
107655
|
+
"type": {
|
|
107656
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
107657
|
+
},
|
|
107639
107658
|
"privacy": "private",
|
|
107640
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
107641
107659
|
"inheritedFrom": {
|
|
107642
|
-
"name": "
|
|
107643
|
-
"module": "core/
|
|
107660
|
+
"name": "SbbElement",
|
|
107661
|
+
"module": "core/base-elements/element.js"
|
|
107644
107662
|
}
|
|
107645
107663
|
},
|
|
107646
107664
|
{
|
|
107647
107665
|
"kind": "field",
|
|
107648
|
-
"name": "
|
|
107666
|
+
"name": "hydrationRequired",
|
|
107649
107667
|
"type": {
|
|
107650
107668
|
"text": "boolean"
|
|
107651
107669
|
},
|
|
107652
107670
|
"privacy": "protected",
|
|
107653
|
-
"
|
|
107654
|
-
"
|
|
107655
|
-
"inheritedFrom": {
|
|
107656
|
-
"name": "SbbFormAssociatedMixin",
|
|
107657
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107658
|
-
}
|
|
107659
|
-
},
|
|
107660
|
-
{
|
|
107661
|
-
"kind": "method",
|
|
107662
|
-
"name": "checkValidity",
|
|
107663
|
-
"privacy": "public",
|
|
107664
|
-
"return": {
|
|
107665
|
-
"type": {
|
|
107666
|
-
"text": "boolean"
|
|
107667
|
-
}
|
|
107668
|
-
},
|
|
107669
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
107671
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
107672
|
+
"readonly": true,
|
|
107670
107673
|
"inheritedFrom": {
|
|
107671
|
-
"name": "
|
|
107672
|
-
"module": "core/
|
|
107673
|
-
}
|
|
107674
|
-
},
|
|
107675
|
-
{
|
|
107676
|
-
"kind": "method",
|
|
107677
|
-
"name": "reportValidity",
|
|
107678
|
-
"privacy": "public",
|
|
107679
|
-
"return": {
|
|
107680
|
-
"type": {
|
|
107681
|
-
"text": "boolean"
|
|
107682
|
-
}
|
|
107674
|
+
"name": "SbbElement",
|
|
107675
|
+
"module": "core/base-elements/element.js"
|
|
107683
107676
|
},
|
|
107684
|
-
"
|
|
107685
|
-
"inheritedFrom": {
|
|
107686
|
-
"name": "SbbFormAssociatedMixin",
|
|
107687
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107688
|
-
}
|
|
107677
|
+
"default": "!!this.shadowRoot"
|
|
107689
107678
|
},
|
|
107690
107679
|
{
|
|
107691
107680
|
"kind": "method",
|
|
107692
|
-
"name": "
|
|
107693
|
-
"privacy": "
|
|
107681
|
+
"name": "toggleState",
|
|
107682
|
+
"privacy": "protected",
|
|
107694
107683
|
"return": {
|
|
107695
107684
|
"type": {
|
|
107696
107685
|
"text": "void"
|
|
@@ -107698,208 +107687,250 @@
|
|
|
107698
107687
|
},
|
|
107699
107688
|
"parameters": [
|
|
107700
107689
|
{
|
|
107701
|
-
"name": "
|
|
107690
|
+
"name": "value",
|
|
107702
107691
|
"type": {
|
|
107703
107692
|
"text": "string"
|
|
107704
107693
|
}
|
|
107694
|
+
},
|
|
107695
|
+
{
|
|
107696
|
+
"name": "force",
|
|
107697
|
+
"optional": true,
|
|
107698
|
+
"type": {
|
|
107699
|
+
"text": "boolean"
|
|
107700
|
+
}
|
|
107705
107701
|
}
|
|
107706
107702
|
],
|
|
107707
|
-
"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.",
|
|
107708
107703
|
"inheritedFrom": {
|
|
107709
|
-
"name": "
|
|
107710
|
-
"module": "core/
|
|
107704
|
+
"name": "SbbElement",
|
|
107705
|
+
"module": "core/base-elements/element.js"
|
|
107711
107706
|
}
|
|
107712
107707
|
},
|
|
107713
107708
|
{
|
|
107714
|
-
"kind": "
|
|
107715
|
-
"name": "
|
|
107709
|
+
"kind": "field",
|
|
107710
|
+
"name": "['_$sbbElement$']",
|
|
107711
|
+
"type": {
|
|
107712
|
+
"text": "boolean"
|
|
107713
|
+
},
|
|
107714
|
+
"privacy": "public",
|
|
107715
|
+
"static": true,
|
|
107716
|
+
"default": "true",
|
|
107717
|
+
"inheritedFrom": {
|
|
107718
|
+
"name": "SbbElement",
|
|
107719
|
+
"module": "core/base-elements/element.js"
|
|
107720
|
+
}
|
|
107721
|
+
},
|
|
107722
|
+
{
|
|
107723
|
+
"kind": "field",
|
|
107724
|
+
"name": "_controllers",
|
|
107725
|
+
"type": {
|
|
107726
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
107727
|
+
},
|
|
107716
107728
|
"privacy": "private",
|
|
107717
|
-
"
|
|
107718
|
-
"
|
|
107719
|
-
|
|
107720
|
-
|
|
107729
|
+
"inheritedFrom": {
|
|
107730
|
+
"name": "SbbElement",
|
|
107731
|
+
"module": "core/base-elements/element.js"
|
|
107732
|
+
}
|
|
107733
|
+
}
|
|
107734
|
+
],
|
|
107735
|
+
"mixins": [
|
|
107736
|
+
{
|
|
107737
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
107738
|
+
"module": "core/mixins.js"
|
|
107739
|
+
},
|
|
107740
|
+
{
|
|
107741
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
107742
|
+
"module": "menu/common/menu-action-common.js"
|
|
107743
|
+
}
|
|
107744
|
+
],
|
|
107745
|
+
"superclass": {
|
|
107746
|
+
"name": "SbbLinkBaseElement",
|
|
107747
|
+
"module": "core/base-elements.js"
|
|
107748
|
+
},
|
|
107749
|
+
"tagName": "sbb-menu-link",
|
|
107750
|
+
"customElement": true,
|
|
107751
|
+
"attributes": [
|
|
107752
|
+
{
|
|
107753
|
+
"name": "disabled-interactive",
|
|
107754
|
+
"type": {
|
|
107755
|
+
"text": "boolean"
|
|
107721
107756
|
},
|
|
107757
|
+
"default": "false",
|
|
107758
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
107759
|
+
"fieldName": "disabledInteractive",
|
|
107722
107760
|
"inheritedFrom": {
|
|
107723
|
-
"name": "
|
|
107724
|
-
"module": "core/mixins/
|
|
107761
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
107762
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107725
107763
|
}
|
|
107726
107764
|
},
|
|
107727
107765
|
{
|
|
107728
|
-
"
|
|
107729
|
-
"
|
|
107730
|
-
|
|
107731
|
-
"return": {
|
|
107732
|
-
"type": {
|
|
107733
|
-
"text": "void"
|
|
107734
|
-
}
|
|
107766
|
+
"name": "icon-name",
|
|
107767
|
+
"type": {
|
|
107768
|
+
"text": "string"
|
|
107735
107769
|
},
|
|
107736
|
-
"
|
|
107770
|
+
"default": "''",
|
|
107771
|
+
"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.",
|
|
107772
|
+
"fieldName": "iconName",
|
|
107737
107773
|
"inheritedFrom": {
|
|
107738
|
-
"name": "
|
|
107739
|
-
"module": "
|
|
107774
|
+
"name": "SbbIconNameMixin",
|
|
107775
|
+
"module": "icon/icon-name-mixin.js"
|
|
107740
107776
|
}
|
|
107741
107777
|
},
|
|
107742
107778
|
{
|
|
107743
|
-
"
|
|
107744
|
-
"
|
|
107745
|
-
"
|
|
107746
|
-
"
|
|
107747
|
-
"
|
|
107748
|
-
"text": "FormRestoreState"
|
|
107749
|
-
}
|
|
107779
|
+
"name": "disabled",
|
|
107780
|
+
"description": "Whether the component is disabled.",
|
|
107781
|
+
"default": "false",
|
|
107782
|
+
"type": {
|
|
107783
|
+
"text": "boolean"
|
|
107750
107784
|
},
|
|
107785
|
+
"fieldName": "disabled",
|
|
107751
107786
|
"inheritedFrom": {
|
|
107752
|
-
"name": "
|
|
107753
|
-
"module": "core/mixins/
|
|
107787
|
+
"name": "SbbDisabledMixin",
|
|
107788
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107754
107789
|
}
|
|
107755
107790
|
},
|
|
107756
107791
|
{
|
|
107757
|
-
"
|
|
107758
|
-
"
|
|
107759
|
-
|
|
107760
|
-
"return": {
|
|
107761
|
-
"type": {
|
|
107762
|
-
"text": "void"
|
|
107763
|
-
}
|
|
107792
|
+
"name": "href",
|
|
107793
|
+
"type": {
|
|
107794
|
+
"text": "string"
|
|
107764
107795
|
},
|
|
107765
|
-
"
|
|
107766
|
-
|
|
107767
|
-
|
|
107768
|
-
"type": {
|
|
107769
|
-
"text": "T"
|
|
107770
|
-
}
|
|
107771
|
-
},
|
|
107772
|
-
{
|
|
107773
|
-
"name": "message",
|
|
107774
|
-
"type": {
|
|
107775
|
-
"text": "string"
|
|
107776
|
-
}
|
|
107777
|
-
},
|
|
107778
|
-
{
|
|
107779
|
-
"name": "flagValue",
|
|
107780
|
-
"optional": true,
|
|
107781
|
-
"type": {
|
|
107782
|
-
"text": "ValidityStateFlags[T]"
|
|
107783
|
-
}
|
|
107784
|
-
}
|
|
107785
|
-
],
|
|
107786
|
-
"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).",
|
|
107796
|
+
"default": "''",
|
|
107797
|
+
"description": "The href value you want to link to.",
|
|
107798
|
+
"fieldName": "href",
|
|
107787
107799
|
"inheritedFrom": {
|
|
107788
|
-
"name": "
|
|
107789
|
-
"module": "core/
|
|
107800
|
+
"name": "SbbLinkBaseElement",
|
|
107801
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107790
107802
|
}
|
|
107791
107803
|
},
|
|
107792
107804
|
{
|
|
107793
|
-
"
|
|
107794
|
-
"
|
|
107795
|
-
|
|
107796
|
-
"return": {
|
|
107797
|
-
"type": {
|
|
107798
|
-
"text": "void"
|
|
107799
|
-
}
|
|
107805
|
+
"name": "target",
|
|
107806
|
+
"type": {
|
|
107807
|
+
"text": "LinkTargetType | string"
|
|
107800
107808
|
},
|
|
107801
|
-
"
|
|
107802
|
-
|
|
107803
|
-
|
|
107804
|
-
"type": {
|
|
107805
|
-
"text": "T"
|
|
107806
|
-
}
|
|
107807
|
-
}
|
|
107808
|
-
],
|
|
107809
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107809
|
+
"default": "''",
|
|
107810
|
+
"description": "Where to display the linked URL.",
|
|
107811
|
+
"fieldName": "target",
|
|
107810
107812
|
"inheritedFrom": {
|
|
107811
|
-
"name": "
|
|
107812
|
-
"module": "core/
|
|
107813
|
+
"name": "SbbLinkBaseElement",
|
|
107814
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107813
107815
|
}
|
|
107814
107816
|
},
|
|
107815
107817
|
{
|
|
107816
|
-
"
|
|
107817
|
-
"
|
|
107818
|
-
|
|
107819
|
-
"return": {
|
|
107820
|
-
"type": {
|
|
107821
|
-
"text": "void"
|
|
107822
|
-
}
|
|
107818
|
+
"name": "rel",
|
|
107819
|
+
"type": {
|
|
107820
|
+
"text": "string"
|
|
107823
107821
|
},
|
|
107824
|
-
"
|
|
107822
|
+
"default": "''",
|
|
107823
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
107824
|
+
"fieldName": "rel",
|
|
107825
107825
|
"inheritedFrom": {
|
|
107826
|
-
"name": "
|
|
107827
|
-
"module": "core/
|
|
107826
|
+
"name": "SbbLinkBaseElement",
|
|
107827
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107828
107828
|
}
|
|
107829
107829
|
},
|
|
107830
107830
|
{
|
|
107831
|
-
"
|
|
107832
|
-
"
|
|
107833
|
-
|
|
107834
|
-
"return": {
|
|
107835
|
-
"type": {
|
|
107836
|
-
"text": "boolean"
|
|
107837
|
-
}
|
|
107831
|
+
"name": "download",
|
|
107832
|
+
"type": {
|
|
107833
|
+
"text": "boolean"
|
|
107838
107834
|
},
|
|
107839
|
-
"
|
|
107840
|
-
|
|
107841
|
-
|
|
107842
|
-
"type": {
|
|
107843
|
-
"text": "PropertyKey | undefined"
|
|
107844
|
-
}
|
|
107845
|
-
}
|
|
107846
|
-
],
|
|
107847
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
107835
|
+
"default": "false",
|
|
107836
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
107837
|
+
"fieldName": "download",
|
|
107848
107838
|
"inheritedFrom": {
|
|
107849
|
-
"name": "
|
|
107850
|
-
"module": "core/
|
|
107839
|
+
"name": "SbbLinkBaseElement",
|
|
107840
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107851
107841
|
}
|
|
107852
107842
|
},
|
|
107853
107843
|
{
|
|
107854
|
-
"
|
|
107855
|
-
"
|
|
107856
|
-
|
|
107857
|
-
"return": {
|
|
107858
|
-
"type": {
|
|
107859
|
-
"text": "void"
|
|
107860
|
-
}
|
|
107844
|
+
"name": "accessibility-label",
|
|
107845
|
+
"type": {
|
|
107846
|
+
"text": "string"
|
|
107861
107847
|
},
|
|
107848
|
+
"default": "''",
|
|
107849
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
107850
|
+
"fieldName": "accessibilityLabel",
|
|
107862
107851
|
"inheritedFrom": {
|
|
107863
|
-
"name": "
|
|
107864
|
-
"module": "core/
|
|
107852
|
+
"name": "SbbLinkBaseElement",
|
|
107853
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107865
107854
|
}
|
|
107866
107855
|
},
|
|
107867
107856
|
{
|
|
107868
|
-
"
|
|
107869
|
-
"
|
|
107870
|
-
|
|
107871
|
-
|
|
107872
|
-
"
|
|
107873
|
-
|
|
107874
|
-
|
|
107875
|
-
"name": "event"
|
|
107876
|
-
}
|
|
107877
|
-
],
|
|
107857
|
+
"name": "accessibility-current",
|
|
107858
|
+
"type": {
|
|
107859
|
+
"text": "string"
|
|
107860
|
+
},
|
|
107861
|
+
"default": "''",
|
|
107862
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
107863
|
+
"fieldName": "accessibilityCurrent",
|
|
107878
107864
|
"inheritedFrom": {
|
|
107879
|
-
"name": "
|
|
107880
|
-
"module": "core/base-elements/
|
|
107865
|
+
"name": "SbbLinkBaseElement",
|
|
107866
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107881
107867
|
}
|
|
107868
|
+
}
|
|
107869
|
+
]
|
|
107870
|
+
}
|
|
107871
|
+
],
|
|
107872
|
+
"exports": [
|
|
107873
|
+
{
|
|
107874
|
+
"kind": "js",
|
|
107875
|
+
"name": "SbbMenuLinkElement",
|
|
107876
|
+
"declaration": {
|
|
107877
|
+
"name": "SbbMenuLinkElement",
|
|
107878
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
107879
|
+
}
|
|
107880
|
+
}
|
|
107881
|
+
]
|
|
107882
|
+
},
|
|
107883
|
+
{
|
|
107884
|
+
"kind": "javascript-module",
|
|
107885
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
107886
|
+
"declarations": [
|
|
107887
|
+
{
|
|
107888
|
+
"kind": "class",
|
|
107889
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
107890
|
+
"name": "SbbMenuButtonElement",
|
|
107891
|
+
"cssProperties": [
|
|
107892
|
+
{
|
|
107893
|
+
"description": "Can be used to modify horizontal padding.",
|
|
107894
|
+
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
107895
|
+
"default": "var(--sbb-spacing-fixed-3x)"
|
|
107896
|
+
}
|
|
107897
|
+
],
|
|
107898
|
+
"slots": [
|
|
107899
|
+
{
|
|
107900
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
107901
|
+
"name": ""
|
|
107882
107902
|
},
|
|
107903
|
+
{
|
|
107904
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
107905
|
+
"name": "icon"
|
|
107906
|
+
}
|
|
107907
|
+
],
|
|
107908
|
+
"members": [
|
|
107883
107909
|
{
|
|
107884
107910
|
"kind": "field",
|
|
107885
|
-
"name": "
|
|
107886
|
-
"
|
|
107911
|
+
"name": "elementName",
|
|
107912
|
+
"type": {
|
|
107913
|
+
"text": "string"
|
|
107914
|
+
},
|
|
107915
|
+
"privacy": "public",
|
|
107916
|
+
"static": true,
|
|
107917
|
+
"readonly": true,
|
|
107887
107918
|
"inheritedFrom": {
|
|
107888
|
-
"name": "
|
|
107889
|
-
"module": "core/base-elements/
|
|
107890
|
-
}
|
|
107919
|
+
"name": "SbbElement",
|
|
107920
|
+
"module": "core/base-elements/element.js"
|
|
107921
|
+
},
|
|
107922
|
+
"default": "'sbb-menu-button'"
|
|
107891
107923
|
},
|
|
107892
107924
|
{
|
|
107893
107925
|
"kind": "field",
|
|
107894
|
-
"name": "
|
|
107895
|
-
"
|
|
107896
|
-
|
|
107897
|
-
|
|
107898
|
-
|
|
107899
|
-
|
|
107900
|
-
|
|
107901
|
-
|
|
107902
|
-
],
|
|
107926
|
+
"name": "role",
|
|
107927
|
+
"type": {
|
|
107928
|
+
"text": "ElementInternals['role']"
|
|
107929
|
+
},
|
|
107930
|
+
"privacy": "public",
|
|
107931
|
+
"static": true,
|
|
107932
|
+
"readonly": true,
|
|
107933
|
+
"default": "'menuitem'",
|
|
107903
107934
|
"inheritedFrom": {
|
|
107904
107935
|
"name": "SbbButtonLikeBaseElement",
|
|
107905
107936
|
"module": "core/base-elements/button-base-element.js"
|
|
@@ -107907,622 +107938,619 @@
|
|
|
107907
107938
|
},
|
|
107908
107939
|
{
|
|
107909
107940
|
"kind": "field",
|
|
107910
|
-
"name": "
|
|
107911
|
-
"
|
|
107941
|
+
"name": "disabledInteractive",
|
|
107942
|
+
"type": {
|
|
107943
|
+
"text": "boolean"
|
|
107944
|
+
},
|
|
107945
|
+
"privacy": "public",
|
|
107946
|
+
"default": "false",
|
|
107947
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
107948
|
+
"attribute": "disabled-interactive",
|
|
107949
|
+
"reflects": true,
|
|
107912
107950
|
"inheritedFrom": {
|
|
107913
|
-
"name": "
|
|
107914
|
-
"module": "core/
|
|
107951
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
107952
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107915
107953
|
}
|
|
107916
107954
|
},
|
|
107917
107955
|
{
|
|
107918
107956
|
"kind": "field",
|
|
107919
|
-
"name": "
|
|
107957
|
+
"name": "disabled",
|
|
107958
|
+
"privacy": "public",
|
|
107959
|
+
"description": "Whether the component is disabled.",
|
|
107960
|
+
"default": "false",
|
|
107920
107961
|
"type": {
|
|
107921
|
-
"text": "boolean
|
|
107962
|
+
"text": "boolean"
|
|
107922
107963
|
},
|
|
107923
|
-
"
|
|
107924
|
-
"
|
|
107964
|
+
"attribute": "disabled",
|
|
107965
|
+
"reflects": true,
|
|
107925
107966
|
"inheritedFrom": {
|
|
107926
|
-
"name": "
|
|
107927
|
-
"module": "core/
|
|
107967
|
+
"name": "SbbDisabledMixin",
|
|
107968
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107928
107969
|
}
|
|
107929
107970
|
},
|
|
107930
107971
|
{
|
|
107931
107972
|
"kind": "field",
|
|
107932
|
-
"name": "
|
|
107973
|
+
"name": "#disabled",
|
|
107974
|
+
"privacy": "private",
|
|
107933
107975
|
"type": {
|
|
107934
|
-
"text": "boolean
|
|
107976
|
+
"text": "boolean"
|
|
107935
107977
|
},
|
|
107936
|
-
"
|
|
107937
|
-
"
|
|
107938
|
-
|
|
107939
|
-
"
|
|
107940
|
-
"module": "core/base-elements/action-base-element.js"
|
|
107978
|
+
"default": "false",
|
|
107979
|
+
"inheritedFrom": {
|
|
107980
|
+
"name": "SbbDisabledMixin",
|
|
107981
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107941
107982
|
}
|
|
107942
107983
|
},
|
|
107943
107984
|
{
|
|
107944
107985
|
"kind": "method",
|
|
107945
|
-
"name": "
|
|
107986
|
+
"name": "isDisabledExternally",
|
|
107946
107987
|
"privacy": "protected",
|
|
107947
107988
|
"return": {
|
|
107948
107989
|
"type": {
|
|
107949
|
-
"text": "
|
|
107990
|
+
"text": "boolean"
|
|
107950
107991
|
}
|
|
107951
107992
|
},
|
|
107993
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107952
107994
|
"inheritedFrom": {
|
|
107953
|
-
"name": "
|
|
107954
|
-
"module": "core/
|
|
107995
|
+
"name": "SbbDisabledMixin",
|
|
107996
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107955
107997
|
}
|
|
107956
107998
|
},
|
|
107957
107999
|
{
|
|
107958
108000
|
"kind": "field",
|
|
107959
|
-
"name": "
|
|
108001
|
+
"name": "styles",
|
|
107960
108002
|
"type": {
|
|
107961
|
-
"text": "
|
|
108003
|
+
"text": "CSSResultGroup"
|
|
107962
108004
|
},
|
|
107963
|
-
"privacy": "
|
|
107964
|
-
"
|
|
107965
|
-
"
|
|
107966
|
-
"name": "SbbElement",
|
|
107967
|
-
"module": "core/base-elements/element.js"
|
|
107968
|
-
}
|
|
107969
|
-
},
|
|
107970
|
-
{
|
|
107971
|
-
"kind": "field",
|
|
107972
|
-
"name": "_hydrationComplete",
|
|
107973
|
-
"privacy": "private",
|
|
107974
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
108005
|
+
"privacy": "public",
|
|
108006
|
+
"static": true,
|
|
108007
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
107975
108008
|
"inheritedFrom": {
|
|
107976
|
-
"name": "
|
|
107977
|
-
"module": "
|
|
108009
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
108010
|
+
"module": "menu/common/menu-action-common.js"
|
|
107978
108011
|
}
|
|
107979
108012
|
},
|
|
107980
108013
|
{
|
|
107981
|
-
"kind": "
|
|
107982
|
-
"name": "
|
|
107983
|
-
"
|
|
107984
|
-
|
|
108014
|
+
"kind": "method",
|
|
108015
|
+
"name": "renderTemplate",
|
|
108016
|
+
"privacy": "protected",
|
|
108017
|
+
"return": {
|
|
108018
|
+
"type": {
|
|
108019
|
+
"text": "TemplateResult"
|
|
108020
|
+
}
|
|
107985
108021
|
},
|
|
107986
|
-
"
|
|
108022
|
+
"description": "Override this method to render the component template.",
|
|
107987
108023
|
"inheritedFrom": {
|
|
107988
|
-
"name": "
|
|
107989
|
-
"module": "core/base-elements/element.js"
|
|
108024
|
+
"name": "SbbActionBaseElement",
|
|
108025
|
+
"module": "core/base-elements/action-base-element.js"
|
|
107990
108026
|
}
|
|
107991
108027
|
},
|
|
107992
108028
|
{
|
|
107993
108029
|
"kind": "field",
|
|
107994
|
-
"name": "
|
|
108030
|
+
"name": "iconName",
|
|
107995
108031
|
"type": {
|
|
107996
|
-
"text": "
|
|
108032
|
+
"text": "string"
|
|
107997
108033
|
},
|
|
107998
|
-
"privacy": "
|
|
107999
|
-
"
|
|
108000
|
-
"
|
|
108034
|
+
"privacy": "public",
|
|
108035
|
+
"default": "''",
|
|
108036
|
+
"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.",
|
|
108037
|
+
"attribute": "icon-name",
|
|
108001
108038
|
"inheritedFrom": {
|
|
108002
|
-
"name": "
|
|
108003
|
-
"module": "
|
|
108004
|
-
}
|
|
108005
|
-
"default": "!!this.shadowRoot"
|
|
108039
|
+
"name": "SbbIconNameMixin",
|
|
108040
|
+
"module": "icon/icon-name-mixin.js"
|
|
108041
|
+
}
|
|
108006
108042
|
},
|
|
108007
108043
|
{
|
|
108008
108044
|
"kind": "method",
|
|
108009
|
-
"name": "
|
|
108045
|
+
"name": "renderIconSlot",
|
|
108010
108046
|
"privacy": "protected",
|
|
108011
108047
|
"return": {
|
|
108012
108048
|
"type": {
|
|
108013
|
-
"text": "
|
|
108049
|
+
"text": "TemplateResult"
|
|
108014
108050
|
}
|
|
108015
108051
|
},
|
|
108016
108052
|
"parameters": [
|
|
108017
108053
|
{
|
|
108018
|
-
"name": "
|
|
108019
|
-
"type": {
|
|
108020
|
-
"text": "string"
|
|
108021
|
-
}
|
|
108022
|
-
},
|
|
108023
|
-
{
|
|
108024
|
-
"name": "force",
|
|
108054
|
+
"name": "classname",
|
|
108025
108055
|
"optional": true,
|
|
108026
108056
|
"type": {
|
|
108027
|
-
"text": "
|
|
108057
|
+
"text": "string"
|
|
108028
108058
|
}
|
|
108029
108059
|
}
|
|
108030
108060
|
],
|
|
108031
108061
|
"inheritedFrom": {
|
|
108032
|
-
"name": "
|
|
108033
|
-
"module": "
|
|
108062
|
+
"name": "SbbIconNameMixin",
|
|
108063
|
+
"module": "icon/icon-name-mixin.js"
|
|
108034
108064
|
}
|
|
108035
108065
|
},
|
|
108036
108066
|
{
|
|
108037
|
-
"kind": "
|
|
108038
|
-
"name": "
|
|
108039
|
-
"
|
|
108040
|
-
|
|
108067
|
+
"kind": "method",
|
|
108068
|
+
"name": "renderIconName",
|
|
108069
|
+
"privacy": "protected",
|
|
108070
|
+
"return": {
|
|
108071
|
+
"type": {
|
|
108072
|
+
"text": "string"
|
|
108073
|
+
}
|
|
108041
108074
|
},
|
|
108042
|
-
"privacy": "public",
|
|
108043
|
-
"static": true,
|
|
108044
|
-
"default": "true",
|
|
108045
108075
|
"inheritedFrom": {
|
|
108046
|
-
"name": "
|
|
108047
|
-
"module": "
|
|
108076
|
+
"name": "SbbIconNameMixin",
|
|
108077
|
+
"module": "icon/icon-name-mixin.js"
|
|
108078
|
+
}
|
|
108079
|
+
},
|
|
108080
|
+
{
|
|
108081
|
+
"kind": "method",
|
|
108082
|
+
"name": "_renderIconName",
|
|
108083
|
+
"privacy": "private",
|
|
108084
|
+
"return": {
|
|
108085
|
+
"type": {
|
|
108086
|
+
"text": "string"
|
|
108087
|
+
}
|
|
108088
|
+
},
|
|
108089
|
+
"inheritedFrom": {
|
|
108090
|
+
"name": "SbbIconNameMixin",
|
|
108091
|
+
"module": "icon/icon-name-mixin.js"
|
|
108048
108092
|
}
|
|
108049
108093
|
},
|
|
108050
108094
|
{
|
|
108051
108095
|
"kind": "field",
|
|
108052
|
-
"name": "
|
|
108096
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
108053
108097
|
"type": {
|
|
108054
|
-
"text": "
|
|
108098
|
+
"text": "array"
|
|
108055
108099
|
},
|
|
108056
108100
|
"privacy": "private",
|
|
108101
|
+
"readonly": true,
|
|
108102
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
108057
108103
|
"inheritedFrom": {
|
|
108058
|
-
"name": "
|
|
108059
|
-
"module": "core/base-elements/element.js"
|
|
108104
|
+
"name": "SbbButtonBaseElement",
|
|
108105
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108060
108106
|
}
|
|
108061
|
-
}
|
|
108062
|
-
],
|
|
108063
|
-
"mixins": [
|
|
108064
|
-
{
|
|
108065
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
108066
|
-
"module": "core/mixins.js"
|
|
108067
108107
|
},
|
|
108068
108108
|
{
|
|
108069
|
-
"
|
|
108070
|
-
"
|
|
108071
|
-
}
|
|
108072
|
-
],
|
|
108073
|
-
"superclass": {
|
|
108074
|
-
"name": "SbbButtonBaseElement",
|
|
108075
|
-
"module": "core/base-elements.js"
|
|
108076
|
-
},
|
|
108077
|
-
"tagName": "sbb-menu-button",
|
|
108078
|
-
"customElement": true,
|
|
108079
|
-
"attributes": [
|
|
108080
|
-
{
|
|
108081
|
-
"name": "disabled-interactive",
|
|
108109
|
+
"kind": "field",
|
|
108110
|
+
"name": "value",
|
|
108082
108111
|
"type": {
|
|
108083
|
-
"text": "
|
|
108112
|
+
"text": "string"
|
|
108084
108113
|
},
|
|
108085
|
-
"
|
|
108086
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
108087
|
-
"fieldName": "disabledInteractive",
|
|
108114
|
+
"privacy": "public",
|
|
108088
108115
|
"inheritedFrom": {
|
|
108089
|
-
"name": "
|
|
108090
|
-
"module": "core/
|
|
108091
|
-
}
|
|
108116
|
+
"name": "SbbButtonBaseElement",
|
|
108117
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108118
|
+
},
|
|
108119
|
+
"default": "''",
|
|
108120
|
+
"description": "Value of the form element.",
|
|
108121
|
+
"attribute": "value"
|
|
108092
108122
|
},
|
|
108093
108123
|
{
|
|
108094
|
-
"
|
|
108095
|
-
"
|
|
108096
|
-
"
|
|
108124
|
+
"kind": "field",
|
|
108125
|
+
"name": "type",
|
|
108126
|
+
"privacy": "public",
|
|
108127
|
+
"description": "The type attribute to use for the button.",
|
|
108128
|
+
"default": "'button'",
|
|
108097
108129
|
"type": {
|
|
108098
|
-
"text": "
|
|
108130
|
+
"text": "SbbButtonType"
|
|
108099
108131
|
},
|
|
108100
|
-
"
|
|
108132
|
+
"attribute": "type",
|
|
108101
108133
|
"inheritedFrom": {
|
|
108102
|
-
"name": "
|
|
108103
|
-
"module": "core/
|
|
108134
|
+
"name": "SbbButtonBaseElement",
|
|
108135
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108104
108136
|
}
|
|
108105
108137
|
},
|
|
108106
108138
|
{
|
|
108107
|
-
"
|
|
108139
|
+
"kind": "field",
|
|
108140
|
+
"name": "form",
|
|
108108
108141
|
"type": {
|
|
108109
|
-
"text": "
|
|
108142
|
+
"text": "HTMLFormElement | null"
|
|
108110
108143
|
},
|
|
108111
|
-
"
|
|
108112
|
-
"description": "The
|
|
108113
|
-
"fieldName": "iconName",
|
|
108144
|
+
"privacy": "public",
|
|
108145
|
+
"description": "The `<form>` element to associate the button with.",
|
|
108114
108146
|
"inheritedFrom": {
|
|
108115
|
-
"name": "
|
|
108116
|
-
"module": "
|
|
108117
|
-
}
|
|
108147
|
+
"name": "SbbButtonBaseElement",
|
|
108148
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108149
|
+
},
|
|
108150
|
+
"attribute": "form"
|
|
108118
108151
|
},
|
|
108119
108152
|
{
|
|
108120
|
-
"
|
|
108153
|
+
"kind": "field",
|
|
108154
|
+
"name": "_formId",
|
|
108121
108155
|
"type": {
|
|
108122
108156
|
"text": "string"
|
|
108123
108157
|
},
|
|
108158
|
+
"privacy": "private",
|
|
108124
108159
|
"default": "''",
|
|
108125
|
-
"description": "Value of the form element.",
|
|
108126
|
-
"fieldName": "value",
|
|
108127
108160
|
"inheritedFrom": {
|
|
108128
108161
|
"name": "SbbButtonBaseElement",
|
|
108129
108162
|
"module": "core/base-elements/button-base-element.js"
|
|
108130
108163
|
}
|
|
108131
108164
|
},
|
|
108132
108165
|
{
|
|
108133
|
-
"
|
|
108134
|
-
"
|
|
108135
|
-
"
|
|
108136
|
-
"type": {
|
|
108137
|
-
"text": "SbbButtonType"
|
|
108138
|
-
},
|
|
108139
|
-
"fieldName": "type",
|
|
108166
|
+
"kind": "field",
|
|
108167
|
+
"name": "_handleButtonClick",
|
|
108168
|
+
"privacy": "private",
|
|
108140
108169
|
"inheritedFrom": {
|
|
108141
108170
|
"name": "SbbButtonBaseElement",
|
|
108142
108171
|
"module": "core/base-elements/button-base-element.js"
|
|
108143
108172
|
}
|
|
108144
108173
|
},
|
|
108145
108174
|
{
|
|
108146
|
-
"
|
|
108147
|
-
"
|
|
108148
|
-
"
|
|
108149
|
-
|
|
108175
|
+
"kind": "method",
|
|
108176
|
+
"name": "_requestSubmit",
|
|
108177
|
+
"privacy": "private",
|
|
108178
|
+
"return": {
|
|
108179
|
+
"type": {
|
|
108180
|
+
"text": "void"
|
|
108181
|
+
}
|
|
108150
108182
|
},
|
|
108151
|
-
"
|
|
108183
|
+
"parameters": [
|
|
108184
|
+
{
|
|
108185
|
+
"name": "form",
|
|
108186
|
+
"type": {
|
|
108187
|
+
"text": "HTMLFormElement"
|
|
108188
|
+
}
|
|
108189
|
+
}
|
|
108190
|
+
],
|
|
108191
|
+
"inheritedFrom": {
|
|
108192
|
+
"name": "SbbButtonBaseElement",
|
|
108193
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108194
|
+
}
|
|
108195
|
+
},
|
|
108196
|
+
{
|
|
108197
|
+
"kind": "field",
|
|
108198
|
+
"name": "_formKeyDown",
|
|
108199
|
+
"privacy": "private",
|
|
108152
108200
|
"inheritedFrom": {
|
|
108153
108201
|
"name": "SbbButtonBaseElement",
|
|
108154
108202
|
"module": "core/base-elements/button-base-element.js"
|
|
108155
108203
|
}
|
|
108156
108204
|
},
|
|
108157
108205
|
{
|
|
108206
|
+
"kind": "field",
|
|
108207
|
+
"name": "formAssociated",
|
|
108208
|
+
"type": {
|
|
108209
|
+
"text": "boolean"
|
|
108210
|
+
},
|
|
108211
|
+
"privacy": "public",
|
|
108212
|
+
"static": true,
|
|
108213
|
+
"default": "true",
|
|
108214
|
+
"inheritedFrom": {
|
|
108215
|
+
"name": "SbbFormAssociatedMixin",
|
|
108216
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108217
|
+
}
|
|
108218
|
+
},
|
|
108219
|
+
{
|
|
108220
|
+
"kind": "field",
|
|
108158
108221
|
"name": "name",
|
|
108222
|
+
"privacy": "public",
|
|
108159
108223
|
"description": "Name of the form element. Will be read from name attribute.",
|
|
108160
108224
|
"type": {
|
|
108161
108225
|
"text": "string"
|
|
108162
108226
|
},
|
|
108163
|
-
"
|
|
108227
|
+
"attribute": "name",
|
|
108164
108228
|
"inheritedFrom": {
|
|
108165
108229
|
"name": "SbbFormAssociatedMixin",
|
|
108166
108230
|
"module": "core/mixins/form-associated-mixin.js"
|
|
108167
108231
|
}
|
|
108168
|
-
}
|
|
108169
|
-
]
|
|
108170
|
-
}
|
|
108171
|
-
],
|
|
108172
|
-
"exports": [
|
|
108173
|
-
{
|
|
108174
|
-
"kind": "js",
|
|
108175
|
-
"name": "SbbMenuButtonElement",
|
|
108176
|
-
"declaration": {
|
|
108177
|
-
"name": "SbbMenuButtonElement",
|
|
108178
|
-
"module": "menu/menu-button/menu-button.component.js"
|
|
108179
|
-
}
|
|
108180
|
-
}
|
|
108181
|
-
]
|
|
108182
|
-
},
|
|
108183
|
-
{
|
|
108184
|
-
"kind": "javascript-module",
|
|
108185
|
-
"path": "menu/menu-link/menu-link.component.js",
|
|
108186
|
-
"declarations": [
|
|
108187
|
-
{
|
|
108188
|
-
"kind": "class",
|
|
108189
|
-
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
108190
|
-
"name": "SbbMenuLinkElement",
|
|
108191
|
-
"cssProperties": [
|
|
108192
|
-
{
|
|
108193
|
-
"description": "Can be used to modify horizontal padding.",
|
|
108194
|
-
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
108195
|
-
"default": "var(--sbb-spacing-fixed-3x)"
|
|
108196
|
-
}
|
|
108197
|
-
],
|
|
108198
|
-
"slots": [
|
|
108199
|
-
{
|
|
108200
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
108201
|
-
"name": ""
|
|
108202
108232
|
},
|
|
108203
|
-
{
|
|
108204
|
-
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
108205
|
-
"name": "icon"
|
|
108206
|
-
}
|
|
108207
|
-
],
|
|
108208
|
-
"members": [
|
|
108209
108233
|
{
|
|
108210
108234
|
"kind": "field",
|
|
108211
|
-
"name": "
|
|
108235
|
+
"name": "validity",
|
|
108212
108236
|
"type": {
|
|
108213
|
-
"text": "
|
|
108237
|
+
"text": "ValidityState"
|
|
108214
108238
|
},
|
|
108215
108239
|
"privacy": "public",
|
|
108216
|
-
"
|
|
108240
|
+
"description": "Returns the ValidityState object for this element.",
|
|
108217
108241
|
"readonly": true,
|
|
108218
108242
|
"inheritedFrom": {
|
|
108219
|
-
"name": "
|
|
108220
|
-
"module": "core/
|
|
108221
|
-
}
|
|
108222
|
-
"default": "'sbb-menu-link'"
|
|
108243
|
+
"name": "SbbFormAssociatedMixin",
|
|
108244
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108245
|
+
}
|
|
108223
108246
|
},
|
|
108224
108247
|
{
|
|
108225
108248
|
"kind": "field",
|
|
108226
|
-
"name": "
|
|
108249
|
+
"name": "validationMessage",
|
|
108227
108250
|
"type": {
|
|
108228
108251
|
"text": "string"
|
|
108229
108252
|
},
|
|
108230
|
-
"privacy": "
|
|
108253
|
+
"privacy": "public",
|
|
108254
|
+
"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.",
|
|
108231
108255
|
"readonly": true,
|
|
108232
|
-
"default": "'menuitem'",
|
|
108233
108256
|
"inheritedFrom": {
|
|
108234
|
-
"name": "
|
|
108235
|
-
"module": "core/
|
|
108257
|
+
"name": "SbbFormAssociatedMixin",
|
|
108258
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108236
108259
|
}
|
|
108237
108260
|
},
|
|
108238
108261
|
{
|
|
108239
108262
|
"kind": "field",
|
|
108240
|
-
"name": "
|
|
108263
|
+
"name": "willValidate",
|
|
108241
108264
|
"type": {
|
|
108242
108265
|
"text": "boolean"
|
|
108243
108266
|
},
|
|
108244
108267
|
"privacy": "public",
|
|
108245
|
-
"
|
|
108246
|
-
"
|
|
108247
|
-
"attribute": "disabled-interactive",
|
|
108248
|
-
"reflects": true,
|
|
108268
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
108269
|
+
"readonly": true,
|
|
108249
108270
|
"inheritedFrom": {
|
|
108250
|
-
"name": "
|
|
108251
|
-
"module": "core/mixins/
|
|
108271
|
+
"name": "SbbFormAssociatedMixin",
|
|
108272
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108252
108273
|
}
|
|
108253
108274
|
},
|
|
108254
108275
|
{
|
|
108255
108276
|
"kind": "field",
|
|
108256
|
-
"name": "
|
|
108277
|
+
"name": "_validityStates",
|
|
108278
|
+
"privacy": "private",
|
|
108279
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
108280
|
+
"inheritedFrom": {
|
|
108281
|
+
"name": "SbbFormAssociatedMixin",
|
|
108282
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108283
|
+
}
|
|
108284
|
+
},
|
|
108285
|
+
{
|
|
108286
|
+
"kind": "field",
|
|
108287
|
+
"name": "formDisabled",
|
|
108257
108288
|
"type": {
|
|
108258
|
-
"text": "
|
|
108289
|
+
"text": "boolean"
|
|
108259
108290
|
},
|
|
108260
|
-
"privacy": "
|
|
108261
|
-
"
|
|
108262
|
-
"
|
|
108291
|
+
"privacy": "protected",
|
|
108292
|
+
"default": "false",
|
|
108293
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
108263
108294
|
"inheritedFrom": {
|
|
108264
|
-
"name": "
|
|
108265
|
-
"module": "
|
|
108295
|
+
"name": "SbbFormAssociatedMixin",
|
|
108296
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108266
108297
|
}
|
|
108267
108298
|
},
|
|
108268
108299
|
{
|
|
108269
108300
|
"kind": "method",
|
|
108270
|
-
"name": "
|
|
108271
|
-
"privacy": "
|
|
108301
|
+
"name": "checkValidity",
|
|
108302
|
+
"privacy": "public",
|
|
108272
108303
|
"return": {
|
|
108273
108304
|
"type": {
|
|
108274
|
-
"text": "
|
|
108305
|
+
"text": "boolean"
|
|
108275
108306
|
}
|
|
108276
108307
|
},
|
|
108277
|
-
"description": "
|
|
108308
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
108278
108309
|
"inheritedFrom": {
|
|
108279
|
-
"name": "
|
|
108280
|
-
"module": "core/
|
|
108310
|
+
"name": "SbbFormAssociatedMixin",
|
|
108311
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108281
108312
|
}
|
|
108282
108313
|
},
|
|
108283
108314
|
{
|
|
108284
|
-
"kind": "
|
|
108285
|
-
"name": "
|
|
108286
|
-
"type": {
|
|
108287
|
-
"text": "string"
|
|
108288
|
-
},
|
|
108315
|
+
"kind": "method",
|
|
108316
|
+
"name": "reportValidity",
|
|
108289
108317
|
"privacy": "public",
|
|
108290
|
-
"
|
|
108291
|
-
|
|
108292
|
-
|
|
108318
|
+
"return": {
|
|
108319
|
+
"type": {
|
|
108320
|
+
"text": "boolean"
|
|
108321
|
+
}
|
|
108322
|
+
},
|
|
108323
|
+
"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.",
|
|
108293
108324
|
"inheritedFrom": {
|
|
108294
|
-
"name": "
|
|
108295
|
-
"module": "
|
|
108325
|
+
"name": "SbbFormAssociatedMixin",
|
|
108326
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108296
108327
|
}
|
|
108297
108328
|
},
|
|
108298
108329
|
{
|
|
108299
108330
|
"kind": "method",
|
|
108300
|
-
"name": "
|
|
108301
|
-
"privacy": "
|
|
108331
|
+
"name": "setCustomValidity",
|
|
108332
|
+
"privacy": "public",
|
|
108302
108333
|
"return": {
|
|
108303
108334
|
"type": {
|
|
108304
|
-
"text": "
|
|
108335
|
+
"text": "void"
|
|
108305
108336
|
}
|
|
108306
108337
|
},
|
|
108307
108338
|
"parameters": [
|
|
108308
108339
|
{
|
|
108309
|
-
"name": "
|
|
108310
|
-
"optional": true,
|
|
108340
|
+
"name": "message",
|
|
108311
108341
|
"type": {
|
|
108312
108342
|
"text": "string"
|
|
108313
108343
|
}
|
|
108314
108344
|
}
|
|
108315
108345
|
],
|
|
108346
|
+
"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.",
|
|
108316
108347
|
"inheritedFrom": {
|
|
108317
|
-
"name": "
|
|
108318
|
-
"module": "
|
|
108348
|
+
"name": "SbbFormAssociatedMixin",
|
|
108349
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108319
108350
|
}
|
|
108320
108351
|
},
|
|
108321
108352
|
{
|
|
108322
108353
|
"kind": "method",
|
|
108323
|
-
"name": "
|
|
108324
|
-
"privacy": "
|
|
108354
|
+
"name": "_hasDisabledAncestor",
|
|
108355
|
+
"privacy": "private",
|
|
108325
108356
|
"return": {
|
|
108326
108357
|
"type": {
|
|
108327
|
-
"text": "
|
|
108358
|
+
"text": "boolean"
|
|
108328
108359
|
}
|
|
108329
108360
|
},
|
|
108330
108361
|
"inheritedFrom": {
|
|
108331
|
-
"name": "
|
|
108332
|
-
"module": "
|
|
108362
|
+
"name": "SbbFormAssociatedMixin",
|
|
108363
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108333
108364
|
}
|
|
108334
108365
|
},
|
|
108335
108366
|
{
|
|
108336
108367
|
"kind": "method",
|
|
108337
|
-
"name": "
|
|
108338
|
-
"privacy": "
|
|
108368
|
+
"name": "updateFormValue",
|
|
108369
|
+
"privacy": "protected",
|
|
108339
108370
|
"return": {
|
|
108340
108371
|
"type": {
|
|
108341
|
-
"text": "
|
|
108372
|
+
"text": "void"
|
|
108342
108373
|
}
|
|
108343
108374
|
},
|
|
108375
|
+
"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",
|
|
108344
108376
|
"inheritedFrom": {
|
|
108345
|
-
"name": "
|
|
108346
|
-
"module": "
|
|
108347
|
-
}
|
|
108348
|
-
},
|
|
108349
|
-
{
|
|
108350
|
-
"kind": "field",
|
|
108351
|
-
"name": "disabled",
|
|
108352
|
-
"privacy": "public",
|
|
108353
|
-
"description": "Whether the component is disabled.",
|
|
108354
|
-
"default": "false",
|
|
108355
|
-
"type": {
|
|
108356
|
-
"text": "boolean"
|
|
108357
|
-
},
|
|
108358
|
-
"attribute": "disabled",
|
|
108359
|
-
"reflects": true,
|
|
108360
|
-
"inheritedFrom": {
|
|
108361
|
-
"name": "SbbDisabledMixin",
|
|
108362
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
108363
|
-
}
|
|
108364
|
-
},
|
|
108365
|
-
{
|
|
108366
|
-
"kind": "field",
|
|
108367
|
-
"name": "#disabled",
|
|
108368
|
-
"privacy": "private",
|
|
108369
|
-
"type": {
|
|
108370
|
-
"text": "boolean"
|
|
108371
|
-
},
|
|
108372
|
-
"default": "false",
|
|
108373
|
-
"inheritedFrom": {
|
|
108374
|
-
"name": "SbbDisabledMixin",
|
|
108375
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
108377
|
+
"name": "SbbFormAssociatedMixin",
|
|
108378
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108376
108379
|
}
|
|
108377
108380
|
},
|
|
108378
108381
|
{
|
|
108379
108382
|
"kind": "method",
|
|
108380
|
-
"name": "
|
|
108383
|
+
"name": "formState",
|
|
108381
108384
|
"privacy": "protected",
|
|
108382
108385
|
"return": {
|
|
108383
108386
|
"type": {
|
|
108384
|
-
"text": "
|
|
108387
|
+
"text": "FormRestoreState"
|
|
108385
108388
|
}
|
|
108386
108389
|
},
|
|
108387
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
108388
|
-
"inheritedFrom": {
|
|
108389
|
-
"name": "SbbDisabledMixin",
|
|
108390
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
108391
|
-
}
|
|
108392
|
-
},
|
|
108393
|
-
{
|
|
108394
|
-
"kind": "field",
|
|
108395
|
-
"name": "href",
|
|
108396
|
-
"type": {
|
|
108397
|
-
"text": "string"
|
|
108398
|
-
},
|
|
108399
|
-
"privacy": "public",
|
|
108400
|
-
"default": "''",
|
|
108401
|
-
"description": "The href value you want to link to.",
|
|
108402
|
-
"attribute": "href",
|
|
108403
|
-
"reflects": true,
|
|
108404
108390
|
"inheritedFrom": {
|
|
108405
|
-
"name": "
|
|
108406
|
-
"module": "core/
|
|
108391
|
+
"name": "SbbFormAssociatedMixin",
|
|
108392
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108407
108393
|
}
|
|
108408
108394
|
},
|
|
108409
108395
|
{
|
|
108410
|
-
"kind": "
|
|
108411
|
-
"name": "
|
|
108412
|
-
"
|
|
108413
|
-
|
|
108396
|
+
"kind": "method",
|
|
108397
|
+
"name": "setValidityFlag",
|
|
108398
|
+
"privacy": "protected",
|
|
108399
|
+
"return": {
|
|
108400
|
+
"type": {
|
|
108401
|
+
"text": "void"
|
|
108402
|
+
}
|
|
108414
108403
|
},
|
|
108415
|
-
"
|
|
108416
|
-
|
|
108417
|
-
|
|
108418
|
-
|
|
108419
|
-
|
|
108404
|
+
"parameters": [
|
|
108405
|
+
{
|
|
108406
|
+
"name": "flag",
|
|
108407
|
+
"type": {
|
|
108408
|
+
"text": "T"
|
|
108409
|
+
}
|
|
108410
|
+
},
|
|
108411
|
+
{
|
|
108412
|
+
"name": "message",
|
|
108413
|
+
"type": {
|
|
108414
|
+
"text": "string"
|
|
108415
|
+
}
|
|
108416
|
+
},
|
|
108417
|
+
{
|
|
108418
|
+
"name": "flagValue",
|
|
108419
|
+
"optional": true,
|
|
108420
|
+
"type": {
|
|
108421
|
+
"text": "ValidityStateFlags[T]"
|
|
108422
|
+
}
|
|
108423
|
+
}
|
|
108424
|
+
],
|
|
108425
|
+
"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).",
|
|
108420
108426
|
"inheritedFrom": {
|
|
108421
|
-
"name": "
|
|
108422
|
-
"module": "core/
|
|
108427
|
+
"name": "SbbFormAssociatedMixin",
|
|
108428
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108423
108429
|
}
|
|
108424
108430
|
},
|
|
108425
108431
|
{
|
|
108426
|
-
"kind": "
|
|
108427
|
-
"name": "
|
|
108428
|
-
"
|
|
108429
|
-
|
|
108432
|
+
"kind": "method",
|
|
108433
|
+
"name": "removeValidityFlag",
|
|
108434
|
+
"privacy": "protected",
|
|
108435
|
+
"return": {
|
|
108436
|
+
"type": {
|
|
108437
|
+
"text": "void"
|
|
108438
|
+
}
|
|
108430
108439
|
},
|
|
108431
|
-
"
|
|
108432
|
-
|
|
108433
|
-
|
|
108434
|
-
|
|
108435
|
-
|
|
108440
|
+
"parameters": [
|
|
108441
|
+
{
|
|
108442
|
+
"name": "flag",
|
|
108443
|
+
"type": {
|
|
108444
|
+
"text": "T"
|
|
108445
|
+
}
|
|
108446
|
+
}
|
|
108447
|
+
],
|
|
108448
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
108436
108449
|
"inheritedFrom": {
|
|
108437
|
-
"name": "
|
|
108438
|
-
"module": "core/
|
|
108450
|
+
"name": "SbbFormAssociatedMixin",
|
|
108451
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108439
108452
|
}
|
|
108440
108453
|
},
|
|
108441
108454
|
{
|
|
108442
|
-
"kind": "
|
|
108443
|
-
"name": "
|
|
108444
|
-
"
|
|
108445
|
-
|
|
108455
|
+
"kind": "method",
|
|
108456
|
+
"name": "validate",
|
|
108457
|
+
"privacy": "protected",
|
|
108458
|
+
"return": {
|
|
108459
|
+
"type": {
|
|
108460
|
+
"text": "void"
|
|
108461
|
+
}
|
|
108446
108462
|
},
|
|
108447
|
-
"
|
|
108448
|
-
"default": "false",
|
|
108449
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
108450
|
-
"attribute": "download",
|
|
108451
|
-
"reflects": true,
|
|
108463
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
108452
108464
|
"inheritedFrom": {
|
|
108453
|
-
"name": "
|
|
108454
|
-
"module": "core/
|
|
108465
|
+
"name": "SbbFormAssociatedMixin",
|
|
108466
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108455
108467
|
}
|
|
108456
108468
|
},
|
|
108457
108469
|
{
|
|
108458
|
-
"kind": "
|
|
108459
|
-
"name": "
|
|
108460
|
-
"
|
|
108461
|
-
|
|
108470
|
+
"kind": "method",
|
|
108471
|
+
"name": "shouldValidate",
|
|
108472
|
+
"privacy": "protected",
|
|
108473
|
+
"return": {
|
|
108474
|
+
"type": {
|
|
108475
|
+
"text": "boolean"
|
|
108476
|
+
}
|
|
108462
108477
|
},
|
|
108463
|
-
"
|
|
108464
|
-
|
|
108465
|
-
|
|
108466
|
-
|
|
108478
|
+
"parameters": [
|
|
108479
|
+
{
|
|
108480
|
+
"name": "name",
|
|
108481
|
+
"type": {
|
|
108482
|
+
"text": "PropertyKey | undefined"
|
|
108483
|
+
}
|
|
108484
|
+
}
|
|
108485
|
+
],
|
|
108486
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
108467
108487
|
"inheritedFrom": {
|
|
108468
|
-
"name": "
|
|
108469
|
-
"module": "core/
|
|
108488
|
+
"name": "SbbFormAssociatedMixin",
|
|
108489
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108470
108490
|
}
|
|
108471
108491
|
},
|
|
108472
108492
|
{
|
|
108473
|
-
"kind": "
|
|
108474
|
-
"name": "
|
|
108475
|
-
"
|
|
108476
|
-
|
|
108493
|
+
"kind": "method",
|
|
108494
|
+
"name": "_setInternalValidity",
|
|
108495
|
+
"privacy": "private",
|
|
108496
|
+
"return": {
|
|
108497
|
+
"type": {
|
|
108498
|
+
"text": "void"
|
|
108499
|
+
}
|
|
108477
108500
|
},
|
|
108478
|
-
"privacy": "public",
|
|
108479
|
-
"default": "''",
|
|
108480
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
108481
|
-
"attribute": "accessibility-current",
|
|
108482
108501
|
"inheritedFrom": {
|
|
108483
|
-
"name": "
|
|
108484
|
-
"module": "core/
|
|
108502
|
+
"name": "SbbFormAssociatedMixin",
|
|
108503
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108485
108504
|
}
|
|
108486
108505
|
},
|
|
108487
108506
|
{
|
|
108488
108507
|
"kind": "field",
|
|
108489
|
-
"name": "
|
|
108490
|
-
"privacy": "
|
|
108491
|
-
"
|
|
108508
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
108509
|
+
"privacy": "private",
|
|
108510
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
108511
|
+
"parameters": [
|
|
108512
|
+
{
|
|
108513
|
+
"description": "The origin event.",
|
|
108514
|
+
"name": "event"
|
|
108515
|
+
}
|
|
108516
|
+
],
|
|
108492
108517
|
"inheritedFrom": {
|
|
108493
|
-
"name": "
|
|
108494
|
-
"module": "core/base-elements/
|
|
108518
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108519
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108495
108520
|
}
|
|
108496
108521
|
},
|
|
108497
108522
|
{
|
|
108498
108523
|
"kind": "field",
|
|
108499
|
-
"name": "
|
|
108524
|
+
"name": "_removeActiveMarker",
|
|
108500
108525
|
"privacy": "private",
|
|
108501
108526
|
"inheritedFrom": {
|
|
108502
|
-
"name": "
|
|
108503
|
-
"module": "core/base-elements/
|
|
108527
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108528
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108504
108529
|
}
|
|
108505
108530
|
},
|
|
108506
108531
|
{
|
|
108507
|
-
"kind": "
|
|
108508
|
-
"name": "
|
|
108509
|
-
"privacy": "
|
|
108510
|
-
"
|
|
108511
|
-
"type": {
|
|
108512
|
-
"text": "TemplateResult"
|
|
108513
|
-
}
|
|
108514
|
-
},
|
|
108532
|
+
"kind": "field",
|
|
108533
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
108534
|
+
"privacy": "private",
|
|
108535
|
+
"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.",
|
|
108515
108536
|
"parameters": [
|
|
108516
108537
|
{
|
|
108517
|
-
"
|
|
108518
|
-
"
|
|
108519
|
-
"text": "TemplateResult"
|
|
108520
|
-
}
|
|
108538
|
+
"description": "The origin event.",
|
|
108539
|
+
"name": "event"
|
|
108521
108540
|
}
|
|
108522
108541
|
],
|
|
108523
108542
|
"inheritedFrom": {
|
|
108524
|
-
"name": "
|
|
108525
|
-
"module": "core/base-elements/
|
|
108543
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108544
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108545
|
+
}
|
|
108546
|
+
},
|
|
108547
|
+
{
|
|
108548
|
+
"kind": "field",
|
|
108549
|
+
"name": "_dispatchClickEvent",
|
|
108550
|
+
"privacy": "private",
|
|
108551
|
+
"inheritedFrom": {
|
|
108552
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108553
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108526
108554
|
}
|
|
108527
108555
|
},
|
|
108528
108556
|
{
|
|
@@ -108673,7 +108701,7 @@
|
|
|
108673
108701
|
],
|
|
108674
108702
|
"mixins": [
|
|
108675
108703
|
{
|
|
108676
|
-
"name": "
|
|
108704
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
108677
108705
|
"module": "core/mixins.js"
|
|
108678
108706
|
},
|
|
108679
108707
|
{
|
|
@@ -108682,10 +108710,10 @@
|
|
|
108682
108710
|
}
|
|
108683
108711
|
],
|
|
108684
108712
|
"superclass": {
|
|
108685
|
-
"name": "
|
|
108713
|
+
"name": "SbbButtonBaseElement",
|
|
108686
108714
|
"module": "core/base-elements.js"
|
|
108687
108715
|
},
|
|
108688
|
-
"tagName": "sbb-menu-
|
|
108716
|
+
"tagName": "sbb-menu-button",
|
|
108689
108717
|
"customElement": true,
|
|
108690
108718
|
"attributes": [
|
|
108691
108719
|
{
|
|
@@ -108701,19 +108729,6 @@
|
|
|
108701
108729
|
"module": "core/mixins/disabled-mixin.js"
|
|
108702
108730
|
}
|
|
108703
108731
|
},
|
|
108704
|
-
{
|
|
108705
|
-
"name": "icon-name",
|
|
108706
|
-
"type": {
|
|
108707
|
-
"text": "string"
|
|
108708
|
-
},
|
|
108709
|
-
"default": "''",
|
|
108710
|
-
"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.",
|
|
108711
|
-
"fieldName": "iconName",
|
|
108712
|
-
"inheritedFrom": {
|
|
108713
|
-
"name": "SbbIconNameMixin",
|
|
108714
|
-
"module": "icon/icon-name-mixin.js"
|
|
108715
|
-
}
|
|
108716
|
-
},
|
|
108717
108732
|
{
|
|
108718
108733
|
"name": "disabled",
|
|
108719
108734
|
"description": "Whether the component is disabled.",
|
|
@@ -108728,81 +108743,66 @@
|
|
|
108728
108743
|
}
|
|
108729
108744
|
},
|
|
108730
108745
|
{
|
|
108731
|
-
"name": "
|
|
108746
|
+
"name": "icon-name",
|
|
108732
108747
|
"type": {
|
|
108733
108748
|
"text": "string"
|
|
108734
108749
|
},
|
|
108735
108750
|
"default": "''",
|
|
108736
|
-
"description": "The
|
|
108737
|
-
"fieldName": "
|
|
108738
|
-
"inheritedFrom": {
|
|
108739
|
-
"name": "SbbLinkBaseElement",
|
|
108740
|
-
"module": "core/base-elements/link-base-element.js"
|
|
108741
|
-
}
|
|
108742
|
-
},
|
|
108743
|
-
{
|
|
108744
|
-
"name": "target",
|
|
108745
|
-
"type": {
|
|
108746
|
-
"text": "LinkTargetType | string"
|
|
108747
|
-
},
|
|
108748
|
-
"default": "''",
|
|
108749
|
-
"description": "Where to display the linked URL.",
|
|
108750
|
-
"fieldName": "target",
|
|
108751
|
+
"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.",
|
|
108752
|
+
"fieldName": "iconName",
|
|
108751
108753
|
"inheritedFrom": {
|
|
108752
|
-
"name": "
|
|
108753
|
-
"module": "
|
|
108754
|
+
"name": "SbbIconNameMixin",
|
|
108755
|
+
"module": "icon/icon-name-mixin.js"
|
|
108754
108756
|
}
|
|
108755
108757
|
},
|
|
108756
108758
|
{
|
|
108757
|
-
"name": "
|
|
108759
|
+
"name": "value",
|
|
108758
108760
|
"type": {
|
|
108759
108761
|
"text": "string"
|
|
108760
108762
|
},
|
|
108761
108763
|
"default": "''",
|
|
108762
|
-
"description": "
|
|
108763
|
-
"fieldName": "
|
|
108764
|
+
"description": "Value of the form element.",
|
|
108765
|
+
"fieldName": "value",
|
|
108764
108766
|
"inheritedFrom": {
|
|
108765
|
-
"name": "
|
|
108766
|
-
"module": "core/base-elements/
|
|
108767
|
+
"name": "SbbButtonBaseElement",
|
|
108768
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108767
108769
|
}
|
|
108768
108770
|
},
|
|
108769
108771
|
{
|
|
108770
|
-
"name": "
|
|
108772
|
+
"name": "type",
|
|
108773
|
+
"description": "The type attribute to use for the button.",
|
|
108774
|
+
"default": "'button'",
|
|
108771
108775
|
"type": {
|
|
108772
|
-
"text": "
|
|
108776
|
+
"text": "SbbButtonType"
|
|
108773
108777
|
},
|
|
108774
|
-
"
|
|
108775
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
108776
|
-
"fieldName": "download",
|
|
108778
|
+
"fieldName": "type",
|
|
108777
108779
|
"inheritedFrom": {
|
|
108778
|
-
"name": "
|
|
108779
|
-
"module": "core/base-elements/
|
|
108780
|
+
"name": "SbbButtonBaseElement",
|
|
108781
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108780
108782
|
}
|
|
108781
108783
|
},
|
|
108782
108784
|
{
|
|
108783
|
-
"name": "
|
|
108785
|
+
"name": "form",
|
|
108786
|
+
"description": "The `<form>` element to associate the button with.",
|
|
108784
108787
|
"type": {
|
|
108785
|
-
"text": "
|
|
108788
|
+
"text": "HTMLFormElement | null"
|
|
108786
108789
|
},
|
|
108787
|
-
"
|
|
108788
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
108789
|
-
"fieldName": "accessibilityLabel",
|
|
108790
|
+
"fieldName": "form",
|
|
108790
108791
|
"inheritedFrom": {
|
|
108791
|
-
"name": "
|
|
108792
|
-
"module": "core/base-elements/
|
|
108792
|
+
"name": "SbbButtonBaseElement",
|
|
108793
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108793
108794
|
}
|
|
108794
108795
|
},
|
|
108795
108796
|
{
|
|
108796
|
-
"name": "
|
|
108797
|
+
"name": "name",
|
|
108798
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
108797
108799
|
"type": {
|
|
108798
108800
|
"text": "string"
|
|
108799
108801
|
},
|
|
108800
|
-
"
|
|
108801
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
108802
|
-
"fieldName": "accessibilityCurrent",
|
|
108802
|
+
"fieldName": "name",
|
|
108803
108803
|
"inheritedFrom": {
|
|
108804
|
-
"name": "
|
|
108805
|
-
"module": "core/
|
|
108804
|
+
"name": "SbbFormAssociatedMixin",
|
|
108805
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108806
108806
|
}
|
|
108807
108807
|
}
|
|
108808
108808
|
]
|
|
@@ -108811,10 +108811,10 @@
|
|
|
108811
108811
|
"exports": [
|
|
108812
108812
|
{
|
|
108813
108813
|
"kind": "js",
|
|
108814
|
-
"name": "
|
|
108814
|
+
"name": "SbbMenuButtonElement",
|
|
108815
108815
|
"declaration": {
|
|
108816
|
-
"name": "
|
|
108817
|
-
"module": "menu/menu-
|
|
108816
|
+
"name": "SbbMenuButtonElement",
|
|
108817
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
108818
108818
|
}
|
|
108819
108819
|
}
|
|
108820
108820
|
]
|
|
@@ -124074,6 +124074,261 @@
|
|
|
124074
124074
|
}
|
|
124075
124075
|
]
|
|
124076
124076
|
},
|
|
124077
|
+
{
|
|
124078
|
+
"kind": "javascript-module",
|
|
124079
|
+
"path": "table/table-wrapper/table-wrapper.component.js",
|
|
124080
|
+
"declarations": [
|
|
124081
|
+
{
|
|
124082
|
+
"kind": "class",
|
|
124083
|
+
"description": "Wraps a table to enhance its functionality.",
|
|
124084
|
+
"name": "SbbTableWrapperElement",
|
|
124085
|
+
"slots": [
|
|
124086
|
+
{
|
|
124087
|
+
"description": "Use the unnamed slot to add the table.",
|
|
124088
|
+
"name": ""
|
|
124089
|
+
}
|
|
124090
|
+
],
|
|
124091
|
+
"members": [
|
|
124092
|
+
{
|
|
124093
|
+
"kind": "field",
|
|
124094
|
+
"name": "elementName",
|
|
124095
|
+
"type": {
|
|
124096
|
+
"text": "string"
|
|
124097
|
+
},
|
|
124098
|
+
"privacy": "public",
|
|
124099
|
+
"static": true,
|
|
124100
|
+
"readonly": true,
|
|
124101
|
+
"default": "'sbb-table-wrapper'",
|
|
124102
|
+
"inheritedFrom": {
|
|
124103
|
+
"name": "SbbElement",
|
|
124104
|
+
"module": "core/base-elements/element.js"
|
|
124105
|
+
}
|
|
124106
|
+
},
|
|
124107
|
+
{
|
|
124108
|
+
"kind": "field",
|
|
124109
|
+
"name": "role",
|
|
124110
|
+
"type": {
|
|
124111
|
+
"text": "string"
|
|
124112
|
+
},
|
|
124113
|
+
"privacy": "public",
|
|
124114
|
+
"static": true,
|
|
124115
|
+
"readonly": true,
|
|
124116
|
+
"default": "'section'"
|
|
124117
|
+
},
|
|
124118
|
+
{
|
|
124119
|
+
"kind": "field",
|
|
124120
|
+
"name": "focusable",
|
|
124121
|
+
"type": {
|
|
124122
|
+
"text": "boolean"
|
|
124123
|
+
},
|
|
124124
|
+
"privacy": "public",
|
|
124125
|
+
"default": "false",
|
|
124126
|
+
"description": "Whether the table wrapper is focusable.",
|
|
124127
|
+
"attribute": "focusable",
|
|
124128
|
+
"reflects": true
|
|
124129
|
+
},
|
|
124130
|
+
{
|
|
124131
|
+
"kind": "method",
|
|
124132
|
+
"name": "_updateScrollbarClass",
|
|
124133
|
+
"privacy": "private",
|
|
124134
|
+
"return": {
|
|
124135
|
+
"type": {
|
|
124136
|
+
"text": "void"
|
|
124137
|
+
}
|
|
124138
|
+
}
|
|
124139
|
+
},
|
|
124140
|
+
{
|
|
124141
|
+
"kind": "method",
|
|
124142
|
+
"name": "_checkHorizontalScrollbarOffset",
|
|
124143
|
+
"privacy": "private",
|
|
124144
|
+
"return": {
|
|
124145
|
+
"type": {
|
|
124146
|
+
"text": "void"
|
|
124147
|
+
}
|
|
124148
|
+
},
|
|
124149
|
+
"description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
|
|
124150
|
+
},
|
|
124151
|
+
{
|
|
124152
|
+
"kind": "method",
|
|
124153
|
+
"name": "_calculateScrollOffset",
|
|
124154
|
+
"privacy": "private",
|
|
124155
|
+
"return": {
|
|
124156
|
+
"type": {
|
|
124157
|
+
"text": "'none' | 'left' | 'right' | 'both'"
|
|
124158
|
+
}
|
|
124159
|
+
}
|
|
124160
|
+
},
|
|
124161
|
+
{
|
|
124162
|
+
"kind": "field",
|
|
124163
|
+
"name": "negative",
|
|
124164
|
+
"type": {
|
|
124165
|
+
"text": "boolean"
|
|
124166
|
+
},
|
|
124167
|
+
"privacy": "public",
|
|
124168
|
+
"default": "false",
|
|
124169
|
+
"description": "Negative coloring variant flag.",
|
|
124170
|
+
"attribute": "negative",
|
|
124171
|
+
"reflects": true,
|
|
124172
|
+
"inheritedFrom": {
|
|
124173
|
+
"name": "SbbNegativeMixin",
|
|
124174
|
+
"module": "core/mixins/negative-mixin.js"
|
|
124175
|
+
}
|
|
124176
|
+
},
|
|
124177
|
+
{
|
|
124178
|
+
"kind": "field",
|
|
124179
|
+
"name": "_hydrationRequired",
|
|
124180
|
+
"type": {
|
|
124181
|
+
"text": "boolean"
|
|
124182
|
+
},
|
|
124183
|
+
"privacy": "private",
|
|
124184
|
+
"default": "!!this.shadowRoot",
|
|
124185
|
+
"inheritedFrom": {
|
|
124186
|
+
"name": "SbbElement",
|
|
124187
|
+
"module": "core/base-elements/element.js"
|
|
124188
|
+
}
|
|
124189
|
+
},
|
|
124190
|
+
{
|
|
124191
|
+
"kind": "field",
|
|
124192
|
+
"name": "_hydrationComplete",
|
|
124193
|
+
"privacy": "private",
|
|
124194
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
124195
|
+
"inheritedFrom": {
|
|
124196
|
+
"name": "SbbElement",
|
|
124197
|
+
"module": "core/base-elements/element.js"
|
|
124198
|
+
}
|
|
124199
|
+
},
|
|
124200
|
+
{
|
|
124201
|
+
"kind": "field",
|
|
124202
|
+
"name": "_resolveHydration",
|
|
124203
|
+
"type": {
|
|
124204
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
124205
|
+
},
|
|
124206
|
+
"privacy": "private",
|
|
124207
|
+
"inheritedFrom": {
|
|
124208
|
+
"name": "SbbElement",
|
|
124209
|
+
"module": "core/base-elements/element.js"
|
|
124210
|
+
}
|
|
124211
|
+
},
|
|
124212
|
+
{
|
|
124213
|
+
"kind": "field",
|
|
124214
|
+
"name": "hydrationRequired",
|
|
124215
|
+
"type": {
|
|
124216
|
+
"text": "boolean"
|
|
124217
|
+
},
|
|
124218
|
+
"privacy": "protected",
|
|
124219
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
124220
|
+
"readonly": true,
|
|
124221
|
+
"inheritedFrom": {
|
|
124222
|
+
"name": "SbbElement",
|
|
124223
|
+
"module": "core/base-elements/element.js"
|
|
124224
|
+
},
|
|
124225
|
+
"default": "!!this.shadowRoot"
|
|
124226
|
+
},
|
|
124227
|
+
{
|
|
124228
|
+
"kind": "method",
|
|
124229
|
+
"name": "toggleState",
|
|
124230
|
+
"privacy": "protected",
|
|
124231
|
+
"return": {
|
|
124232
|
+
"type": {
|
|
124233
|
+
"text": "void"
|
|
124234
|
+
}
|
|
124235
|
+
},
|
|
124236
|
+
"parameters": [
|
|
124237
|
+
{
|
|
124238
|
+
"name": "value",
|
|
124239
|
+
"type": {
|
|
124240
|
+
"text": "string"
|
|
124241
|
+
}
|
|
124242
|
+
},
|
|
124243
|
+
{
|
|
124244
|
+
"name": "force",
|
|
124245
|
+
"optional": true,
|
|
124246
|
+
"type": {
|
|
124247
|
+
"text": "boolean"
|
|
124248
|
+
}
|
|
124249
|
+
}
|
|
124250
|
+
],
|
|
124251
|
+
"inheritedFrom": {
|
|
124252
|
+
"name": "SbbElement",
|
|
124253
|
+
"module": "core/base-elements/element.js"
|
|
124254
|
+
}
|
|
124255
|
+
},
|
|
124256
|
+
{
|
|
124257
|
+
"kind": "field",
|
|
124258
|
+
"name": "['_$sbbElement$']",
|
|
124259
|
+
"type": {
|
|
124260
|
+
"text": "boolean"
|
|
124261
|
+
},
|
|
124262
|
+
"privacy": "public",
|
|
124263
|
+
"static": true,
|
|
124264
|
+
"default": "true",
|
|
124265
|
+
"inheritedFrom": {
|
|
124266
|
+
"name": "SbbElement",
|
|
124267
|
+
"module": "core/base-elements/element.js"
|
|
124268
|
+
}
|
|
124269
|
+
},
|
|
124270
|
+
{
|
|
124271
|
+
"kind": "field",
|
|
124272
|
+
"name": "_controllers",
|
|
124273
|
+
"type": {
|
|
124274
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
124275
|
+
},
|
|
124276
|
+
"privacy": "private",
|
|
124277
|
+
"inheritedFrom": {
|
|
124278
|
+
"name": "SbbElement",
|
|
124279
|
+
"module": "core/base-elements/element.js"
|
|
124280
|
+
}
|
|
124281
|
+
}
|
|
124282
|
+
],
|
|
124283
|
+
"attributes": [
|
|
124284
|
+
{
|
|
124285
|
+
"name": "focusable",
|
|
124286
|
+
"type": {
|
|
124287
|
+
"text": "boolean"
|
|
124288
|
+
},
|
|
124289
|
+
"default": "false",
|
|
124290
|
+
"description": "Whether the table wrapper is focusable.",
|
|
124291
|
+
"fieldName": "focusable"
|
|
124292
|
+
},
|
|
124293
|
+
{
|
|
124294
|
+
"name": "negative",
|
|
124295
|
+
"type": {
|
|
124296
|
+
"text": "boolean"
|
|
124297
|
+
},
|
|
124298
|
+
"default": "false",
|
|
124299
|
+
"description": "Negative coloring variant flag.",
|
|
124300
|
+
"fieldName": "negative",
|
|
124301
|
+
"inheritedFrom": {
|
|
124302
|
+
"name": "SbbNegativeMixin",
|
|
124303
|
+
"module": "core/mixins/negative-mixin.js"
|
|
124304
|
+
}
|
|
124305
|
+
}
|
|
124306
|
+
],
|
|
124307
|
+
"mixins": [
|
|
124308
|
+
{
|
|
124309
|
+
"name": "SbbNegativeMixin",
|
|
124310
|
+
"module": "core/mixins.js"
|
|
124311
|
+
}
|
|
124312
|
+
],
|
|
124313
|
+
"superclass": {
|
|
124314
|
+
"name": "SbbElement",
|
|
124315
|
+
"module": "core/base-elements.js"
|
|
124316
|
+
},
|
|
124317
|
+
"tagName": "sbb-table-wrapper",
|
|
124318
|
+
"customElement": true
|
|
124319
|
+
}
|
|
124320
|
+
],
|
|
124321
|
+
"exports": [
|
|
124322
|
+
{
|
|
124323
|
+
"kind": "js",
|
|
124324
|
+
"name": "SbbTableWrapperElement",
|
|
124325
|
+
"declaration": {
|
|
124326
|
+
"name": "SbbTableWrapperElement",
|
|
124327
|
+
"module": "table/table-wrapper/table-wrapper.component.js"
|
|
124328
|
+
}
|
|
124329
|
+
}
|
|
124330
|
+
]
|
|
124331
|
+
},
|
|
124077
124332
|
{
|
|
124078
124333
|
"kind": "javascript-module",
|
|
124079
124334
|
"path": "stepper/stepper/stepper.component.js",
|
|
@@ -124705,261 +124960,6 @@
|
|
|
124705
124960
|
}
|
|
124706
124961
|
]
|
|
124707
124962
|
},
|
|
124708
|
-
{
|
|
124709
|
-
"kind": "javascript-module",
|
|
124710
|
-
"path": "table/table-wrapper/table-wrapper.component.js",
|
|
124711
|
-
"declarations": [
|
|
124712
|
-
{
|
|
124713
|
-
"kind": "class",
|
|
124714
|
-
"description": "Wraps a table to enhance its functionality.",
|
|
124715
|
-
"name": "SbbTableWrapperElement",
|
|
124716
|
-
"slots": [
|
|
124717
|
-
{
|
|
124718
|
-
"description": "Use the unnamed slot to add the table.",
|
|
124719
|
-
"name": ""
|
|
124720
|
-
}
|
|
124721
|
-
],
|
|
124722
|
-
"members": [
|
|
124723
|
-
{
|
|
124724
|
-
"kind": "field",
|
|
124725
|
-
"name": "elementName",
|
|
124726
|
-
"type": {
|
|
124727
|
-
"text": "string"
|
|
124728
|
-
},
|
|
124729
|
-
"privacy": "public",
|
|
124730
|
-
"static": true,
|
|
124731
|
-
"readonly": true,
|
|
124732
|
-
"default": "'sbb-table-wrapper'",
|
|
124733
|
-
"inheritedFrom": {
|
|
124734
|
-
"name": "SbbElement",
|
|
124735
|
-
"module": "core/base-elements/element.js"
|
|
124736
|
-
}
|
|
124737
|
-
},
|
|
124738
|
-
{
|
|
124739
|
-
"kind": "field",
|
|
124740
|
-
"name": "role",
|
|
124741
|
-
"type": {
|
|
124742
|
-
"text": "string"
|
|
124743
|
-
},
|
|
124744
|
-
"privacy": "public",
|
|
124745
|
-
"static": true,
|
|
124746
|
-
"readonly": true,
|
|
124747
|
-
"default": "'section'"
|
|
124748
|
-
},
|
|
124749
|
-
{
|
|
124750
|
-
"kind": "field",
|
|
124751
|
-
"name": "focusable",
|
|
124752
|
-
"type": {
|
|
124753
|
-
"text": "boolean"
|
|
124754
|
-
},
|
|
124755
|
-
"privacy": "public",
|
|
124756
|
-
"default": "false",
|
|
124757
|
-
"description": "Whether the table wrapper is focusable.",
|
|
124758
|
-
"attribute": "focusable",
|
|
124759
|
-
"reflects": true
|
|
124760
|
-
},
|
|
124761
|
-
{
|
|
124762
|
-
"kind": "method",
|
|
124763
|
-
"name": "_updateScrollbarClass",
|
|
124764
|
-
"privacy": "private",
|
|
124765
|
-
"return": {
|
|
124766
|
-
"type": {
|
|
124767
|
-
"text": "void"
|
|
124768
|
-
}
|
|
124769
|
-
}
|
|
124770
|
-
},
|
|
124771
|
-
{
|
|
124772
|
-
"kind": "method",
|
|
124773
|
-
"name": "_checkHorizontalScrollbarOffset",
|
|
124774
|
-
"privacy": "private",
|
|
124775
|
-
"return": {
|
|
124776
|
-
"type": {
|
|
124777
|
-
"text": "void"
|
|
124778
|
-
}
|
|
124779
|
-
},
|
|
124780
|
-
"description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
|
|
124781
|
-
},
|
|
124782
|
-
{
|
|
124783
|
-
"kind": "method",
|
|
124784
|
-
"name": "_calculateScrollOffset",
|
|
124785
|
-
"privacy": "private",
|
|
124786
|
-
"return": {
|
|
124787
|
-
"type": {
|
|
124788
|
-
"text": "'none' | 'left' | 'right' | 'both'"
|
|
124789
|
-
}
|
|
124790
|
-
}
|
|
124791
|
-
},
|
|
124792
|
-
{
|
|
124793
|
-
"kind": "field",
|
|
124794
|
-
"name": "negative",
|
|
124795
|
-
"type": {
|
|
124796
|
-
"text": "boolean"
|
|
124797
|
-
},
|
|
124798
|
-
"privacy": "public",
|
|
124799
|
-
"default": "false",
|
|
124800
|
-
"description": "Negative coloring variant flag.",
|
|
124801
|
-
"attribute": "negative",
|
|
124802
|
-
"reflects": true,
|
|
124803
|
-
"inheritedFrom": {
|
|
124804
|
-
"name": "SbbNegativeMixin",
|
|
124805
|
-
"module": "core/mixins/negative-mixin.js"
|
|
124806
|
-
}
|
|
124807
|
-
},
|
|
124808
|
-
{
|
|
124809
|
-
"kind": "field",
|
|
124810
|
-
"name": "_hydrationRequired",
|
|
124811
|
-
"type": {
|
|
124812
|
-
"text": "boolean"
|
|
124813
|
-
},
|
|
124814
|
-
"privacy": "private",
|
|
124815
|
-
"default": "!!this.shadowRoot",
|
|
124816
|
-
"inheritedFrom": {
|
|
124817
|
-
"name": "SbbElement",
|
|
124818
|
-
"module": "core/base-elements/element.js"
|
|
124819
|
-
}
|
|
124820
|
-
},
|
|
124821
|
-
{
|
|
124822
|
-
"kind": "field",
|
|
124823
|
-
"name": "_hydrationComplete",
|
|
124824
|
-
"privacy": "private",
|
|
124825
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
124826
|
-
"inheritedFrom": {
|
|
124827
|
-
"name": "SbbElement",
|
|
124828
|
-
"module": "core/base-elements/element.js"
|
|
124829
|
-
}
|
|
124830
|
-
},
|
|
124831
|
-
{
|
|
124832
|
-
"kind": "field",
|
|
124833
|
-
"name": "_resolveHydration",
|
|
124834
|
-
"type": {
|
|
124835
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
124836
|
-
},
|
|
124837
|
-
"privacy": "private",
|
|
124838
|
-
"inheritedFrom": {
|
|
124839
|
-
"name": "SbbElement",
|
|
124840
|
-
"module": "core/base-elements/element.js"
|
|
124841
|
-
}
|
|
124842
|
-
},
|
|
124843
|
-
{
|
|
124844
|
-
"kind": "field",
|
|
124845
|
-
"name": "hydrationRequired",
|
|
124846
|
-
"type": {
|
|
124847
|
-
"text": "boolean"
|
|
124848
|
-
},
|
|
124849
|
-
"privacy": "protected",
|
|
124850
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
124851
|
-
"readonly": true,
|
|
124852
|
-
"inheritedFrom": {
|
|
124853
|
-
"name": "SbbElement",
|
|
124854
|
-
"module": "core/base-elements/element.js"
|
|
124855
|
-
},
|
|
124856
|
-
"default": "!!this.shadowRoot"
|
|
124857
|
-
},
|
|
124858
|
-
{
|
|
124859
|
-
"kind": "method",
|
|
124860
|
-
"name": "toggleState",
|
|
124861
|
-
"privacy": "protected",
|
|
124862
|
-
"return": {
|
|
124863
|
-
"type": {
|
|
124864
|
-
"text": "void"
|
|
124865
|
-
}
|
|
124866
|
-
},
|
|
124867
|
-
"parameters": [
|
|
124868
|
-
{
|
|
124869
|
-
"name": "value",
|
|
124870
|
-
"type": {
|
|
124871
|
-
"text": "string"
|
|
124872
|
-
}
|
|
124873
|
-
},
|
|
124874
|
-
{
|
|
124875
|
-
"name": "force",
|
|
124876
|
-
"optional": true,
|
|
124877
|
-
"type": {
|
|
124878
|
-
"text": "boolean"
|
|
124879
|
-
}
|
|
124880
|
-
}
|
|
124881
|
-
],
|
|
124882
|
-
"inheritedFrom": {
|
|
124883
|
-
"name": "SbbElement",
|
|
124884
|
-
"module": "core/base-elements/element.js"
|
|
124885
|
-
}
|
|
124886
|
-
},
|
|
124887
|
-
{
|
|
124888
|
-
"kind": "field",
|
|
124889
|
-
"name": "['_$sbbElement$']",
|
|
124890
|
-
"type": {
|
|
124891
|
-
"text": "boolean"
|
|
124892
|
-
},
|
|
124893
|
-
"privacy": "public",
|
|
124894
|
-
"static": true,
|
|
124895
|
-
"default": "true",
|
|
124896
|
-
"inheritedFrom": {
|
|
124897
|
-
"name": "SbbElement",
|
|
124898
|
-
"module": "core/base-elements/element.js"
|
|
124899
|
-
}
|
|
124900
|
-
},
|
|
124901
|
-
{
|
|
124902
|
-
"kind": "field",
|
|
124903
|
-
"name": "_controllers",
|
|
124904
|
-
"type": {
|
|
124905
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
124906
|
-
},
|
|
124907
|
-
"privacy": "private",
|
|
124908
|
-
"inheritedFrom": {
|
|
124909
|
-
"name": "SbbElement",
|
|
124910
|
-
"module": "core/base-elements/element.js"
|
|
124911
|
-
}
|
|
124912
|
-
}
|
|
124913
|
-
],
|
|
124914
|
-
"attributes": [
|
|
124915
|
-
{
|
|
124916
|
-
"name": "focusable",
|
|
124917
|
-
"type": {
|
|
124918
|
-
"text": "boolean"
|
|
124919
|
-
},
|
|
124920
|
-
"default": "false",
|
|
124921
|
-
"description": "Whether the table wrapper is focusable.",
|
|
124922
|
-
"fieldName": "focusable"
|
|
124923
|
-
},
|
|
124924
|
-
{
|
|
124925
|
-
"name": "negative",
|
|
124926
|
-
"type": {
|
|
124927
|
-
"text": "boolean"
|
|
124928
|
-
},
|
|
124929
|
-
"default": "false",
|
|
124930
|
-
"description": "Negative coloring variant flag.",
|
|
124931
|
-
"fieldName": "negative",
|
|
124932
|
-
"inheritedFrom": {
|
|
124933
|
-
"name": "SbbNegativeMixin",
|
|
124934
|
-
"module": "core/mixins/negative-mixin.js"
|
|
124935
|
-
}
|
|
124936
|
-
}
|
|
124937
|
-
],
|
|
124938
|
-
"mixins": [
|
|
124939
|
-
{
|
|
124940
|
-
"name": "SbbNegativeMixin",
|
|
124941
|
-
"module": "core/mixins.js"
|
|
124942
|
-
}
|
|
124943
|
-
],
|
|
124944
|
-
"superclass": {
|
|
124945
|
-
"name": "SbbElement",
|
|
124946
|
-
"module": "core/base-elements.js"
|
|
124947
|
-
},
|
|
124948
|
-
"tagName": "sbb-table-wrapper",
|
|
124949
|
-
"customElement": true
|
|
124950
|
-
}
|
|
124951
|
-
],
|
|
124952
|
-
"exports": [
|
|
124953
|
-
{
|
|
124954
|
-
"kind": "js",
|
|
124955
|
-
"name": "SbbTableWrapperElement",
|
|
124956
|
-
"declaration": {
|
|
124957
|
-
"name": "SbbTableWrapperElement",
|
|
124958
|
-
"module": "table/table-wrapper/table-wrapper.component.js"
|
|
124959
|
-
}
|
|
124960
|
-
}
|
|
124961
|
-
]
|
|
124962
|
-
},
|
|
124963
124963
|
{
|
|
124964
124964
|
"kind": "javascript-module",
|
|
124965
124965
|
"path": "tabs/common/styles.js",
|