@sbb-esta/lyne-elements-dev 4.13.0-dev.1780487917 → 4.13.0-dev.1780579288
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 +1258 -1258
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -107333,12 +107333,12 @@
|
|
|
107333
107333
|
},
|
|
107334
107334
|
{
|
|
107335
107335
|
"kind": "javascript-module",
|
|
107336
|
-
"path": "menu/menu-
|
|
107336
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
107337
107337
|
"declarations": [
|
|
107338
107338
|
{
|
|
107339
107339
|
"kind": "class",
|
|
107340
|
-
"description": "It displays a
|
|
107341
|
-
"name": "
|
|
107340
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
107341
|
+
"name": "SbbMenuButtonElement",
|
|
107342
107342
|
"cssProperties": [
|
|
107343
107343
|
{
|
|
107344
107344
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -107348,7 +107348,7 @@
|
|
|
107348
107348
|
],
|
|
107349
107349
|
"slots": [
|
|
107350
107350
|
{
|
|
107351
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
107351
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
107352
107352
|
"name": ""
|
|
107353
107353
|
},
|
|
107354
107354
|
{
|
|
@@ -107370,20 +107370,21 @@
|
|
|
107370
107370
|
"name": "SbbElement",
|
|
107371
107371
|
"module": "core/base-elements/element.js"
|
|
107372
107372
|
},
|
|
107373
|
-
"default": "'sbb-menu-
|
|
107373
|
+
"default": "'sbb-menu-button'"
|
|
107374
107374
|
},
|
|
107375
107375
|
{
|
|
107376
107376
|
"kind": "field",
|
|
107377
|
-
"name": "
|
|
107377
|
+
"name": "role",
|
|
107378
107378
|
"type": {
|
|
107379
|
-
"text": "
|
|
107379
|
+
"text": "ElementInternals['role']"
|
|
107380
107380
|
},
|
|
107381
|
-
"privacy": "
|
|
107381
|
+
"privacy": "public",
|
|
107382
|
+
"static": true,
|
|
107382
107383
|
"readonly": true,
|
|
107383
107384
|
"default": "'menuitem'",
|
|
107384
107385
|
"inheritedFrom": {
|
|
107385
|
-
"name": "
|
|
107386
|
-
"module": "core/base-elements/
|
|
107386
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107387
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107387
107388
|
}
|
|
107388
107389
|
},
|
|
107389
107390
|
{
|
|
@@ -107402,6 +107403,50 @@
|
|
|
107402
107403
|
"module": "core/mixins/disabled-mixin.js"
|
|
107403
107404
|
}
|
|
107404
107405
|
},
|
|
107406
|
+
{
|
|
107407
|
+
"kind": "field",
|
|
107408
|
+
"name": "disabled",
|
|
107409
|
+
"privacy": "public",
|
|
107410
|
+
"description": "Whether the component is disabled.",
|
|
107411
|
+
"default": "false",
|
|
107412
|
+
"type": {
|
|
107413
|
+
"text": "boolean"
|
|
107414
|
+
},
|
|
107415
|
+
"attribute": "disabled",
|
|
107416
|
+
"reflects": true,
|
|
107417
|
+
"inheritedFrom": {
|
|
107418
|
+
"name": "SbbDisabledMixin",
|
|
107419
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107420
|
+
}
|
|
107421
|
+
},
|
|
107422
|
+
{
|
|
107423
|
+
"kind": "field",
|
|
107424
|
+
"name": "#disabled",
|
|
107425
|
+
"privacy": "private",
|
|
107426
|
+
"type": {
|
|
107427
|
+
"text": "boolean"
|
|
107428
|
+
},
|
|
107429
|
+
"default": "false",
|
|
107430
|
+
"inheritedFrom": {
|
|
107431
|
+
"name": "SbbDisabledMixin",
|
|
107432
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107433
|
+
}
|
|
107434
|
+
},
|
|
107435
|
+
{
|
|
107436
|
+
"kind": "method",
|
|
107437
|
+
"name": "isDisabledExternally",
|
|
107438
|
+
"privacy": "protected",
|
|
107439
|
+
"return": {
|
|
107440
|
+
"type": {
|
|
107441
|
+
"text": "boolean"
|
|
107442
|
+
}
|
|
107443
|
+
},
|
|
107444
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107445
|
+
"inheritedFrom": {
|
|
107446
|
+
"name": "SbbDisabledMixin",
|
|
107447
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107448
|
+
}
|
|
107449
|
+
},
|
|
107405
107450
|
{
|
|
107406
107451
|
"kind": "field",
|
|
107407
107452
|
"name": "styles",
|
|
@@ -107499,528 +107544,452 @@
|
|
|
107499
107544
|
},
|
|
107500
107545
|
{
|
|
107501
107546
|
"kind": "field",
|
|
107502
|
-
"name": "
|
|
107503
|
-
"privacy": "public",
|
|
107504
|
-
"description": "Whether the component is disabled.",
|
|
107505
|
-
"default": "false",
|
|
107547
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
107506
107548
|
"type": {
|
|
107507
|
-
"text": "
|
|
107549
|
+
"text": "array"
|
|
107508
107550
|
},
|
|
107509
|
-
"attribute": "disabled",
|
|
107510
|
-
"reflects": true,
|
|
107511
|
-
"inheritedFrom": {
|
|
107512
|
-
"name": "SbbDisabledMixin",
|
|
107513
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107514
|
-
}
|
|
107515
|
-
},
|
|
107516
|
-
{
|
|
107517
|
-
"kind": "field",
|
|
107518
|
-
"name": "#disabled",
|
|
107519
107551
|
"privacy": "private",
|
|
107520
|
-
"
|
|
107521
|
-
|
|
107522
|
-
},
|
|
107523
|
-
"default": "false",
|
|
107524
|
-
"inheritedFrom": {
|
|
107525
|
-
"name": "SbbDisabledMixin",
|
|
107526
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107527
|
-
}
|
|
107528
|
-
},
|
|
107529
|
-
{
|
|
107530
|
-
"kind": "method",
|
|
107531
|
-
"name": "isDisabledExternally",
|
|
107532
|
-
"privacy": "protected",
|
|
107533
|
-
"return": {
|
|
107534
|
-
"type": {
|
|
107535
|
-
"text": "boolean"
|
|
107536
|
-
}
|
|
107537
|
-
},
|
|
107538
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107552
|
+
"readonly": true,
|
|
107553
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
107539
107554
|
"inheritedFrom": {
|
|
107540
|
-
"name": "
|
|
107541
|
-
"module": "core/
|
|
107555
|
+
"name": "SbbButtonBaseElement",
|
|
107556
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107542
107557
|
}
|
|
107543
107558
|
},
|
|
107544
107559
|
{
|
|
107545
107560
|
"kind": "field",
|
|
107546
|
-
"name": "
|
|
107561
|
+
"name": "value",
|
|
107547
107562
|
"type": {
|
|
107548
107563
|
"text": "string"
|
|
107549
107564
|
},
|
|
107550
107565
|
"privacy": "public",
|
|
107551
|
-
"default": "''",
|
|
107552
|
-
"description": "The href value you want to link to.",
|
|
107553
|
-
"attribute": "href",
|
|
107554
|
-
"reflects": true,
|
|
107555
107566
|
"inheritedFrom": {
|
|
107556
|
-
"name": "
|
|
107557
|
-
"module": "core/base-elements/
|
|
107558
|
-
}
|
|
107559
|
-
},
|
|
107560
|
-
{
|
|
107561
|
-
"kind": "field",
|
|
107562
|
-
"name": "target",
|
|
107563
|
-
"type": {
|
|
107564
|
-
"text": "LinkTargetType | string"
|
|
107567
|
+
"name": "SbbButtonBaseElement",
|
|
107568
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107565
107569
|
},
|
|
107566
|
-
"privacy": "public",
|
|
107567
107570
|
"default": "''",
|
|
107568
|
-
"description": "
|
|
107569
|
-
"attribute": "
|
|
107570
|
-
"reflects": true,
|
|
107571
|
-
"inheritedFrom": {
|
|
107572
|
-
"name": "SbbLinkBaseElement",
|
|
107573
|
-
"module": "core/base-elements/link-base-element.js"
|
|
107574
|
-
}
|
|
107571
|
+
"description": "Value of the form element.",
|
|
107572
|
+
"attribute": "value"
|
|
107575
107573
|
},
|
|
107576
107574
|
{
|
|
107577
107575
|
"kind": "field",
|
|
107578
|
-
"name": "
|
|
107579
|
-
"type": {
|
|
107580
|
-
"text": "string"
|
|
107581
|
-
},
|
|
107576
|
+
"name": "type",
|
|
107582
107577
|
"privacy": "public",
|
|
107583
|
-
"
|
|
107584
|
-
"
|
|
107585
|
-
"attribute": "rel",
|
|
107586
|
-
"reflects": true,
|
|
107587
|
-
"inheritedFrom": {
|
|
107588
|
-
"name": "SbbLinkBaseElement",
|
|
107589
|
-
"module": "core/base-elements/link-base-element.js"
|
|
107590
|
-
}
|
|
107591
|
-
},
|
|
107592
|
-
{
|
|
107593
|
-
"kind": "field",
|
|
107594
|
-
"name": "download",
|
|
107578
|
+
"description": "The type attribute to use for the button.",
|
|
107579
|
+
"default": "'button'",
|
|
107595
107580
|
"type": {
|
|
107596
|
-
"text": "
|
|
107581
|
+
"text": "SbbButtonType"
|
|
107597
107582
|
},
|
|
107598
|
-
"
|
|
107599
|
-
"default": "false",
|
|
107600
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
107601
|
-
"attribute": "download",
|
|
107602
|
-
"reflects": true,
|
|
107583
|
+
"attribute": "type",
|
|
107603
107584
|
"inheritedFrom": {
|
|
107604
|
-
"name": "
|
|
107605
|
-
"module": "core/base-elements/
|
|
107585
|
+
"name": "SbbButtonBaseElement",
|
|
107586
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107606
107587
|
}
|
|
107607
107588
|
},
|
|
107608
107589
|
{
|
|
107609
107590
|
"kind": "field",
|
|
107610
|
-
"name": "
|
|
107591
|
+
"name": "form",
|
|
107611
107592
|
"type": {
|
|
107612
|
-
"text": "
|
|
107593
|
+
"text": "HTMLFormElement | null"
|
|
107613
107594
|
},
|
|
107614
107595
|
"privacy": "public",
|
|
107615
|
-
"
|
|
107616
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
107617
|
-
"attribute": "accessibility-label",
|
|
107596
|
+
"description": "The `<form>` element to associate the button with.",
|
|
107618
107597
|
"inheritedFrom": {
|
|
107619
|
-
"name": "
|
|
107620
|
-
"module": "core/base-elements/
|
|
107621
|
-
}
|
|
107598
|
+
"name": "SbbButtonBaseElement",
|
|
107599
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107600
|
+
},
|
|
107601
|
+
"attribute": "form"
|
|
107622
107602
|
},
|
|
107623
107603
|
{
|
|
107624
107604
|
"kind": "field",
|
|
107625
|
-
"name": "
|
|
107605
|
+
"name": "_formId",
|
|
107626
107606
|
"type": {
|
|
107627
107607
|
"text": "string"
|
|
107628
107608
|
},
|
|
107629
|
-
"privacy": "
|
|
107609
|
+
"privacy": "private",
|
|
107630
107610
|
"default": "''",
|
|
107631
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
107632
|
-
"attribute": "accessibility-current",
|
|
107633
|
-
"inheritedFrom": {
|
|
107634
|
-
"name": "SbbLinkBaseElement",
|
|
107635
|
-
"module": "core/base-elements/link-base-element.js"
|
|
107636
|
-
}
|
|
107637
|
-
},
|
|
107638
|
-
{
|
|
107639
|
-
"kind": "field",
|
|
107640
|
-
"name": "language",
|
|
107641
|
-
"privacy": "protected",
|
|
107642
|
-
"default": "new SbbLanguageController(this)",
|
|
107643
107611
|
"inheritedFrom": {
|
|
107644
|
-
"name": "
|
|
107645
|
-
"module": "core/base-elements/
|
|
107612
|
+
"name": "SbbButtonBaseElement",
|
|
107613
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107646
107614
|
}
|
|
107647
107615
|
},
|
|
107648
107616
|
{
|
|
107649
107617
|
"kind": "field",
|
|
107650
|
-
"name": "
|
|
107618
|
+
"name": "_handleButtonClick",
|
|
107651
107619
|
"privacy": "private",
|
|
107652
107620
|
"inheritedFrom": {
|
|
107653
|
-
"name": "
|
|
107654
|
-
"module": "core/base-elements/
|
|
107621
|
+
"name": "SbbButtonBaseElement",
|
|
107622
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107655
107623
|
}
|
|
107656
107624
|
},
|
|
107657
107625
|
{
|
|
107658
107626
|
"kind": "method",
|
|
107659
|
-
"name": "
|
|
107660
|
-
"privacy": "
|
|
107627
|
+
"name": "_requestSubmit",
|
|
107628
|
+
"privacy": "private",
|
|
107661
107629
|
"return": {
|
|
107662
107630
|
"type": {
|
|
107663
|
-
"text": "
|
|
107631
|
+
"text": "void"
|
|
107664
107632
|
}
|
|
107665
107633
|
},
|
|
107666
107634
|
"parameters": [
|
|
107667
107635
|
{
|
|
107668
|
-
"name": "
|
|
107636
|
+
"name": "form",
|
|
107669
107637
|
"type": {
|
|
107670
|
-
"text": "
|
|
107638
|
+
"text": "HTMLFormElement"
|
|
107671
107639
|
}
|
|
107672
107640
|
}
|
|
107673
107641
|
],
|
|
107674
107642
|
"inheritedFrom": {
|
|
107675
|
-
"name": "
|
|
107676
|
-
"module": "core/base-elements/
|
|
107643
|
+
"name": "SbbButtonBaseElement",
|
|
107644
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107677
107645
|
}
|
|
107678
107646
|
},
|
|
107679
107647
|
{
|
|
107680
107648
|
"kind": "field",
|
|
107681
|
-
"name": "
|
|
107649
|
+
"name": "_formKeyDown",
|
|
107650
|
+
"privacy": "private",
|
|
107651
|
+
"inheritedFrom": {
|
|
107652
|
+
"name": "SbbButtonBaseElement",
|
|
107653
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107654
|
+
}
|
|
107655
|
+
},
|
|
107656
|
+
{
|
|
107657
|
+
"kind": "field",
|
|
107658
|
+
"name": "formAssociated",
|
|
107682
107659
|
"type": {
|
|
107683
|
-
"text": "boolean
|
|
107660
|
+
"text": "boolean"
|
|
107684
107661
|
},
|
|
107685
|
-
"privacy": "
|
|
107686
|
-
"
|
|
107662
|
+
"privacy": "public",
|
|
107663
|
+
"static": true,
|
|
107664
|
+
"default": "true",
|
|
107687
107665
|
"inheritedFrom": {
|
|
107688
|
-
"name": "
|
|
107689
|
-
"module": "core/
|
|
107666
|
+
"name": "SbbFormAssociatedMixin",
|
|
107667
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107690
107668
|
}
|
|
107691
107669
|
},
|
|
107692
107670
|
{
|
|
107693
107671
|
"kind": "field",
|
|
107694
|
-
"name": "
|
|
107672
|
+
"name": "name",
|
|
107673
|
+
"privacy": "public",
|
|
107674
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
107695
107675
|
"type": {
|
|
107696
|
-
"text": "
|
|
107676
|
+
"text": "string"
|
|
107697
107677
|
},
|
|
107698
|
-
"
|
|
107699
|
-
"readonly": true,
|
|
107678
|
+
"attribute": "name",
|
|
107700
107679
|
"inheritedFrom": {
|
|
107701
|
-
"name": "
|
|
107702
|
-
"module": "core/
|
|
107680
|
+
"name": "SbbFormAssociatedMixin",
|
|
107681
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107703
107682
|
}
|
|
107704
107683
|
},
|
|
107705
107684
|
{
|
|
107706
|
-
"kind": "
|
|
107707
|
-
"name": "
|
|
107708
|
-
"
|
|
107709
|
-
|
|
107710
|
-
"type": {
|
|
107711
|
-
"text": "void"
|
|
107712
|
-
}
|
|
107685
|
+
"kind": "field",
|
|
107686
|
+
"name": "validity",
|
|
107687
|
+
"type": {
|
|
107688
|
+
"text": "ValidityState"
|
|
107713
107689
|
},
|
|
107690
|
+
"privacy": "public",
|
|
107691
|
+
"description": "Returns the ValidityState object for this element.",
|
|
107692
|
+
"readonly": true,
|
|
107714
107693
|
"inheritedFrom": {
|
|
107715
|
-
"name": "
|
|
107716
|
-
"module": "core/
|
|
107694
|
+
"name": "SbbFormAssociatedMixin",
|
|
107695
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107717
107696
|
}
|
|
107718
107697
|
},
|
|
107719
107698
|
{
|
|
107720
107699
|
"kind": "field",
|
|
107721
|
-
"name": "
|
|
107700
|
+
"name": "validationMessage",
|
|
107722
107701
|
"type": {
|
|
107723
|
-
"text": "
|
|
107702
|
+
"text": "string"
|
|
107724
107703
|
},
|
|
107725
|
-
"privacy": "
|
|
107726
|
-
"
|
|
107704
|
+
"privacy": "public",
|
|
107705
|
+
"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.",
|
|
107706
|
+
"readonly": true,
|
|
107727
107707
|
"inheritedFrom": {
|
|
107728
|
-
"name": "
|
|
107729
|
-
"module": "core/
|
|
107708
|
+
"name": "SbbFormAssociatedMixin",
|
|
107709
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107730
107710
|
}
|
|
107731
107711
|
},
|
|
107732
107712
|
{
|
|
107733
107713
|
"kind": "field",
|
|
107734
|
-
"name": "
|
|
107735
|
-
"
|
|
107736
|
-
|
|
107714
|
+
"name": "willValidate",
|
|
107715
|
+
"type": {
|
|
107716
|
+
"text": "boolean"
|
|
107717
|
+
},
|
|
107718
|
+
"privacy": "public",
|
|
107719
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
107720
|
+
"readonly": true,
|
|
107737
107721
|
"inheritedFrom": {
|
|
107738
|
-
"name": "
|
|
107739
|
-
"module": "core/
|
|
107722
|
+
"name": "SbbFormAssociatedMixin",
|
|
107723
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107740
107724
|
}
|
|
107741
107725
|
},
|
|
107742
107726
|
{
|
|
107743
107727
|
"kind": "field",
|
|
107744
|
-
"name": "
|
|
107745
|
-
"type": {
|
|
107746
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
107747
|
-
},
|
|
107728
|
+
"name": "_validityStates",
|
|
107748
107729
|
"privacy": "private",
|
|
107730
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
107749
107731
|
"inheritedFrom": {
|
|
107750
|
-
"name": "
|
|
107751
|
-
"module": "core/
|
|
107732
|
+
"name": "SbbFormAssociatedMixin",
|
|
107733
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107752
107734
|
}
|
|
107753
107735
|
},
|
|
107754
107736
|
{
|
|
107755
107737
|
"kind": "field",
|
|
107756
|
-
"name": "
|
|
107738
|
+
"name": "formDisabled",
|
|
107757
107739
|
"type": {
|
|
107758
107740
|
"text": "boolean"
|
|
107759
107741
|
},
|
|
107760
107742
|
"privacy": "protected",
|
|
107761
|
-
"
|
|
107762
|
-
"
|
|
107743
|
+
"default": "false",
|
|
107744
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
107763
107745
|
"inheritedFrom": {
|
|
107764
|
-
"name": "
|
|
107765
|
-
"module": "core/
|
|
107766
|
-
}
|
|
107767
|
-
"default": "!!this.shadowRoot"
|
|
107746
|
+
"name": "SbbFormAssociatedMixin",
|
|
107747
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107748
|
+
}
|
|
107768
107749
|
},
|
|
107769
107750
|
{
|
|
107770
107751
|
"kind": "method",
|
|
107771
|
-
"name": "
|
|
107772
|
-
"privacy": "
|
|
107752
|
+
"name": "checkValidity",
|
|
107753
|
+
"privacy": "public",
|
|
107773
107754
|
"return": {
|
|
107774
107755
|
"type": {
|
|
107775
|
-
"text": "
|
|
107756
|
+
"text": "boolean"
|
|
107776
107757
|
}
|
|
107777
107758
|
},
|
|
107778
|
-
"
|
|
107779
|
-
{
|
|
107780
|
-
"name": "value",
|
|
107781
|
-
"type": {
|
|
107782
|
-
"text": "string"
|
|
107783
|
-
}
|
|
107784
|
-
},
|
|
107785
|
-
{
|
|
107786
|
-
"name": "force",
|
|
107787
|
-
"optional": true,
|
|
107788
|
-
"type": {
|
|
107789
|
-
"text": "boolean"
|
|
107790
|
-
}
|
|
107791
|
-
}
|
|
107792
|
-
],
|
|
107759
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
107793
107760
|
"inheritedFrom": {
|
|
107794
|
-
"name": "
|
|
107795
|
-
"module": "core/
|
|
107761
|
+
"name": "SbbFormAssociatedMixin",
|
|
107762
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107796
107763
|
}
|
|
107797
107764
|
},
|
|
107798
107765
|
{
|
|
107799
|
-
"kind": "
|
|
107800
|
-
"name": "
|
|
107801
|
-
"type": {
|
|
107802
|
-
"text": "boolean"
|
|
107803
|
-
},
|
|
107766
|
+
"kind": "method",
|
|
107767
|
+
"name": "reportValidity",
|
|
107804
107768
|
"privacy": "public",
|
|
107805
|
-
"
|
|
107806
|
-
|
|
107769
|
+
"return": {
|
|
107770
|
+
"type": {
|
|
107771
|
+
"text": "boolean"
|
|
107772
|
+
}
|
|
107773
|
+
},
|
|
107774
|
+
"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.",
|
|
107807
107775
|
"inheritedFrom": {
|
|
107808
|
-
"name": "
|
|
107809
|
-
"module": "core/
|
|
107776
|
+
"name": "SbbFormAssociatedMixin",
|
|
107777
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107810
107778
|
}
|
|
107811
107779
|
},
|
|
107812
107780
|
{
|
|
107813
|
-
"kind": "
|
|
107814
|
-
"name": "
|
|
107815
|
-
"
|
|
107816
|
-
|
|
107781
|
+
"kind": "method",
|
|
107782
|
+
"name": "setCustomValidity",
|
|
107783
|
+
"privacy": "public",
|
|
107784
|
+
"return": {
|
|
107785
|
+
"type": {
|
|
107786
|
+
"text": "void"
|
|
107787
|
+
}
|
|
107817
107788
|
},
|
|
107818
|
-
"
|
|
107789
|
+
"parameters": [
|
|
107790
|
+
{
|
|
107791
|
+
"name": "message",
|
|
107792
|
+
"type": {
|
|
107793
|
+
"text": "string"
|
|
107794
|
+
}
|
|
107795
|
+
}
|
|
107796
|
+
],
|
|
107797
|
+
"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.",
|
|
107819
107798
|
"inheritedFrom": {
|
|
107820
|
-
"name": "
|
|
107821
|
-
"module": "core/
|
|
107799
|
+
"name": "SbbFormAssociatedMixin",
|
|
107800
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107822
107801
|
}
|
|
107823
|
-
}
|
|
107824
|
-
],
|
|
107825
|
-
"mixins": [
|
|
107826
|
-
{
|
|
107827
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
107828
|
-
"module": "core/mixins.js"
|
|
107829
107802
|
},
|
|
107830
107803
|
{
|
|
107831
|
-
"
|
|
107832
|
-
"
|
|
107833
|
-
|
|
107834
|
-
|
|
107835
|
-
|
|
107836
|
-
|
|
107837
|
-
|
|
107838
|
-
},
|
|
107839
|
-
"tagName": "sbb-menu-link",
|
|
107840
|
-
"customElement": true,
|
|
107841
|
-
"attributes": [
|
|
107842
|
-
{
|
|
107843
|
-
"name": "disabled-interactive",
|
|
107844
|
-
"type": {
|
|
107845
|
-
"text": "boolean"
|
|
107804
|
+
"kind": "method",
|
|
107805
|
+
"name": "_hasDisabledAncestor",
|
|
107806
|
+
"privacy": "private",
|
|
107807
|
+
"return": {
|
|
107808
|
+
"type": {
|
|
107809
|
+
"text": "boolean"
|
|
107810
|
+
}
|
|
107846
107811
|
},
|
|
107847
|
-
"default": "false",
|
|
107848
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
107849
|
-
"fieldName": "disabledInteractive",
|
|
107850
107812
|
"inheritedFrom": {
|
|
107851
|
-
"name": "
|
|
107852
|
-
"module": "core/mixins/
|
|
107813
|
+
"name": "SbbFormAssociatedMixin",
|
|
107814
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107853
107815
|
}
|
|
107854
107816
|
},
|
|
107855
107817
|
{
|
|
107856
|
-
"
|
|
107857
|
-
"
|
|
107858
|
-
|
|
107818
|
+
"kind": "method",
|
|
107819
|
+
"name": "updateFormValue",
|
|
107820
|
+
"privacy": "protected",
|
|
107821
|
+
"return": {
|
|
107822
|
+
"type": {
|
|
107823
|
+
"text": "void"
|
|
107824
|
+
}
|
|
107859
107825
|
},
|
|
107860
|
-
"
|
|
107861
|
-
"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.",
|
|
107862
|
-
"fieldName": "iconName",
|
|
107826
|
+
"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",
|
|
107863
107827
|
"inheritedFrom": {
|
|
107864
|
-
"name": "
|
|
107865
|
-
"module": "
|
|
107828
|
+
"name": "SbbFormAssociatedMixin",
|
|
107829
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107866
107830
|
}
|
|
107867
107831
|
},
|
|
107868
107832
|
{
|
|
107869
|
-
"
|
|
107870
|
-
"
|
|
107871
|
-
"
|
|
107872
|
-
"
|
|
107873
|
-
"
|
|
107833
|
+
"kind": "method",
|
|
107834
|
+
"name": "formState",
|
|
107835
|
+
"privacy": "protected",
|
|
107836
|
+
"return": {
|
|
107837
|
+
"type": {
|
|
107838
|
+
"text": "FormRestoreState"
|
|
107839
|
+
}
|
|
107874
107840
|
},
|
|
107875
|
-
"fieldName": "disabled",
|
|
107876
107841
|
"inheritedFrom": {
|
|
107877
|
-
"name": "
|
|
107878
|
-
"module": "core/mixins/
|
|
107842
|
+
"name": "SbbFormAssociatedMixin",
|
|
107843
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107879
107844
|
}
|
|
107880
107845
|
},
|
|
107881
107846
|
{
|
|
107882
|
-
"
|
|
107883
|
-
"
|
|
107884
|
-
|
|
107847
|
+
"kind": "method",
|
|
107848
|
+
"name": "setValidityFlag",
|
|
107849
|
+
"privacy": "protected",
|
|
107850
|
+
"return": {
|
|
107851
|
+
"type": {
|
|
107852
|
+
"text": "void"
|
|
107853
|
+
}
|
|
107885
107854
|
},
|
|
107886
|
-
"
|
|
107887
|
-
|
|
107888
|
-
|
|
107855
|
+
"parameters": [
|
|
107856
|
+
{
|
|
107857
|
+
"name": "flag",
|
|
107858
|
+
"type": {
|
|
107859
|
+
"text": "T"
|
|
107860
|
+
}
|
|
107861
|
+
},
|
|
107862
|
+
{
|
|
107863
|
+
"name": "message",
|
|
107864
|
+
"type": {
|
|
107865
|
+
"text": "string"
|
|
107866
|
+
}
|
|
107867
|
+
},
|
|
107868
|
+
{
|
|
107869
|
+
"name": "flagValue",
|
|
107870
|
+
"optional": true,
|
|
107871
|
+
"type": {
|
|
107872
|
+
"text": "ValidityStateFlags[T]"
|
|
107873
|
+
}
|
|
107874
|
+
}
|
|
107875
|
+
],
|
|
107876
|
+
"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).",
|
|
107889
107877
|
"inheritedFrom": {
|
|
107890
|
-
"name": "
|
|
107891
|
-
"module": "core/
|
|
107878
|
+
"name": "SbbFormAssociatedMixin",
|
|
107879
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107892
107880
|
}
|
|
107893
107881
|
},
|
|
107894
107882
|
{
|
|
107895
|
-
"
|
|
107896
|
-
"
|
|
107897
|
-
|
|
107883
|
+
"kind": "method",
|
|
107884
|
+
"name": "removeValidityFlag",
|
|
107885
|
+
"privacy": "protected",
|
|
107886
|
+
"return": {
|
|
107887
|
+
"type": {
|
|
107888
|
+
"text": "void"
|
|
107889
|
+
}
|
|
107898
107890
|
},
|
|
107899
|
-
"
|
|
107900
|
-
|
|
107901
|
-
|
|
107891
|
+
"parameters": [
|
|
107892
|
+
{
|
|
107893
|
+
"name": "flag",
|
|
107894
|
+
"type": {
|
|
107895
|
+
"text": "T"
|
|
107896
|
+
}
|
|
107897
|
+
}
|
|
107898
|
+
],
|
|
107899
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107902
107900
|
"inheritedFrom": {
|
|
107903
|
-
"name": "
|
|
107904
|
-
"module": "core/
|
|
107901
|
+
"name": "SbbFormAssociatedMixin",
|
|
107902
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107905
107903
|
}
|
|
107906
107904
|
},
|
|
107907
107905
|
{
|
|
107908
|
-
"
|
|
107909
|
-
"
|
|
107910
|
-
|
|
107906
|
+
"kind": "method",
|
|
107907
|
+
"name": "validate",
|
|
107908
|
+
"privacy": "protected",
|
|
107909
|
+
"return": {
|
|
107910
|
+
"type": {
|
|
107911
|
+
"text": "void"
|
|
107912
|
+
}
|
|
107911
107913
|
},
|
|
107912
|
-
"
|
|
107913
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
107914
|
-
"fieldName": "rel",
|
|
107914
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
107915
107915
|
"inheritedFrom": {
|
|
107916
|
-
"name": "
|
|
107917
|
-
"module": "core/
|
|
107916
|
+
"name": "SbbFormAssociatedMixin",
|
|
107917
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107918
107918
|
}
|
|
107919
107919
|
},
|
|
107920
107920
|
{
|
|
107921
|
-
"
|
|
107922
|
-
"
|
|
107923
|
-
|
|
107921
|
+
"kind": "method",
|
|
107922
|
+
"name": "shouldValidate",
|
|
107923
|
+
"privacy": "protected",
|
|
107924
|
+
"return": {
|
|
107925
|
+
"type": {
|
|
107926
|
+
"text": "boolean"
|
|
107927
|
+
}
|
|
107924
107928
|
},
|
|
107925
|
-
"
|
|
107926
|
-
|
|
107927
|
-
|
|
107929
|
+
"parameters": [
|
|
107930
|
+
{
|
|
107931
|
+
"name": "name",
|
|
107932
|
+
"type": {
|
|
107933
|
+
"text": "PropertyKey | undefined"
|
|
107934
|
+
}
|
|
107935
|
+
}
|
|
107936
|
+
],
|
|
107937
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
107928
107938
|
"inheritedFrom": {
|
|
107929
|
-
"name": "
|
|
107930
|
-
"module": "core/
|
|
107939
|
+
"name": "SbbFormAssociatedMixin",
|
|
107940
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107931
107941
|
}
|
|
107932
107942
|
},
|
|
107933
107943
|
{
|
|
107934
|
-
"
|
|
107935
|
-
"
|
|
107936
|
-
|
|
107944
|
+
"kind": "method",
|
|
107945
|
+
"name": "_setInternalValidity",
|
|
107946
|
+
"privacy": "private",
|
|
107947
|
+
"return": {
|
|
107948
|
+
"type": {
|
|
107949
|
+
"text": "void"
|
|
107950
|
+
}
|
|
107937
107951
|
},
|
|
107938
|
-
"default": "''",
|
|
107939
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
107940
|
-
"fieldName": "accessibilityLabel",
|
|
107941
107952
|
"inheritedFrom": {
|
|
107942
|
-
"name": "
|
|
107943
|
-
"module": "core/
|
|
107953
|
+
"name": "SbbFormAssociatedMixin",
|
|
107954
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107944
107955
|
}
|
|
107945
107956
|
},
|
|
107946
107957
|
{
|
|
107947
|
-
"
|
|
107948
|
-
"
|
|
107949
|
-
|
|
107950
|
-
|
|
107951
|
-
"
|
|
107952
|
-
|
|
107953
|
-
|
|
107958
|
+
"kind": "field",
|
|
107959
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
107960
|
+
"privacy": "private",
|
|
107961
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
107962
|
+
"parameters": [
|
|
107963
|
+
{
|
|
107964
|
+
"description": "The origin event.",
|
|
107965
|
+
"name": "event"
|
|
107966
|
+
}
|
|
107967
|
+
],
|
|
107954
107968
|
"inheritedFrom": {
|
|
107955
|
-
"name": "
|
|
107956
|
-
"module": "core/base-elements/
|
|
107969
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107970
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107957
107971
|
}
|
|
107958
|
-
}
|
|
107959
|
-
]
|
|
107960
|
-
}
|
|
107961
|
-
],
|
|
107962
|
-
"exports": [
|
|
107963
|
-
{
|
|
107964
|
-
"kind": "js",
|
|
107965
|
-
"name": "SbbMenuLinkElement",
|
|
107966
|
-
"declaration": {
|
|
107967
|
-
"name": "SbbMenuLinkElement",
|
|
107968
|
-
"module": "menu/menu-link/menu-link.component.js"
|
|
107969
|
-
}
|
|
107970
|
-
}
|
|
107971
|
-
]
|
|
107972
|
-
},
|
|
107973
|
-
{
|
|
107974
|
-
"kind": "javascript-module",
|
|
107975
|
-
"path": "menu/menu-button/menu-button.component.js",
|
|
107976
|
-
"declarations": [
|
|
107977
|
-
{
|
|
107978
|
-
"kind": "class",
|
|
107979
|
-
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
107980
|
-
"name": "SbbMenuButtonElement",
|
|
107981
|
-
"cssProperties": [
|
|
107982
|
-
{
|
|
107983
|
-
"description": "Can be used to modify horizontal padding.",
|
|
107984
|
-
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
107985
|
-
"default": "var(--sbb-spacing-fixed-3x)"
|
|
107986
|
-
}
|
|
107987
|
-
],
|
|
107988
|
-
"slots": [
|
|
107989
|
-
{
|
|
107990
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
107991
|
-
"name": ""
|
|
107992
107972
|
},
|
|
107993
|
-
{
|
|
107994
|
-
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
107995
|
-
"name": "icon"
|
|
107996
|
-
}
|
|
107997
|
-
],
|
|
107998
|
-
"members": [
|
|
107999
107973
|
{
|
|
108000
107974
|
"kind": "field",
|
|
108001
|
-
"name": "
|
|
108002
|
-
"
|
|
108003
|
-
"text": "string"
|
|
108004
|
-
},
|
|
108005
|
-
"privacy": "public",
|
|
108006
|
-
"static": true,
|
|
108007
|
-
"readonly": true,
|
|
107975
|
+
"name": "_removeActiveMarker",
|
|
107976
|
+
"privacy": "private",
|
|
108008
107977
|
"inheritedFrom": {
|
|
108009
|
-
"name": "
|
|
108010
|
-
"module": "core/base-elements/element.js"
|
|
108011
|
-
}
|
|
108012
|
-
"default": "'sbb-menu-button'"
|
|
107978
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107979
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107980
|
+
}
|
|
108013
107981
|
},
|
|
108014
107982
|
{
|
|
108015
107983
|
"kind": "field",
|
|
108016
|
-
"name": "
|
|
108017
|
-
"
|
|
108018
|
-
|
|
108019
|
-
|
|
108020
|
-
|
|
108021
|
-
|
|
108022
|
-
|
|
108023
|
-
|
|
107984
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
107985
|
+
"privacy": "private",
|
|
107986
|
+
"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.",
|
|
107987
|
+
"parameters": [
|
|
107988
|
+
{
|
|
107989
|
+
"description": "The origin event.",
|
|
107990
|
+
"name": "event"
|
|
107991
|
+
}
|
|
107992
|
+
],
|
|
108024
107993
|
"inheritedFrom": {
|
|
108025
107994
|
"name": "SbbButtonLikeBaseElement",
|
|
108026
107995
|
"module": "core/base-elements/button-base-element.js"
|
|
@@ -108028,619 +107997,622 @@
|
|
|
108028
107997
|
},
|
|
108029
107998
|
{
|
|
108030
107999
|
"kind": "field",
|
|
108031
|
-
"name": "
|
|
108032
|
-
"
|
|
108033
|
-
"text": "boolean"
|
|
108034
|
-
},
|
|
108035
|
-
"privacy": "public",
|
|
108036
|
-
"default": "false",
|
|
108037
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
108038
|
-
"attribute": "disabled-interactive",
|
|
108039
|
-
"reflects": true,
|
|
108000
|
+
"name": "_dispatchClickEvent",
|
|
108001
|
+
"privacy": "private",
|
|
108040
108002
|
"inheritedFrom": {
|
|
108041
|
-
"name": "
|
|
108042
|
-
"module": "core/
|
|
108003
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108004
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108043
108005
|
}
|
|
108044
108006
|
},
|
|
108045
108007
|
{
|
|
108046
108008
|
"kind": "field",
|
|
108047
|
-
"name": "
|
|
108048
|
-
"privacy": "public",
|
|
108049
|
-
"description": "Whether the component is disabled.",
|
|
108050
|
-
"default": "false",
|
|
108009
|
+
"name": "maybeDisabled",
|
|
108051
108010
|
"type": {
|
|
108052
|
-
"text": "boolean"
|
|
108011
|
+
"text": "boolean | undefined"
|
|
108053
108012
|
},
|
|
108054
|
-
"
|
|
108055
|
-
"
|
|
108013
|
+
"privacy": "protected",
|
|
108014
|
+
"readonly": true,
|
|
108056
108015
|
"inheritedFrom": {
|
|
108057
|
-
"name": "
|
|
108058
|
-
"module": "core/
|
|
108016
|
+
"name": "SbbActionBaseElement",
|
|
108017
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108059
108018
|
}
|
|
108060
108019
|
},
|
|
108061
108020
|
{
|
|
108062
108021
|
"kind": "field",
|
|
108063
|
-
"name": "
|
|
108064
|
-
"privacy": "private",
|
|
108022
|
+
"name": "maybeDisabledInteractive",
|
|
108065
108023
|
"type": {
|
|
108066
|
-
"text": "boolean"
|
|
108024
|
+
"text": "boolean | undefined"
|
|
108067
108025
|
},
|
|
108068
|
-
"
|
|
108069
|
-
"
|
|
108070
|
-
|
|
108071
|
-
"
|
|
108026
|
+
"privacy": "protected",
|
|
108027
|
+
"readonly": true,
|
|
108028
|
+
"inheritedFrom": {
|
|
108029
|
+
"name": "SbbActionBaseElement",
|
|
108030
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108072
108031
|
}
|
|
108073
108032
|
},
|
|
108074
108033
|
{
|
|
108075
108034
|
"kind": "method",
|
|
108076
|
-
"name": "
|
|
108035
|
+
"name": "setupBaseEventHandlers",
|
|
108077
108036
|
"privacy": "protected",
|
|
108078
108037
|
"return": {
|
|
108079
108038
|
"type": {
|
|
108080
|
-
"text": "
|
|
108039
|
+
"text": "void"
|
|
108081
108040
|
}
|
|
108082
108041
|
},
|
|
108083
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
108084
108042
|
"inheritedFrom": {
|
|
108085
|
-
"name": "
|
|
108086
|
-
"module": "core/
|
|
108043
|
+
"name": "SbbActionBaseElement",
|
|
108044
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108087
108045
|
}
|
|
108088
108046
|
},
|
|
108089
108047
|
{
|
|
108090
108048
|
"kind": "field",
|
|
108091
|
-
"name": "
|
|
108049
|
+
"name": "_hydrationRequired",
|
|
108092
108050
|
"type": {
|
|
108093
|
-
"text": "
|
|
108051
|
+
"text": "boolean"
|
|
108094
108052
|
},
|
|
108095
|
-
"privacy": "
|
|
108096
|
-
"
|
|
108097
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
108053
|
+
"privacy": "private",
|
|
108054
|
+
"default": "!!this.shadowRoot",
|
|
108098
108055
|
"inheritedFrom": {
|
|
108099
|
-
"name": "
|
|
108100
|
-
"module": "
|
|
108056
|
+
"name": "SbbElement",
|
|
108057
|
+
"module": "core/base-elements/element.js"
|
|
108101
108058
|
}
|
|
108102
108059
|
},
|
|
108103
108060
|
{
|
|
108104
|
-
"kind": "
|
|
108105
|
-
"name": "
|
|
108106
|
-
"privacy": "
|
|
108107
|
-
"
|
|
108108
|
-
"type": {
|
|
108109
|
-
"text": "TemplateResult"
|
|
108110
|
-
}
|
|
108111
|
-
},
|
|
108112
|
-
"description": "Override this method to render the component template.",
|
|
108061
|
+
"kind": "field",
|
|
108062
|
+
"name": "_hydrationComplete",
|
|
108063
|
+
"privacy": "private",
|
|
108064
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
108113
108065
|
"inheritedFrom": {
|
|
108114
|
-
"name": "
|
|
108115
|
-
"module": "core/base-elements/
|
|
108066
|
+
"name": "SbbElement",
|
|
108067
|
+
"module": "core/base-elements/element.js"
|
|
108116
108068
|
}
|
|
108117
108069
|
},
|
|
108118
108070
|
{
|
|
108119
108071
|
"kind": "field",
|
|
108120
|
-
"name": "
|
|
108072
|
+
"name": "_resolveHydration",
|
|
108121
108073
|
"type": {
|
|
108122
|
-
"text": "
|
|
108074
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
108123
108075
|
},
|
|
108124
|
-
"privacy": "
|
|
108125
|
-
"default": "''",
|
|
108126
|
-
"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.",
|
|
108127
|
-
"attribute": "icon-name",
|
|
108076
|
+
"privacy": "private",
|
|
108128
108077
|
"inheritedFrom": {
|
|
108129
|
-
"name": "
|
|
108130
|
-
"module": "
|
|
108078
|
+
"name": "SbbElement",
|
|
108079
|
+
"module": "core/base-elements/element.js"
|
|
108131
108080
|
}
|
|
108132
108081
|
},
|
|
108082
|
+
{
|
|
108083
|
+
"kind": "field",
|
|
108084
|
+
"name": "hydrationRequired",
|
|
108085
|
+
"type": {
|
|
108086
|
+
"text": "boolean"
|
|
108087
|
+
},
|
|
108088
|
+
"privacy": "protected",
|
|
108089
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
108090
|
+
"readonly": true,
|
|
108091
|
+
"inheritedFrom": {
|
|
108092
|
+
"name": "SbbElement",
|
|
108093
|
+
"module": "core/base-elements/element.js"
|
|
108094
|
+
},
|
|
108095
|
+
"default": "!!this.shadowRoot"
|
|
108096
|
+
},
|
|
108133
108097
|
{
|
|
108134
108098
|
"kind": "method",
|
|
108135
|
-
"name": "
|
|
108099
|
+
"name": "toggleState",
|
|
108136
108100
|
"privacy": "protected",
|
|
108137
108101
|
"return": {
|
|
108138
108102
|
"type": {
|
|
108139
|
-
"text": "
|
|
108103
|
+
"text": "void"
|
|
108140
108104
|
}
|
|
108141
108105
|
},
|
|
108142
108106
|
"parameters": [
|
|
108143
108107
|
{
|
|
108144
|
-
"name": "
|
|
108145
|
-
"optional": true,
|
|
108108
|
+
"name": "value",
|
|
108146
108109
|
"type": {
|
|
108147
108110
|
"text": "string"
|
|
108148
108111
|
}
|
|
108112
|
+
},
|
|
108113
|
+
{
|
|
108114
|
+
"name": "force",
|
|
108115
|
+
"optional": true,
|
|
108116
|
+
"type": {
|
|
108117
|
+
"text": "boolean"
|
|
108118
|
+
}
|
|
108149
108119
|
}
|
|
108150
108120
|
],
|
|
108151
108121
|
"inheritedFrom": {
|
|
108152
|
-
"name": "
|
|
108153
|
-
"module": "
|
|
108154
|
-
}
|
|
108155
|
-
},
|
|
108156
|
-
{
|
|
108157
|
-
"kind": "method",
|
|
108158
|
-
"name": "renderIconName",
|
|
108159
|
-
"privacy": "protected",
|
|
108160
|
-
"return": {
|
|
108161
|
-
"type": {
|
|
108162
|
-
"text": "string"
|
|
108163
|
-
}
|
|
108164
|
-
},
|
|
108165
|
-
"inheritedFrom": {
|
|
108166
|
-
"name": "SbbIconNameMixin",
|
|
108167
|
-
"module": "icon/icon-name-mixin.js"
|
|
108122
|
+
"name": "SbbElement",
|
|
108123
|
+
"module": "core/base-elements/element.js"
|
|
108168
108124
|
}
|
|
108169
108125
|
},
|
|
108170
108126
|
{
|
|
108171
|
-
"kind": "
|
|
108172
|
-
"name": "
|
|
108173
|
-
"
|
|
108174
|
-
|
|
108175
|
-
"type": {
|
|
108176
|
-
"text": "string"
|
|
108177
|
-
}
|
|
108127
|
+
"kind": "field",
|
|
108128
|
+
"name": "['_$sbbElement$']",
|
|
108129
|
+
"type": {
|
|
108130
|
+
"text": "boolean"
|
|
108178
108131
|
},
|
|
108132
|
+
"privacy": "public",
|
|
108133
|
+
"static": true,
|
|
108134
|
+
"default": "true",
|
|
108179
108135
|
"inheritedFrom": {
|
|
108180
|
-
"name": "
|
|
108181
|
-
"module": "
|
|
108136
|
+
"name": "SbbElement",
|
|
108137
|
+
"module": "core/base-elements/element.js"
|
|
108182
108138
|
}
|
|
108183
108139
|
},
|
|
108184
108140
|
{
|
|
108185
108141
|
"kind": "field",
|
|
108186
|
-
"name": "
|
|
108142
|
+
"name": "_controllers",
|
|
108187
108143
|
"type": {
|
|
108188
|
-
"text": "
|
|
108144
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
108189
108145
|
},
|
|
108190
108146
|
"privacy": "private",
|
|
108191
|
-
"readonly": true,
|
|
108192
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
108193
108147
|
"inheritedFrom": {
|
|
108194
|
-
"name": "
|
|
108195
|
-
"module": "core/base-elements/
|
|
108148
|
+
"name": "SbbElement",
|
|
108149
|
+
"module": "core/base-elements/element.js"
|
|
108196
108150
|
}
|
|
108197
|
-
}
|
|
108151
|
+
}
|
|
108152
|
+
],
|
|
108153
|
+
"mixins": [
|
|
108198
108154
|
{
|
|
108199
|
-
"
|
|
108200
|
-
"
|
|
108201
|
-
"type": {
|
|
108202
|
-
"text": "string"
|
|
108203
|
-
},
|
|
108204
|
-
"privacy": "public",
|
|
108205
|
-
"inheritedFrom": {
|
|
108206
|
-
"name": "SbbButtonBaseElement",
|
|
108207
|
-
"module": "core/base-elements/button-base-element.js"
|
|
108208
|
-
},
|
|
108209
|
-
"default": "''",
|
|
108210
|
-
"description": "Value of the form element.",
|
|
108211
|
-
"attribute": "value"
|
|
108155
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
108156
|
+
"module": "core/mixins.js"
|
|
108212
108157
|
},
|
|
108213
108158
|
{
|
|
108214
|
-
"
|
|
108215
|
-
"
|
|
108216
|
-
|
|
108217
|
-
|
|
108218
|
-
|
|
108159
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
108160
|
+
"module": "menu/common/menu-action-common.js"
|
|
108161
|
+
}
|
|
108162
|
+
],
|
|
108163
|
+
"superclass": {
|
|
108164
|
+
"name": "SbbButtonBaseElement",
|
|
108165
|
+
"module": "core/base-elements.js"
|
|
108166
|
+
},
|
|
108167
|
+
"tagName": "sbb-menu-button",
|
|
108168
|
+
"customElement": true,
|
|
108169
|
+
"attributes": [
|
|
108170
|
+
{
|
|
108171
|
+
"name": "disabled-interactive",
|
|
108219
108172
|
"type": {
|
|
108220
|
-
"text": "
|
|
108173
|
+
"text": "boolean"
|
|
108221
108174
|
},
|
|
108222
|
-
"
|
|
108175
|
+
"default": "false",
|
|
108176
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
108177
|
+
"fieldName": "disabledInteractive",
|
|
108223
108178
|
"inheritedFrom": {
|
|
108224
|
-
"name": "
|
|
108225
|
-
"module": "core/
|
|
108179
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
108180
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108226
108181
|
}
|
|
108227
108182
|
},
|
|
108228
108183
|
{
|
|
108229
|
-
"
|
|
108230
|
-
"
|
|
108184
|
+
"name": "disabled",
|
|
108185
|
+
"description": "Whether the component is disabled.",
|
|
108186
|
+
"default": "false",
|
|
108231
108187
|
"type": {
|
|
108232
|
-
"text": "
|
|
108188
|
+
"text": "boolean"
|
|
108233
108189
|
},
|
|
108234
|
-
"
|
|
108235
|
-
"description": "The `<form>` element to associate the button with.",
|
|
108190
|
+
"fieldName": "disabled",
|
|
108236
108191
|
"inheritedFrom": {
|
|
108237
|
-
"name": "
|
|
108238
|
-
"module": "core/
|
|
108239
|
-
}
|
|
108240
|
-
"attribute": "form"
|
|
108192
|
+
"name": "SbbDisabledMixin",
|
|
108193
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108194
|
+
}
|
|
108241
108195
|
},
|
|
108242
108196
|
{
|
|
108243
|
-
"
|
|
108244
|
-
"name": "_formId",
|
|
108197
|
+
"name": "icon-name",
|
|
108245
108198
|
"type": {
|
|
108246
108199
|
"text": "string"
|
|
108247
108200
|
},
|
|
108248
|
-
"privacy": "private",
|
|
108249
108201
|
"default": "''",
|
|
108202
|
+
"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.",
|
|
108203
|
+
"fieldName": "iconName",
|
|
108250
108204
|
"inheritedFrom": {
|
|
108251
|
-
"name": "
|
|
108252
|
-
"module": "
|
|
108253
|
-
}
|
|
108254
|
-
},
|
|
108255
|
-
{
|
|
108256
|
-
"kind": "field",
|
|
108257
|
-
"name": "_handleButtonClick",
|
|
108258
|
-
"privacy": "private",
|
|
108259
|
-
"inheritedFrom": {
|
|
108260
|
-
"name": "SbbButtonBaseElement",
|
|
108261
|
-
"module": "core/base-elements/button-base-element.js"
|
|
108205
|
+
"name": "SbbIconNameMixin",
|
|
108206
|
+
"module": "icon/icon-name-mixin.js"
|
|
108262
108207
|
}
|
|
108263
108208
|
},
|
|
108264
108209
|
{
|
|
108265
|
-
"
|
|
108266
|
-
"
|
|
108267
|
-
|
|
108268
|
-
"return": {
|
|
108269
|
-
"type": {
|
|
108270
|
-
"text": "void"
|
|
108271
|
-
}
|
|
108210
|
+
"name": "value",
|
|
108211
|
+
"type": {
|
|
108212
|
+
"text": "string"
|
|
108272
108213
|
},
|
|
108273
|
-
"
|
|
108274
|
-
|
|
108275
|
-
|
|
108276
|
-
"type": {
|
|
108277
|
-
"text": "HTMLFormElement"
|
|
108278
|
-
}
|
|
108279
|
-
}
|
|
108280
|
-
],
|
|
108214
|
+
"default": "''",
|
|
108215
|
+
"description": "Value of the form element.",
|
|
108216
|
+
"fieldName": "value",
|
|
108281
108217
|
"inheritedFrom": {
|
|
108282
108218
|
"name": "SbbButtonBaseElement",
|
|
108283
108219
|
"module": "core/base-elements/button-base-element.js"
|
|
108284
108220
|
}
|
|
108285
108221
|
},
|
|
108286
108222
|
{
|
|
108287
|
-
"
|
|
108288
|
-
"
|
|
108289
|
-
"
|
|
108223
|
+
"name": "type",
|
|
108224
|
+
"description": "The type attribute to use for the button.",
|
|
108225
|
+
"default": "'button'",
|
|
108226
|
+
"type": {
|
|
108227
|
+
"text": "SbbButtonType"
|
|
108228
|
+
},
|
|
108229
|
+
"fieldName": "type",
|
|
108290
108230
|
"inheritedFrom": {
|
|
108291
108231
|
"name": "SbbButtonBaseElement",
|
|
108292
108232
|
"module": "core/base-elements/button-base-element.js"
|
|
108293
108233
|
}
|
|
108294
108234
|
},
|
|
108295
108235
|
{
|
|
108296
|
-
"
|
|
108297
|
-
"
|
|
108236
|
+
"name": "form",
|
|
108237
|
+
"description": "The `<form>` element to associate the button with.",
|
|
108298
108238
|
"type": {
|
|
108299
|
-
"text": "
|
|
108239
|
+
"text": "HTMLFormElement | null"
|
|
108300
108240
|
},
|
|
108301
|
-
"
|
|
108302
|
-
"static": true,
|
|
108303
|
-
"default": "true",
|
|
108241
|
+
"fieldName": "form",
|
|
108304
108242
|
"inheritedFrom": {
|
|
108305
|
-
"name": "
|
|
108306
|
-
"module": "core/
|
|
108243
|
+
"name": "SbbButtonBaseElement",
|
|
108244
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108307
108245
|
}
|
|
108308
108246
|
},
|
|
108309
108247
|
{
|
|
108310
|
-
"kind": "field",
|
|
108311
108248
|
"name": "name",
|
|
108312
|
-
"privacy": "public",
|
|
108313
108249
|
"description": "Name of the form element. Will be read from name attribute.",
|
|
108314
108250
|
"type": {
|
|
108315
108251
|
"text": "string"
|
|
108316
108252
|
},
|
|
108317
|
-
"
|
|
108253
|
+
"fieldName": "name",
|
|
108318
108254
|
"inheritedFrom": {
|
|
108319
108255
|
"name": "SbbFormAssociatedMixin",
|
|
108320
108256
|
"module": "core/mixins/form-associated-mixin.js"
|
|
108321
108257
|
}
|
|
108258
|
+
}
|
|
108259
|
+
]
|
|
108260
|
+
}
|
|
108261
|
+
],
|
|
108262
|
+
"exports": [
|
|
108263
|
+
{
|
|
108264
|
+
"kind": "js",
|
|
108265
|
+
"name": "SbbMenuButtonElement",
|
|
108266
|
+
"declaration": {
|
|
108267
|
+
"name": "SbbMenuButtonElement",
|
|
108268
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
108269
|
+
}
|
|
108270
|
+
}
|
|
108271
|
+
]
|
|
108272
|
+
},
|
|
108273
|
+
{
|
|
108274
|
+
"kind": "javascript-module",
|
|
108275
|
+
"path": "menu/menu-link/menu-link.component.js",
|
|
108276
|
+
"declarations": [
|
|
108277
|
+
{
|
|
108278
|
+
"kind": "class",
|
|
108279
|
+
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
108280
|
+
"name": "SbbMenuLinkElement",
|
|
108281
|
+
"cssProperties": [
|
|
108282
|
+
{
|
|
108283
|
+
"description": "Can be used to modify horizontal padding.",
|
|
108284
|
+
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
108285
|
+
"default": "var(--sbb-spacing-fixed-3x)"
|
|
108286
|
+
}
|
|
108287
|
+
],
|
|
108288
|
+
"slots": [
|
|
108289
|
+
{
|
|
108290
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
108291
|
+
"name": ""
|
|
108322
108292
|
},
|
|
108293
|
+
{
|
|
108294
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
108295
|
+
"name": "icon"
|
|
108296
|
+
}
|
|
108297
|
+
],
|
|
108298
|
+
"members": [
|
|
108323
108299
|
{
|
|
108324
108300
|
"kind": "field",
|
|
108325
|
-
"name": "
|
|
108301
|
+
"name": "elementName",
|
|
108326
108302
|
"type": {
|
|
108327
|
-
"text": "
|
|
108303
|
+
"text": "string"
|
|
108328
108304
|
},
|
|
108329
108305
|
"privacy": "public",
|
|
108330
|
-
"
|
|
108306
|
+
"static": true,
|
|
108331
108307
|
"readonly": true,
|
|
108332
108308
|
"inheritedFrom": {
|
|
108333
|
-
"name": "
|
|
108334
|
-
"module": "core/
|
|
108335
|
-
}
|
|
108309
|
+
"name": "SbbElement",
|
|
108310
|
+
"module": "core/base-elements/element.js"
|
|
108311
|
+
},
|
|
108312
|
+
"default": "'sbb-menu-link'"
|
|
108336
108313
|
},
|
|
108337
108314
|
{
|
|
108338
108315
|
"kind": "field",
|
|
108339
|
-
"name": "
|
|
108316
|
+
"name": "anchorRole",
|
|
108340
108317
|
"type": {
|
|
108341
108318
|
"text": "string"
|
|
108342
108319
|
},
|
|
108343
|
-
"privacy": "
|
|
108344
|
-
"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.",
|
|
108320
|
+
"privacy": "protected",
|
|
108345
108321
|
"readonly": true,
|
|
108322
|
+
"default": "'menuitem'",
|
|
108346
108323
|
"inheritedFrom": {
|
|
108347
|
-
"name": "
|
|
108348
|
-
"module": "core/
|
|
108324
|
+
"name": "SbbLinkBaseElement",
|
|
108325
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108349
108326
|
}
|
|
108350
108327
|
},
|
|
108351
108328
|
{
|
|
108352
108329
|
"kind": "field",
|
|
108353
|
-
"name": "
|
|
108330
|
+
"name": "disabledInteractive",
|
|
108354
108331
|
"type": {
|
|
108355
108332
|
"text": "boolean"
|
|
108356
108333
|
},
|
|
108357
108334
|
"privacy": "public",
|
|
108358
|
-
"
|
|
108359
|
-
"
|
|
108360
|
-
"
|
|
108361
|
-
|
|
108362
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
108363
|
-
}
|
|
108364
|
-
},
|
|
108365
|
-
{
|
|
108366
|
-
"kind": "field",
|
|
108367
|
-
"name": "_validityStates",
|
|
108368
|
-
"privacy": "private",
|
|
108369
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
108335
|
+
"default": "false",
|
|
108336
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
108337
|
+
"attribute": "disabled-interactive",
|
|
108338
|
+
"reflects": true,
|
|
108370
108339
|
"inheritedFrom": {
|
|
108371
|
-
"name": "
|
|
108372
|
-
"module": "core/mixins/
|
|
108340
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
108341
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108373
108342
|
}
|
|
108374
108343
|
},
|
|
108375
108344
|
{
|
|
108376
108345
|
"kind": "field",
|
|
108377
|
-
"name": "
|
|
108346
|
+
"name": "styles",
|
|
108378
108347
|
"type": {
|
|
108379
|
-
"text": "
|
|
108348
|
+
"text": "CSSResultGroup"
|
|
108380
108349
|
},
|
|
108381
|
-
"privacy": "
|
|
108382
|
-
"
|
|
108383
|
-
"
|
|
108350
|
+
"privacy": "public",
|
|
108351
|
+
"static": true,
|
|
108352
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
108384
108353
|
"inheritedFrom": {
|
|
108385
|
-
"name": "
|
|
108386
|
-
"module": "
|
|
108354
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
108355
|
+
"module": "menu/common/menu-action-common.js"
|
|
108387
108356
|
}
|
|
108388
108357
|
},
|
|
108389
108358
|
{
|
|
108390
108359
|
"kind": "method",
|
|
108391
|
-
"name": "
|
|
108392
|
-
"privacy": "
|
|
108360
|
+
"name": "renderTemplate",
|
|
108361
|
+
"privacy": "protected",
|
|
108393
108362
|
"return": {
|
|
108394
108363
|
"type": {
|
|
108395
|
-
"text": "
|
|
108364
|
+
"text": "TemplateResult"
|
|
108396
108365
|
}
|
|
108397
108366
|
},
|
|
108398
|
-
"description": "
|
|
108367
|
+
"description": "Override this method to render the component template.",
|
|
108399
108368
|
"inheritedFrom": {
|
|
108400
|
-
"name": "
|
|
108401
|
-
"module": "core/
|
|
108369
|
+
"name": "SbbActionBaseElement",
|
|
108370
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108402
108371
|
}
|
|
108403
108372
|
},
|
|
108404
108373
|
{
|
|
108405
|
-
"kind": "
|
|
108406
|
-
"name": "
|
|
108407
|
-
"
|
|
108408
|
-
|
|
108409
|
-
"type": {
|
|
108410
|
-
"text": "boolean"
|
|
108411
|
-
}
|
|
108374
|
+
"kind": "field",
|
|
108375
|
+
"name": "iconName",
|
|
108376
|
+
"type": {
|
|
108377
|
+
"text": "string"
|
|
108412
108378
|
},
|
|
108413
|
-
"
|
|
108379
|
+
"privacy": "public",
|
|
108380
|
+
"default": "''",
|
|
108381
|
+
"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.",
|
|
108382
|
+
"attribute": "icon-name",
|
|
108414
108383
|
"inheritedFrom": {
|
|
108415
|
-
"name": "
|
|
108416
|
-
"module": "
|
|
108384
|
+
"name": "SbbIconNameMixin",
|
|
108385
|
+
"module": "icon/icon-name-mixin.js"
|
|
108417
108386
|
}
|
|
108418
108387
|
},
|
|
108419
108388
|
{
|
|
108420
108389
|
"kind": "method",
|
|
108421
|
-
"name": "
|
|
108422
|
-
"privacy": "
|
|
108390
|
+
"name": "renderIconSlot",
|
|
108391
|
+
"privacy": "protected",
|
|
108423
108392
|
"return": {
|
|
108424
108393
|
"type": {
|
|
108425
|
-
"text": "
|
|
108394
|
+
"text": "TemplateResult"
|
|
108426
108395
|
}
|
|
108427
108396
|
},
|
|
108428
108397
|
"parameters": [
|
|
108429
108398
|
{
|
|
108430
|
-
"name": "
|
|
108399
|
+
"name": "classname",
|
|
108400
|
+
"optional": true,
|
|
108431
108401
|
"type": {
|
|
108432
108402
|
"text": "string"
|
|
108433
108403
|
}
|
|
108434
108404
|
}
|
|
108435
108405
|
],
|
|
108436
|
-
"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.",
|
|
108437
108406
|
"inheritedFrom": {
|
|
108438
|
-
"name": "
|
|
108439
|
-
"module": "
|
|
108407
|
+
"name": "SbbIconNameMixin",
|
|
108408
|
+
"module": "icon/icon-name-mixin.js"
|
|
108440
108409
|
}
|
|
108441
108410
|
},
|
|
108442
108411
|
{
|
|
108443
108412
|
"kind": "method",
|
|
108444
|
-
"name": "
|
|
108445
|
-
"privacy": "
|
|
108413
|
+
"name": "renderIconName",
|
|
108414
|
+
"privacy": "protected",
|
|
108446
108415
|
"return": {
|
|
108447
108416
|
"type": {
|
|
108448
|
-
"text": "
|
|
108417
|
+
"text": "string"
|
|
108449
108418
|
}
|
|
108450
108419
|
},
|
|
108451
108420
|
"inheritedFrom": {
|
|
108452
|
-
"name": "
|
|
108453
|
-
"module": "
|
|
108421
|
+
"name": "SbbIconNameMixin",
|
|
108422
|
+
"module": "icon/icon-name-mixin.js"
|
|
108454
108423
|
}
|
|
108455
108424
|
},
|
|
108456
108425
|
{
|
|
108457
108426
|
"kind": "method",
|
|
108458
|
-
"name": "
|
|
108459
|
-
"privacy": "
|
|
108427
|
+
"name": "_renderIconName",
|
|
108428
|
+
"privacy": "private",
|
|
108460
108429
|
"return": {
|
|
108461
108430
|
"type": {
|
|
108462
|
-
"text": "
|
|
108431
|
+
"text": "string"
|
|
108463
108432
|
}
|
|
108464
108433
|
},
|
|
108465
|
-
"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",
|
|
108466
108434
|
"inheritedFrom": {
|
|
108467
|
-
"name": "
|
|
108468
|
-
"module": "
|
|
108435
|
+
"name": "SbbIconNameMixin",
|
|
108436
|
+
"module": "icon/icon-name-mixin.js"
|
|
108469
108437
|
}
|
|
108470
108438
|
},
|
|
108471
108439
|
{
|
|
108472
|
-
"kind": "
|
|
108473
|
-
"name": "
|
|
108474
|
-
"privacy": "
|
|
108475
|
-
"
|
|
108476
|
-
|
|
108477
|
-
|
|
108478
|
-
|
|
108440
|
+
"kind": "field",
|
|
108441
|
+
"name": "disabled",
|
|
108442
|
+
"privacy": "public",
|
|
108443
|
+
"description": "Whether the component is disabled.",
|
|
108444
|
+
"default": "false",
|
|
108445
|
+
"type": {
|
|
108446
|
+
"text": "boolean"
|
|
108479
108447
|
},
|
|
108448
|
+
"attribute": "disabled",
|
|
108449
|
+
"reflects": true,
|
|
108480
108450
|
"inheritedFrom": {
|
|
108481
|
-
"name": "
|
|
108482
|
-
"module": "core/mixins/
|
|
108451
|
+
"name": "SbbDisabledMixin",
|
|
108452
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108453
|
+
}
|
|
108454
|
+
},
|
|
108455
|
+
{
|
|
108456
|
+
"kind": "field",
|
|
108457
|
+
"name": "#disabled",
|
|
108458
|
+
"privacy": "private",
|
|
108459
|
+
"type": {
|
|
108460
|
+
"text": "boolean"
|
|
108461
|
+
},
|
|
108462
|
+
"default": "false",
|
|
108463
|
+
"inheritedFrom": {
|
|
108464
|
+
"name": "SbbDisabledMixin",
|
|
108465
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108483
108466
|
}
|
|
108484
108467
|
},
|
|
108485
108468
|
{
|
|
108486
108469
|
"kind": "method",
|
|
108487
|
-
"name": "
|
|
108470
|
+
"name": "isDisabledExternally",
|
|
108488
108471
|
"privacy": "protected",
|
|
108489
108472
|
"return": {
|
|
108490
108473
|
"type": {
|
|
108491
|
-
"text": "
|
|
108474
|
+
"text": "boolean"
|
|
108492
108475
|
}
|
|
108493
108476
|
},
|
|
108494
|
-
"
|
|
108495
|
-
|
|
108496
|
-
|
|
108497
|
-
|
|
108498
|
-
|
|
108499
|
-
|
|
108500
|
-
|
|
108501
|
-
|
|
108502
|
-
|
|
108503
|
-
|
|
108504
|
-
|
|
108505
|
-
|
|
108506
|
-
|
|
108507
|
-
|
|
108508
|
-
|
|
108509
|
-
|
|
108510
|
-
|
|
108511
|
-
|
|
108512
|
-
|
|
108513
|
-
|
|
108514
|
-
|
|
108515
|
-
|
|
108477
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
108478
|
+
"inheritedFrom": {
|
|
108479
|
+
"name": "SbbDisabledMixin",
|
|
108480
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108481
|
+
}
|
|
108482
|
+
},
|
|
108483
|
+
{
|
|
108484
|
+
"kind": "field",
|
|
108485
|
+
"name": "href",
|
|
108486
|
+
"type": {
|
|
108487
|
+
"text": "string"
|
|
108488
|
+
},
|
|
108489
|
+
"privacy": "public",
|
|
108490
|
+
"default": "''",
|
|
108491
|
+
"description": "The href value you want to link to.",
|
|
108492
|
+
"attribute": "href",
|
|
108493
|
+
"reflects": true,
|
|
108494
|
+
"inheritedFrom": {
|
|
108495
|
+
"name": "SbbLinkBaseElement",
|
|
108496
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108497
|
+
}
|
|
108498
|
+
},
|
|
108499
|
+
{
|
|
108500
|
+
"kind": "field",
|
|
108501
|
+
"name": "target",
|
|
108502
|
+
"type": {
|
|
108503
|
+
"text": "LinkTargetType | string"
|
|
108504
|
+
},
|
|
108505
|
+
"privacy": "public",
|
|
108506
|
+
"default": "''",
|
|
108507
|
+
"description": "Where to display the linked URL.",
|
|
108508
|
+
"attribute": "target",
|
|
108509
|
+
"reflects": true,
|
|
108516
108510
|
"inheritedFrom": {
|
|
108517
|
-
"name": "
|
|
108518
|
-
"module": "core/
|
|
108511
|
+
"name": "SbbLinkBaseElement",
|
|
108512
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108519
108513
|
}
|
|
108520
108514
|
},
|
|
108521
108515
|
{
|
|
108522
|
-
"kind": "
|
|
108523
|
-
"name": "
|
|
108524
|
-
"
|
|
108525
|
-
|
|
108526
|
-
"type": {
|
|
108527
|
-
"text": "void"
|
|
108528
|
-
}
|
|
108516
|
+
"kind": "field",
|
|
108517
|
+
"name": "rel",
|
|
108518
|
+
"type": {
|
|
108519
|
+
"text": "string"
|
|
108529
108520
|
},
|
|
108530
|
-
"
|
|
108531
|
-
|
|
108532
|
-
|
|
108533
|
-
|
|
108534
|
-
|
|
108535
|
-
}
|
|
108536
|
-
}
|
|
108537
|
-
],
|
|
108538
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
108521
|
+
"privacy": "public",
|
|
108522
|
+
"default": "''",
|
|
108523
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
108524
|
+
"attribute": "rel",
|
|
108525
|
+
"reflects": true,
|
|
108539
108526
|
"inheritedFrom": {
|
|
108540
|
-
"name": "
|
|
108541
|
-
"module": "core/
|
|
108527
|
+
"name": "SbbLinkBaseElement",
|
|
108528
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108542
108529
|
}
|
|
108543
108530
|
},
|
|
108544
108531
|
{
|
|
108545
|
-
"kind": "
|
|
108546
|
-
"name": "
|
|
108547
|
-
"
|
|
108548
|
-
|
|
108549
|
-
"type": {
|
|
108550
|
-
"text": "void"
|
|
108551
|
-
}
|
|
108532
|
+
"kind": "field",
|
|
108533
|
+
"name": "download",
|
|
108534
|
+
"type": {
|
|
108535
|
+
"text": "boolean"
|
|
108552
108536
|
},
|
|
108553
|
-
"
|
|
108537
|
+
"privacy": "public",
|
|
108538
|
+
"default": "false",
|
|
108539
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
108540
|
+
"attribute": "download",
|
|
108541
|
+
"reflects": true,
|
|
108554
108542
|
"inheritedFrom": {
|
|
108555
|
-
"name": "
|
|
108556
|
-
"module": "core/
|
|
108543
|
+
"name": "SbbLinkBaseElement",
|
|
108544
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108557
108545
|
}
|
|
108558
108546
|
},
|
|
108559
108547
|
{
|
|
108560
|
-
"kind": "
|
|
108561
|
-
"name": "
|
|
108562
|
-
"
|
|
108563
|
-
|
|
108564
|
-
"type": {
|
|
108565
|
-
"text": "boolean"
|
|
108566
|
-
}
|
|
108548
|
+
"kind": "field",
|
|
108549
|
+
"name": "accessibilityLabel",
|
|
108550
|
+
"type": {
|
|
108551
|
+
"text": "string"
|
|
108567
108552
|
},
|
|
108568
|
-
"
|
|
108569
|
-
|
|
108570
|
-
|
|
108571
|
-
|
|
108572
|
-
"text": "PropertyKey | undefined"
|
|
108573
|
-
}
|
|
108574
|
-
}
|
|
108575
|
-
],
|
|
108576
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
108553
|
+
"privacy": "public",
|
|
108554
|
+
"default": "''",
|
|
108555
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
108556
|
+
"attribute": "accessibility-label",
|
|
108577
108557
|
"inheritedFrom": {
|
|
108578
|
-
"name": "
|
|
108579
|
-
"module": "core/
|
|
108558
|
+
"name": "SbbLinkBaseElement",
|
|
108559
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108580
108560
|
}
|
|
108581
108561
|
},
|
|
108582
108562
|
{
|
|
108583
|
-
"kind": "
|
|
108584
|
-
"name": "
|
|
108585
|
-
"
|
|
108586
|
-
|
|
108587
|
-
"type": {
|
|
108588
|
-
"text": "void"
|
|
108589
|
-
}
|
|
108563
|
+
"kind": "field",
|
|
108564
|
+
"name": "accessibilityCurrent",
|
|
108565
|
+
"type": {
|
|
108566
|
+
"text": "string"
|
|
108590
108567
|
},
|
|
108568
|
+
"privacy": "public",
|
|
108569
|
+
"default": "''",
|
|
108570
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
108571
|
+
"attribute": "accessibility-current",
|
|
108591
108572
|
"inheritedFrom": {
|
|
108592
|
-
"name": "
|
|
108593
|
-
"module": "core/
|
|
108573
|
+
"name": "SbbLinkBaseElement",
|
|
108574
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108594
108575
|
}
|
|
108595
108576
|
},
|
|
108596
108577
|
{
|
|
108597
108578
|
"kind": "field",
|
|
108598
|
-
"name": "
|
|
108599
|
-
"privacy": "
|
|
108600
|
-
"
|
|
108601
|
-
"parameters": [
|
|
108602
|
-
{
|
|
108603
|
-
"description": "The origin event.",
|
|
108604
|
-
"name": "event"
|
|
108605
|
-
}
|
|
108606
|
-
],
|
|
108579
|
+
"name": "language",
|
|
108580
|
+
"privacy": "protected",
|
|
108581
|
+
"default": "new SbbLanguageController(this)",
|
|
108607
108582
|
"inheritedFrom": {
|
|
108608
|
-
"name": "
|
|
108609
|
-
"module": "core/base-elements/
|
|
108583
|
+
"name": "SbbLinkBaseElement",
|
|
108584
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108610
108585
|
}
|
|
108611
108586
|
},
|
|
108612
108587
|
{
|
|
108613
108588
|
"kind": "field",
|
|
108614
|
-
"name": "
|
|
108589
|
+
"name": "_evaluateRelAttribute",
|
|
108615
108590
|
"privacy": "private",
|
|
108616
108591
|
"inheritedFrom": {
|
|
108617
|
-
"name": "
|
|
108618
|
-
"module": "core/base-elements/
|
|
108592
|
+
"name": "SbbLinkBaseElement",
|
|
108593
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108619
108594
|
}
|
|
108620
108595
|
},
|
|
108621
108596
|
{
|
|
108622
|
-
"kind": "
|
|
108623
|
-
"name": "
|
|
108624
|
-
"privacy": "
|
|
108625
|
-
"
|
|
108597
|
+
"kind": "method",
|
|
108598
|
+
"name": "renderLink",
|
|
108599
|
+
"privacy": "protected",
|
|
108600
|
+
"return": {
|
|
108601
|
+
"type": {
|
|
108602
|
+
"text": "TemplateResult"
|
|
108603
|
+
}
|
|
108604
|
+
},
|
|
108626
108605
|
"parameters": [
|
|
108627
108606
|
{
|
|
108628
|
-
"
|
|
108629
|
-
"
|
|
108607
|
+
"name": "renderContent",
|
|
108608
|
+
"type": {
|
|
108609
|
+
"text": "TemplateResult"
|
|
108610
|
+
}
|
|
108630
108611
|
}
|
|
108631
108612
|
],
|
|
108632
108613
|
"inheritedFrom": {
|
|
108633
|
-
"name": "
|
|
108634
|
-
"module": "core/base-elements/
|
|
108635
|
-
}
|
|
108636
|
-
},
|
|
108637
|
-
{
|
|
108638
|
-
"kind": "field",
|
|
108639
|
-
"name": "_dispatchClickEvent",
|
|
108640
|
-
"privacy": "private",
|
|
108641
|
-
"inheritedFrom": {
|
|
108642
|
-
"name": "SbbButtonLikeBaseElement",
|
|
108643
|
-
"module": "core/base-elements/button-base-element.js"
|
|
108614
|
+
"name": "SbbLinkBaseElement",
|
|
108615
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108644
108616
|
}
|
|
108645
108617
|
},
|
|
108646
108618
|
{
|
|
@@ -108791,7 +108763,7 @@
|
|
|
108791
108763
|
],
|
|
108792
108764
|
"mixins": [
|
|
108793
108765
|
{
|
|
108794
|
-
"name": "
|
|
108766
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
108795
108767
|
"module": "core/mixins.js"
|
|
108796
108768
|
},
|
|
108797
108769
|
{
|
|
@@ -108800,10 +108772,10 @@
|
|
|
108800
108772
|
}
|
|
108801
108773
|
],
|
|
108802
108774
|
"superclass": {
|
|
108803
|
-
"name": "
|
|
108775
|
+
"name": "SbbLinkBaseElement",
|
|
108804
108776
|
"module": "core/base-elements.js"
|
|
108805
108777
|
},
|
|
108806
|
-
"tagName": "sbb-menu-
|
|
108778
|
+
"tagName": "sbb-menu-link",
|
|
108807
108779
|
"customElement": true,
|
|
108808
108780
|
"attributes": [
|
|
108809
108781
|
{
|
|
@@ -108819,6 +108791,19 @@
|
|
|
108819
108791
|
"module": "core/mixins/disabled-mixin.js"
|
|
108820
108792
|
}
|
|
108821
108793
|
},
|
|
108794
|
+
{
|
|
108795
|
+
"name": "icon-name",
|
|
108796
|
+
"type": {
|
|
108797
|
+
"text": "string"
|
|
108798
|
+
},
|
|
108799
|
+
"default": "''",
|
|
108800
|
+
"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.",
|
|
108801
|
+
"fieldName": "iconName",
|
|
108802
|
+
"inheritedFrom": {
|
|
108803
|
+
"name": "SbbIconNameMixin",
|
|
108804
|
+
"module": "icon/icon-name-mixin.js"
|
|
108805
|
+
}
|
|
108806
|
+
},
|
|
108822
108807
|
{
|
|
108823
108808
|
"name": "disabled",
|
|
108824
108809
|
"description": "Whether the component is disabled.",
|
|
@@ -108833,66 +108818,81 @@
|
|
|
108833
108818
|
}
|
|
108834
108819
|
},
|
|
108835
108820
|
{
|
|
108836
|
-
"name": "
|
|
108821
|
+
"name": "href",
|
|
108837
108822
|
"type": {
|
|
108838
108823
|
"text": "string"
|
|
108839
108824
|
},
|
|
108840
108825
|
"default": "''",
|
|
108841
|
-
"description": "The
|
|
108842
|
-
"fieldName": "
|
|
108826
|
+
"description": "The href value you want to link to.",
|
|
108827
|
+
"fieldName": "href",
|
|
108843
108828
|
"inheritedFrom": {
|
|
108844
|
-
"name": "
|
|
108845
|
-
"module": "
|
|
108829
|
+
"name": "SbbLinkBaseElement",
|
|
108830
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108846
108831
|
}
|
|
108847
108832
|
},
|
|
108848
108833
|
{
|
|
108849
|
-
"name": "
|
|
108834
|
+
"name": "target",
|
|
108835
|
+
"type": {
|
|
108836
|
+
"text": "LinkTargetType | string"
|
|
108837
|
+
},
|
|
108838
|
+
"default": "''",
|
|
108839
|
+
"description": "Where to display the linked URL.",
|
|
108840
|
+
"fieldName": "target",
|
|
108841
|
+
"inheritedFrom": {
|
|
108842
|
+
"name": "SbbLinkBaseElement",
|
|
108843
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108844
|
+
}
|
|
108845
|
+
},
|
|
108846
|
+
{
|
|
108847
|
+
"name": "rel",
|
|
108850
108848
|
"type": {
|
|
108851
108849
|
"text": "string"
|
|
108852
108850
|
},
|
|
108853
108851
|
"default": "''",
|
|
108854
|
-
"description": "
|
|
108855
|
-
"fieldName": "
|
|
108852
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
108853
|
+
"fieldName": "rel",
|
|
108856
108854
|
"inheritedFrom": {
|
|
108857
|
-
"name": "
|
|
108858
|
-
"module": "core/base-elements/
|
|
108855
|
+
"name": "SbbLinkBaseElement",
|
|
108856
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108859
108857
|
}
|
|
108860
108858
|
},
|
|
108861
108859
|
{
|
|
108862
|
-
"name": "
|
|
108863
|
-
"description": "The type attribute to use for the button.",
|
|
108864
|
-
"default": "'button'",
|
|
108860
|
+
"name": "download",
|
|
108865
108861
|
"type": {
|
|
108866
|
-
"text": "
|
|
108862
|
+
"text": "boolean"
|
|
108867
108863
|
},
|
|
108868
|
-
"
|
|
108864
|
+
"default": "false",
|
|
108865
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
108866
|
+
"fieldName": "download",
|
|
108869
108867
|
"inheritedFrom": {
|
|
108870
|
-
"name": "
|
|
108871
|
-
"module": "core/base-elements/
|
|
108868
|
+
"name": "SbbLinkBaseElement",
|
|
108869
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108872
108870
|
}
|
|
108873
108871
|
},
|
|
108874
108872
|
{
|
|
108875
|
-
"name": "
|
|
108876
|
-
"description": "The `<form>` element to associate the button with.",
|
|
108873
|
+
"name": "accessibility-label",
|
|
108877
108874
|
"type": {
|
|
108878
|
-
"text": "
|
|
108875
|
+
"text": "string"
|
|
108879
108876
|
},
|
|
108880
|
-
"
|
|
108877
|
+
"default": "''",
|
|
108878
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
108879
|
+
"fieldName": "accessibilityLabel",
|
|
108881
108880
|
"inheritedFrom": {
|
|
108882
|
-
"name": "
|
|
108883
|
-
"module": "core/base-elements/
|
|
108881
|
+
"name": "SbbLinkBaseElement",
|
|
108882
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108884
108883
|
}
|
|
108885
108884
|
},
|
|
108886
108885
|
{
|
|
108887
|
-
"name": "
|
|
108888
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
108886
|
+
"name": "accessibility-current",
|
|
108889
108887
|
"type": {
|
|
108890
108888
|
"text": "string"
|
|
108891
108889
|
},
|
|
108892
|
-
"
|
|
108890
|
+
"default": "''",
|
|
108891
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
108892
|
+
"fieldName": "accessibilityCurrent",
|
|
108893
108893
|
"inheritedFrom": {
|
|
108894
|
-
"name": "
|
|
108895
|
-
"module": "core/
|
|
108894
|
+
"name": "SbbLinkBaseElement",
|
|
108895
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108896
108896
|
}
|
|
108897
108897
|
}
|
|
108898
108898
|
]
|
|
@@ -108901,10 +108901,10 @@
|
|
|
108901
108901
|
"exports": [
|
|
108902
108902
|
{
|
|
108903
108903
|
"kind": "js",
|
|
108904
|
-
"name": "
|
|
108904
|
+
"name": "SbbMenuLinkElement",
|
|
108905
108905
|
"declaration": {
|
|
108906
|
-
"name": "
|
|
108907
|
-
"module": "menu/menu-
|
|
108906
|
+
"name": "SbbMenuLinkElement",
|
|
108907
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
108908
108908
|
}
|
|
108909
108909
|
}
|
|
108910
108910
|
]
|
|
@@ -124171,6 +124171,261 @@
|
|
|
124171
124171
|
}
|
|
124172
124172
|
]
|
|
124173
124173
|
},
|
|
124174
|
+
{
|
|
124175
|
+
"kind": "javascript-module",
|
|
124176
|
+
"path": "table/table-wrapper/table-wrapper.component.js",
|
|
124177
|
+
"declarations": [
|
|
124178
|
+
{
|
|
124179
|
+
"kind": "class",
|
|
124180
|
+
"description": "Wraps a table to enhance its functionality.",
|
|
124181
|
+
"name": "SbbTableWrapperElement",
|
|
124182
|
+
"slots": [
|
|
124183
|
+
{
|
|
124184
|
+
"description": "Use the unnamed slot to add the table.",
|
|
124185
|
+
"name": ""
|
|
124186
|
+
}
|
|
124187
|
+
],
|
|
124188
|
+
"members": [
|
|
124189
|
+
{
|
|
124190
|
+
"kind": "field",
|
|
124191
|
+
"name": "elementName",
|
|
124192
|
+
"type": {
|
|
124193
|
+
"text": "string"
|
|
124194
|
+
},
|
|
124195
|
+
"privacy": "public",
|
|
124196
|
+
"static": true,
|
|
124197
|
+
"readonly": true,
|
|
124198
|
+
"default": "'sbb-table-wrapper'",
|
|
124199
|
+
"inheritedFrom": {
|
|
124200
|
+
"name": "SbbElement",
|
|
124201
|
+
"module": "core/base-elements/element.js"
|
|
124202
|
+
}
|
|
124203
|
+
},
|
|
124204
|
+
{
|
|
124205
|
+
"kind": "field",
|
|
124206
|
+
"name": "role",
|
|
124207
|
+
"type": {
|
|
124208
|
+
"text": "string"
|
|
124209
|
+
},
|
|
124210
|
+
"privacy": "public",
|
|
124211
|
+
"static": true,
|
|
124212
|
+
"readonly": true,
|
|
124213
|
+
"default": "'section'"
|
|
124214
|
+
},
|
|
124215
|
+
{
|
|
124216
|
+
"kind": "field",
|
|
124217
|
+
"name": "focusable",
|
|
124218
|
+
"type": {
|
|
124219
|
+
"text": "boolean"
|
|
124220
|
+
},
|
|
124221
|
+
"privacy": "public",
|
|
124222
|
+
"default": "false",
|
|
124223
|
+
"description": "Whether the table wrapper is focusable.",
|
|
124224
|
+
"attribute": "focusable",
|
|
124225
|
+
"reflects": true
|
|
124226
|
+
},
|
|
124227
|
+
{
|
|
124228
|
+
"kind": "method",
|
|
124229
|
+
"name": "_updateScrollbarClass",
|
|
124230
|
+
"privacy": "private",
|
|
124231
|
+
"return": {
|
|
124232
|
+
"type": {
|
|
124233
|
+
"text": "void"
|
|
124234
|
+
}
|
|
124235
|
+
}
|
|
124236
|
+
},
|
|
124237
|
+
{
|
|
124238
|
+
"kind": "method",
|
|
124239
|
+
"name": "_checkHorizontalScrollbarOffset",
|
|
124240
|
+
"privacy": "private",
|
|
124241
|
+
"return": {
|
|
124242
|
+
"type": {
|
|
124243
|
+
"text": "void"
|
|
124244
|
+
}
|
|
124245
|
+
},
|
|
124246
|
+
"description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
|
|
124247
|
+
},
|
|
124248
|
+
{
|
|
124249
|
+
"kind": "method",
|
|
124250
|
+
"name": "_calculateScrollOffset",
|
|
124251
|
+
"privacy": "private",
|
|
124252
|
+
"return": {
|
|
124253
|
+
"type": {
|
|
124254
|
+
"text": "'none' | 'left' | 'right' | 'both'"
|
|
124255
|
+
}
|
|
124256
|
+
}
|
|
124257
|
+
},
|
|
124258
|
+
{
|
|
124259
|
+
"kind": "field",
|
|
124260
|
+
"name": "negative",
|
|
124261
|
+
"type": {
|
|
124262
|
+
"text": "boolean"
|
|
124263
|
+
},
|
|
124264
|
+
"privacy": "public",
|
|
124265
|
+
"default": "false",
|
|
124266
|
+
"description": "Negative coloring variant flag.",
|
|
124267
|
+
"attribute": "negative",
|
|
124268
|
+
"reflects": true,
|
|
124269
|
+
"inheritedFrom": {
|
|
124270
|
+
"name": "SbbNegativeMixin",
|
|
124271
|
+
"module": "core/mixins/negative-mixin.js"
|
|
124272
|
+
}
|
|
124273
|
+
},
|
|
124274
|
+
{
|
|
124275
|
+
"kind": "field",
|
|
124276
|
+
"name": "_hydrationRequired",
|
|
124277
|
+
"type": {
|
|
124278
|
+
"text": "boolean"
|
|
124279
|
+
},
|
|
124280
|
+
"privacy": "private",
|
|
124281
|
+
"default": "!!this.shadowRoot",
|
|
124282
|
+
"inheritedFrom": {
|
|
124283
|
+
"name": "SbbElement",
|
|
124284
|
+
"module": "core/base-elements/element.js"
|
|
124285
|
+
}
|
|
124286
|
+
},
|
|
124287
|
+
{
|
|
124288
|
+
"kind": "field",
|
|
124289
|
+
"name": "_hydrationComplete",
|
|
124290
|
+
"privacy": "private",
|
|
124291
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
124292
|
+
"inheritedFrom": {
|
|
124293
|
+
"name": "SbbElement",
|
|
124294
|
+
"module": "core/base-elements/element.js"
|
|
124295
|
+
}
|
|
124296
|
+
},
|
|
124297
|
+
{
|
|
124298
|
+
"kind": "field",
|
|
124299
|
+
"name": "_resolveHydration",
|
|
124300
|
+
"type": {
|
|
124301
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
124302
|
+
},
|
|
124303
|
+
"privacy": "private",
|
|
124304
|
+
"inheritedFrom": {
|
|
124305
|
+
"name": "SbbElement",
|
|
124306
|
+
"module": "core/base-elements/element.js"
|
|
124307
|
+
}
|
|
124308
|
+
},
|
|
124309
|
+
{
|
|
124310
|
+
"kind": "field",
|
|
124311
|
+
"name": "hydrationRequired",
|
|
124312
|
+
"type": {
|
|
124313
|
+
"text": "boolean"
|
|
124314
|
+
},
|
|
124315
|
+
"privacy": "protected",
|
|
124316
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
124317
|
+
"readonly": true,
|
|
124318
|
+
"inheritedFrom": {
|
|
124319
|
+
"name": "SbbElement",
|
|
124320
|
+
"module": "core/base-elements/element.js"
|
|
124321
|
+
},
|
|
124322
|
+
"default": "!!this.shadowRoot"
|
|
124323
|
+
},
|
|
124324
|
+
{
|
|
124325
|
+
"kind": "method",
|
|
124326
|
+
"name": "toggleState",
|
|
124327
|
+
"privacy": "protected",
|
|
124328
|
+
"return": {
|
|
124329
|
+
"type": {
|
|
124330
|
+
"text": "void"
|
|
124331
|
+
}
|
|
124332
|
+
},
|
|
124333
|
+
"parameters": [
|
|
124334
|
+
{
|
|
124335
|
+
"name": "value",
|
|
124336
|
+
"type": {
|
|
124337
|
+
"text": "string"
|
|
124338
|
+
}
|
|
124339
|
+
},
|
|
124340
|
+
{
|
|
124341
|
+
"name": "force",
|
|
124342
|
+
"optional": true,
|
|
124343
|
+
"type": {
|
|
124344
|
+
"text": "boolean"
|
|
124345
|
+
}
|
|
124346
|
+
}
|
|
124347
|
+
],
|
|
124348
|
+
"inheritedFrom": {
|
|
124349
|
+
"name": "SbbElement",
|
|
124350
|
+
"module": "core/base-elements/element.js"
|
|
124351
|
+
}
|
|
124352
|
+
},
|
|
124353
|
+
{
|
|
124354
|
+
"kind": "field",
|
|
124355
|
+
"name": "['_$sbbElement$']",
|
|
124356
|
+
"type": {
|
|
124357
|
+
"text": "boolean"
|
|
124358
|
+
},
|
|
124359
|
+
"privacy": "public",
|
|
124360
|
+
"static": true,
|
|
124361
|
+
"default": "true",
|
|
124362
|
+
"inheritedFrom": {
|
|
124363
|
+
"name": "SbbElement",
|
|
124364
|
+
"module": "core/base-elements/element.js"
|
|
124365
|
+
}
|
|
124366
|
+
},
|
|
124367
|
+
{
|
|
124368
|
+
"kind": "field",
|
|
124369
|
+
"name": "_controllers",
|
|
124370
|
+
"type": {
|
|
124371
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
124372
|
+
},
|
|
124373
|
+
"privacy": "private",
|
|
124374
|
+
"inheritedFrom": {
|
|
124375
|
+
"name": "SbbElement",
|
|
124376
|
+
"module": "core/base-elements/element.js"
|
|
124377
|
+
}
|
|
124378
|
+
}
|
|
124379
|
+
],
|
|
124380
|
+
"attributes": [
|
|
124381
|
+
{
|
|
124382
|
+
"name": "focusable",
|
|
124383
|
+
"type": {
|
|
124384
|
+
"text": "boolean"
|
|
124385
|
+
},
|
|
124386
|
+
"default": "false",
|
|
124387
|
+
"description": "Whether the table wrapper is focusable.",
|
|
124388
|
+
"fieldName": "focusable"
|
|
124389
|
+
},
|
|
124390
|
+
{
|
|
124391
|
+
"name": "negative",
|
|
124392
|
+
"type": {
|
|
124393
|
+
"text": "boolean"
|
|
124394
|
+
},
|
|
124395
|
+
"default": "false",
|
|
124396
|
+
"description": "Negative coloring variant flag.",
|
|
124397
|
+
"fieldName": "negative",
|
|
124398
|
+
"inheritedFrom": {
|
|
124399
|
+
"name": "SbbNegativeMixin",
|
|
124400
|
+
"module": "core/mixins/negative-mixin.js"
|
|
124401
|
+
}
|
|
124402
|
+
}
|
|
124403
|
+
],
|
|
124404
|
+
"mixins": [
|
|
124405
|
+
{
|
|
124406
|
+
"name": "SbbNegativeMixin",
|
|
124407
|
+
"module": "core/mixins.js"
|
|
124408
|
+
}
|
|
124409
|
+
],
|
|
124410
|
+
"superclass": {
|
|
124411
|
+
"name": "SbbElement",
|
|
124412
|
+
"module": "core/base-elements.js"
|
|
124413
|
+
},
|
|
124414
|
+
"tagName": "sbb-table-wrapper",
|
|
124415
|
+
"customElement": true
|
|
124416
|
+
}
|
|
124417
|
+
],
|
|
124418
|
+
"exports": [
|
|
124419
|
+
{
|
|
124420
|
+
"kind": "js",
|
|
124421
|
+
"name": "SbbTableWrapperElement",
|
|
124422
|
+
"declaration": {
|
|
124423
|
+
"name": "SbbTableWrapperElement",
|
|
124424
|
+
"module": "table/table-wrapper/table-wrapper.component.js"
|
|
124425
|
+
}
|
|
124426
|
+
}
|
|
124427
|
+
]
|
|
124428
|
+
},
|
|
124174
124429
|
{
|
|
124175
124430
|
"kind": "javascript-module",
|
|
124176
124431
|
"path": "stepper/stepper/stepper.component.js",
|
|
@@ -124741,318 +124996,63 @@
|
|
|
124741
124996
|
"fieldName": "horizontalFrom"
|
|
124742
124997
|
},
|
|
124743
124998
|
{
|
|
124744
|
-
"name": "orientation",
|
|
124745
|
-
"type": {
|
|
124746
|
-
"text": "SbbOrientation"
|
|
124747
|
-
},
|
|
124748
|
-
"default": "'horizontal'",
|
|
124749
|
-
"description": "Steps orientation, either horizontal or vertical.",
|
|
124750
|
-
"fieldName": "orientation"
|
|
124751
|
-
},
|
|
124752
|
-
{
|
|
124753
|
-
"name": "size",
|
|
124754
|
-
"type": {
|
|
124755
|
-
"text": "'s' | 'm'"
|
|
124756
|
-
},
|
|
124757
|
-
"description": "Size variant, either s or m.",
|
|
124758
|
-
"default": "'m' / 's' (lean)",
|
|
124759
|
-
"fieldName": "size"
|
|
124760
|
-
},
|
|
124761
|
-
{
|
|
124762
|
-
"name": "selected-index",
|
|
124763
|
-
"description": "The currently selected step index.",
|
|
124764
|
-
"type": {
|
|
124765
|
-
"text": "number | null"
|
|
124766
|
-
},
|
|
124767
|
-
"fieldName": "selectedIndex"
|
|
124768
|
-
}
|
|
124769
|
-
],
|
|
124770
|
-
"superclass": {
|
|
124771
|
-
"name": "SbbElement",
|
|
124772
|
-
"module": "core/base-elements.js"
|
|
124773
|
-
},
|
|
124774
|
-
"tagName": "sbb-stepper",
|
|
124775
|
-
"customElement": true
|
|
124776
|
-
},
|
|
124777
|
-
{
|
|
124778
|
-
"kind": "variable",
|
|
124779
|
-
"name": "currentIndex"
|
|
124780
|
-
},
|
|
124781
|
-
{
|
|
124782
|
-
"kind": "variable",
|
|
124783
|
-
"name": "currentStep"
|
|
124784
|
-
}
|
|
124785
|
-
],
|
|
124786
|
-
"exports": [
|
|
124787
|
-
{
|
|
124788
|
-
"kind": "js",
|
|
124789
|
-
"name": "SbbStepChangeEvent",
|
|
124790
|
-
"declaration": {
|
|
124791
|
-
"name": "SbbStepChangeEvent",
|
|
124792
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
124793
|
-
}
|
|
124794
|
-
},
|
|
124795
|
-
{
|
|
124796
|
-
"kind": "js",
|
|
124797
|
-
"name": "SbbStepperElement",
|
|
124798
|
-
"declaration": {
|
|
124799
|
-
"name": "SbbStepperElement",
|
|
124800
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
124801
|
-
}
|
|
124802
|
-
}
|
|
124803
|
-
]
|
|
124804
|
-
},
|
|
124805
|
-
{
|
|
124806
|
-
"kind": "javascript-module",
|
|
124807
|
-
"path": "table/table-wrapper/table-wrapper.component.js",
|
|
124808
|
-
"declarations": [
|
|
124809
|
-
{
|
|
124810
|
-
"kind": "class",
|
|
124811
|
-
"description": "Wraps a table to enhance its functionality.",
|
|
124812
|
-
"name": "SbbTableWrapperElement",
|
|
124813
|
-
"slots": [
|
|
124814
|
-
{
|
|
124815
|
-
"description": "Use the unnamed slot to add the table.",
|
|
124816
|
-
"name": ""
|
|
124817
|
-
}
|
|
124818
|
-
],
|
|
124819
|
-
"members": [
|
|
124820
|
-
{
|
|
124821
|
-
"kind": "field",
|
|
124822
|
-
"name": "elementName",
|
|
124823
|
-
"type": {
|
|
124824
|
-
"text": "string"
|
|
124825
|
-
},
|
|
124826
|
-
"privacy": "public",
|
|
124827
|
-
"static": true,
|
|
124828
|
-
"readonly": true,
|
|
124829
|
-
"default": "'sbb-table-wrapper'",
|
|
124830
|
-
"inheritedFrom": {
|
|
124831
|
-
"name": "SbbElement",
|
|
124832
|
-
"module": "core/base-elements/element.js"
|
|
124833
|
-
}
|
|
124834
|
-
},
|
|
124835
|
-
{
|
|
124836
|
-
"kind": "field",
|
|
124837
|
-
"name": "role",
|
|
124838
|
-
"type": {
|
|
124839
|
-
"text": "string"
|
|
124840
|
-
},
|
|
124841
|
-
"privacy": "public",
|
|
124842
|
-
"static": true,
|
|
124843
|
-
"readonly": true,
|
|
124844
|
-
"default": "'section'"
|
|
124845
|
-
},
|
|
124846
|
-
{
|
|
124847
|
-
"kind": "field",
|
|
124848
|
-
"name": "focusable",
|
|
124849
|
-
"type": {
|
|
124850
|
-
"text": "boolean"
|
|
124851
|
-
},
|
|
124852
|
-
"privacy": "public",
|
|
124853
|
-
"default": "false",
|
|
124854
|
-
"description": "Whether the table wrapper is focusable.",
|
|
124855
|
-
"attribute": "focusable",
|
|
124856
|
-
"reflects": true
|
|
124857
|
-
},
|
|
124858
|
-
{
|
|
124859
|
-
"kind": "method",
|
|
124860
|
-
"name": "_updateScrollbarClass",
|
|
124861
|
-
"privacy": "private",
|
|
124862
|
-
"return": {
|
|
124863
|
-
"type": {
|
|
124864
|
-
"text": "void"
|
|
124865
|
-
}
|
|
124866
|
-
}
|
|
124867
|
-
},
|
|
124868
|
-
{
|
|
124869
|
-
"kind": "method",
|
|
124870
|
-
"name": "_checkHorizontalScrollbarOffset",
|
|
124871
|
-
"privacy": "private",
|
|
124872
|
-
"return": {
|
|
124873
|
-
"type": {
|
|
124874
|
-
"text": "void"
|
|
124875
|
-
}
|
|
124876
|
-
},
|
|
124877
|
-
"description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
|
|
124878
|
-
},
|
|
124879
|
-
{
|
|
124880
|
-
"kind": "method",
|
|
124881
|
-
"name": "_calculateScrollOffset",
|
|
124882
|
-
"privacy": "private",
|
|
124883
|
-
"return": {
|
|
124884
|
-
"type": {
|
|
124885
|
-
"text": "'none' | 'left' | 'right' | 'both'"
|
|
124886
|
-
}
|
|
124887
|
-
}
|
|
124888
|
-
},
|
|
124889
|
-
{
|
|
124890
|
-
"kind": "field",
|
|
124891
|
-
"name": "negative",
|
|
124892
|
-
"type": {
|
|
124893
|
-
"text": "boolean"
|
|
124894
|
-
},
|
|
124895
|
-
"privacy": "public",
|
|
124896
|
-
"default": "false",
|
|
124897
|
-
"description": "Negative coloring variant flag.",
|
|
124898
|
-
"attribute": "negative",
|
|
124899
|
-
"reflects": true,
|
|
124900
|
-
"inheritedFrom": {
|
|
124901
|
-
"name": "SbbNegativeMixin",
|
|
124902
|
-
"module": "core/mixins/negative-mixin.js"
|
|
124903
|
-
}
|
|
124904
|
-
},
|
|
124905
|
-
{
|
|
124906
|
-
"kind": "field",
|
|
124907
|
-
"name": "_hydrationRequired",
|
|
124908
|
-
"type": {
|
|
124909
|
-
"text": "boolean"
|
|
124910
|
-
},
|
|
124911
|
-
"privacy": "private",
|
|
124912
|
-
"default": "!!this.shadowRoot",
|
|
124913
|
-
"inheritedFrom": {
|
|
124914
|
-
"name": "SbbElement",
|
|
124915
|
-
"module": "core/base-elements/element.js"
|
|
124916
|
-
}
|
|
124917
|
-
},
|
|
124918
|
-
{
|
|
124919
|
-
"kind": "field",
|
|
124920
|
-
"name": "_hydrationComplete",
|
|
124921
|
-
"privacy": "private",
|
|
124922
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
124923
|
-
"inheritedFrom": {
|
|
124924
|
-
"name": "SbbElement",
|
|
124925
|
-
"module": "core/base-elements/element.js"
|
|
124926
|
-
}
|
|
124927
|
-
},
|
|
124928
|
-
{
|
|
124929
|
-
"kind": "field",
|
|
124930
|
-
"name": "_resolveHydration",
|
|
124931
|
-
"type": {
|
|
124932
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
124933
|
-
},
|
|
124934
|
-
"privacy": "private",
|
|
124935
|
-
"inheritedFrom": {
|
|
124936
|
-
"name": "SbbElement",
|
|
124937
|
-
"module": "core/base-elements/element.js"
|
|
124938
|
-
}
|
|
124939
|
-
},
|
|
124940
|
-
{
|
|
124941
|
-
"kind": "field",
|
|
124942
|
-
"name": "hydrationRequired",
|
|
124943
|
-
"type": {
|
|
124944
|
-
"text": "boolean"
|
|
124945
|
-
},
|
|
124946
|
-
"privacy": "protected",
|
|
124947
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
124948
|
-
"readonly": true,
|
|
124949
|
-
"inheritedFrom": {
|
|
124950
|
-
"name": "SbbElement",
|
|
124951
|
-
"module": "core/base-elements/element.js"
|
|
124952
|
-
},
|
|
124953
|
-
"default": "!!this.shadowRoot"
|
|
124954
|
-
},
|
|
124955
|
-
{
|
|
124956
|
-
"kind": "method",
|
|
124957
|
-
"name": "toggleState",
|
|
124958
|
-
"privacy": "protected",
|
|
124959
|
-
"return": {
|
|
124960
|
-
"type": {
|
|
124961
|
-
"text": "void"
|
|
124962
|
-
}
|
|
124963
|
-
},
|
|
124964
|
-
"parameters": [
|
|
124965
|
-
{
|
|
124966
|
-
"name": "value",
|
|
124967
|
-
"type": {
|
|
124968
|
-
"text": "string"
|
|
124969
|
-
}
|
|
124970
|
-
},
|
|
124971
|
-
{
|
|
124972
|
-
"name": "force",
|
|
124973
|
-
"optional": true,
|
|
124974
|
-
"type": {
|
|
124975
|
-
"text": "boolean"
|
|
124976
|
-
}
|
|
124977
|
-
}
|
|
124978
|
-
],
|
|
124979
|
-
"inheritedFrom": {
|
|
124980
|
-
"name": "SbbElement",
|
|
124981
|
-
"module": "core/base-elements/element.js"
|
|
124982
|
-
}
|
|
124983
|
-
},
|
|
124984
|
-
{
|
|
124985
|
-
"kind": "field",
|
|
124986
|
-
"name": "['_$sbbElement$']",
|
|
124987
|
-
"type": {
|
|
124988
|
-
"text": "boolean"
|
|
124989
|
-
},
|
|
124990
|
-
"privacy": "public",
|
|
124991
|
-
"static": true,
|
|
124992
|
-
"default": "true",
|
|
124993
|
-
"inheritedFrom": {
|
|
124994
|
-
"name": "SbbElement",
|
|
124995
|
-
"module": "core/base-elements/element.js"
|
|
124996
|
-
}
|
|
124997
|
-
},
|
|
124998
|
-
{
|
|
124999
|
-
"kind": "field",
|
|
125000
|
-
"name": "_controllers",
|
|
124999
|
+
"name": "orientation",
|
|
125001
125000
|
"type": {
|
|
125002
|
-
"text": "
|
|
125001
|
+
"text": "SbbOrientation"
|
|
125003
125002
|
},
|
|
125004
|
-
"
|
|
125005
|
-
"
|
|
125006
|
-
|
|
125007
|
-
|
|
125008
|
-
}
|
|
125009
|
-
}
|
|
125010
|
-
],
|
|
125011
|
-
"attributes": [
|
|
125003
|
+
"default": "'horizontal'",
|
|
125004
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
125005
|
+
"fieldName": "orientation"
|
|
125006
|
+
},
|
|
125012
125007
|
{
|
|
125013
|
-
"name": "
|
|
125008
|
+
"name": "size",
|
|
125014
125009
|
"type": {
|
|
125015
|
-
"text": "
|
|
125010
|
+
"text": "'s' | 'm'"
|
|
125016
125011
|
},
|
|
125017
|
-
"
|
|
125018
|
-
"
|
|
125019
|
-
"fieldName": "
|
|
125012
|
+
"description": "Size variant, either s or m.",
|
|
125013
|
+
"default": "'m' / 's' (lean)",
|
|
125014
|
+
"fieldName": "size"
|
|
125020
125015
|
},
|
|
125021
125016
|
{
|
|
125022
|
-
"name": "
|
|
125017
|
+
"name": "selected-index",
|
|
125018
|
+
"description": "The currently selected step index.",
|
|
125023
125019
|
"type": {
|
|
125024
|
-
"text": "
|
|
125020
|
+
"text": "number | null"
|
|
125025
125021
|
},
|
|
125026
|
-
"
|
|
125027
|
-
"description": "Negative coloring variant flag.",
|
|
125028
|
-
"fieldName": "negative",
|
|
125029
|
-
"inheritedFrom": {
|
|
125030
|
-
"name": "SbbNegativeMixin",
|
|
125031
|
-
"module": "core/mixins/negative-mixin.js"
|
|
125032
|
-
}
|
|
125033
|
-
}
|
|
125034
|
-
],
|
|
125035
|
-
"mixins": [
|
|
125036
|
-
{
|
|
125037
|
-
"name": "SbbNegativeMixin",
|
|
125038
|
-
"module": "core/mixins.js"
|
|
125022
|
+
"fieldName": "selectedIndex"
|
|
125039
125023
|
}
|
|
125040
125024
|
],
|
|
125041
125025
|
"superclass": {
|
|
125042
125026
|
"name": "SbbElement",
|
|
125043
125027
|
"module": "core/base-elements.js"
|
|
125044
125028
|
},
|
|
125045
|
-
"tagName": "sbb-
|
|
125029
|
+
"tagName": "sbb-stepper",
|
|
125046
125030
|
"customElement": true
|
|
125031
|
+
},
|
|
125032
|
+
{
|
|
125033
|
+
"kind": "variable",
|
|
125034
|
+
"name": "currentIndex"
|
|
125035
|
+
},
|
|
125036
|
+
{
|
|
125037
|
+
"kind": "variable",
|
|
125038
|
+
"name": "currentStep"
|
|
125047
125039
|
}
|
|
125048
125040
|
],
|
|
125049
125041
|
"exports": [
|
|
125050
125042
|
{
|
|
125051
125043
|
"kind": "js",
|
|
125052
|
-
"name": "
|
|
125044
|
+
"name": "SbbStepChangeEvent",
|
|
125053
125045
|
"declaration": {
|
|
125054
|
-
"name": "
|
|
125055
|
-
"module": "
|
|
125046
|
+
"name": "SbbStepChangeEvent",
|
|
125047
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
125048
|
+
}
|
|
125049
|
+
},
|
|
125050
|
+
{
|
|
125051
|
+
"kind": "js",
|
|
125052
|
+
"name": "SbbStepperElement",
|
|
125053
|
+
"declaration": {
|
|
125054
|
+
"name": "SbbStepperElement",
|
|
125055
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
125056
125056
|
}
|
|
125057
125057
|
}
|
|
125058
125058
|
]
|
|
@@ -133146,22 +133146,15 @@
|
|
|
133146
133146
|
},
|
|
133147
133147
|
{
|
|
133148
133148
|
"kind": "javascript-module",
|
|
133149
|
-
"path": "train/train-
|
|
133149
|
+
"path": "train/train-wagon/train-wagon.component.js",
|
|
133150
133150
|
"declarations": [
|
|
133151
133151
|
{
|
|
133152
133152
|
"kind": "class",
|
|
133153
|
-
"description": "It displays a train
|
|
133154
|
-
"name": "
|
|
133155
|
-
"cssProperties": [
|
|
133156
|
-
{
|
|
133157
|
-
"description": "Defines the inline padding inside the horizontal scrolling area.",
|
|
133158
|
-
"name": "--sbb-train-formation-padding-inline",
|
|
133159
|
-
"default": "0px"
|
|
133160
|
-
}
|
|
133161
|
-
],
|
|
133153
|
+
"description": "It displays a train compartment within a `sbb-train` component.",
|
|
133154
|
+
"name": "SbbTrainWagonElement",
|
|
133162
133155
|
"slots": [
|
|
133163
133156
|
{
|
|
133164
|
-
"description": "Use the unnamed slot to add
|
|
133157
|
+
"description": "Use the unnamed slot to add one or more `sbb-icon` for meta-information of the `sbb-train-wagon`.",
|
|
133165
133158
|
"name": ""
|
|
133166
133159
|
}
|
|
133167
133160
|
],
|
|
@@ -133175,12 +133168,35 @@
|
|
|
133175
133168
|
"privacy": "public",
|
|
133176
133169
|
"static": true,
|
|
133177
133170
|
"readonly": true,
|
|
133178
|
-
"default": "'sbb-train-
|
|
133171
|
+
"default": "'sbb-train-wagon'",
|
|
133179
133172
|
"inheritedFrom": {
|
|
133180
133173
|
"name": "SbbElement",
|
|
133181
133174
|
"module": "core/base-elements/element.js"
|
|
133182
133175
|
}
|
|
133183
133176
|
},
|
|
133177
|
+
{
|
|
133178
|
+
"kind": "field",
|
|
133179
|
+
"name": "events",
|
|
133180
|
+
"privacy": "public",
|
|
133181
|
+
"static": true,
|
|
133182
|
+
"readonly": true,
|
|
133183
|
+
"default": "{ sectorchange: 'sectorchange', }",
|
|
133184
|
+
"type": {
|
|
133185
|
+
"text": "{\n sectorchange: 'sectorchange',\n }"
|
|
133186
|
+
}
|
|
133187
|
+
},
|
|
133188
|
+
{
|
|
133189
|
+
"kind": "field",
|
|
133190
|
+
"name": "type",
|
|
133191
|
+
"type": {
|
|
133192
|
+
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
133193
|
+
},
|
|
133194
|
+
"privacy": "public",
|
|
133195
|
+
"default": "'wagon'",
|
|
133196
|
+
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
133197
|
+
"attribute": "type",
|
|
133198
|
+
"reflects": true
|
|
133199
|
+
},
|
|
133184
133200
|
{
|
|
133185
133201
|
"kind": "field",
|
|
133186
133202
|
"name": "listChildLocalNames",
|
|
@@ -133190,7 +133206,7 @@
|
|
|
133190
133206
|
"privacy": "protected",
|
|
133191
133207
|
"readonly": true,
|
|
133192
133208
|
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
133193
|
-
"default": "['sbb-
|
|
133209
|
+
"default": "['sbb-icon']",
|
|
133194
133210
|
"inheritedFrom": {
|
|
133195
133211
|
"name": "SbbNamedSlotListMixin",
|
|
133196
133212
|
"module": "core/mixins/named-slot-list-mixin.js"
|
|
@@ -133198,24 +133214,71 @@
|
|
|
133198
133214
|
},
|
|
133199
133215
|
{
|
|
133200
133216
|
"kind": "field",
|
|
133201
|
-
"name": "
|
|
133217
|
+
"name": "occupancy",
|
|
133202
133218
|
"type": {
|
|
133203
|
-
"text": "
|
|
133219
|
+
"text": "SbbOccupancy | null"
|
|
133204
133220
|
},
|
|
133205
133221
|
"privacy": "public",
|
|
133206
|
-
"default": "
|
|
133207
|
-
"description": "
|
|
133208
|
-
"attribute": "
|
|
133222
|
+
"default": "null",
|
|
133223
|
+
"description": "Occupancy of a wagon.",
|
|
133224
|
+
"attribute": "occupancy"
|
|
133225
|
+
},
|
|
133226
|
+
{
|
|
133227
|
+
"kind": "field",
|
|
133228
|
+
"name": "sector",
|
|
133229
|
+
"type": {
|
|
133230
|
+
"text": "string"
|
|
133231
|
+
},
|
|
133232
|
+
"privacy": "public",
|
|
133233
|
+
"default": "''",
|
|
133234
|
+
"description": "Sector in which the wagon stops.",
|
|
133235
|
+
"attribute": "sector",
|
|
133209
133236
|
"reflects": true
|
|
133210
133237
|
},
|
|
133211
133238
|
{
|
|
133212
133239
|
"kind": "field",
|
|
133213
|
-
"name": "
|
|
133240
|
+
"name": "blockedPassage",
|
|
133214
133241
|
"type": {
|
|
133215
|
-
"text": "
|
|
133242
|
+
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
133216
133243
|
},
|
|
133217
|
-
"privacy": "
|
|
133218
|
-
"default": "
|
|
133244
|
+
"privacy": "public",
|
|
133245
|
+
"default": "'none'",
|
|
133246
|
+
"description": "Accessibility text for blocked passages of the wagon.",
|
|
133247
|
+
"attribute": "blocked-passage"
|
|
133248
|
+
},
|
|
133249
|
+
{
|
|
133250
|
+
"kind": "field",
|
|
133251
|
+
"name": "wagonClass",
|
|
133252
|
+
"type": {
|
|
133253
|
+
"text": "'1' | '2' | null"
|
|
133254
|
+
},
|
|
133255
|
+
"privacy": "public",
|
|
133256
|
+
"default": "null",
|
|
133257
|
+
"description": "Class label",
|
|
133258
|
+
"attribute": "wagon-class"
|
|
133259
|
+
},
|
|
133260
|
+
{
|
|
133261
|
+
"kind": "field",
|
|
133262
|
+
"name": "label",
|
|
133263
|
+
"type": {
|
|
133264
|
+
"text": "string"
|
|
133265
|
+
},
|
|
133266
|
+
"privacy": "public",
|
|
133267
|
+
"default": "''",
|
|
133268
|
+
"description": "Wagon number",
|
|
133269
|
+
"attribute": "label",
|
|
133270
|
+
"reflects": true
|
|
133271
|
+
},
|
|
133272
|
+
{
|
|
133273
|
+
"kind": "field",
|
|
133274
|
+
"name": "additionalAccessibilityText",
|
|
133275
|
+
"type": {
|
|
133276
|
+
"text": "string"
|
|
133277
|
+
},
|
|
133278
|
+
"privacy": "public",
|
|
133279
|
+
"default": "''",
|
|
133280
|
+
"description": "Additional accessibility text which will be appended to the end.",
|
|
133281
|
+
"attribute": "additional-accessibility-text"
|
|
133219
133282
|
},
|
|
133220
133283
|
{
|
|
133221
133284
|
"kind": "field",
|
|
@@ -133225,22 +133288,23 @@
|
|
|
133225
133288
|
},
|
|
133226
133289
|
{
|
|
133227
133290
|
"kind": "method",
|
|
133228
|
-
"name": "
|
|
133291
|
+
"name": "_sectorChanged",
|
|
133229
133292
|
"privacy": "private",
|
|
133230
133293
|
"return": {
|
|
133231
133294
|
"type": {
|
|
133232
133295
|
"text": "void"
|
|
133233
133296
|
}
|
|
133234
|
-
}
|
|
133235
|
-
|
|
133236
|
-
|
|
133237
|
-
|
|
133238
|
-
|
|
133239
|
-
|
|
133240
|
-
|
|
133241
|
-
|
|
133297
|
+
}
|
|
133298
|
+
},
|
|
133299
|
+
{
|
|
133300
|
+
"kind": "method",
|
|
133301
|
+
"name": "_typeLabel",
|
|
133302
|
+
"privacy": "private",
|
|
133303
|
+
"return": {
|
|
133304
|
+
"type": {
|
|
133305
|
+
"text": "string"
|
|
133242
133306
|
}
|
|
133243
|
-
|
|
133307
|
+
}
|
|
133244
133308
|
},
|
|
133245
133309
|
{
|
|
133246
133310
|
"kind": "field",
|
|
@@ -133414,41 +133478,95 @@
|
|
|
133414
133478
|
}
|
|
133415
133479
|
},
|
|
133416
133480
|
{
|
|
133417
|
-
"kind": "field",
|
|
133418
|
-
"name": "['_$sbbElement$']",
|
|
133481
|
+
"kind": "field",
|
|
133482
|
+
"name": "['_$sbbElement$']",
|
|
133483
|
+
"type": {
|
|
133484
|
+
"text": "boolean"
|
|
133485
|
+
},
|
|
133486
|
+
"privacy": "public",
|
|
133487
|
+
"static": true,
|
|
133488
|
+
"default": "true",
|
|
133489
|
+
"inheritedFrom": {
|
|
133490
|
+
"name": "SbbElement",
|
|
133491
|
+
"module": "core/base-elements/element.js"
|
|
133492
|
+
}
|
|
133493
|
+
},
|
|
133494
|
+
{
|
|
133495
|
+
"kind": "field",
|
|
133496
|
+
"name": "_controllers",
|
|
133497
|
+
"type": {
|
|
133498
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
133499
|
+
},
|
|
133500
|
+
"privacy": "private",
|
|
133501
|
+
"inheritedFrom": {
|
|
133502
|
+
"name": "SbbElement",
|
|
133503
|
+
"module": "core/base-elements/element.js"
|
|
133504
|
+
}
|
|
133505
|
+
}
|
|
133506
|
+
],
|
|
133507
|
+
"attributes": [
|
|
133508
|
+
{
|
|
133509
|
+
"name": "type",
|
|
133510
|
+
"type": {
|
|
133511
|
+
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
133512
|
+
},
|
|
133513
|
+
"default": "'wagon'",
|
|
133514
|
+
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
133515
|
+
"fieldName": "type"
|
|
133516
|
+
},
|
|
133517
|
+
{
|
|
133518
|
+
"name": "occupancy",
|
|
133519
|
+
"type": {
|
|
133520
|
+
"text": "SbbOccupancy | null"
|
|
133521
|
+
},
|
|
133522
|
+
"default": "null",
|
|
133523
|
+
"description": "Occupancy of a wagon.",
|
|
133524
|
+
"fieldName": "occupancy"
|
|
133525
|
+
},
|
|
133526
|
+
{
|
|
133527
|
+
"name": "sector",
|
|
133528
|
+
"type": {
|
|
133529
|
+
"text": "string"
|
|
133530
|
+
},
|
|
133531
|
+
"default": "''",
|
|
133532
|
+
"description": "Sector in which the wagon stops.",
|
|
133533
|
+
"fieldName": "sector"
|
|
133534
|
+
},
|
|
133535
|
+
{
|
|
133536
|
+
"name": "blocked-passage",
|
|
133537
|
+
"type": {
|
|
133538
|
+
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
133539
|
+
},
|
|
133540
|
+
"default": "'none'",
|
|
133541
|
+
"description": "Accessibility text for blocked passages of the wagon.",
|
|
133542
|
+
"fieldName": "blockedPassage"
|
|
133543
|
+
},
|
|
133544
|
+
{
|
|
133545
|
+
"name": "wagon-class",
|
|
133419
133546
|
"type": {
|
|
133420
|
-
"text": "
|
|
133547
|
+
"text": "'1' | '2' | null"
|
|
133421
133548
|
},
|
|
133422
|
-
"
|
|
133423
|
-
"
|
|
133424
|
-
"
|
|
133425
|
-
"inheritedFrom": {
|
|
133426
|
-
"name": "SbbElement",
|
|
133427
|
-
"module": "core/base-elements/element.js"
|
|
133428
|
-
}
|
|
133549
|
+
"default": "null",
|
|
133550
|
+
"description": "Class label",
|
|
133551
|
+
"fieldName": "wagonClass"
|
|
133429
133552
|
},
|
|
133430
133553
|
{
|
|
133431
|
-
"
|
|
133432
|
-
"name": "_controllers",
|
|
133554
|
+
"name": "label",
|
|
133433
133555
|
"type": {
|
|
133434
|
-
"text": "
|
|
133556
|
+
"text": "string"
|
|
133435
133557
|
},
|
|
133436
|
-
"
|
|
133437
|
-
"
|
|
133438
|
-
|
|
133439
|
-
|
|
133440
|
-
}
|
|
133441
|
-
}
|
|
133442
|
-
],
|
|
133443
|
-
"attributes": [
|
|
133558
|
+
"default": "''",
|
|
133559
|
+
"description": "Wagon number",
|
|
133560
|
+
"fieldName": "label"
|
|
133561
|
+
},
|
|
133444
133562
|
{
|
|
133445
|
-
"name": "
|
|
133563
|
+
"name": "additional-accessibility-text",
|
|
133446
133564
|
"type": {
|
|
133447
|
-
"text": "
|
|
133565
|
+
"text": "string"
|
|
133448
133566
|
},
|
|
133449
|
-
"default": "'
|
|
133450
|
-
"description": "
|
|
133451
|
-
"fieldName": "
|
|
133567
|
+
"default": "''",
|
|
133568
|
+
"description": "Additional accessibility text which will be appended to the end.",
|
|
133569
|
+
"fieldName": "additionalAccessibilityText"
|
|
133452
133570
|
}
|
|
133453
133571
|
],
|
|
133454
133572
|
"mixins": [
|
|
@@ -133461,32 +133579,39 @@
|
|
|
133461
133579
|
"name": "SbbElement",
|
|
133462
133580
|
"module": "core/base-elements.js"
|
|
133463
133581
|
},
|
|
133464
|
-
"tagName": "sbb-train-
|
|
133582
|
+
"tagName": "sbb-train-wagon",
|
|
133465
133583
|
"customElement": true
|
|
133466
133584
|
}
|
|
133467
133585
|
],
|
|
133468
133586
|
"exports": [
|
|
133469
133587
|
{
|
|
133470
133588
|
"kind": "js",
|
|
133471
|
-
"name": "
|
|
133589
|
+
"name": "SbbTrainWagonElement",
|
|
133472
133590
|
"declaration": {
|
|
133473
|
-
"name": "
|
|
133474
|
-
"module": "train/train-
|
|
133591
|
+
"name": "SbbTrainWagonElement",
|
|
133592
|
+
"module": "train/train-wagon/train-wagon.component.js"
|
|
133475
133593
|
}
|
|
133476
133594
|
}
|
|
133477
133595
|
]
|
|
133478
133596
|
},
|
|
133479
133597
|
{
|
|
133480
133598
|
"kind": "javascript-module",
|
|
133481
|
-
"path": "train/train-
|
|
133599
|
+
"path": "train/train-formation/train-formation.component.js",
|
|
133482
133600
|
"declarations": [
|
|
133483
133601
|
{
|
|
133484
133602
|
"kind": "class",
|
|
133485
|
-
"description": "It displays a train
|
|
133486
|
-
"name": "
|
|
133603
|
+
"description": "It displays a train composition, acting as a container for one or more `sbb-train` component.",
|
|
133604
|
+
"name": "SbbTrainFormationElement",
|
|
133605
|
+
"cssProperties": [
|
|
133606
|
+
{
|
|
133607
|
+
"description": "Defines the inline padding inside the horizontal scrolling area.",
|
|
133608
|
+
"name": "--sbb-train-formation-padding-inline",
|
|
133609
|
+
"default": "0px"
|
|
133610
|
+
}
|
|
133611
|
+
],
|
|
133487
133612
|
"slots": [
|
|
133488
133613
|
{
|
|
133489
|
-
"description": "Use the unnamed slot to add
|
|
133614
|
+
"description": "Use the unnamed slot to add 'sbb-train' elements to the `sbb-train-formation`.",
|
|
133490
133615
|
"name": ""
|
|
133491
133616
|
}
|
|
133492
133617
|
],
|
|
@@ -133500,35 +133625,12 @@
|
|
|
133500
133625
|
"privacy": "public",
|
|
133501
133626
|
"static": true,
|
|
133502
133627
|
"readonly": true,
|
|
133503
|
-
"default": "'sbb-train-
|
|
133628
|
+
"default": "'sbb-train-formation'",
|
|
133504
133629
|
"inheritedFrom": {
|
|
133505
133630
|
"name": "SbbElement",
|
|
133506
133631
|
"module": "core/base-elements/element.js"
|
|
133507
133632
|
}
|
|
133508
133633
|
},
|
|
133509
|
-
{
|
|
133510
|
-
"kind": "field",
|
|
133511
|
-
"name": "events",
|
|
133512
|
-
"privacy": "public",
|
|
133513
|
-
"static": true,
|
|
133514
|
-
"readonly": true,
|
|
133515
|
-
"default": "{ sectorchange: 'sectorchange', }",
|
|
133516
|
-
"type": {
|
|
133517
|
-
"text": "{\n sectorchange: 'sectorchange',\n }"
|
|
133518
|
-
}
|
|
133519
|
-
},
|
|
133520
|
-
{
|
|
133521
|
-
"kind": "field",
|
|
133522
|
-
"name": "type",
|
|
133523
|
-
"type": {
|
|
133524
|
-
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
133525
|
-
},
|
|
133526
|
-
"privacy": "public",
|
|
133527
|
-
"default": "'wagon'",
|
|
133528
|
-
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
133529
|
-
"attribute": "type",
|
|
133530
|
-
"reflects": true
|
|
133531
|
-
},
|
|
133532
133634
|
{
|
|
133533
133635
|
"kind": "field",
|
|
133534
133636
|
"name": "listChildLocalNames",
|
|
@@ -133538,7 +133640,7 @@
|
|
|
133538
133640
|
"privacy": "protected",
|
|
133539
133641
|
"readonly": true,
|
|
133540
133642
|
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
133541
|
-
"default": "['sbb-
|
|
133643
|
+
"default": "['sbb-train']",
|
|
133542
133644
|
"inheritedFrom": {
|
|
133543
133645
|
"name": "SbbNamedSlotListMixin",
|
|
133544
133646
|
"module": "core/mixins/named-slot-list-mixin.js"
|
|
@@ -133546,71 +133648,24 @@
|
|
|
133546
133648
|
},
|
|
133547
133649
|
{
|
|
133548
133650
|
"kind": "field",
|
|
133549
|
-
"name": "
|
|
133550
|
-
"type": {
|
|
133551
|
-
"text": "SbbOccupancy | null"
|
|
133552
|
-
},
|
|
133553
|
-
"privacy": "public",
|
|
133554
|
-
"default": "null",
|
|
133555
|
-
"description": "Occupancy of a wagon.",
|
|
133556
|
-
"attribute": "occupancy"
|
|
133557
|
-
},
|
|
133558
|
-
{
|
|
133559
|
-
"kind": "field",
|
|
133560
|
-
"name": "sector",
|
|
133561
|
-
"type": {
|
|
133562
|
-
"text": "string"
|
|
133563
|
-
},
|
|
133564
|
-
"privacy": "public",
|
|
133565
|
-
"default": "''",
|
|
133566
|
-
"description": "Sector in which the wagon stops.",
|
|
133567
|
-
"attribute": "sector",
|
|
133568
|
-
"reflects": true
|
|
133569
|
-
},
|
|
133570
|
-
{
|
|
133571
|
-
"kind": "field",
|
|
133572
|
-
"name": "blockedPassage",
|
|
133573
|
-
"type": {
|
|
133574
|
-
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
133575
|
-
},
|
|
133576
|
-
"privacy": "public",
|
|
133577
|
-
"default": "'none'",
|
|
133578
|
-
"description": "Accessibility text for blocked passages of the wagon.",
|
|
133579
|
-
"attribute": "blocked-passage"
|
|
133580
|
-
},
|
|
133581
|
-
{
|
|
133582
|
-
"kind": "field",
|
|
133583
|
-
"name": "wagonClass",
|
|
133584
|
-
"type": {
|
|
133585
|
-
"text": "'1' | '2' | null"
|
|
133586
|
-
},
|
|
133587
|
-
"privacy": "public",
|
|
133588
|
-
"default": "null",
|
|
133589
|
-
"description": "Class label",
|
|
133590
|
-
"attribute": "wagon-class"
|
|
133591
|
-
},
|
|
133592
|
-
{
|
|
133593
|
-
"kind": "field",
|
|
133594
|
-
"name": "label",
|
|
133651
|
+
"name": "view",
|
|
133595
133652
|
"type": {
|
|
133596
|
-
"text": "
|
|
133653
|
+
"text": "'side' | 'top'"
|
|
133597
133654
|
},
|
|
133598
133655
|
"privacy": "public",
|
|
133599
|
-
"default": "''",
|
|
133600
|
-
"description": "
|
|
133601
|
-
"attribute": "
|
|
133656
|
+
"default": "'side'",
|
|
133657
|
+
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
133658
|
+
"attribute": "view",
|
|
133602
133659
|
"reflects": true
|
|
133603
133660
|
},
|
|
133604
133661
|
{
|
|
133605
133662
|
"kind": "field",
|
|
133606
|
-
"name": "
|
|
133663
|
+
"name": "_sectors",
|
|
133607
133664
|
"type": {
|
|
133608
|
-
"text": "
|
|
133665
|
+
"text": "AggregatedSector[]"
|
|
133609
133666
|
},
|
|
133610
|
-
"privacy": "
|
|
133611
|
-
"default": "
|
|
133612
|
-
"description": "Additional accessibility text which will be appended to the end.",
|
|
133613
|
-
"attribute": "additional-accessibility-text"
|
|
133667
|
+
"privacy": "private",
|
|
133668
|
+
"default": "[]"
|
|
133614
133669
|
},
|
|
133615
133670
|
{
|
|
133616
133671
|
"kind": "field",
|
|
@@ -133620,23 +133675,22 @@
|
|
|
133620
133675
|
},
|
|
133621
133676
|
{
|
|
133622
133677
|
"kind": "method",
|
|
133623
|
-
"name": "
|
|
133678
|
+
"name": "_readSectors",
|
|
133624
133679
|
"privacy": "private",
|
|
133625
133680
|
"return": {
|
|
133626
133681
|
"type": {
|
|
133627
133682
|
"text": "void"
|
|
133628
133683
|
}
|
|
133629
|
-
}
|
|
133630
|
-
|
|
133631
|
-
|
|
133632
|
-
|
|
133633
|
-
|
|
133634
|
-
|
|
133635
|
-
|
|
133636
|
-
|
|
133637
|
-
"text": "string"
|
|
133684
|
+
},
|
|
133685
|
+
"parameters": [
|
|
133686
|
+
{
|
|
133687
|
+
"name": "event",
|
|
133688
|
+
"optional": true,
|
|
133689
|
+
"type": {
|
|
133690
|
+
"text": "Event"
|
|
133691
|
+
}
|
|
133638
133692
|
}
|
|
133639
|
-
|
|
133693
|
+
]
|
|
133640
133694
|
},
|
|
133641
133695
|
{
|
|
133642
133696
|
"kind": "field",
|
|
@@ -133838,67 +133892,13 @@
|
|
|
133838
133892
|
],
|
|
133839
133893
|
"attributes": [
|
|
133840
133894
|
{
|
|
133841
|
-
"name": "
|
|
133842
|
-
"type": {
|
|
133843
|
-
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
133844
|
-
},
|
|
133845
|
-
"default": "'wagon'",
|
|
133846
|
-
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
133847
|
-
"fieldName": "type"
|
|
133848
|
-
},
|
|
133849
|
-
{
|
|
133850
|
-
"name": "occupancy",
|
|
133851
|
-
"type": {
|
|
133852
|
-
"text": "SbbOccupancy | null"
|
|
133853
|
-
},
|
|
133854
|
-
"default": "null",
|
|
133855
|
-
"description": "Occupancy of a wagon.",
|
|
133856
|
-
"fieldName": "occupancy"
|
|
133857
|
-
},
|
|
133858
|
-
{
|
|
133859
|
-
"name": "sector",
|
|
133860
|
-
"type": {
|
|
133861
|
-
"text": "string"
|
|
133862
|
-
},
|
|
133863
|
-
"default": "''",
|
|
133864
|
-
"description": "Sector in which the wagon stops.",
|
|
133865
|
-
"fieldName": "sector"
|
|
133866
|
-
},
|
|
133867
|
-
{
|
|
133868
|
-
"name": "blocked-passage",
|
|
133869
|
-
"type": {
|
|
133870
|
-
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
133871
|
-
},
|
|
133872
|
-
"default": "'none'",
|
|
133873
|
-
"description": "Accessibility text for blocked passages of the wagon.",
|
|
133874
|
-
"fieldName": "blockedPassage"
|
|
133875
|
-
},
|
|
133876
|
-
{
|
|
133877
|
-
"name": "wagon-class",
|
|
133878
|
-
"type": {
|
|
133879
|
-
"text": "'1' | '2' | null"
|
|
133880
|
-
},
|
|
133881
|
-
"default": "null",
|
|
133882
|
-
"description": "Class label",
|
|
133883
|
-
"fieldName": "wagonClass"
|
|
133884
|
-
},
|
|
133885
|
-
{
|
|
133886
|
-
"name": "label",
|
|
133887
|
-
"type": {
|
|
133888
|
-
"text": "string"
|
|
133889
|
-
},
|
|
133890
|
-
"default": "''",
|
|
133891
|
-
"description": "Wagon number",
|
|
133892
|
-
"fieldName": "label"
|
|
133893
|
-
},
|
|
133894
|
-
{
|
|
133895
|
-
"name": "additional-accessibility-text",
|
|
133895
|
+
"name": "view",
|
|
133896
133896
|
"type": {
|
|
133897
|
-
"text": "
|
|
133897
|
+
"text": "'side' | 'top'"
|
|
133898
133898
|
},
|
|
133899
|
-
"default": "''",
|
|
133900
|
-
"description": "
|
|
133901
|
-
"fieldName": "
|
|
133899
|
+
"default": "'side'",
|
|
133900
|
+
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
133901
|
+
"fieldName": "view"
|
|
133902
133902
|
}
|
|
133903
133903
|
],
|
|
133904
133904
|
"mixins": [
|
|
@@ -133911,17 +133911,17 @@
|
|
|
133911
133911
|
"name": "SbbElement",
|
|
133912
133912
|
"module": "core/base-elements.js"
|
|
133913
133913
|
},
|
|
133914
|
-
"tagName": "sbb-train-
|
|
133914
|
+
"tagName": "sbb-train-formation",
|
|
133915
133915
|
"customElement": true
|
|
133916
133916
|
}
|
|
133917
133917
|
],
|
|
133918
133918
|
"exports": [
|
|
133919
133919
|
{
|
|
133920
133920
|
"kind": "js",
|
|
133921
|
-
"name": "
|
|
133921
|
+
"name": "SbbTrainFormationElement",
|
|
133922
133922
|
"declaration": {
|
|
133923
|
-
"name": "
|
|
133924
|
-
"module": "train/train-
|
|
133923
|
+
"name": "SbbTrainFormationElement",
|
|
133924
|
+
"module": "train/train-formation/train-formation.component.js"
|
|
133925
133925
|
}
|
|
133926
133926
|
}
|
|
133927
133927
|
]
|