@sbb-esta/lyne-elements-dev 4.7.0-dev.1773245052 → 4.7.0-dev.1773276117
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 +996 -996
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -14731,12 +14731,50 @@
|
|
|
14731
14731
|
},
|
|
14732
14732
|
{
|
|
14733
14733
|
"kind": "javascript-module",
|
|
14734
|
-
"path": "link-list
|
|
14734
|
+
"path": "link-list/common.js",
|
|
14735
|
+
"declarations": [],
|
|
14736
|
+
"exports": [
|
|
14737
|
+
{
|
|
14738
|
+
"kind": "js",
|
|
14739
|
+
"name": "*",
|
|
14740
|
+
"declaration": {
|
|
14741
|
+
"name": "*",
|
|
14742
|
+
"module": "link-list/common/link-list-base.js"
|
|
14743
|
+
}
|
|
14744
|
+
}
|
|
14745
|
+
]
|
|
14746
|
+
},
|
|
14747
|
+
{
|
|
14748
|
+
"kind": "javascript-module",
|
|
14749
|
+
"path": "link-list/link-list-anchor.js",
|
|
14750
|
+
"declarations": [],
|
|
14751
|
+
"exports": [
|
|
14752
|
+
{
|
|
14753
|
+
"kind": "js",
|
|
14754
|
+
"name": "*",
|
|
14755
|
+
"declaration": {
|
|
14756
|
+
"name": "*",
|
|
14757
|
+
"module": "link-list-anchor/link-list-anchor.component.js"
|
|
14758
|
+
}
|
|
14759
|
+
},
|
|
14760
|
+
{
|
|
14761
|
+
"kind": "js",
|
|
14762
|
+
"name": "*",
|
|
14763
|
+
"declaration": {
|
|
14764
|
+
"name": "*",
|
|
14765
|
+
"module": "link-list/link-list.component.js"
|
|
14766
|
+
}
|
|
14767
|
+
}
|
|
14768
|
+
]
|
|
14769
|
+
},
|
|
14770
|
+
{
|
|
14771
|
+
"kind": "javascript-module",
|
|
14772
|
+
"path": "link-list/link-list.component.js",
|
|
14735
14773
|
"declarations": [
|
|
14736
14774
|
{
|
|
14737
14775
|
"kind": "class",
|
|
14738
14776
|
"description": "It displays a list of `sbb-block-link`.",
|
|
14739
|
-
"name": "
|
|
14777
|
+
"name": "SbbLinkListElement",
|
|
14740
14778
|
"slots": [
|
|
14741
14779
|
{
|
|
14742
14780
|
"description": "Use the unnamed slot to add one or more `sbb-block-link`.",
|
|
@@ -14765,12 +14803,36 @@
|
|
|
14765
14803
|
"privacy": "public",
|
|
14766
14804
|
"static": true,
|
|
14767
14805
|
"readonly": true,
|
|
14768
|
-
"default": "'sbb-link-list
|
|
14806
|
+
"default": "'sbb-link-list'",
|
|
14769
14807
|
"inheritedFrom": {
|
|
14770
14808
|
"name": "SbbElement",
|
|
14771
14809
|
"module": "core/base-elements/element.js"
|
|
14772
14810
|
}
|
|
14773
14811
|
},
|
|
14812
|
+
{
|
|
14813
|
+
"kind": "field",
|
|
14814
|
+
"name": "horizontalFrom",
|
|
14815
|
+
"type": {
|
|
14816
|
+
"text": "SbbHorizontalFrom | null"
|
|
14817
|
+
},
|
|
14818
|
+
"privacy": "public",
|
|
14819
|
+
"default": "null",
|
|
14820
|
+
"description": "Selected breakpoint from which the list is rendered horizontally.",
|
|
14821
|
+
"attribute": "horizontal-from",
|
|
14822
|
+
"reflects": true
|
|
14823
|
+
},
|
|
14824
|
+
{
|
|
14825
|
+
"kind": "field",
|
|
14826
|
+
"name": "orientation",
|
|
14827
|
+
"type": {
|
|
14828
|
+
"text": "SbbOrientation"
|
|
14829
|
+
},
|
|
14830
|
+
"privacy": "public",
|
|
14831
|
+
"default": "'vertical'",
|
|
14832
|
+
"description": "The orientation in which the list will be shown vertical or horizontal.",
|
|
14833
|
+
"attribute": "orientation",
|
|
14834
|
+
"reflects": true
|
|
14835
|
+
},
|
|
14774
14836
|
{
|
|
14775
14837
|
"kind": "field",
|
|
14776
14838
|
"name": "negative",
|
|
@@ -15047,13 +15109,25 @@
|
|
|
15047
15109
|
}
|
|
15048
15110
|
}
|
|
15049
15111
|
],
|
|
15050
|
-
"superclass": {
|
|
15051
|
-
"name": "SbbLinkListBaseElement",
|
|
15052
|
-
"module": "link-list.pure.js"
|
|
15053
|
-
},
|
|
15054
|
-
"tagName": "sbb-link-list-anchor",
|
|
15055
|
-
"customElement": true,
|
|
15056
15112
|
"attributes": [
|
|
15113
|
+
{
|
|
15114
|
+
"name": "horizontal-from",
|
|
15115
|
+
"type": {
|
|
15116
|
+
"text": "SbbHorizontalFrom | null"
|
|
15117
|
+
},
|
|
15118
|
+
"default": "null",
|
|
15119
|
+
"description": "Selected breakpoint from which the list is rendered horizontally.",
|
|
15120
|
+
"fieldName": "horizontalFrom"
|
|
15121
|
+
},
|
|
15122
|
+
{
|
|
15123
|
+
"name": "orientation",
|
|
15124
|
+
"type": {
|
|
15125
|
+
"text": "SbbOrientation"
|
|
15126
|
+
},
|
|
15127
|
+
"default": "'vertical'",
|
|
15128
|
+
"description": "The orientation in which the list will be shown vertical or horizontal.",
|
|
15129
|
+
"fieldName": "orientation"
|
|
15130
|
+
},
|
|
15057
15131
|
{
|
|
15058
15132
|
"name": "negative",
|
|
15059
15133
|
"type": {
|
|
@@ -15106,48 +15180,31 @@
|
|
|
15106
15180
|
"module": "link-list/common/link-list-base.js"
|
|
15107
15181
|
}
|
|
15108
15182
|
}
|
|
15109
|
-
]
|
|
15183
|
+
],
|
|
15184
|
+
"superclass": {
|
|
15185
|
+
"name": "SbbLinkListBaseElement",
|
|
15186
|
+
"module": "link-list/common/link-list-base.js"
|
|
15187
|
+
},
|
|
15188
|
+
"tagName": "sbb-link-list",
|
|
15189
|
+
"customElement": true
|
|
15110
15190
|
}
|
|
15111
15191
|
],
|
|
15112
15192
|
"exports": [
|
|
15113
15193
|
{
|
|
15114
15194
|
"kind": "js",
|
|
15115
|
-
"name": "
|
|
15116
|
-
"declaration": {
|
|
15117
|
-
"name": "SbbLinkListAnchorElement",
|
|
15118
|
-
"module": "link-list-anchor/link-list-anchor.component.js"
|
|
15119
|
-
}
|
|
15120
|
-
}
|
|
15121
|
-
]
|
|
15122
|
-
},
|
|
15123
|
-
{
|
|
15124
|
-
"kind": "javascript-module",
|
|
15125
|
-
"path": "link-list/common.js",
|
|
15126
|
-
"declarations": [],
|
|
15127
|
-
"exports": [
|
|
15128
|
-
{
|
|
15129
|
-
"kind": "js",
|
|
15130
|
-
"name": "*",
|
|
15195
|
+
"name": "SbbLinkListElement",
|
|
15131
15196
|
"declaration": {
|
|
15132
|
-
"name": "
|
|
15133
|
-
"module": "link-list/
|
|
15197
|
+
"name": "SbbLinkListElement",
|
|
15198
|
+
"module": "link-list/link-list.component.js"
|
|
15134
15199
|
}
|
|
15135
15200
|
}
|
|
15136
15201
|
]
|
|
15137
15202
|
},
|
|
15138
15203
|
{
|
|
15139
15204
|
"kind": "javascript-module",
|
|
15140
|
-
"path": "link-list/link-list
|
|
15205
|
+
"path": "link-list/link-list.js",
|
|
15141
15206
|
"declarations": [],
|
|
15142
15207
|
"exports": [
|
|
15143
|
-
{
|
|
15144
|
-
"kind": "js",
|
|
15145
|
-
"name": "*",
|
|
15146
|
-
"declaration": {
|
|
15147
|
-
"name": "*",
|
|
15148
|
-
"module": "link-list-anchor/link-list-anchor.component.js"
|
|
15149
|
-
}
|
|
15150
|
-
},
|
|
15151
15208
|
{
|
|
15152
15209
|
"kind": "js",
|
|
15153
15210
|
"name": "*",
|
|
@@ -15160,12 +15217,12 @@
|
|
|
15160
15217
|
},
|
|
15161
15218
|
{
|
|
15162
15219
|
"kind": "javascript-module",
|
|
15163
|
-
"path": "link-list/link-list.component.js",
|
|
15220
|
+
"path": "link-list-anchor/link-list-anchor.component.js",
|
|
15164
15221
|
"declarations": [
|
|
15165
15222
|
{
|
|
15166
15223
|
"kind": "class",
|
|
15167
15224
|
"description": "It displays a list of `sbb-block-link`.",
|
|
15168
|
-
"name": "
|
|
15225
|
+
"name": "SbbLinkListAnchorElement",
|
|
15169
15226
|
"slots": [
|
|
15170
15227
|
{
|
|
15171
15228
|
"description": "Use the unnamed slot to add one or more `sbb-block-link`.",
|
|
@@ -15194,36 +15251,12 @@
|
|
|
15194
15251
|
"privacy": "public",
|
|
15195
15252
|
"static": true,
|
|
15196
15253
|
"readonly": true,
|
|
15197
|
-
"default": "'sbb-link-list'",
|
|
15254
|
+
"default": "'sbb-link-list-anchor'",
|
|
15198
15255
|
"inheritedFrom": {
|
|
15199
15256
|
"name": "SbbElement",
|
|
15200
15257
|
"module": "core/base-elements/element.js"
|
|
15201
15258
|
}
|
|
15202
15259
|
},
|
|
15203
|
-
{
|
|
15204
|
-
"kind": "field",
|
|
15205
|
-
"name": "horizontalFrom",
|
|
15206
|
-
"type": {
|
|
15207
|
-
"text": "SbbHorizontalFrom | null"
|
|
15208
|
-
},
|
|
15209
|
-
"privacy": "public",
|
|
15210
|
-
"default": "null",
|
|
15211
|
-
"description": "Selected breakpoint from which the list is rendered horizontally.",
|
|
15212
|
-
"attribute": "horizontal-from",
|
|
15213
|
-
"reflects": true
|
|
15214
|
-
},
|
|
15215
|
-
{
|
|
15216
|
-
"kind": "field",
|
|
15217
|
-
"name": "orientation",
|
|
15218
|
-
"type": {
|
|
15219
|
-
"text": "SbbOrientation"
|
|
15220
|
-
},
|
|
15221
|
-
"privacy": "public",
|
|
15222
|
-
"default": "'vertical'",
|
|
15223
|
-
"description": "The orientation in which the list will be shown vertical or horizontal.",
|
|
15224
|
-
"attribute": "orientation",
|
|
15225
|
-
"reflects": true
|
|
15226
|
-
},
|
|
15227
15260
|
{
|
|
15228
15261
|
"kind": "field",
|
|
15229
15262
|
"name": "negative",
|
|
@@ -15500,25 +15533,13 @@
|
|
|
15500
15533
|
}
|
|
15501
15534
|
}
|
|
15502
15535
|
],
|
|
15536
|
+
"superclass": {
|
|
15537
|
+
"name": "SbbLinkListBaseElement",
|
|
15538
|
+
"module": "link-list.pure.js"
|
|
15539
|
+
},
|
|
15540
|
+
"tagName": "sbb-link-list-anchor",
|
|
15541
|
+
"customElement": true,
|
|
15503
15542
|
"attributes": [
|
|
15504
|
-
{
|
|
15505
|
-
"name": "horizontal-from",
|
|
15506
|
-
"type": {
|
|
15507
|
-
"text": "SbbHorizontalFrom | null"
|
|
15508
|
-
},
|
|
15509
|
-
"default": "null",
|
|
15510
|
-
"description": "Selected breakpoint from which the list is rendered horizontally.",
|
|
15511
|
-
"fieldName": "horizontalFrom"
|
|
15512
|
-
},
|
|
15513
|
-
{
|
|
15514
|
-
"name": "orientation",
|
|
15515
|
-
"type": {
|
|
15516
|
-
"text": "SbbOrientation"
|
|
15517
|
-
},
|
|
15518
|
-
"default": "'vertical'",
|
|
15519
|
-
"description": "The orientation in which the list will be shown vertical or horizontal.",
|
|
15520
|
-
"fieldName": "orientation"
|
|
15521
|
-
},
|
|
15522
15543
|
{
|
|
15523
15544
|
"name": "negative",
|
|
15524
15545
|
"type": {
|
|
@@ -15571,37 +15592,16 @@
|
|
|
15571
15592
|
"module": "link-list/common/link-list-base.js"
|
|
15572
15593
|
}
|
|
15573
15594
|
}
|
|
15574
|
-
]
|
|
15575
|
-
"superclass": {
|
|
15576
|
-
"name": "SbbLinkListBaseElement",
|
|
15577
|
-
"module": "link-list/common/link-list-base.js"
|
|
15578
|
-
},
|
|
15579
|
-
"tagName": "sbb-link-list",
|
|
15580
|
-
"customElement": true
|
|
15595
|
+
]
|
|
15581
15596
|
}
|
|
15582
15597
|
],
|
|
15583
15598
|
"exports": [
|
|
15584
15599
|
{
|
|
15585
15600
|
"kind": "js",
|
|
15586
|
-
"name": "
|
|
15587
|
-
"declaration": {
|
|
15588
|
-
"name": "SbbLinkListElement",
|
|
15589
|
-
"module": "link-list/link-list.component.js"
|
|
15590
|
-
}
|
|
15591
|
-
}
|
|
15592
|
-
]
|
|
15593
|
-
},
|
|
15594
|
-
{
|
|
15595
|
-
"kind": "javascript-module",
|
|
15596
|
-
"path": "link-list/link-list.js",
|
|
15597
|
-
"declarations": [],
|
|
15598
|
-
"exports": [
|
|
15599
|
-
{
|
|
15600
|
-
"kind": "js",
|
|
15601
|
-
"name": "*",
|
|
15601
|
+
"name": "SbbLinkListAnchorElement",
|
|
15602
15602
|
"declaration": {
|
|
15603
|
-
"name": "
|
|
15604
|
-
"module": "link-list/link-list.component.js"
|
|
15603
|
+
"name": "SbbLinkListAnchorElement",
|
|
15604
|
+
"module": "link-list-anchor/link-list-anchor.component.js"
|
|
15605
15605
|
}
|
|
15606
15606
|
}
|
|
15607
15607
|
]
|
|
@@ -101527,12 +101527,12 @@
|
|
|
101527
101527
|
},
|
|
101528
101528
|
{
|
|
101529
101529
|
"kind": "javascript-module",
|
|
101530
|
-
"path": "menu/menu-
|
|
101530
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
101531
101531
|
"declarations": [
|
|
101532
101532
|
{
|
|
101533
101533
|
"kind": "class",
|
|
101534
|
-
"description": "It displays a
|
|
101535
|
-
"name": "
|
|
101534
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
101535
|
+
"name": "SbbMenuButtonElement",
|
|
101536
101536
|
"cssProperties": [
|
|
101537
101537
|
{
|
|
101538
101538
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -101542,7 +101542,7 @@
|
|
|
101542
101542
|
],
|
|
101543
101543
|
"slots": [
|
|
101544
101544
|
{
|
|
101545
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
101545
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
101546
101546
|
"name": ""
|
|
101547
101547
|
},
|
|
101548
101548
|
{
|
|
@@ -101564,20 +101564,21 @@
|
|
|
101564
101564
|
"name": "SbbElement",
|
|
101565
101565
|
"module": "core/base-elements/element.js"
|
|
101566
101566
|
},
|
|
101567
|
-
"default": "'sbb-menu-
|
|
101567
|
+
"default": "'sbb-menu-button'"
|
|
101568
101568
|
},
|
|
101569
101569
|
{
|
|
101570
101570
|
"kind": "field",
|
|
101571
|
-
"name": "
|
|
101571
|
+
"name": "role",
|
|
101572
101572
|
"type": {
|
|
101573
|
-
"text": "
|
|
101573
|
+
"text": "ElementInternals['role']"
|
|
101574
101574
|
},
|
|
101575
|
-
"privacy": "
|
|
101575
|
+
"privacy": "public",
|
|
101576
|
+
"static": true,
|
|
101576
101577
|
"readonly": true,
|
|
101577
101578
|
"default": "'menuitem'",
|
|
101578
101579
|
"inheritedFrom": {
|
|
101579
|
-
"name": "
|
|
101580
|
-
"module": "core/base-elements/
|
|
101580
|
+
"name": "SbbButtonLikeBaseElement",
|
|
101581
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101581
101582
|
}
|
|
101582
101583
|
},
|
|
101583
101584
|
{
|
|
@@ -101596,6 +101597,50 @@
|
|
|
101596
101597
|
"module": "core/mixins/disabled-mixin.js"
|
|
101597
101598
|
}
|
|
101598
101599
|
},
|
|
101600
|
+
{
|
|
101601
|
+
"kind": "field",
|
|
101602
|
+
"name": "disabled",
|
|
101603
|
+
"privacy": "public",
|
|
101604
|
+
"description": "Whether the component is disabled.",
|
|
101605
|
+
"default": "false",
|
|
101606
|
+
"type": {
|
|
101607
|
+
"text": "boolean"
|
|
101608
|
+
},
|
|
101609
|
+
"attribute": "disabled",
|
|
101610
|
+
"reflects": true,
|
|
101611
|
+
"inheritedFrom": {
|
|
101612
|
+
"name": "SbbDisabledMixin",
|
|
101613
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101614
|
+
}
|
|
101615
|
+
},
|
|
101616
|
+
{
|
|
101617
|
+
"kind": "field",
|
|
101618
|
+
"name": "#disabled",
|
|
101619
|
+
"privacy": "private",
|
|
101620
|
+
"type": {
|
|
101621
|
+
"text": "boolean"
|
|
101622
|
+
},
|
|
101623
|
+
"default": "false",
|
|
101624
|
+
"inheritedFrom": {
|
|
101625
|
+
"name": "SbbDisabledMixin",
|
|
101626
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101627
|
+
}
|
|
101628
|
+
},
|
|
101629
|
+
{
|
|
101630
|
+
"kind": "method",
|
|
101631
|
+
"name": "isDisabledExternally",
|
|
101632
|
+
"privacy": "protected",
|
|
101633
|
+
"return": {
|
|
101634
|
+
"type": {
|
|
101635
|
+
"text": "boolean"
|
|
101636
|
+
}
|
|
101637
|
+
},
|
|
101638
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
101639
|
+
"inheritedFrom": {
|
|
101640
|
+
"name": "SbbDisabledMixin",
|
|
101641
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101642
|
+
}
|
|
101643
|
+
},
|
|
101599
101644
|
{
|
|
101600
101645
|
"kind": "field",
|
|
101601
101646
|
"name": "styles",
|
|
@@ -101693,181 +101738,464 @@
|
|
|
101693
101738
|
},
|
|
101694
101739
|
{
|
|
101695
101740
|
"kind": "field",
|
|
101696
|
-
"name": "
|
|
101741
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
101742
|
+
"type": {
|
|
101743
|
+
"text": "array"
|
|
101744
|
+
},
|
|
101745
|
+
"privacy": "private",
|
|
101746
|
+
"readonly": true,
|
|
101747
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
101748
|
+
"inheritedFrom": {
|
|
101749
|
+
"name": "SbbButtonBaseElement",
|
|
101750
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101751
|
+
}
|
|
101752
|
+
},
|
|
101753
|
+
{
|
|
101754
|
+
"kind": "field",
|
|
101755
|
+
"name": "value",
|
|
101756
|
+
"type": {
|
|
101757
|
+
"text": "string"
|
|
101758
|
+
},
|
|
101697
101759
|
"privacy": "public",
|
|
101698
|
-
"
|
|
101699
|
-
|
|
101760
|
+
"inheritedFrom": {
|
|
101761
|
+
"name": "SbbButtonBaseElement",
|
|
101762
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101763
|
+
},
|
|
101764
|
+
"default": "''",
|
|
101765
|
+
"description": "Value of the form element.",
|
|
101766
|
+
"attribute": "value"
|
|
101767
|
+
},
|
|
101768
|
+
{
|
|
101769
|
+
"kind": "field",
|
|
101770
|
+
"name": "type",
|
|
101771
|
+
"privacy": "public",
|
|
101772
|
+
"description": "The type attribute to use for the button.",
|
|
101773
|
+
"default": "'button'",
|
|
101700
101774
|
"type": {
|
|
101701
|
-
"text": "
|
|
101775
|
+
"text": "SbbButtonType"
|
|
101702
101776
|
},
|
|
101703
|
-
"attribute": "
|
|
101704
|
-
"reflects": true,
|
|
101777
|
+
"attribute": "type",
|
|
101705
101778
|
"inheritedFrom": {
|
|
101706
|
-
"name": "
|
|
101707
|
-
"module": "core/
|
|
101779
|
+
"name": "SbbButtonBaseElement",
|
|
101780
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101708
101781
|
}
|
|
101709
101782
|
},
|
|
101710
101783
|
{
|
|
101711
101784
|
"kind": "field",
|
|
101712
|
-
"name": "
|
|
101713
|
-
"privacy": "private",
|
|
101785
|
+
"name": "form",
|
|
101714
101786
|
"type": {
|
|
101715
|
-
"text": "
|
|
101787
|
+
"text": "HTMLFormElement | null"
|
|
101716
101788
|
},
|
|
101717
|
-
"
|
|
101789
|
+
"privacy": "public",
|
|
101790
|
+
"description": "The `<form>` element to associate the button with.",
|
|
101718
101791
|
"inheritedFrom": {
|
|
101719
|
-
"name": "
|
|
101720
|
-
"module": "core/
|
|
101792
|
+
"name": "SbbButtonBaseElement",
|
|
101793
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101794
|
+
},
|
|
101795
|
+
"attribute": "form"
|
|
101796
|
+
},
|
|
101797
|
+
{
|
|
101798
|
+
"kind": "field",
|
|
101799
|
+
"name": "_formId",
|
|
101800
|
+
"type": {
|
|
101801
|
+
"text": "string"
|
|
101802
|
+
},
|
|
101803
|
+
"privacy": "private",
|
|
101804
|
+
"default": "''",
|
|
101805
|
+
"inheritedFrom": {
|
|
101806
|
+
"name": "SbbButtonBaseElement",
|
|
101807
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101808
|
+
}
|
|
101809
|
+
},
|
|
101810
|
+
{
|
|
101811
|
+
"kind": "field",
|
|
101812
|
+
"name": "_handleButtonClick",
|
|
101813
|
+
"privacy": "private",
|
|
101814
|
+
"inheritedFrom": {
|
|
101815
|
+
"name": "SbbButtonBaseElement",
|
|
101816
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101721
101817
|
}
|
|
101722
101818
|
},
|
|
101723
101819
|
{
|
|
101724
101820
|
"kind": "method",
|
|
101725
|
-
"name": "
|
|
101726
|
-
"privacy": "
|
|
101821
|
+
"name": "_requestSubmit",
|
|
101822
|
+
"privacy": "private",
|
|
101727
101823
|
"return": {
|
|
101728
101824
|
"type": {
|
|
101729
|
-
"text": "
|
|
101825
|
+
"text": "void"
|
|
101730
101826
|
}
|
|
101731
101827
|
},
|
|
101732
|
-
"
|
|
101828
|
+
"parameters": [
|
|
101829
|
+
{
|
|
101830
|
+
"name": "form",
|
|
101831
|
+
"type": {
|
|
101832
|
+
"text": "HTMLFormElement"
|
|
101833
|
+
}
|
|
101834
|
+
}
|
|
101835
|
+
],
|
|
101733
101836
|
"inheritedFrom": {
|
|
101734
|
-
"name": "
|
|
101735
|
-
"module": "core/
|
|
101837
|
+
"name": "SbbButtonBaseElement",
|
|
101838
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101736
101839
|
}
|
|
101737
101840
|
},
|
|
101738
101841
|
{
|
|
101739
101842
|
"kind": "field",
|
|
101740
|
-
"name": "
|
|
101741
|
-
"
|
|
101742
|
-
"text": "string"
|
|
101743
|
-
},
|
|
101744
|
-
"privacy": "public",
|
|
101745
|
-
"default": "''",
|
|
101746
|
-
"description": "The href value you want to link to.",
|
|
101747
|
-
"attribute": "href",
|
|
101748
|
-
"reflects": true,
|
|
101843
|
+
"name": "_formKeyDown",
|
|
101844
|
+
"privacy": "private",
|
|
101749
101845
|
"inheritedFrom": {
|
|
101750
|
-
"name": "
|
|
101751
|
-
"module": "core/base-elements/
|
|
101846
|
+
"name": "SbbButtonBaseElement",
|
|
101847
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101752
101848
|
}
|
|
101753
101849
|
},
|
|
101754
101850
|
{
|
|
101755
101851
|
"kind": "field",
|
|
101756
|
-
"name": "
|
|
101852
|
+
"name": "formAssociated",
|
|
101757
101853
|
"type": {
|
|
101758
|
-
"text": "
|
|
101854
|
+
"text": "boolean"
|
|
101759
101855
|
},
|
|
101760
101856
|
"privacy": "public",
|
|
101761
|
-
"
|
|
101762
|
-
"
|
|
101763
|
-
"attribute": "target",
|
|
101764
|
-
"reflects": true,
|
|
101857
|
+
"static": true,
|
|
101858
|
+
"default": "true",
|
|
101765
101859
|
"inheritedFrom": {
|
|
101766
|
-
"name": "
|
|
101767
|
-
"module": "core/
|
|
101860
|
+
"name": "SbbFormAssociatedMixin",
|
|
101861
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101768
101862
|
}
|
|
101769
101863
|
},
|
|
101770
101864
|
{
|
|
101771
101865
|
"kind": "field",
|
|
101772
|
-
"name": "
|
|
101866
|
+
"name": "name",
|
|
101867
|
+
"privacy": "public",
|
|
101868
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
101773
101869
|
"type": {
|
|
101774
101870
|
"text": "string"
|
|
101775
101871
|
},
|
|
101776
|
-
"
|
|
101777
|
-
"default": "''",
|
|
101778
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
101779
|
-
"attribute": "rel",
|
|
101780
|
-
"reflects": true,
|
|
101872
|
+
"attribute": "name",
|
|
101781
101873
|
"inheritedFrom": {
|
|
101782
|
-
"name": "
|
|
101783
|
-
"module": "core/
|
|
101874
|
+
"name": "SbbFormAssociatedMixin",
|
|
101875
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101784
101876
|
}
|
|
101785
101877
|
},
|
|
101786
101878
|
{
|
|
101787
101879
|
"kind": "field",
|
|
101788
|
-
"name": "
|
|
101880
|
+
"name": "validity",
|
|
101789
101881
|
"type": {
|
|
101790
|
-
"text": "
|
|
101882
|
+
"text": "ValidityState"
|
|
101791
101883
|
},
|
|
101792
101884
|
"privacy": "public",
|
|
101793
|
-
"
|
|
101794
|
-
"
|
|
101795
|
-
"attribute": "download",
|
|
101796
|
-
"reflects": true,
|
|
101885
|
+
"description": "Returns the ValidityState object for this element.",
|
|
101886
|
+
"readonly": true,
|
|
101797
101887
|
"inheritedFrom": {
|
|
101798
|
-
"name": "
|
|
101799
|
-
"module": "core/
|
|
101888
|
+
"name": "SbbFormAssociatedMixin",
|
|
101889
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101800
101890
|
}
|
|
101801
101891
|
},
|
|
101802
101892
|
{
|
|
101803
101893
|
"kind": "field",
|
|
101804
|
-
"name": "
|
|
101894
|
+
"name": "validationMessage",
|
|
101805
101895
|
"type": {
|
|
101806
101896
|
"text": "string"
|
|
101807
101897
|
},
|
|
101808
101898
|
"privacy": "public",
|
|
101809
|
-
"
|
|
101810
|
-
"
|
|
101811
|
-
"attribute": "accessibility-label",
|
|
101899
|
+
"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.",
|
|
101900
|
+
"readonly": true,
|
|
101812
101901
|
"inheritedFrom": {
|
|
101813
|
-
"name": "
|
|
101814
|
-
"module": "core/
|
|
101902
|
+
"name": "SbbFormAssociatedMixin",
|
|
101903
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101815
101904
|
}
|
|
101816
101905
|
},
|
|
101817
101906
|
{
|
|
101818
101907
|
"kind": "field",
|
|
101819
|
-
"name": "
|
|
101908
|
+
"name": "willValidate",
|
|
101820
101909
|
"type": {
|
|
101821
|
-
"text": "
|
|
101910
|
+
"text": "boolean"
|
|
101822
101911
|
},
|
|
101823
101912
|
"privacy": "public",
|
|
101824
|
-
"
|
|
101825
|
-
"
|
|
101826
|
-
"attribute": "accessibility-current",
|
|
101913
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
101914
|
+
"readonly": true,
|
|
101827
101915
|
"inheritedFrom": {
|
|
101828
|
-
"name": "
|
|
101829
|
-
"module": "core/
|
|
101916
|
+
"name": "SbbFormAssociatedMixin",
|
|
101917
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101830
101918
|
}
|
|
101831
101919
|
},
|
|
101832
101920
|
{
|
|
101833
101921
|
"kind": "field",
|
|
101834
|
-
"name": "
|
|
101835
|
-
"privacy": "
|
|
101836
|
-
"default": "new
|
|
101922
|
+
"name": "_validityStates",
|
|
101923
|
+
"privacy": "private",
|
|
101924
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101837
101925
|
"inheritedFrom": {
|
|
101838
|
-
"name": "
|
|
101839
|
-
"module": "core/
|
|
101926
|
+
"name": "SbbFormAssociatedMixin",
|
|
101927
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101840
101928
|
}
|
|
101841
101929
|
},
|
|
101842
101930
|
{
|
|
101843
101931
|
"kind": "field",
|
|
101844
|
-
"name": "
|
|
101932
|
+
"name": "formDisabled",
|
|
101933
|
+
"type": {
|
|
101934
|
+
"text": "boolean"
|
|
101935
|
+
},
|
|
101936
|
+
"privacy": "protected",
|
|
101937
|
+
"default": "false",
|
|
101938
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101939
|
+
"inheritedFrom": {
|
|
101940
|
+
"name": "SbbFormAssociatedMixin",
|
|
101941
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101942
|
+
}
|
|
101943
|
+
},
|
|
101944
|
+
{
|
|
101945
|
+
"kind": "method",
|
|
101946
|
+
"name": "checkValidity",
|
|
101947
|
+
"privacy": "public",
|
|
101948
|
+
"return": {
|
|
101949
|
+
"type": {
|
|
101950
|
+
"text": "boolean"
|
|
101951
|
+
}
|
|
101952
|
+
},
|
|
101953
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
101954
|
+
"inheritedFrom": {
|
|
101955
|
+
"name": "SbbFormAssociatedMixin",
|
|
101956
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101957
|
+
}
|
|
101958
|
+
},
|
|
101959
|
+
{
|
|
101960
|
+
"kind": "method",
|
|
101961
|
+
"name": "reportValidity",
|
|
101962
|
+
"privacy": "public",
|
|
101963
|
+
"return": {
|
|
101964
|
+
"type": {
|
|
101965
|
+
"text": "boolean"
|
|
101966
|
+
}
|
|
101967
|
+
},
|
|
101968
|
+
"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.",
|
|
101969
|
+
"inheritedFrom": {
|
|
101970
|
+
"name": "SbbFormAssociatedMixin",
|
|
101971
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101972
|
+
}
|
|
101973
|
+
},
|
|
101974
|
+
{
|
|
101975
|
+
"kind": "method",
|
|
101976
|
+
"name": "setCustomValidity",
|
|
101977
|
+
"privacy": "public",
|
|
101978
|
+
"return": {
|
|
101979
|
+
"type": {
|
|
101980
|
+
"text": "void"
|
|
101981
|
+
}
|
|
101982
|
+
},
|
|
101983
|
+
"parameters": [
|
|
101984
|
+
{
|
|
101985
|
+
"name": "message",
|
|
101986
|
+
"type": {
|
|
101987
|
+
"text": "string"
|
|
101988
|
+
}
|
|
101989
|
+
}
|
|
101990
|
+
],
|
|
101991
|
+
"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.",
|
|
101992
|
+
"inheritedFrom": {
|
|
101993
|
+
"name": "SbbFormAssociatedMixin",
|
|
101994
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101995
|
+
}
|
|
101996
|
+
},
|
|
101997
|
+
{
|
|
101998
|
+
"kind": "method",
|
|
101999
|
+
"name": "_hasDisabledAncestor",
|
|
101845
102000
|
"privacy": "private",
|
|
102001
|
+
"return": {
|
|
102002
|
+
"type": {
|
|
102003
|
+
"text": "boolean"
|
|
102004
|
+
}
|
|
102005
|
+
},
|
|
101846
102006
|
"inheritedFrom": {
|
|
101847
|
-
"name": "
|
|
101848
|
-
"module": "core/
|
|
102007
|
+
"name": "SbbFormAssociatedMixin",
|
|
102008
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101849
102009
|
}
|
|
101850
102010
|
},
|
|
101851
102011
|
{
|
|
101852
102012
|
"kind": "method",
|
|
101853
|
-
"name": "
|
|
102013
|
+
"name": "updateFormValue",
|
|
101854
102014
|
"privacy": "protected",
|
|
101855
102015
|
"return": {
|
|
101856
102016
|
"type": {
|
|
101857
|
-
"text": "
|
|
102017
|
+
"text": "void"
|
|
102018
|
+
}
|
|
102019
|
+
},
|
|
102020
|
+
"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",
|
|
102021
|
+
"inheritedFrom": {
|
|
102022
|
+
"name": "SbbFormAssociatedMixin",
|
|
102023
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102024
|
+
}
|
|
102025
|
+
},
|
|
102026
|
+
{
|
|
102027
|
+
"kind": "method",
|
|
102028
|
+
"name": "formState",
|
|
102029
|
+
"privacy": "protected",
|
|
102030
|
+
"return": {
|
|
102031
|
+
"type": {
|
|
102032
|
+
"text": "FormRestoreState"
|
|
102033
|
+
}
|
|
102034
|
+
},
|
|
102035
|
+
"inheritedFrom": {
|
|
102036
|
+
"name": "SbbFormAssociatedMixin",
|
|
102037
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102038
|
+
}
|
|
102039
|
+
},
|
|
102040
|
+
{
|
|
102041
|
+
"kind": "method",
|
|
102042
|
+
"name": "setValidityFlag",
|
|
102043
|
+
"privacy": "protected",
|
|
102044
|
+
"return": {
|
|
102045
|
+
"type": {
|
|
102046
|
+
"text": "void"
|
|
101858
102047
|
}
|
|
101859
102048
|
},
|
|
101860
102049
|
"parameters": [
|
|
101861
102050
|
{
|
|
101862
|
-
"name": "
|
|
102051
|
+
"name": "flag",
|
|
101863
102052
|
"type": {
|
|
101864
|
-
"text": "
|
|
102053
|
+
"text": "T"
|
|
102054
|
+
}
|
|
102055
|
+
},
|
|
102056
|
+
{
|
|
102057
|
+
"name": "message",
|
|
102058
|
+
"type": {
|
|
102059
|
+
"text": "string"
|
|
102060
|
+
}
|
|
102061
|
+
},
|
|
102062
|
+
{
|
|
102063
|
+
"name": "flagValue",
|
|
102064
|
+
"optional": true,
|
|
102065
|
+
"type": {
|
|
102066
|
+
"text": "ValidityStateFlags[T]"
|
|
101865
102067
|
}
|
|
101866
102068
|
}
|
|
101867
102069
|
],
|
|
102070
|
+
"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).",
|
|
101868
102071
|
"inheritedFrom": {
|
|
101869
|
-
"name": "
|
|
101870
|
-
"module": "core/
|
|
102072
|
+
"name": "SbbFormAssociatedMixin",
|
|
102073
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102074
|
+
}
|
|
102075
|
+
},
|
|
102076
|
+
{
|
|
102077
|
+
"kind": "method",
|
|
102078
|
+
"name": "removeValidityFlag",
|
|
102079
|
+
"privacy": "protected",
|
|
102080
|
+
"return": {
|
|
102081
|
+
"type": {
|
|
102082
|
+
"text": "void"
|
|
102083
|
+
}
|
|
102084
|
+
},
|
|
102085
|
+
"parameters": [
|
|
102086
|
+
{
|
|
102087
|
+
"name": "flag",
|
|
102088
|
+
"type": {
|
|
102089
|
+
"text": "T"
|
|
102090
|
+
}
|
|
102091
|
+
}
|
|
102092
|
+
],
|
|
102093
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
102094
|
+
"inheritedFrom": {
|
|
102095
|
+
"name": "SbbFormAssociatedMixin",
|
|
102096
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102097
|
+
}
|
|
102098
|
+
},
|
|
102099
|
+
{
|
|
102100
|
+
"kind": "method",
|
|
102101
|
+
"name": "validate",
|
|
102102
|
+
"privacy": "protected",
|
|
102103
|
+
"return": {
|
|
102104
|
+
"type": {
|
|
102105
|
+
"text": "void"
|
|
102106
|
+
}
|
|
102107
|
+
},
|
|
102108
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
102109
|
+
"inheritedFrom": {
|
|
102110
|
+
"name": "SbbFormAssociatedMixin",
|
|
102111
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102112
|
+
}
|
|
102113
|
+
},
|
|
102114
|
+
{
|
|
102115
|
+
"kind": "method",
|
|
102116
|
+
"name": "shouldValidate",
|
|
102117
|
+
"privacy": "protected",
|
|
102118
|
+
"return": {
|
|
102119
|
+
"type": {
|
|
102120
|
+
"text": "boolean"
|
|
102121
|
+
}
|
|
102122
|
+
},
|
|
102123
|
+
"parameters": [
|
|
102124
|
+
{
|
|
102125
|
+
"name": "name",
|
|
102126
|
+
"type": {
|
|
102127
|
+
"text": "PropertyKey | undefined"
|
|
102128
|
+
}
|
|
102129
|
+
}
|
|
102130
|
+
],
|
|
102131
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
102132
|
+
"inheritedFrom": {
|
|
102133
|
+
"name": "SbbFormAssociatedMixin",
|
|
102134
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102135
|
+
}
|
|
102136
|
+
},
|
|
102137
|
+
{
|
|
102138
|
+
"kind": "method",
|
|
102139
|
+
"name": "_setInternalValidity",
|
|
102140
|
+
"privacy": "private",
|
|
102141
|
+
"return": {
|
|
102142
|
+
"type": {
|
|
102143
|
+
"text": "void"
|
|
102144
|
+
}
|
|
102145
|
+
},
|
|
102146
|
+
"inheritedFrom": {
|
|
102147
|
+
"name": "SbbFormAssociatedMixin",
|
|
102148
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102149
|
+
}
|
|
102150
|
+
},
|
|
102151
|
+
{
|
|
102152
|
+
"kind": "field",
|
|
102153
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
102154
|
+
"privacy": "private",
|
|
102155
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
102156
|
+
"parameters": [
|
|
102157
|
+
{
|
|
102158
|
+
"description": "The origin event.",
|
|
102159
|
+
"name": "event"
|
|
102160
|
+
}
|
|
102161
|
+
],
|
|
102162
|
+
"inheritedFrom": {
|
|
102163
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102164
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102165
|
+
}
|
|
102166
|
+
},
|
|
102167
|
+
{
|
|
102168
|
+
"kind": "field",
|
|
102169
|
+
"name": "_removeActiveMarker",
|
|
102170
|
+
"privacy": "private",
|
|
102171
|
+
"inheritedFrom": {
|
|
102172
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102173
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102174
|
+
}
|
|
102175
|
+
},
|
|
102176
|
+
{
|
|
102177
|
+
"kind": "field",
|
|
102178
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
102179
|
+
"privacy": "private",
|
|
102180
|
+
"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.",
|
|
102181
|
+
"parameters": [
|
|
102182
|
+
{
|
|
102183
|
+
"description": "The origin event.",
|
|
102184
|
+
"name": "event"
|
|
102185
|
+
}
|
|
102186
|
+
],
|
|
102187
|
+
"inheritedFrom": {
|
|
102188
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102189
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102190
|
+
}
|
|
102191
|
+
},
|
|
102192
|
+
{
|
|
102193
|
+
"kind": "field",
|
|
102194
|
+
"name": "_dispatchClickEvent",
|
|
102195
|
+
"privacy": "private",
|
|
102196
|
+
"inheritedFrom": {
|
|
102197
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102198
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101871
102199
|
}
|
|
101872
102200
|
},
|
|
101873
102201
|
{
|
|
@@ -102018,7 +102346,7 @@
|
|
|
102018
102346
|
],
|
|
102019
102347
|
"mixins": [
|
|
102020
102348
|
{
|
|
102021
|
-
"name": "
|
|
102349
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
102022
102350
|
"module": "core/mixins.js"
|
|
102023
102351
|
},
|
|
102024
102352
|
{
|
|
@@ -102027,10 +102355,10 @@
|
|
|
102027
102355
|
}
|
|
102028
102356
|
],
|
|
102029
102357
|
"superclass": {
|
|
102030
|
-
"name": "
|
|
102358
|
+
"name": "SbbButtonBaseElement",
|
|
102031
102359
|
"module": "core/base-elements.js"
|
|
102032
102360
|
},
|
|
102033
|
-
"tagName": "sbb-menu-
|
|
102361
|
+
"tagName": "sbb-menu-button",
|
|
102034
102362
|
"customElement": true,
|
|
102035
102363
|
"attributes": [
|
|
102036
102364
|
{
|
|
@@ -102046,19 +102374,6 @@
|
|
|
102046
102374
|
"module": "core/mixins/disabled-mixin.js"
|
|
102047
102375
|
}
|
|
102048
102376
|
},
|
|
102049
|
-
{
|
|
102050
|
-
"name": "icon-name",
|
|
102051
|
-
"type": {
|
|
102052
|
-
"text": "string"
|
|
102053
|
-
},
|
|
102054
|
-
"default": "''",
|
|
102055
|
-
"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.",
|
|
102056
|
-
"fieldName": "iconName",
|
|
102057
|
-
"inheritedFrom": {
|
|
102058
|
-
"name": "SbbIconNameMixin",
|
|
102059
|
-
"module": "icon/icon-name-mixin.js"
|
|
102060
|
-
}
|
|
102061
|
-
},
|
|
102062
102377
|
{
|
|
102063
102378
|
"name": "disabled",
|
|
102064
102379
|
"description": "Whether the component is disabled.",
|
|
@@ -102073,768 +102388,425 @@
|
|
|
102073
102388
|
}
|
|
102074
102389
|
},
|
|
102075
102390
|
{
|
|
102076
|
-
"name": "
|
|
102077
|
-
"type": {
|
|
102078
|
-
"text": "string"
|
|
102079
|
-
},
|
|
102080
|
-
"default": "''",
|
|
102081
|
-
"description": "The href value you want to link to.",
|
|
102082
|
-
"fieldName": "href",
|
|
102083
|
-
"inheritedFrom": {
|
|
102084
|
-
"name": "SbbLinkBaseElement",
|
|
102085
|
-
"module": "core/base-elements/link-base-element.js"
|
|
102086
|
-
}
|
|
102087
|
-
},
|
|
102088
|
-
{
|
|
102089
|
-
"name": "target",
|
|
102090
|
-
"type": {
|
|
102091
|
-
"text": "LinkTargetType | string"
|
|
102092
|
-
},
|
|
102093
|
-
"default": "''",
|
|
102094
|
-
"description": "Where to display the linked URL.",
|
|
102095
|
-
"fieldName": "target",
|
|
102096
|
-
"inheritedFrom": {
|
|
102097
|
-
"name": "SbbLinkBaseElement",
|
|
102098
|
-
"module": "core/base-elements/link-base-element.js"
|
|
102099
|
-
}
|
|
102100
|
-
},
|
|
102101
|
-
{
|
|
102102
|
-
"name": "rel",
|
|
102103
|
-
"type": {
|
|
102104
|
-
"text": "string"
|
|
102105
|
-
},
|
|
102106
|
-
"default": "''",
|
|
102107
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
102108
|
-
"fieldName": "rel",
|
|
102109
|
-
"inheritedFrom": {
|
|
102110
|
-
"name": "SbbLinkBaseElement",
|
|
102111
|
-
"module": "core/base-elements/link-base-element.js"
|
|
102112
|
-
}
|
|
102113
|
-
},
|
|
102114
|
-
{
|
|
102115
|
-
"name": "download",
|
|
102116
|
-
"type": {
|
|
102117
|
-
"text": "boolean"
|
|
102118
|
-
},
|
|
102119
|
-
"default": "false",
|
|
102120
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
102121
|
-
"fieldName": "download",
|
|
102122
|
-
"inheritedFrom": {
|
|
102123
|
-
"name": "SbbLinkBaseElement",
|
|
102124
|
-
"module": "core/base-elements/link-base-element.js"
|
|
102125
|
-
}
|
|
102126
|
-
},
|
|
102127
|
-
{
|
|
102128
|
-
"name": "accessibility-label",
|
|
102129
|
-
"type": {
|
|
102130
|
-
"text": "string"
|
|
102131
|
-
},
|
|
102132
|
-
"default": "''",
|
|
102133
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
102134
|
-
"fieldName": "accessibilityLabel",
|
|
102135
|
-
"inheritedFrom": {
|
|
102136
|
-
"name": "SbbLinkBaseElement",
|
|
102137
|
-
"module": "core/base-elements/link-base-element.js"
|
|
102138
|
-
}
|
|
102139
|
-
},
|
|
102140
|
-
{
|
|
102141
|
-
"name": "accessibility-current",
|
|
102142
|
-
"type": {
|
|
102143
|
-
"text": "string"
|
|
102144
|
-
},
|
|
102145
|
-
"default": "''",
|
|
102146
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
102147
|
-
"fieldName": "accessibilityCurrent",
|
|
102148
|
-
"inheritedFrom": {
|
|
102149
|
-
"name": "SbbLinkBaseElement",
|
|
102150
|
-
"module": "core/base-elements/link-base-element.js"
|
|
102151
|
-
}
|
|
102152
|
-
}
|
|
102153
|
-
]
|
|
102154
|
-
}
|
|
102155
|
-
],
|
|
102156
|
-
"exports": [
|
|
102157
|
-
{
|
|
102158
|
-
"kind": "js",
|
|
102159
|
-
"name": "SbbMenuLinkElement",
|
|
102160
|
-
"declaration": {
|
|
102161
|
-
"name": "SbbMenuLinkElement",
|
|
102162
|
-
"module": "menu/menu-link/menu-link.component.js"
|
|
102163
|
-
}
|
|
102164
|
-
}
|
|
102165
|
-
]
|
|
102166
|
-
},
|
|
102167
|
-
{
|
|
102168
|
-
"kind": "javascript-module",
|
|
102169
|
-
"path": "menu/menu-button/menu-button.component.js",
|
|
102170
|
-
"declarations": [
|
|
102171
|
-
{
|
|
102172
|
-
"kind": "class",
|
|
102173
|
-
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
102174
|
-
"name": "SbbMenuButtonElement",
|
|
102175
|
-
"cssProperties": [
|
|
102176
|
-
{
|
|
102177
|
-
"description": "Can be used to modify horizontal padding.",
|
|
102178
|
-
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
102179
|
-
"default": "var(--sbb-spacing-fixed-3x)"
|
|
102180
|
-
}
|
|
102181
|
-
],
|
|
102182
|
-
"slots": [
|
|
102183
|
-
{
|
|
102184
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
102185
|
-
"name": ""
|
|
102186
|
-
},
|
|
102187
|
-
{
|
|
102188
|
-
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
102189
|
-
"name": "icon"
|
|
102190
|
-
}
|
|
102191
|
-
],
|
|
102192
|
-
"members": [
|
|
102193
|
-
{
|
|
102194
|
-
"kind": "field",
|
|
102195
|
-
"name": "elementName",
|
|
102196
|
-
"type": {
|
|
102197
|
-
"text": "string"
|
|
102198
|
-
},
|
|
102199
|
-
"privacy": "public",
|
|
102200
|
-
"static": true,
|
|
102201
|
-
"readonly": true,
|
|
102202
|
-
"inheritedFrom": {
|
|
102203
|
-
"name": "SbbElement",
|
|
102204
|
-
"module": "core/base-elements/element.js"
|
|
102205
|
-
},
|
|
102206
|
-
"default": "'sbb-menu-button'"
|
|
102207
|
-
},
|
|
102208
|
-
{
|
|
102209
|
-
"kind": "field",
|
|
102210
|
-
"name": "role",
|
|
102211
|
-
"type": {
|
|
102212
|
-
"text": "ElementInternals['role']"
|
|
102213
|
-
},
|
|
102214
|
-
"privacy": "public",
|
|
102215
|
-
"static": true,
|
|
102216
|
-
"readonly": true,
|
|
102217
|
-
"default": "'menuitem'",
|
|
102218
|
-
"inheritedFrom": {
|
|
102219
|
-
"name": "SbbButtonLikeBaseElement",
|
|
102220
|
-
"module": "core/base-elements/button-base-element.js"
|
|
102221
|
-
}
|
|
102222
|
-
},
|
|
102223
|
-
{
|
|
102224
|
-
"kind": "field",
|
|
102225
|
-
"name": "disabledInteractive",
|
|
102226
|
-
"type": {
|
|
102227
|
-
"text": "boolean"
|
|
102228
|
-
},
|
|
102229
|
-
"privacy": "public",
|
|
102230
|
-
"default": "false",
|
|
102231
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
102232
|
-
"attribute": "disabled-interactive",
|
|
102233
|
-
"reflects": true,
|
|
102234
|
-
"inheritedFrom": {
|
|
102235
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
102236
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
102237
|
-
}
|
|
102238
|
-
},
|
|
102239
|
-
{
|
|
102240
|
-
"kind": "field",
|
|
102241
|
-
"name": "disabled",
|
|
102242
|
-
"privacy": "public",
|
|
102243
|
-
"description": "Whether the component is disabled.",
|
|
102244
|
-
"default": "false",
|
|
102245
|
-
"type": {
|
|
102246
|
-
"text": "boolean"
|
|
102247
|
-
},
|
|
102248
|
-
"attribute": "disabled",
|
|
102249
|
-
"reflects": true,
|
|
102250
|
-
"inheritedFrom": {
|
|
102251
|
-
"name": "SbbDisabledMixin",
|
|
102252
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
102253
|
-
}
|
|
102254
|
-
},
|
|
102255
|
-
{
|
|
102256
|
-
"kind": "field",
|
|
102257
|
-
"name": "#disabled",
|
|
102258
|
-
"privacy": "private",
|
|
102259
|
-
"type": {
|
|
102260
|
-
"text": "boolean"
|
|
102261
|
-
},
|
|
102262
|
-
"default": "false",
|
|
102263
|
-
"inheritedFrom": {
|
|
102264
|
-
"name": "SbbDisabledMixin",
|
|
102265
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
102266
|
-
}
|
|
102267
|
-
},
|
|
102268
|
-
{
|
|
102269
|
-
"kind": "method",
|
|
102270
|
-
"name": "isDisabledExternally",
|
|
102271
|
-
"privacy": "protected",
|
|
102272
|
-
"return": {
|
|
102273
|
-
"type": {
|
|
102274
|
-
"text": "boolean"
|
|
102275
|
-
}
|
|
102276
|
-
},
|
|
102277
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
102278
|
-
"inheritedFrom": {
|
|
102279
|
-
"name": "SbbDisabledMixin",
|
|
102280
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
102281
|
-
}
|
|
102282
|
-
},
|
|
102283
|
-
{
|
|
102284
|
-
"kind": "field",
|
|
102285
|
-
"name": "styles",
|
|
102286
|
-
"type": {
|
|
102287
|
-
"text": "CSSResultGroup"
|
|
102288
|
-
},
|
|
102289
|
-
"privacy": "public",
|
|
102290
|
-
"static": true,
|
|
102291
|
-
"default": "[boxSizingStyles, style]",
|
|
102292
|
-
"inheritedFrom": {
|
|
102293
|
-
"name": "SbbMenuActionCommonElementMixin",
|
|
102294
|
-
"module": "menu/common/menu-action-common.js"
|
|
102295
|
-
}
|
|
102296
|
-
},
|
|
102297
|
-
{
|
|
102298
|
-
"kind": "method",
|
|
102299
|
-
"name": "renderTemplate",
|
|
102300
|
-
"privacy": "protected",
|
|
102301
|
-
"return": {
|
|
102302
|
-
"type": {
|
|
102303
|
-
"text": "TemplateResult"
|
|
102304
|
-
}
|
|
102305
|
-
},
|
|
102306
|
-
"description": "Override this method to render the component template.",
|
|
102307
|
-
"inheritedFrom": {
|
|
102308
|
-
"name": "SbbActionBaseElement",
|
|
102309
|
-
"module": "core/base-elements/action-base-element.js"
|
|
102310
|
-
}
|
|
102311
|
-
},
|
|
102312
|
-
{
|
|
102313
|
-
"kind": "field",
|
|
102314
|
-
"name": "iconName",
|
|
102391
|
+
"name": "icon-name",
|
|
102315
102392
|
"type": {
|
|
102316
102393
|
"text": "string"
|
|
102317
102394
|
},
|
|
102318
|
-
"privacy": "public",
|
|
102319
102395
|
"default": "''",
|
|
102320
102396
|
"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.",
|
|
102321
|
-
"
|
|
102322
|
-
"inheritedFrom": {
|
|
102323
|
-
"name": "SbbIconNameMixin",
|
|
102324
|
-
"module": "icon/icon-name-mixin.js"
|
|
102325
|
-
}
|
|
102326
|
-
},
|
|
102327
|
-
{
|
|
102328
|
-
"kind": "method",
|
|
102329
|
-
"name": "renderIconSlot",
|
|
102330
|
-
"privacy": "protected",
|
|
102331
|
-
"return": {
|
|
102332
|
-
"type": {
|
|
102333
|
-
"text": "TemplateResult"
|
|
102334
|
-
}
|
|
102335
|
-
},
|
|
102336
|
-
"parameters": [
|
|
102337
|
-
{
|
|
102338
|
-
"name": "classname",
|
|
102339
|
-
"optional": true,
|
|
102340
|
-
"type": {
|
|
102341
|
-
"text": "string"
|
|
102342
|
-
}
|
|
102343
|
-
}
|
|
102344
|
-
],
|
|
102345
|
-
"inheritedFrom": {
|
|
102346
|
-
"name": "SbbIconNameMixin",
|
|
102347
|
-
"module": "icon/icon-name-mixin.js"
|
|
102348
|
-
}
|
|
102349
|
-
},
|
|
102350
|
-
{
|
|
102351
|
-
"kind": "method",
|
|
102352
|
-
"name": "renderIconName",
|
|
102353
|
-
"privacy": "protected",
|
|
102354
|
-
"return": {
|
|
102355
|
-
"type": {
|
|
102356
|
-
"text": "string"
|
|
102357
|
-
}
|
|
102358
|
-
},
|
|
102359
|
-
"inheritedFrom": {
|
|
102360
|
-
"name": "SbbIconNameMixin",
|
|
102361
|
-
"module": "icon/icon-name-mixin.js"
|
|
102362
|
-
}
|
|
102363
|
-
},
|
|
102364
|
-
{
|
|
102365
|
-
"kind": "method",
|
|
102366
|
-
"name": "_renderIconName",
|
|
102367
|
-
"privacy": "private",
|
|
102368
|
-
"return": {
|
|
102369
|
-
"type": {
|
|
102370
|
-
"text": "string"
|
|
102371
|
-
}
|
|
102372
|
-
},
|
|
102397
|
+
"fieldName": "iconName",
|
|
102373
102398
|
"inheritedFrom": {
|
|
102374
102399
|
"name": "SbbIconNameMixin",
|
|
102375
102400
|
"module": "icon/icon-name-mixin.js"
|
|
102376
102401
|
}
|
|
102377
102402
|
},
|
|
102378
102403
|
{
|
|
102379
|
-
"kind": "field",
|
|
102380
|
-
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
102381
|
-
"type": {
|
|
102382
|
-
"text": "array"
|
|
102383
|
-
},
|
|
102384
|
-
"privacy": "private",
|
|
102385
|
-
"readonly": true,
|
|
102386
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
102387
|
-
"inheritedFrom": {
|
|
102388
|
-
"name": "SbbButtonBaseElement",
|
|
102389
|
-
"module": "core/base-elements/button-base-element.js"
|
|
102390
|
-
}
|
|
102391
|
-
},
|
|
102392
|
-
{
|
|
102393
|
-
"kind": "field",
|
|
102394
102404
|
"name": "value",
|
|
102395
102405
|
"type": {
|
|
102396
102406
|
"text": "string"
|
|
102397
102407
|
},
|
|
102398
|
-
"
|
|
102408
|
+
"default": "''",
|
|
102409
|
+
"description": "Value of the form element.",
|
|
102410
|
+
"fieldName": "value",
|
|
102399
102411
|
"inheritedFrom": {
|
|
102400
102412
|
"name": "SbbButtonBaseElement",
|
|
102401
102413
|
"module": "core/base-elements/button-base-element.js"
|
|
102402
|
-
}
|
|
102403
|
-
"default": "''",
|
|
102404
|
-
"description": "Value of the form element.",
|
|
102405
|
-
"attribute": "value"
|
|
102414
|
+
}
|
|
102406
102415
|
},
|
|
102407
102416
|
{
|
|
102408
|
-
"kind": "field",
|
|
102409
102417
|
"name": "type",
|
|
102410
|
-
"privacy": "public",
|
|
102411
102418
|
"description": "The type attribute to use for the button.",
|
|
102412
102419
|
"default": "'button'",
|
|
102413
102420
|
"type": {
|
|
102414
102421
|
"text": "SbbButtonType"
|
|
102415
102422
|
},
|
|
102416
|
-
"
|
|
102423
|
+
"fieldName": "type",
|
|
102417
102424
|
"inheritedFrom": {
|
|
102418
102425
|
"name": "SbbButtonBaseElement",
|
|
102419
102426
|
"module": "core/base-elements/button-base-element.js"
|
|
102420
102427
|
}
|
|
102421
102428
|
},
|
|
102422
102429
|
{
|
|
102423
|
-
"kind": "field",
|
|
102424
102430
|
"name": "form",
|
|
102425
|
-
"type": {
|
|
102426
|
-
"text": "HTMLFormElement | null"
|
|
102427
|
-
},
|
|
102428
|
-
"privacy": "public",
|
|
102429
102431
|
"description": "The `<form>` element to associate the button with.",
|
|
102430
|
-
"inheritedFrom": {
|
|
102431
|
-
"name": "SbbButtonBaseElement",
|
|
102432
|
-
"module": "core/base-elements/button-base-element.js"
|
|
102433
|
-
},
|
|
102434
|
-
"attribute": "form"
|
|
102435
|
-
},
|
|
102436
|
-
{
|
|
102437
|
-
"kind": "field",
|
|
102438
|
-
"name": "_formId",
|
|
102439
102432
|
"type": {
|
|
102440
|
-
"text": "
|
|
102441
|
-
},
|
|
102442
|
-
"privacy": "private",
|
|
102443
|
-
"default": "''",
|
|
102444
|
-
"inheritedFrom": {
|
|
102445
|
-
"name": "SbbButtonBaseElement",
|
|
102446
|
-
"module": "core/base-elements/button-base-element.js"
|
|
102447
|
-
}
|
|
102448
|
-
},
|
|
102449
|
-
{
|
|
102450
|
-
"kind": "field",
|
|
102451
|
-
"name": "_handleButtonClick",
|
|
102452
|
-
"privacy": "private",
|
|
102453
|
-
"inheritedFrom": {
|
|
102454
|
-
"name": "SbbButtonBaseElement",
|
|
102455
|
-
"module": "core/base-elements/button-base-element.js"
|
|
102456
|
-
}
|
|
102457
|
-
},
|
|
102458
|
-
{
|
|
102459
|
-
"kind": "method",
|
|
102460
|
-
"name": "_requestSubmit",
|
|
102461
|
-
"privacy": "private",
|
|
102462
|
-
"return": {
|
|
102463
|
-
"type": {
|
|
102464
|
-
"text": "void"
|
|
102465
|
-
}
|
|
102466
|
-
},
|
|
102467
|
-
"parameters": [
|
|
102468
|
-
{
|
|
102469
|
-
"name": "form",
|
|
102470
|
-
"type": {
|
|
102471
|
-
"text": "HTMLFormElement"
|
|
102472
|
-
}
|
|
102473
|
-
}
|
|
102474
|
-
],
|
|
102475
|
-
"inheritedFrom": {
|
|
102476
|
-
"name": "SbbButtonBaseElement",
|
|
102477
|
-
"module": "core/base-elements/button-base-element.js"
|
|
102478
|
-
}
|
|
102479
|
-
},
|
|
102480
|
-
{
|
|
102481
|
-
"kind": "field",
|
|
102482
|
-
"name": "_formKeyDown",
|
|
102483
|
-
"privacy": "private",
|
|
102484
|
-
"inheritedFrom": {
|
|
102485
|
-
"name": "SbbButtonBaseElement",
|
|
102486
|
-
"module": "core/base-elements/button-base-element.js"
|
|
102487
|
-
}
|
|
102488
|
-
},
|
|
102489
|
-
{
|
|
102490
|
-
"kind": "field",
|
|
102491
|
-
"name": "formAssociated",
|
|
102492
|
-
"type": {
|
|
102493
|
-
"text": "boolean"
|
|
102433
|
+
"text": "HTMLFormElement | null"
|
|
102494
102434
|
},
|
|
102495
|
-
"
|
|
102496
|
-
"static": true,
|
|
102497
|
-
"default": "true",
|
|
102435
|
+
"fieldName": "form",
|
|
102498
102436
|
"inheritedFrom": {
|
|
102499
|
-
"name": "
|
|
102500
|
-
"module": "core/
|
|
102437
|
+
"name": "SbbButtonBaseElement",
|
|
102438
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102501
102439
|
}
|
|
102502
102440
|
},
|
|
102503
102441
|
{
|
|
102504
|
-
"kind": "field",
|
|
102505
102442
|
"name": "name",
|
|
102506
|
-
"privacy": "public",
|
|
102507
102443
|
"description": "Name of the form element. Will be read from name attribute.",
|
|
102508
102444
|
"type": {
|
|
102509
102445
|
"text": "string"
|
|
102510
102446
|
},
|
|
102511
|
-
"
|
|
102447
|
+
"fieldName": "name",
|
|
102512
102448
|
"inheritedFrom": {
|
|
102513
102449
|
"name": "SbbFormAssociatedMixin",
|
|
102514
102450
|
"module": "core/mixins/form-associated-mixin.js"
|
|
102515
102451
|
}
|
|
102452
|
+
}
|
|
102453
|
+
]
|
|
102454
|
+
}
|
|
102455
|
+
],
|
|
102456
|
+
"exports": [
|
|
102457
|
+
{
|
|
102458
|
+
"kind": "js",
|
|
102459
|
+
"name": "SbbMenuButtonElement",
|
|
102460
|
+
"declaration": {
|
|
102461
|
+
"name": "SbbMenuButtonElement",
|
|
102462
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
102463
|
+
}
|
|
102464
|
+
}
|
|
102465
|
+
]
|
|
102466
|
+
},
|
|
102467
|
+
{
|
|
102468
|
+
"kind": "javascript-module",
|
|
102469
|
+
"path": "menu/menu-link/menu-link.component.js",
|
|
102470
|
+
"declarations": [
|
|
102471
|
+
{
|
|
102472
|
+
"kind": "class",
|
|
102473
|
+
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
102474
|
+
"name": "SbbMenuLinkElement",
|
|
102475
|
+
"cssProperties": [
|
|
102476
|
+
{
|
|
102477
|
+
"description": "Can be used to modify horizontal padding.",
|
|
102478
|
+
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
102479
|
+
"default": "var(--sbb-spacing-fixed-3x)"
|
|
102480
|
+
}
|
|
102481
|
+
],
|
|
102482
|
+
"slots": [
|
|
102483
|
+
{
|
|
102484
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
102485
|
+
"name": ""
|
|
102516
102486
|
},
|
|
102487
|
+
{
|
|
102488
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
102489
|
+
"name": "icon"
|
|
102490
|
+
}
|
|
102491
|
+
],
|
|
102492
|
+
"members": [
|
|
102517
102493
|
{
|
|
102518
102494
|
"kind": "field",
|
|
102519
|
-
"name": "
|
|
102495
|
+
"name": "elementName",
|
|
102520
102496
|
"type": {
|
|
102521
|
-
"text": "
|
|
102497
|
+
"text": "string"
|
|
102522
102498
|
},
|
|
102523
102499
|
"privacy": "public",
|
|
102524
|
-
"
|
|
102500
|
+
"static": true,
|
|
102525
102501
|
"readonly": true,
|
|
102526
102502
|
"inheritedFrom": {
|
|
102527
|
-
"name": "
|
|
102528
|
-
"module": "core/
|
|
102529
|
-
}
|
|
102503
|
+
"name": "SbbElement",
|
|
102504
|
+
"module": "core/base-elements/element.js"
|
|
102505
|
+
},
|
|
102506
|
+
"default": "'sbb-menu-link'"
|
|
102530
102507
|
},
|
|
102531
102508
|
{
|
|
102532
102509
|
"kind": "field",
|
|
102533
|
-
"name": "
|
|
102510
|
+
"name": "anchorRole",
|
|
102534
102511
|
"type": {
|
|
102535
102512
|
"text": "string"
|
|
102536
102513
|
},
|
|
102537
|
-
"privacy": "
|
|
102538
|
-
"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.",
|
|
102514
|
+
"privacy": "protected",
|
|
102539
102515
|
"readonly": true,
|
|
102516
|
+
"default": "'menuitem'",
|
|
102540
102517
|
"inheritedFrom": {
|
|
102541
|
-
"name": "
|
|
102542
|
-
"module": "core/
|
|
102518
|
+
"name": "SbbLinkBaseElement",
|
|
102519
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102543
102520
|
}
|
|
102544
102521
|
},
|
|
102545
102522
|
{
|
|
102546
102523
|
"kind": "field",
|
|
102547
|
-
"name": "
|
|
102524
|
+
"name": "disabledInteractive",
|
|
102548
102525
|
"type": {
|
|
102549
102526
|
"text": "boolean"
|
|
102550
102527
|
},
|
|
102551
102528
|
"privacy": "public",
|
|
102552
|
-
"
|
|
102553
|
-
"
|
|
102554
|
-
"
|
|
102555
|
-
|
|
102556
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
102557
|
-
}
|
|
102558
|
-
},
|
|
102559
|
-
{
|
|
102560
|
-
"kind": "field",
|
|
102561
|
-
"name": "_validityStates",
|
|
102562
|
-
"privacy": "private",
|
|
102563
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
102529
|
+
"default": "false",
|
|
102530
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
102531
|
+
"attribute": "disabled-interactive",
|
|
102532
|
+
"reflects": true,
|
|
102564
102533
|
"inheritedFrom": {
|
|
102565
|
-
"name": "
|
|
102566
|
-
"module": "core/mixins/
|
|
102534
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
102535
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102567
102536
|
}
|
|
102568
102537
|
},
|
|
102569
102538
|
{
|
|
102570
102539
|
"kind": "field",
|
|
102571
|
-
"name": "
|
|
102540
|
+
"name": "styles",
|
|
102572
102541
|
"type": {
|
|
102573
|
-
"text": "
|
|
102542
|
+
"text": "CSSResultGroup"
|
|
102574
102543
|
},
|
|
102575
|
-
"privacy": "
|
|
102576
|
-
"
|
|
102577
|
-
"
|
|
102544
|
+
"privacy": "public",
|
|
102545
|
+
"static": true,
|
|
102546
|
+
"default": "[boxSizingStyles, style]",
|
|
102578
102547
|
"inheritedFrom": {
|
|
102579
|
-
"name": "
|
|
102580
|
-
"module": "
|
|
102548
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
102549
|
+
"module": "menu/common/menu-action-common.js"
|
|
102581
102550
|
}
|
|
102582
102551
|
},
|
|
102583
102552
|
{
|
|
102584
102553
|
"kind": "method",
|
|
102585
|
-
"name": "
|
|
102586
|
-
"privacy": "
|
|
102554
|
+
"name": "renderTemplate",
|
|
102555
|
+
"privacy": "protected",
|
|
102587
102556
|
"return": {
|
|
102588
102557
|
"type": {
|
|
102589
|
-
"text": "
|
|
102558
|
+
"text": "TemplateResult"
|
|
102590
102559
|
}
|
|
102591
102560
|
},
|
|
102592
|
-
"description": "
|
|
102561
|
+
"description": "Override this method to render the component template.",
|
|
102593
102562
|
"inheritedFrom": {
|
|
102594
|
-
"name": "
|
|
102595
|
-
"module": "core/
|
|
102563
|
+
"name": "SbbActionBaseElement",
|
|
102564
|
+
"module": "core/base-elements/action-base-element.js"
|
|
102596
102565
|
}
|
|
102597
102566
|
},
|
|
102598
102567
|
{
|
|
102599
|
-
"kind": "
|
|
102600
|
-
"name": "
|
|
102601
|
-
"
|
|
102602
|
-
|
|
102603
|
-
"type": {
|
|
102604
|
-
"text": "boolean"
|
|
102605
|
-
}
|
|
102568
|
+
"kind": "field",
|
|
102569
|
+
"name": "iconName",
|
|
102570
|
+
"type": {
|
|
102571
|
+
"text": "string"
|
|
102606
102572
|
},
|
|
102607
|
-
"
|
|
102573
|
+
"privacy": "public",
|
|
102574
|
+
"default": "''",
|
|
102575
|
+
"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.",
|
|
102576
|
+
"attribute": "icon-name",
|
|
102608
102577
|
"inheritedFrom": {
|
|
102609
|
-
"name": "
|
|
102610
|
-
"module": "
|
|
102578
|
+
"name": "SbbIconNameMixin",
|
|
102579
|
+
"module": "icon/icon-name-mixin.js"
|
|
102611
102580
|
}
|
|
102612
102581
|
},
|
|
102613
102582
|
{
|
|
102614
102583
|
"kind": "method",
|
|
102615
|
-
"name": "
|
|
102616
|
-
"privacy": "
|
|
102584
|
+
"name": "renderIconSlot",
|
|
102585
|
+
"privacy": "protected",
|
|
102617
102586
|
"return": {
|
|
102618
102587
|
"type": {
|
|
102619
|
-
"text": "
|
|
102588
|
+
"text": "TemplateResult"
|
|
102620
102589
|
}
|
|
102621
102590
|
},
|
|
102622
102591
|
"parameters": [
|
|
102623
102592
|
{
|
|
102624
|
-
"name": "
|
|
102593
|
+
"name": "classname",
|
|
102594
|
+
"optional": true,
|
|
102625
102595
|
"type": {
|
|
102626
102596
|
"text": "string"
|
|
102627
102597
|
}
|
|
102628
102598
|
}
|
|
102629
102599
|
],
|
|
102630
|
-
"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.",
|
|
102631
102600
|
"inheritedFrom": {
|
|
102632
|
-
"name": "
|
|
102633
|
-
"module": "
|
|
102601
|
+
"name": "SbbIconNameMixin",
|
|
102602
|
+
"module": "icon/icon-name-mixin.js"
|
|
102634
102603
|
}
|
|
102635
102604
|
},
|
|
102636
102605
|
{
|
|
102637
102606
|
"kind": "method",
|
|
102638
|
-
"name": "
|
|
102639
|
-
"privacy": "
|
|
102607
|
+
"name": "renderIconName",
|
|
102608
|
+
"privacy": "protected",
|
|
102640
102609
|
"return": {
|
|
102641
102610
|
"type": {
|
|
102642
|
-
"text": "
|
|
102611
|
+
"text": "string"
|
|
102643
102612
|
}
|
|
102644
102613
|
},
|
|
102645
102614
|
"inheritedFrom": {
|
|
102646
|
-
"name": "
|
|
102647
|
-
"module": "
|
|
102615
|
+
"name": "SbbIconNameMixin",
|
|
102616
|
+
"module": "icon/icon-name-mixin.js"
|
|
102648
102617
|
}
|
|
102649
102618
|
},
|
|
102650
102619
|
{
|
|
102651
102620
|
"kind": "method",
|
|
102652
|
-
"name": "
|
|
102653
|
-
"privacy": "
|
|
102621
|
+
"name": "_renderIconName",
|
|
102622
|
+
"privacy": "private",
|
|
102654
102623
|
"return": {
|
|
102655
102624
|
"type": {
|
|
102656
|
-
"text": "
|
|
102625
|
+
"text": "string"
|
|
102657
102626
|
}
|
|
102658
102627
|
},
|
|
102659
|
-
"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",
|
|
102660
102628
|
"inheritedFrom": {
|
|
102661
|
-
"name": "
|
|
102662
|
-
"module": "
|
|
102629
|
+
"name": "SbbIconNameMixin",
|
|
102630
|
+
"module": "icon/icon-name-mixin.js"
|
|
102663
102631
|
}
|
|
102664
102632
|
},
|
|
102665
102633
|
{
|
|
102666
|
-
"kind": "
|
|
102667
|
-
"name": "
|
|
102668
|
-
"privacy": "
|
|
102669
|
-
"
|
|
102670
|
-
|
|
102671
|
-
|
|
102672
|
-
|
|
102634
|
+
"kind": "field",
|
|
102635
|
+
"name": "disabled",
|
|
102636
|
+
"privacy": "public",
|
|
102637
|
+
"description": "Whether the component is disabled.",
|
|
102638
|
+
"default": "false",
|
|
102639
|
+
"type": {
|
|
102640
|
+
"text": "boolean"
|
|
102673
102641
|
},
|
|
102642
|
+
"attribute": "disabled",
|
|
102643
|
+
"reflects": true,
|
|
102674
102644
|
"inheritedFrom": {
|
|
102675
|
-
"name": "
|
|
102676
|
-
"module": "core/mixins/
|
|
102645
|
+
"name": "SbbDisabledMixin",
|
|
102646
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102677
102647
|
}
|
|
102678
102648
|
},
|
|
102679
102649
|
{
|
|
102680
|
-
"kind": "
|
|
102681
|
-
"name": "
|
|
102682
|
-
"privacy": "
|
|
102683
|
-
"
|
|
102684
|
-
"
|
|
102685
|
-
"text": "void"
|
|
102686
|
-
}
|
|
102650
|
+
"kind": "field",
|
|
102651
|
+
"name": "#disabled",
|
|
102652
|
+
"privacy": "private",
|
|
102653
|
+
"type": {
|
|
102654
|
+
"text": "boolean"
|
|
102687
102655
|
},
|
|
102688
|
-
"
|
|
102689
|
-
{
|
|
102690
|
-
"name": "flag",
|
|
102691
|
-
"type": {
|
|
102692
|
-
"text": "T"
|
|
102693
|
-
}
|
|
102694
|
-
},
|
|
102695
|
-
{
|
|
102696
|
-
"name": "message",
|
|
102697
|
-
"type": {
|
|
102698
|
-
"text": "string"
|
|
102699
|
-
}
|
|
102700
|
-
},
|
|
102701
|
-
{
|
|
102702
|
-
"name": "flagValue",
|
|
102703
|
-
"optional": true,
|
|
102704
|
-
"type": {
|
|
102705
|
-
"text": "ValidityStateFlags[T]"
|
|
102706
|
-
}
|
|
102707
|
-
}
|
|
102708
|
-
],
|
|
102709
|
-
"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).",
|
|
102656
|
+
"default": "false",
|
|
102710
102657
|
"inheritedFrom": {
|
|
102711
|
-
"name": "
|
|
102712
|
-
"module": "core/mixins/
|
|
102658
|
+
"name": "SbbDisabledMixin",
|
|
102659
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102713
102660
|
}
|
|
102714
102661
|
},
|
|
102715
102662
|
{
|
|
102716
102663
|
"kind": "method",
|
|
102717
|
-
"name": "
|
|
102664
|
+
"name": "isDisabledExternally",
|
|
102718
102665
|
"privacy": "protected",
|
|
102719
102666
|
"return": {
|
|
102720
102667
|
"type": {
|
|
102721
|
-
"text": "
|
|
102668
|
+
"text": "boolean"
|
|
102722
102669
|
}
|
|
102723
102670
|
},
|
|
102724
|
-
"
|
|
102725
|
-
{
|
|
102726
|
-
"name": "flag",
|
|
102727
|
-
"type": {
|
|
102728
|
-
"text": "T"
|
|
102729
|
-
}
|
|
102730
|
-
}
|
|
102731
|
-
],
|
|
102732
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
102671
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
102733
102672
|
"inheritedFrom": {
|
|
102734
|
-
"name": "
|
|
102735
|
-
"module": "core/mixins/
|
|
102673
|
+
"name": "SbbDisabledMixin",
|
|
102674
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102736
102675
|
}
|
|
102737
102676
|
},
|
|
102738
102677
|
{
|
|
102739
|
-
"kind": "
|
|
102740
|
-
"name": "
|
|
102741
|
-
"
|
|
102742
|
-
|
|
102743
|
-
"type": {
|
|
102744
|
-
"text": "void"
|
|
102745
|
-
}
|
|
102678
|
+
"kind": "field",
|
|
102679
|
+
"name": "href",
|
|
102680
|
+
"type": {
|
|
102681
|
+
"text": "string"
|
|
102746
102682
|
},
|
|
102747
|
-
"
|
|
102683
|
+
"privacy": "public",
|
|
102684
|
+
"default": "''",
|
|
102685
|
+
"description": "The href value you want to link to.",
|
|
102686
|
+
"attribute": "href",
|
|
102687
|
+
"reflects": true,
|
|
102748
102688
|
"inheritedFrom": {
|
|
102749
|
-
"name": "
|
|
102750
|
-
"module": "core/
|
|
102689
|
+
"name": "SbbLinkBaseElement",
|
|
102690
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102751
102691
|
}
|
|
102752
102692
|
},
|
|
102753
102693
|
{
|
|
102754
|
-
"kind": "
|
|
102755
|
-
"name": "
|
|
102756
|
-
"
|
|
102757
|
-
|
|
102758
|
-
"type": {
|
|
102759
|
-
"text": "boolean"
|
|
102760
|
-
}
|
|
102694
|
+
"kind": "field",
|
|
102695
|
+
"name": "target",
|
|
102696
|
+
"type": {
|
|
102697
|
+
"text": "LinkTargetType | string"
|
|
102761
102698
|
},
|
|
102762
|
-
"
|
|
102763
|
-
|
|
102764
|
-
|
|
102765
|
-
|
|
102766
|
-
|
|
102767
|
-
}
|
|
102768
|
-
}
|
|
102769
|
-
],
|
|
102770
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
102699
|
+
"privacy": "public",
|
|
102700
|
+
"default": "''",
|
|
102701
|
+
"description": "Where to display the linked URL.",
|
|
102702
|
+
"attribute": "target",
|
|
102703
|
+
"reflects": true,
|
|
102771
102704
|
"inheritedFrom": {
|
|
102772
|
-
"name": "
|
|
102773
|
-
"module": "core/
|
|
102705
|
+
"name": "SbbLinkBaseElement",
|
|
102706
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102774
102707
|
}
|
|
102775
102708
|
},
|
|
102776
102709
|
{
|
|
102777
|
-
"kind": "
|
|
102778
|
-
"name": "
|
|
102779
|
-
"
|
|
102780
|
-
|
|
102781
|
-
"type": {
|
|
102782
|
-
"text": "void"
|
|
102783
|
-
}
|
|
102710
|
+
"kind": "field",
|
|
102711
|
+
"name": "rel",
|
|
102712
|
+
"type": {
|
|
102713
|
+
"text": "string"
|
|
102784
102714
|
},
|
|
102715
|
+
"privacy": "public",
|
|
102716
|
+
"default": "''",
|
|
102717
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
102718
|
+
"attribute": "rel",
|
|
102719
|
+
"reflects": true,
|
|
102785
102720
|
"inheritedFrom": {
|
|
102786
|
-
"name": "
|
|
102787
|
-
"module": "core/
|
|
102721
|
+
"name": "SbbLinkBaseElement",
|
|
102722
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102788
102723
|
}
|
|
102789
102724
|
},
|
|
102790
102725
|
{
|
|
102791
102726
|
"kind": "field",
|
|
102792
|
-
"name": "
|
|
102793
|
-
"
|
|
102794
|
-
|
|
102795
|
-
|
|
102796
|
-
|
|
102797
|
-
|
|
102798
|
-
|
|
102799
|
-
|
|
102800
|
-
|
|
102727
|
+
"name": "download",
|
|
102728
|
+
"type": {
|
|
102729
|
+
"text": "boolean"
|
|
102730
|
+
},
|
|
102731
|
+
"privacy": "public",
|
|
102732
|
+
"default": "false",
|
|
102733
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
102734
|
+
"attribute": "download",
|
|
102735
|
+
"reflects": true,
|
|
102801
102736
|
"inheritedFrom": {
|
|
102802
|
-
"name": "
|
|
102803
|
-
"module": "core/base-elements/
|
|
102737
|
+
"name": "SbbLinkBaseElement",
|
|
102738
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102804
102739
|
}
|
|
102805
102740
|
},
|
|
102806
102741
|
{
|
|
102807
102742
|
"kind": "field",
|
|
102808
|
-
"name": "
|
|
102809
|
-
"
|
|
102743
|
+
"name": "accessibilityLabel",
|
|
102744
|
+
"type": {
|
|
102745
|
+
"text": "string"
|
|
102746
|
+
},
|
|
102747
|
+
"privacy": "public",
|
|
102748
|
+
"default": "''",
|
|
102749
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
102750
|
+
"attribute": "accessibility-label",
|
|
102810
102751
|
"inheritedFrom": {
|
|
102811
|
-
"name": "
|
|
102812
|
-
"module": "core/base-elements/
|
|
102752
|
+
"name": "SbbLinkBaseElement",
|
|
102753
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102813
102754
|
}
|
|
102814
102755
|
},
|
|
102815
102756
|
{
|
|
102816
102757
|
"kind": "field",
|
|
102817
|
-
"name": "
|
|
102818
|
-
"
|
|
102819
|
-
|
|
102820
|
-
|
|
102821
|
-
|
|
102822
|
-
|
|
102823
|
-
|
|
102824
|
-
|
|
102825
|
-
],
|
|
102758
|
+
"name": "accessibilityCurrent",
|
|
102759
|
+
"type": {
|
|
102760
|
+
"text": "string"
|
|
102761
|
+
},
|
|
102762
|
+
"privacy": "public",
|
|
102763
|
+
"default": "''",
|
|
102764
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
102765
|
+
"attribute": "accessibility-current",
|
|
102826
102766
|
"inheritedFrom": {
|
|
102827
|
-
"name": "
|
|
102828
|
-
"module": "core/base-elements/
|
|
102767
|
+
"name": "SbbLinkBaseElement",
|
|
102768
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102829
102769
|
}
|
|
102830
102770
|
},
|
|
102831
102771
|
{
|
|
102832
102772
|
"kind": "field",
|
|
102833
|
-
"name": "
|
|
102773
|
+
"name": "language",
|
|
102774
|
+
"privacy": "protected",
|
|
102775
|
+
"default": "new SbbLanguageController(this)",
|
|
102776
|
+
"inheritedFrom": {
|
|
102777
|
+
"name": "SbbLinkBaseElement",
|
|
102778
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102779
|
+
}
|
|
102780
|
+
},
|
|
102781
|
+
{
|
|
102782
|
+
"kind": "field",
|
|
102783
|
+
"name": "_evaluateRelAttribute",
|
|
102834
102784
|
"privacy": "private",
|
|
102835
102785
|
"inheritedFrom": {
|
|
102836
|
-
"name": "
|
|
102837
|
-
"module": "core/base-elements/
|
|
102786
|
+
"name": "SbbLinkBaseElement",
|
|
102787
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102788
|
+
}
|
|
102789
|
+
},
|
|
102790
|
+
{
|
|
102791
|
+
"kind": "method",
|
|
102792
|
+
"name": "renderLink",
|
|
102793
|
+
"privacy": "protected",
|
|
102794
|
+
"return": {
|
|
102795
|
+
"type": {
|
|
102796
|
+
"text": "TemplateResult"
|
|
102797
|
+
}
|
|
102798
|
+
},
|
|
102799
|
+
"parameters": [
|
|
102800
|
+
{
|
|
102801
|
+
"name": "renderContent",
|
|
102802
|
+
"type": {
|
|
102803
|
+
"text": "TemplateResult"
|
|
102804
|
+
}
|
|
102805
|
+
}
|
|
102806
|
+
],
|
|
102807
|
+
"inheritedFrom": {
|
|
102808
|
+
"name": "SbbLinkBaseElement",
|
|
102809
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102838
102810
|
}
|
|
102839
102811
|
},
|
|
102840
102812
|
{
|
|
@@ -102985,7 +102957,7 @@
|
|
|
102985
102957
|
],
|
|
102986
102958
|
"mixins": [
|
|
102987
102959
|
{
|
|
102988
|
-
"name": "
|
|
102960
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
102989
102961
|
"module": "core/mixins.js"
|
|
102990
102962
|
},
|
|
102991
102963
|
{
|
|
@@ -102994,10 +102966,10 @@
|
|
|
102994
102966
|
}
|
|
102995
102967
|
],
|
|
102996
102968
|
"superclass": {
|
|
102997
|
-
"name": "
|
|
102969
|
+
"name": "SbbLinkBaseElement",
|
|
102998
102970
|
"module": "core/base-elements.js"
|
|
102999
102971
|
},
|
|
103000
|
-
"tagName": "sbb-menu-
|
|
102972
|
+
"tagName": "sbb-menu-link",
|
|
103001
102973
|
"customElement": true,
|
|
103002
102974
|
"attributes": [
|
|
103003
102975
|
{
|
|
@@ -103013,6 +102985,19 @@
|
|
|
103013
102985
|
"module": "core/mixins/disabled-mixin.js"
|
|
103014
102986
|
}
|
|
103015
102987
|
},
|
|
102988
|
+
{
|
|
102989
|
+
"name": "icon-name",
|
|
102990
|
+
"type": {
|
|
102991
|
+
"text": "string"
|
|
102992
|
+
},
|
|
102993
|
+
"default": "''",
|
|
102994
|
+
"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.",
|
|
102995
|
+
"fieldName": "iconName",
|
|
102996
|
+
"inheritedFrom": {
|
|
102997
|
+
"name": "SbbIconNameMixin",
|
|
102998
|
+
"module": "icon/icon-name-mixin.js"
|
|
102999
|
+
}
|
|
103000
|
+
},
|
|
103016
103001
|
{
|
|
103017
103002
|
"name": "disabled",
|
|
103018
103003
|
"description": "Whether the component is disabled.",
|
|
@@ -103027,66 +103012,81 @@
|
|
|
103027
103012
|
}
|
|
103028
103013
|
},
|
|
103029
103014
|
{
|
|
103030
|
-
"name": "
|
|
103015
|
+
"name": "href",
|
|
103031
103016
|
"type": {
|
|
103032
103017
|
"text": "string"
|
|
103033
103018
|
},
|
|
103034
103019
|
"default": "''",
|
|
103035
|
-
"description": "The
|
|
103036
|
-
"fieldName": "
|
|
103020
|
+
"description": "The href value you want to link to.",
|
|
103021
|
+
"fieldName": "href",
|
|
103037
103022
|
"inheritedFrom": {
|
|
103038
|
-
"name": "
|
|
103039
|
-
"module": "
|
|
103023
|
+
"name": "SbbLinkBaseElement",
|
|
103024
|
+
"module": "core/base-elements/link-base-element.js"
|
|
103040
103025
|
}
|
|
103041
103026
|
},
|
|
103042
103027
|
{
|
|
103043
|
-
"name": "
|
|
103028
|
+
"name": "target",
|
|
103029
|
+
"type": {
|
|
103030
|
+
"text": "LinkTargetType | string"
|
|
103031
|
+
},
|
|
103032
|
+
"default": "''",
|
|
103033
|
+
"description": "Where to display the linked URL.",
|
|
103034
|
+
"fieldName": "target",
|
|
103035
|
+
"inheritedFrom": {
|
|
103036
|
+
"name": "SbbLinkBaseElement",
|
|
103037
|
+
"module": "core/base-elements/link-base-element.js"
|
|
103038
|
+
}
|
|
103039
|
+
},
|
|
103040
|
+
{
|
|
103041
|
+
"name": "rel",
|
|
103044
103042
|
"type": {
|
|
103045
103043
|
"text": "string"
|
|
103046
103044
|
},
|
|
103047
103045
|
"default": "''",
|
|
103048
|
-
"description": "
|
|
103049
|
-
"fieldName": "
|
|
103046
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
103047
|
+
"fieldName": "rel",
|
|
103050
103048
|
"inheritedFrom": {
|
|
103051
|
-
"name": "
|
|
103052
|
-
"module": "core/base-elements/
|
|
103049
|
+
"name": "SbbLinkBaseElement",
|
|
103050
|
+
"module": "core/base-elements/link-base-element.js"
|
|
103053
103051
|
}
|
|
103054
103052
|
},
|
|
103055
103053
|
{
|
|
103056
|
-
"name": "
|
|
103057
|
-
"description": "The type attribute to use for the button.",
|
|
103058
|
-
"default": "'button'",
|
|
103054
|
+
"name": "download",
|
|
103059
103055
|
"type": {
|
|
103060
|
-
"text": "
|
|
103056
|
+
"text": "boolean"
|
|
103061
103057
|
},
|
|
103062
|
-
"
|
|
103058
|
+
"default": "false",
|
|
103059
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
103060
|
+
"fieldName": "download",
|
|
103063
103061
|
"inheritedFrom": {
|
|
103064
|
-
"name": "
|
|
103065
|
-
"module": "core/base-elements/
|
|
103062
|
+
"name": "SbbLinkBaseElement",
|
|
103063
|
+
"module": "core/base-elements/link-base-element.js"
|
|
103066
103064
|
}
|
|
103067
103065
|
},
|
|
103068
103066
|
{
|
|
103069
|
-
"name": "
|
|
103070
|
-
"description": "The `<form>` element to associate the button with.",
|
|
103067
|
+
"name": "accessibility-label",
|
|
103071
103068
|
"type": {
|
|
103072
|
-
"text": "
|
|
103069
|
+
"text": "string"
|
|
103073
103070
|
},
|
|
103074
|
-
"
|
|
103071
|
+
"default": "''",
|
|
103072
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
103073
|
+
"fieldName": "accessibilityLabel",
|
|
103075
103074
|
"inheritedFrom": {
|
|
103076
|
-
"name": "
|
|
103077
|
-
"module": "core/base-elements/
|
|
103075
|
+
"name": "SbbLinkBaseElement",
|
|
103076
|
+
"module": "core/base-elements/link-base-element.js"
|
|
103078
103077
|
}
|
|
103079
103078
|
},
|
|
103080
103079
|
{
|
|
103081
|
-
"name": "
|
|
103082
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
103080
|
+
"name": "accessibility-current",
|
|
103083
103081
|
"type": {
|
|
103084
103082
|
"text": "string"
|
|
103085
103083
|
},
|
|
103086
|
-
"
|
|
103084
|
+
"default": "''",
|
|
103085
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
103086
|
+
"fieldName": "accessibilityCurrent",
|
|
103087
103087
|
"inheritedFrom": {
|
|
103088
|
-
"name": "
|
|
103089
|
-
"module": "core/
|
|
103088
|
+
"name": "SbbLinkBaseElement",
|
|
103089
|
+
"module": "core/base-elements/link-base-element.js"
|
|
103090
103090
|
}
|
|
103091
103091
|
}
|
|
103092
103092
|
]
|
|
@@ -103095,10 +103095,10 @@
|
|
|
103095
103095
|
"exports": [
|
|
103096
103096
|
{
|
|
103097
103097
|
"kind": "js",
|
|
103098
|
-
"name": "
|
|
103098
|
+
"name": "SbbMenuLinkElement",
|
|
103099
103099
|
"declaration": {
|
|
103100
|
-
"name": "
|
|
103101
|
-
"module": "menu/menu-
|
|
103100
|
+
"name": "SbbMenuLinkElement",
|
|
103101
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
103102
103102
|
}
|
|
103103
103103
|
}
|
|
103104
103104
|
]
|
|
@@ -104267,176 +104267,6 @@
|
|
|
104267
104267
|
}
|
|
104268
104268
|
]
|
|
104269
104269
|
},
|
|
104270
|
-
{
|
|
104271
|
-
"kind": "javascript-module",
|
|
104272
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
104273
|
-
"declarations": [
|
|
104274
|
-
{
|
|
104275
|
-
"kind": "class",
|
|
104276
|
-
"description": "",
|
|
104277
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104278
|
-
"members": [
|
|
104279
|
-
{
|
|
104280
|
-
"kind": "field",
|
|
104281
|
-
"name": "size",
|
|
104282
|
-
"type": {
|
|
104283
|
-
"text": "SbbNavigationActionSize"
|
|
104284
|
-
},
|
|
104285
|
-
"privacy": "public"
|
|
104286
|
-
},
|
|
104287
|
-
{
|
|
104288
|
-
"kind": "field",
|
|
104289
|
-
"name": "marker",
|
|
104290
|
-
"type": {
|
|
104291
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104292
|
-
},
|
|
104293
|
-
"privacy": "public",
|
|
104294
|
-
"readonly": true
|
|
104295
|
-
},
|
|
104296
|
-
{
|
|
104297
|
-
"kind": "field",
|
|
104298
|
-
"name": "section",
|
|
104299
|
-
"type": {
|
|
104300
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104301
|
-
},
|
|
104302
|
-
"privacy": "public",
|
|
104303
|
-
"readonly": true
|
|
104304
|
-
},
|
|
104305
|
-
{
|
|
104306
|
-
"kind": "field",
|
|
104307
|
-
"name": "connectedSection",
|
|
104308
|
-
"type": {
|
|
104309
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
104310
|
-
},
|
|
104311
|
-
"privacy": "public"
|
|
104312
|
-
}
|
|
104313
|
-
]
|
|
104314
|
-
},
|
|
104315
|
-
{
|
|
104316
|
-
"kind": "mixin",
|
|
104317
|
-
"description": "",
|
|
104318
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104319
|
-
"members": [
|
|
104320
|
-
{
|
|
104321
|
-
"kind": "field",
|
|
104322
|
-
"name": "styles",
|
|
104323
|
-
"type": {
|
|
104324
|
-
"text": "CSSResultGroup"
|
|
104325
|
-
},
|
|
104326
|
-
"privacy": "public",
|
|
104327
|
-
"static": true,
|
|
104328
|
-
"default": "[boxSizingStyles, style]"
|
|
104329
|
-
},
|
|
104330
|
-
{
|
|
104331
|
-
"kind": "field",
|
|
104332
|
-
"name": "size",
|
|
104333
|
-
"type": {
|
|
104334
|
-
"text": "SbbNavigationActionSize"
|
|
104335
|
-
},
|
|
104336
|
-
"privacy": "public",
|
|
104337
|
-
"description": "Action size variant, either s, m or l.",
|
|
104338
|
-
"default": "'l' / 's' (lean)",
|
|
104339
|
-
"attribute": "size",
|
|
104340
|
-
"reflects": true
|
|
104341
|
-
},
|
|
104342
|
-
{
|
|
104343
|
-
"kind": "field",
|
|
104344
|
-
"name": "connectedSection",
|
|
104345
|
-
"type": {
|
|
104346
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
104347
|
-
},
|
|
104348
|
-
"privacy": "public",
|
|
104349
|
-
"description": "The section that is being controlled by the action, if any."
|
|
104350
|
-
},
|
|
104351
|
-
{
|
|
104352
|
-
"kind": "field",
|
|
104353
|
-
"name": "marker",
|
|
104354
|
-
"type": {
|
|
104355
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104356
|
-
},
|
|
104357
|
-
"privacy": "public",
|
|
104358
|
-
"description": "The navigation marker in which the action is nested.",
|
|
104359
|
-
"readonly": true
|
|
104360
|
-
},
|
|
104361
|
-
{
|
|
104362
|
-
"kind": "field",
|
|
104363
|
-
"name": "section",
|
|
104364
|
-
"type": {
|
|
104365
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104366
|
-
},
|
|
104367
|
-
"privacy": "public",
|
|
104368
|
-
"description": "The section in which the action is nested.",
|
|
104369
|
-
"readonly": true
|
|
104370
|
-
},
|
|
104371
|
-
{
|
|
104372
|
-
"kind": "field",
|
|
104373
|
-
"name": "_navigationMarker",
|
|
104374
|
-
"type": {
|
|
104375
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104376
|
-
},
|
|
104377
|
-
"privacy": "private",
|
|
104378
|
-
"default": "null"
|
|
104379
|
-
},
|
|
104380
|
-
{
|
|
104381
|
-
"kind": "field",
|
|
104382
|
-
"name": "_navigationSection",
|
|
104383
|
-
"type": {
|
|
104384
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104385
|
-
},
|
|
104386
|
-
"privacy": "private",
|
|
104387
|
-
"default": "null"
|
|
104388
|
-
},
|
|
104389
|
-
{
|
|
104390
|
-
"kind": "method",
|
|
104391
|
-
"name": "renderTemplate",
|
|
104392
|
-
"privacy": "protected",
|
|
104393
|
-
"return": {
|
|
104394
|
-
"type": {
|
|
104395
|
-
"text": "TemplateResult"
|
|
104396
|
-
}
|
|
104397
|
-
}
|
|
104398
|
-
}
|
|
104399
|
-
],
|
|
104400
|
-
"attributes": [
|
|
104401
|
-
{
|
|
104402
|
-
"name": "size",
|
|
104403
|
-
"type": {
|
|
104404
|
-
"text": "SbbNavigationActionSize"
|
|
104405
|
-
},
|
|
104406
|
-
"description": "Action size variant, either s, m or l.",
|
|
104407
|
-
"default": "'l' / 's' (lean)",
|
|
104408
|
-
"fieldName": "size"
|
|
104409
|
-
}
|
|
104410
|
-
],
|
|
104411
|
-
"parameters": [
|
|
104412
|
-
{
|
|
104413
|
-
"name": "superClass",
|
|
104414
|
-
"type": {
|
|
104415
|
-
"text": "T"
|
|
104416
|
-
}
|
|
104417
|
-
}
|
|
104418
|
-
]
|
|
104419
|
-
}
|
|
104420
|
-
],
|
|
104421
|
-
"exports": [
|
|
104422
|
-
{
|
|
104423
|
-
"kind": "js",
|
|
104424
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104425
|
-
"declaration": {
|
|
104426
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104427
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
104428
|
-
}
|
|
104429
|
-
},
|
|
104430
|
-
{
|
|
104431
|
-
"kind": "js",
|
|
104432
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104433
|
-
"declaration": {
|
|
104434
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104435
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
104436
|
-
}
|
|
104437
|
-
}
|
|
104438
|
-
]
|
|
104439
|
-
},
|
|
104440
104270
|
{
|
|
104441
104271
|
"kind": "javascript-module",
|
|
104442
104272
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -104646,6 +104476,176 @@
|
|
|
104646
104476
|
}
|
|
104647
104477
|
]
|
|
104648
104478
|
},
|
|
104479
|
+
{
|
|
104480
|
+
"kind": "javascript-module",
|
|
104481
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
104482
|
+
"declarations": [
|
|
104483
|
+
{
|
|
104484
|
+
"kind": "class",
|
|
104485
|
+
"description": "",
|
|
104486
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104487
|
+
"members": [
|
|
104488
|
+
{
|
|
104489
|
+
"kind": "field",
|
|
104490
|
+
"name": "size",
|
|
104491
|
+
"type": {
|
|
104492
|
+
"text": "SbbNavigationActionSize"
|
|
104493
|
+
},
|
|
104494
|
+
"privacy": "public"
|
|
104495
|
+
},
|
|
104496
|
+
{
|
|
104497
|
+
"kind": "field",
|
|
104498
|
+
"name": "marker",
|
|
104499
|
+
"type": {
|
|
104500
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104501
|
+
},
|
|
104502
|
+
"privacy": "public",
|
|
104503
|
+
"readonly": true
|
|
104504
|
+
},
|
|
104505
|
+
{
|
|
104506
|
+
"kind": "field",
|
|
104507
|
+
"name": "section",
|
|
104508
|
+
"type": {
|
|
104509
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104510
|
+
},
|
|
104511
|
+
"privacy": "public",
|
|
104512
|
+
"readonly": true
|
|
104513
|
+
},
|
|
104514
|
+
{
|
|
104515
|
+
"kind": "field",
|
|
104516
|
+
"name": "connectedSection",
|
|
104517
|
+
"type": {
|
|
104518
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
104519
|
+
},
|
|
104520
|
+
"privacy": "public"
|
|
104521
|
+
}
|
|
104522
|
+
]
|
|
104523
|
+
},
|
|
104524
|
+
{
|
|
104525
|
+
"kind": "mixin",
|
|
104526
|
+
"description": "",
|
|
104527
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104528
|
+
"members": [
|
|
104529
|
+
{
|
|
104530
|
+
"kind": "field",
|
|
104531
|
+
"name": "styles",
|
|
104532
|
+
"type": {
|
|
104533
|
+
"text": "CSSResultGroup"
|
|
104534
|
+
},
|
|
104535
|
+
"privacy": "public",
|
|
104536
|
+
"static": true,
|
|
104537
|
+
"default": "[boxSizingStyles, style]"
|
|
104538
|
+
},
|
|
104539
|
+
{
|
|
104540
|
+
"kind": "field",
|
|
104541
|
+
"name": "size",
|
|
104542
|
+
"type": {
|
|
104543
|
+
"text": "SbbNavigationActionSize"
|
|
104544
|
+
},
|
|
104545
|
+
"privacy": "public",
|
|
104546
|
+
"description": "Action size variant, either s, m or l.",
|
|
104547
|
+
"default": "'l' / 's' (lean)",
|
|
104548
|
+
"attribute": "size",
|
|
104549
|
+
"reflects": true
|
|
104550
|
+
},
|
|
104551
|
+
{
|
|
104552
|
+
"kind": "field",
|
|
104553
|
+
"name": "connectedSection",
|
|
104554
|
+
"type": {
|
|
104555
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
104556
|
+
},
|
|
104557
|
+
"privacy": "public",
|
|
104558
|
+
"description": "The section that is being controlled by the action, if any."
|
|
104559
|
+
},
|
|
104560
|
+
{
|
|
104561
|
+
"kind": "field",
|
|
104562
|
+
"name": "marker",
|
|
104563
|
+
"type": {
|
|
104564
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104565
|
+
},
|
|
104566
|
+
"privacy": "public",
|
|
104567
|
+
"description": "The navigation marker in which the action is nested.",
|
|
104568
|
+
"readonly": true
|
|
104569
|
+
},
|
|
104570
|
+
{
|
|
104571
|
+
"kind": "field",
|
|
104572
|
+
"name": "section",
|
|
104573
|
+
"type": {
|
|
104574
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104575
|
+
},
|
|
104576
|
+
"privacy": "public",
|
|
104577
|
+
"description": "The section in which the action is nested.",
|
|
104578
|
+
"readonly": true
|
|
104579
|
+
},
|
|
104580
|
+
{
|
|
104581
|
+
"kind": "field",
|
|
104582
|
+
"name": "_navigationMarker",
|
|
104583
|
+
"type": {
|
|
104584
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104585
|
+
},
|
|
104586
|
+
"privacy": "private",
|
|
104587
|
+
"default": "null"
|
|
104588
|
+
},
|
|
104589
|
+
{
|
|
104590
|
+
"kind": "field",
|
|
104591
|
+
"name": "_navigationSection",
|
|
104592
|
+
"type": {
|
|
104593
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104594
|
+
},
|
|
104595
|
+
"privacy": "private",
|
|
104596
|
+
"default": "null"
|
|
104597
|
+
},
|
|
104598
|
+
{
|
|
104599
|
+
"kind": "method",
|
|
104600
|
+
"name": "renderTemplate",
|
|
104601
|
+
"privacy": "protected",
|
|
104602
|
+
"return": {
|
|
104603
|
+
"type": {
|
|
104604
|
+
"text": "TemplateResult"
|
|
104605
|
+
}
|
|
104606
|
+
}
|
|
104607
|
+
}
|
|
104608
|
+
],
|
|
104609
|
+
"attributes": [
|
|
104610
|
+
{
|
|
104611
|
+
"name": "size",
|
|
104612
|
+
"type": {
|
|
104613
|
+
"text": "SbbNavigationActionSize"
|
|
104614
|
+
},
|
|
104615
|
+
"description": "Action size variant, either s, m or l.",
|
|
104616
|
+
"default": "'l' / 's' (lean)",
|
|
104617
|
+
"fieldName": "size"
|
|
104618
|
+
}
|
|
104619
|
+
],
|
|
104620
|
+
"parameters": [
|
|
104621
|
+
{
|
|
104622
|
+
"name": "superClass",
|
|
104623
|
+
"type": {
|
|
104624
|
+
"text": "T"
|
|
104625
|
+
}
|
|
104626
|
+
}
|
|
104627
|
+
]
|
|
104628
|
+
}
|
|
104629
|
+
],
|
|
104630
|
+
"exports": [
|
|
104631
|
+
{
|
|
104632
|
+
"kind": "js",
|
|
104633
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104634
|
+
"declaration": {
|
|
104635
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104636
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
104637
|
+
}
|
|
104638
|
+
},
|
|
104639
|
+
{
|
|
104640
|
+
"kind": "js",
|
|
104641
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104642
|
+
"declaration": {
|
|
104643
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104644
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
104645
|
+
}
|
|
104646
|
+
}
|
|
104647
|
+
]
|
|
104648
|
+
},
|
|
104649
104649
|
{
|
|
104650
104650
|
"kind": "javascript-module",
|
|
104651
104651
|
"path": "navigation/navigation/navigation.component.js",
|