@sbb-esta/lyne-elements-dev 4.7.0-dev.1773236484 → 4.7.0-dev.1773245052
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/core/styles/core.scss +9 -8
- package/core.css +14 -5
- package/custom-elements.json +1074 -1074
- package/development/link/common/block-link-common.js +14 -25
- package/development/message/message.component.d.ts.map +1 -1
- package/development/message/message.component.js +8 -23
- package/link/common/block-link-common.js +26 -26
- package/message/message.component.js +14 -16
- package/off-brand-theme.css +14 -5
- package/package.json +2 -2
- package/safety-theme.css +14 -5
- package/standard-theme.css +14 -5
package/custom-elements.json
CHANGED
|
@@ -14731,50 +14731,12 @@
|
|
|
14731
14731
|
},
|
|
14732
14732
|
{
|
|
14733
14733
|
"kind": "javascript-module",
|
|
14734
|
-
"path": "link-list/
|
|
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",
|
|
14734
|
+
"path": "link-list-anchor/link-list-anchor.component.js",
|
|
14773
14735
|
"declarations": [
|
|
14774
14736
|
{
|
|
14775
14737
|
"kind": "class",
|
|
14776
14738
|
"description": "It displays a list of `sbb-block-link`.",
|
|
14777
|
-
"name": "
|
|
14739
|
+
"name": "SbbLinkListAnchorElement",
|
|
14778
14740
|
"slots": [
|
|
14779
14741
|
{
|
|
14780
14742
|
"description": "Use the unnamed slot to add one or more `sbb-block-link`.",
|
|
@@ -14803,36 +14765,12 @@
|
|
|
14803
14765
|
"privacy": "public",
|
|
14804
14766
|
"static": true,
|
|
14805
14767
|
"readonly": true,
|
|
14806
|
-
"default": "'sbb-link-list'",
|
|
14768
|
+
"default": "'sbb-link-list-anchor'",
|
|
14807
14769
|
"inheritedFrom": {
|
|
14808
14770
|
"name": "SbbElement",
|
|
14809
14771
|
"module": "core/base-elements/element.js"
|
|
14810
14772
|
}
|
|
14811
14773
|
},
|
|
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
|
-
},
|
|
14836
14774
|
{
|
|
14837
14775
|
"kind": "field",
|
|
14838
14776
|
"name": "negative",
|
|
@@ -15109,25 +15047,13 @@
|
|
|
15109
15047
|
}
|
|
15110
15048
|
}
|
|
15111
15049
|
],
|
|
15050
|
+
"superclass": {
|
|
15051
|
+
"name": "SbbLinkListBaseElement",
|
|
15052
|
+
"module": "link-list.pure.js"
|
|
15053
|
+
},
|
|
15054
|
+
"tagName": "sbb-link-list-anchor",
|
|
15055
|
+
"customElement": true,
|
|
15112
15056
|
"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
|
-
},
|
|
15131
15057
|
{
|
|
15132
15058
|
"name": "negative",
|
|
15133
15059
|
"type": {
|
|
@@ -15180,31 +15106,48 @@
|
|
|
15180
15106
|
"module": "link-list/common/link-list-base.js"
|
|
15181
15107
|
}
|
|
15182
15108
|
}
|
|
15183
|
-
]
|
|
15184
|
-
"superclass": {
|
|
15185
|
-
"name": "SbbLinkListBaseElement",
|
|
15186
|
-
"module": "link-list/common/link-list-base.js"
|
|
15187
|
-
},
|
|
15188
|
-
"tagName": "sbb-link-list",
|
|
15189
|
-
"customElement": true
|
|
15109
|
+
]
|
|
15190
15110
|
}
|
|
15191
15111
|
],
|
|
15192
15112
|
"exports": [
|
|
15193
15113
|
{
|
|
15194
15114
|
"kind": "js",
|
|
15195
|
-
"name": "
|
|
15115
|
+
"name": "SbbLinkListAnchorElement",
|
|
15196
15116
|
"declaration": {
|
|
15197
|
-
"name": "
|
|
15198
|
-
"module": "link-list/link-list.component.js"
|
|
15117
|
+
"name": "SbbLinkListAnchorElement",
|
|
15118
|
+
"module": "link-list-anchor/link-list-anchor.component.js"
|
|
15199
15119
|
}
|
|
15200
15120
|
}
|
|
15201
15121
|
]
|
|
15202
15122
|
},
|
|
15203
15123
|
{
|
|
15204
15124
|
"kind": "javascript-module",
|
|
15205
|
-
"path": "link-list/
|
|
15125
|
+
"path": "link-list/common.js",
|
|
15126
|
+
"declarations": [],
|
|
15127
|
+
"exports": [
|
|
15128
|
+
{
|
|
15129
|
+
"kind": "js",
|
|
15130
|
+
"name": "*",
|
|
15131
|
+
"declaration": {
|
|
15132
|
+
"name": "*",
|
|
15133
|
+
"module": "link-list/common/link-list-base.js"
|
|
15134
|
+
}
|
|
15135
|
+
}
|
|
15136
|
+
]
|
|
15137
|
+
},
|
|
15138
|
+
{
|
|
15139
|
+
"kind": "javascript-module",
|
|
15140
|
+
"path": "link-list/link-list-anchor.js",
|
|
15206
15141
|
"declarations": [],
|
|
15207
15142
|
"exports": [
|
|
15143
|
+
{
|
|
15144
|
+
"kind": "js",
|
|
15145
|
+
"name": "*",
|
|
15146
|
+
"declaration": {
|
|
15147
|
+
"name": "*",
|
|
15148
|
+
"module": "link-list-anchor/link-list-anchor.component.js"
|
|
15149
|
+
}
|
|
15150
|
+
},
|
|
15208
15151
|
{
|
|
15209
15152
|
"kind": "js",
|
|
15210
15153
|
"name": "*",
|
|
@@ -15217,12 +15160,12 @@
|
|
|
15217
15160
|
},
|
|
15218
15161
|
{
|
|
15219
15162
|
"kind": "javascript-module",
|
|
15220
|
-
"path": "link-list
|
|
15163
|
+
"path": "link-list/link-list.component.js",
|
|
15221
15164
|
"declarations": [
|
|
15222
15165
|
{
|
|
15223
15166
|
"kind": "class",
|
|
15224
15167
|
"description": "It displays a list of `sbb-block-link`.",
|
|
15225
|
-
"name": "
|
|
15168
|
+
"name": "SbbLinkListElement",
|
|
15226
15169
|
"slots": [
|
|
15227
15170
|
{
|
|
15228
15171
|
"description": "Use the unnamed slot to add one or more `sbb-block-link`.",
|
|
@@ -15251,12 +15194,36 @@
|
|
|
15251
15194
|
"privacy": "public",
|
|
15252
15195
|
"static": true,
|
|
15253
15196
|
"readonly": true,
|
|
15254
|
-
"default": "'sbb-link-list
|
|
15197
|
+
"default": "'sbb-link-list'",
|
|
15255
15198
|
"inheritedFrom": {
|
|
15256
15199
|
"name": "SbbElement",
|
|
15257
15200
|
"module": "core/base-elements/element.js"
|
|
15258
15201
|
}
|
|
15259
15202
|
},
|
|
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
|
+
},
|
|
15260
15227
|
{
|
|
15261
15228
|
"kind": "field",
|
|
15262
15229
|
"name": "negative",
|
|
@@ -15533,13 +15500,25 @@
|
|
|
15533
15500
|
}
|
|
15534
15501
|
}
|
|
15535
15502
|
],
|
|
15536
|
-
"superclass": {
|
|
15537
|
-
"name": "SbbLinkListBaseElement",
|
|
15538
|
-
"module": "link-list.pure.js"
|
|
15539
|
-
},
|
|
15540
|
-
"tagName": "sbb-link-list-anchor",
|
|
15541
|
-
"customElement": true,
|
|
15542
15503
|
"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
|
+
},
|
|
15543
15522
|
{
|
|
15544
15523
|
"name": "negative",
|
|
15545
15524
|
"type": {
|
|
@@ -15592,16 +15571,37 @@
|
|
|
15592
15571
|
"module": "link-list/common/link-list-base.js"
|
|
15593
15572
|
}
|
|
15594
15573
|
}
|
|
15595
|
-
]
|
|
15574
|
+
],
|
|
15575
|
+
"superclass": {
|
|
15576
|
+
"name": "SbbLinkListBaseElement",
|
|
15577
|
+
"module": "link-list/common/link-list-base.js"
|
|
15578
|
+
},
|
|
15579
|
+
"tagName": "sbb-link-list",
|
|
15580
|
+
"customElement": true
|
|
15596
15581
|
}
|
|
15597
15582
|
],
|
|
15598
15583
|
"exports": [
|
|
15599
15584
|
{
|
|
15600
15585
|
"kind": "js",
|
|
15601
|
-
"name": "
|
|
15586
|
+
"name": "SbbLinkListElement",
|
|
15602
15587
|
"declaration": {
|
|
15603
|
-
"name": "
|
|
15604
|
-
"module": "link-list
|
|
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": "*",
|
|
15602
|
+
"declaration": {
|
|
15603
|
+
"name": "*",
|
|
15604
|
+
"module": "link-list/link-list.component.js"
|
|
15605
15605
|
}
|
|
15606
15606
|
}
|
|
15607
15607
|
]
|
|
@@ -16487,6 +16487,66 @@
|
|
|
16487
16487
|
}
|
|
16488
16488
|
]
|
|
16489
16489
|
},
|
|
16490
|
+
{
|
|
16491
|
+
"kind": "javascript-module",
|
|
16492
|
+
"path": "menu/common.js",
|
|
16493
|
+
"declarations": [],
|
|
16494
|
+
"exports": [
|
|
16495
|
+
{
|
|
16496
|
+
"kind": "js",
|
|
16497
|
+
"name": "*",
|
|
16498
|
+
"declaration": {
|
|
16499
|
+
"name": "*",
|
|
16500
|
+
"module": "menu/common/menu-action-common.js"
|
|
16501
|
+
}
|
|
16502
|
+
}
|
|
16503
|
+
]
|
|
16504
|
+
},
|
|
16505
|
+
{
|
|
16506
|
+
"kind": "javascript-module",
|
|
16507
|
+
"path": "menu/menu-button.js",
|
|
16508
|
+
"declarations": [],
|
|
16509
|
+
"exports": [
|
|
16510
|
+
{
|
|
16511
|
+
"kind": "js",
|
|
16512
|
+
"name": "*",
|
|
16513
|
+
"declaration": {
|
|
16514
|
+
"name": "*",
|
|
16515
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
16516
|
+
}
|
|
16517
|
+
}
|
|
16518
|
+
]
|
|
16519
|
+
},
|
|
16520
|
+
{
|
|
16521
|
+
"kind": "javascript-module",
|
|
16522
|
+
"path": "menu/menu-link.js",
|
|
16523
|
+
"declarations": [],
|
|
16524
|
+
"exports": [
|
|
16525
|
+
{
|
|
16526
|
+
"kind": "js",
|
|
16527
|
+
"name": "*",
|
|
16528
|
+
"declaration": {
|
|
16529
|
+
"name": "*",
|
|
16530
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
16531
|
+
}
|
|
16532
|
+
}
|
|
16533
|
+
]
|
|
16534
|
+
},
|
|
16535
|
+
{
|
|
16536
|
+
"kind": "javascript-module",
|
|
16537
|
+
"path": "menu/menu.js",
|
|
16538
|
+
"declarations": [],
|
|
16539
|
+
"exports": [
|
|
16540
|
+
{
|
|
16541
|
+
"kind": "js",
|
|
16542
|
+
"name": "*",
|
|
16543
|
+
"declaration": {
|
|
16544
|
+
"name": "*",
|
|
16545
|
+
"module": "menu/menu/menu.component.js"
|
|
16546
|
+
}
|
|
16547
|
+
}
|
|
16548
|
+
]
|
|
16549
|
+
},
|
|
16490
16550
|
{
|
|
16491
16551
|
"kind": "javascript-module",
|
|
16492
16552
|
"path": "message/message.component.js",
|
|
@@ -16676,66 +16736,6 @@
|
|
|
16676
16736
|
}
|
|
16677
16737
|
]
|
|
16678
16738
|
},
|
|
16679
|
-
{
|
|
16680
|
-
"kind": "javascript-module",
|
|
16681
|
-
"path": "menu/common.js",
|
|
16682
|
-
"declarations": [],
|
|
16683
|
-
"exports": [
|
|
16684
|
-
{
|
|
16685
|
-
"kind": "js",
|
|
16686
|
-
"name": "*",
|
|
16687
|
-
"declaration": {
|
|
16688
|
-
"name": "*",
|
|
16689
|
-
"module": "menu/common/menu-action-common.js"
|
|
16690
|
-
}
|
|
16691
|
-
}
|
|
16692
|
-
]
|
|
16693
|
-
},
|
|
16694
|
-
{
|
|
16695
|
-
"kind": "javascript-module",
|
|
16696
|
-
"path": "menu/menu-button.js",
|
|
16697
|
-
"declarations": [],
|
|
16698
|
-
"exports": [
|
|
16699
|
-
{
|
|
16700
|
-
"kind": "js",
|
|
16701
|
-
"name": "*",
|
|
16702
|
-
"declaration": {
|
|
16703
|
-
"name": "*",
|
|
16704
|
-
"module": "menu/menu-button/menu-button.component.js"
|
|
16705
|
-
}
|
|
16706
|
-
}
|
|
16707
|
-
]
|
|
16708
|
-
},
|
|
16709
|
-
{
|
|
16710
|
-
"kind": "javascript-module",
|
|
16711
|
-
"path": "menu/menu-link.js",
|
|
16712
|
-
"declarations": [],
|
|
16713
|
-
"exports": [
|
|
16714
|
-
{
|
|
16715
|
-
"kind": "js",
|
|
16716
|
-
"name": "*",
|
|
16717
|
-
"declaration": {
|
|
16718
|
-
"name": "*",
|
|
16719
|
-
"module": "menu/menu-link/menu-link.component.js"
|
|
16720
|
-
}
|
|
16721
|
-
}
|
|
16722
|
-
]
|
|
16723
|
-
},
|
|
16724
|
-
{
|
|
16725
|
-
"kind": "javascript-module",
|
|
16726
|
-
"path": "menu/menu.js",
|
|
16727
|
-
"declarations": [],
|
|
16728
|
-
"exports": [
|
|
16729
|
-
{
|
|
16730
|
-
"kind": "js",
|
|
16731
|
-
"name": "*",
|
|
16732
|
-
"declaration": {
|
|
16733
|
-
"name": "*",
|
|
16734
|
-
"module": "menu/menu/menu.component.js"
|
|
16735
|
-
}
|
|
16736
|
-
}
|
|
16737
|
-
]
|
|
16738
|
-
},
|
|
16739
16739
|
{
|
|
16740
16740
|
"kind": "javascript-module",
|
|
16741
16741
|
"path": "mini-calendar/mini-calendar-day.js",
|
|
@@ -31858,36 +31858,6 @@
|
|
|
31858
31858
|
}
|
|
31859
31859
|
]
|
|
31860
31860
|
},
|
|
31861
|
-
{
|
|
31862
|
-
"kind": "javascript-module",
|
|
31863
|
-
"path": "toggle/toggle-option.js",
|
|
31864
|
-
"declarations": [],
|
|
31865
|
-
"exports": [
|
|
31866
|
-
{
|
|
31867
|
-
"kind": "js",
|
|
31868
|
-
"name": "*",
|
|
31869
|
-
"declaration": {
|
|
31870
|
-
"name": "*",
|
|
31871
|
-
"module": "toggle/toggle-option/toggle-option.component.js"
|
|
31872
|
-
}
|
|
31873
|
-
}
|
|
31874
|
-
]
|
|
31875
|
-
},
|
|
31876
|
-
{
|
|
31877
|
-
"kind": "javascript-module",
|
|
31878
|
-
"path": "toggle/toggle.js",
|
|
31879
|
-
"declarations": [],
|
|
31880
|
-
"exports": [
|
|
31881
|
-
{
|
|
31882
|
-
"kind": "js",
|
|
31883
|
-
"name": "*",
|
|
31884
|
-
"declaration": {
|
|
31885
|
-
"name": "*",
|
|
31886
|
-
"module": "toggle/toggle/toggle.component.js"
|
|
31887
|
-
}
|
|
31888
|
-
}
|
|
31889
|
-
]
|
|
31890
|
-
},
|
|
31891
31861
|
{
|
|
31892
31862
|
"kind": "javascript-module",
|
|
31893
31863
|
"path": "toast/toast.component.js",
|
|
@@ -32589,6 +32559,36 @@
|
|
|
32589
32559
|
}
|
|
32590
32560
|
]
|
|
32591
32561
|
},
|
|
32562
|
+
{
|
|
32563
|
+
"kind": "javascript-module",
|
|
32564
|
+
"path": "toggle/toggle-option.js",
|
|
32565
|
+
"declarations": [],
|
|
32566
|
+
"exports": [
|
|
32567
|
+
{
|
|
32568
|
+
"kind": "js",
|
|
32569
|
+
"name": "*",
|
|
32570
|
+
"declaration": {
|
|
32571
|
+
"name": "*",
|
|
32572
|
+
"module": "toggle/toggle-option/toggle-option.component.js"
|
|
32573
|
+
}
|
|
32574
|
+
}
|
|
32575
|
+
]
|
|
32576
|
+
},
|
|
32577
|
+
{
|
|
32578
|
+
"kind": "javascript-module",
|
|
32579
|
+
"path": "toggle/toggle.js",
|
|
32580
|
+
"declarations": [],
|
|
32581
|
+
"exports": [
|
|
32582
|
+
{
|
|
32583
|
+
"kind": "js",
|
|
32584
|
+
"name": "*",
|
|
32585
|
+
"declaration": {
|
|
32586
|
+
"name": "*",
|
|
32587
|
+
"module": "toggle/toggle/toggle.component.js"
|
|
32588
|
+
}
|
|
32589
|
+
}
|
|
32590
|
+
]
|
|
32591
|
+
},
|
|
32592
32592
|
{
|
|
32593
32593
|
"kind": "javascript-module",
|
|
32594
32594
|
"path": "toggle-check/toggle-check.component.js",
|
|
@@ -101527,12 +101527,12 @@
|
|
|
101527
101527
|
},
|
|
101528
101528
|
{
|
|
101529
101529
|
"kind": "javascript-module",
|
|
101530
|
-
"path": "menu/menu-
|
|
101530
|
+
"path": "menu/menu-link/menu-link.component.js",
|
|
101531
101531
|
"declarations": [
|
|
101532
101532
|
{
|
|
101533
101533
|
"kind": "class",
|
|
101534
|
-
"description": "It displays a
|
|
101535
|
-
"name": "
|
|
101534
|
+
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
101535
|
+
"name": "SbbMenuLinkElement",
|
|
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-link`.",
|
|
101546
101546
|
"name": ""
|
|
101547
101547
|
},
|
|
101548
101548
|
{
|
|
@@ -101564,21 +101564,20 @@
|
|
|
101564
101564
|
"name": "SbbElement",
|
|
101565
101565
|
"module": "core/base-elements/element.js"
|
|
101566
101566
|
},
|
|
101567
|
-
"default": "'sbb-menu-
|
|
101567
|
+
"default": "'sbb-menu-link'"
|
|
101568
101568
|
},
|
|
101569
101569
|
{
|
|
101570
101570
|
"kind": "field",
|
|
101571
|
-
"name": "
|
|
101571
|
+
"name": "anchorRole",
|
|
101572
101572
|
"type": {
|
|
101573
|
-
"text": "
|
|
101573
|
+
"text": "string"
|
|
101574
101574
|
},
|
|
101575
|
-
"privacy": "
|
|
101576
|
-
"static": true,
|
|
101575
|
+
"privacy": "protected",
|
|
101577
101576
|
"readonly": true,
|
|
101578
101577
|
"default": "'menuitem'",
|
|
101579
101578
|
"inheritedFrom": {
|
|
101580
|
-
"name": "
|
|
101581
|
-
"module": "core/base-elements/
|
|
101579
|
+
"name": "SbbLinkBaseElement",
|
|
101580
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101582
101581
|
}
|
|
101583
101582
|
},
|
|
101584
101583
|
{
|
|
@@ -101597,50 +101596,6 @@
|
|
|
101597
101596
|
"module": "core/mixins/disabled-mixin.js"
|
|
101598
101597
|
}
|
|
101599
101598
|
},
|
|
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
|
-
},
|
|
101644
101599
|
{
|
|
101645
101600
|
"kind": "field",
|
|
101646
101601
|
"name": "styles",
|
|
@@ -101738,243 +101693,277 @@
|
|
|
101738
101693
|
},
|
|
101739
101694
|
{
|
|
101740
101695
|
"kind": "field",
|
|
101741
|
-
"name": "
|
|
101696
|
+
"name": "disabled",
|
|
101697
|
+
"privacy": "public",
|
|
101698
|
+
"description": "Whether the component is disabled.",
|
|
101699
|
+
"default": "false",
|
|
101742
101700
|
"type": {
|
|
101743
|
-
"text": "
|
|
101701
|
+
"text": "boolean"
|
|
101744
101702
|
},
|
|
101703
|
+
"attribute": "disabled",
|
|
101704
|
+
"reflects": true,
|
|
101705
|
+
"inheritedFrom": {
|
|
101706
|
+
"name": "SbbDisabledMixin",
|
|
101707
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101708
|
+
}
|
|
101709
|
+
},
|
|
101710
|
+
{
|
|
101711
|
+
"kind": "field",
|
|
101712
|
+
"name": "#disabled",
|
|
101745
101713
|
"privacy": "private",
|
|
101746
|
-
"
|
|
101747
|
-
|
|
101714
|
+
"type": {
|
|
101715
|
+
"text": "boolean"
|
|
101716
|
+
},
|
|
101717
|
+
"default": "false",
|
|
101748
101718
|
"inheritedFrom": {
|
|
101749
|
-
"name": "
|
|
101750
|
-
"module": "core/
|
|
101719
|
+
"name": "SbbDisabledMixin",
|
|
101720
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101721
|
+
}
|
|
101722
|
+
},
|
|
101723
|
+
{
|
|
101724
|
+
"kind": "method",
|
|
101725
|
+
"name": "isDisabledExternally",
|
|
101726
|
+
"privacy": "protected",
|
|
101727
|
+
"return": {
|
|
101728
|
+
"type": {
|
|
101729
|
+
"text": "boolean"
|
|
101730
|
+
}
|
|
101731
|
+
},
|
|
101732
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
101733
|
+
"inheritedFrom": {
|
|
101734
|
+
"name": "SbbDisabledMixin",
|
|
101735
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101751
101736
|
}
|
|
101752
101737
|
},
|
|
101753
101738
|
{
|
|
101754
101739
|
"kind": "field",
|
|
101755
|
-
"name": "
|
|
101740
|
+
"name": "href",
|
|
101756
101741
|
"type": {
|
|
101757
101742
|
"text": "string"
|
|
101758
101743
|
},
|
|
101759
101744
|
"privacy": "public",
|
|
101745
|
+
"default": "''",
|
|
101746
|
+
"description": "The href value you want to link to.",
|
|
101747
|
+
"attribute": "href",
|
|
101748
|
+
"reflects": true,
|
|
101760
101749
|
"inheritedFrom": {
|
|
101761
|
-
"name": "
|
|
101762
|
-
"module": "core/base-elements/
|
|
101750
|
+
"name": "SbbLinkBaseElement",
|
|
101751
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101752
|
+
}
|
|
101753
|
+
},
|
|
101754
|
+
{
|
|
101755
|
+
"kind": "field",
|
|
101756
|
+
"name": "target",
|
|
101757
|
+
"type": {
|
|
101758
|
+
"text": "LinkTargetType | string"
|
|
101763
101759
|
},
|
|
101760
|
+
"privacy": "public",
|
|
101764
101761
|
"default": "''",
|
|
101765
|
-
"description": "
|
|
101766
|
-
"attribute": "
|
|
101762
|
+
"description": "Where to display the linked URL.",
|
|
101763
|
+
"attribute": "target",
|
|
101764
|
+
"reflects": true,
|
|
101765
|
+
"inheritedFrom": {
|
|
101766
|
+
"name": "SbbLinkBaseElement",
|
|
101767
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101768
|
+
}
|
|
101767
101769
|
},
|
|
101768
101770
|
{
|
|
101769
101771
|
"kind": "field",
|
|
101770
|
-
"name": "
|
|
101771
|
-
"privacy": "public",
|
|
101772
|
-
"description": "The type attribute to use for the button.",
|
|
101773
|
-
"default": "'button'",
|
|
101772
|
+
"name": "rel",
|
|
101774
101773
|
"type": {
|
|
101775
|
-
"text": "
|
|
101774
|
+
"text": "string"
|
|
101776
101775
|
},
|
|
101777
|
-
"
|
|
101776
|
+
"privacy": "public",
|
|
101777
|
+
"default": "''",
|
|
101778
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
101779
|
+
"attribute": "rel",
|
|
101780
|
+
"reflects": true,
|
|
101778
101781
|
"inheritedFrom": {
|
|
101779
|
-
"name": "
|
|
101780
|
-
"module": "core/base-elements/
|
|
101782
|
+
"name": "SbbLinkBaseElement",
|
|
101783
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101781
101784
|
}
|
|
101782
101785
|
},
|
|
101783
101786
|
{
|
|
101784
101787
|
"kind": "field",
|
|
101785
|
-
"name": "
|
|
101788
|
+
"name": "download",
|
|
101786
101789
|
"type": {
|
|
101787
|
-
"text": "
|
|
101790
|
+
"text": "boolean"
|
|
101788
101791
|
},
|
|
101789
101792
|
"privacy": "public",
|
|
101790
|
-
"
|
|
101793
|
+
"default": "false",
|
|
101794
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
101795
|
+
"attribute": "download",
|
|
101796
|
+
"reflects": true,
|
|
101791
101797
|
"inheritedFrom": {
|
|
101792
|
-
"name": "
|
|
101793
|
-
"module": "core/base-elements/
|
|
101798
|
+
"name": "SbbLinkBaseElement",
|
|
101799
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101800
|
+
}
|
|
101801
|
+
},
|
|
101802
|
+
{
|
|
101803
|
+
"kind": "field",
|
|
101804
|
+
"name": "accessibilityLabel",
|
|
101805
|
+
"type": {
|
|
101806
|
+
"text": "string"
|
|
101794
101807
|
},
|
|
101795
|
-
"
|
|
101808
|
+
"privacy": "public",
|
|
101809
|
+
"default": "''",
|
|
101810
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
101811
|
+
"attribute": "accessibility-label",
|
|
101812
|
+
"inheritedFrom": {
|
|
101813
|
+
"name": "SbbLinkBaseElement",
|
|
101814
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101815
|
+
}
|
|
101796
101816
|
},
|
|
101797
101817
|
{
|
|
101798
101818
|
"kind": "field",
|
|
101799
|
-
"name": "
|
|
101819
|
+
"name": "accessibilityCurrent",
|
|
101800
101820
|
"type": {
|
|
101801
101821
|
"text": "string"
|
|
101802
101822
|
},
|
|
101803
|
-
"privacy": "
|
|
101823
|
+
"privacy": "public",
|
|
101804
101824
|
"default": "''",
|
|
101825
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
101826
|
+
"attribute": "accessibility-current",
|
|
101805
101827
|
"inheritedFrom": {
|
|
101806
|
-
"name": "
|
|
101807
|
-
"module": "core/base-elements/
|
|
101828
|
+
"name": "SbbLinkBaseElement",
|
|
101829
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101808
101830
|
}
|
|
101809
101831
|
},
|
|
101810
101832
|
{
|
|
101811
101833
|
"kind": "field",
|
|
101812
|
-
"name": "
|
|
101834
|
+
"name": "language",
|
|
101835
|
+
"privacy": "protected",
|
|
101836
|
+
"default": "new SbbLanguageController(this)",
|
|
101837
|
+
"inheritedFrom": {
|
|
101838
|
+
"name": "SbbLinkBaseElement",
|
|
101839
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101840
|
+
}
|
|
101841
|
+
},
|
|
101842
|
+
{
|
|
101843
|
+
"kind": "field",
|
|
101844
|
+
"name": "_evaluateRelAttribute",
|
|
101813
101845
|
"privacy": "private",
|
|
101814
101846
|
"inheritedFrom": {
|
|
101815
|
-
"name": "
|
|
101816
|
-
"module": "core/base-elements/
|
|
101847
|
+
"name": "SbbLinkBaseElement",
|
|
101848
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101817
101849
|
}
|
|
101818
101850
|
},
|
|
101819
101851
|
{
|
|
101820
101852
|
"kind": "method",
|
|
101821
|
-
"name": "
|
|
101822
|
-
"privacy": "
|
|
101853
|
+
"name": "renderLink",
|
|
101854
|
+
"privacy": "protected",
|
|
101823
101855
|
"return": {
|
|
101824
101856
|
"type": {
|
|
101825
|
-
"text": "
|
|
101857
|
+
"text": "TemplateResult"
|
|
101826
101858
|
}
|
|
101827
101859
|
},
|
|
101828
101860
|
"parameters": [
|
|
101829
101861
|
{
|
|
101830
|
-
"name": "
|
|
101862
|
+
"name": "renderContent",
|
|
101831
101863
|
"type": {
|
|
101832
|
-
"text": "
|
|
101864
|
+
"text": "TemplateResult"
|
|
101833
101865
|
}
|
|
101834
101866
|
}
|
|
101835
101867
|
],
|
|
101836
101868
|
"inheritedFrom": {
|
|
101837
|
-
"name": "
|
|
101838
|
-
"module": "core/base-elements/
|
|
101839
|
-
}
|
|
101840
|
-
},
|
|
101841
|
-
{
|
|
101842
|
-
"kind": "field",
|
|
101843
|
-
"name": "_formKeyDown",
|
|
101844
|
-
"privacy": "private",
|
|
101845
|
-
"inheritedFrom": {
|
|
101846
|
-
"name": "SbbButtonBaseElement",
|
|
101847
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101848
|
-
}
|
|
101849
|
-
},
|
|
101850
|
-
{
|
|
101851
|
-
"kind": "field",
|
|
101852
|
-
"name": "formAssociated",
|
|
101853
|
-
"type": {
|
|
101854
|
-
"text": "boolean"
|
|
101855
|
-
},
|
|
101856
|
-
"privacy": "public",
|
|
101857
|
-
"static": true,
|
|
101858
|
-
"default": "true",
|
|
101859
|
-
"inheritedFrom": {
|
|
101860
|
-
"name": "SbbFormAssociatedMixin",
|
|
101861
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101869
|
+
"name": "SbbLinkBaseElement",
|
|
101870
|
+
"module": "core/base-elements/link-base-element.js"
|
|
101862
101871
|
}
|
|
101863
101872
|
},
|
|
101864
101873
|
{
|
|
101865
101874
|
"kind": "field",
|
|
101866
|
-
"name": "
|
|
101867
|
-
"privacy": "public",
|
|
101868
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
101875
|
+
"name": "maybeDisabled",
|
|
101869
101876
|
"type": {
|
|
101870
|
-
"text": "
|
|
101877
|
+
"text": "boolean | undefined"
|
|
101871
101878
|
},
|
|
101872
|
-
"
|
|
101879
|
+
"privacy": "protected",
|
|
101880
|
+
"readonly": true,
|
|
101873
101881
|
"inheritedFrom": {
|
|
101874
|
-
"name": "
|
|
101875
|
-
"module": "core/
|
|
101882
|
+
"name": "SbbActionBaseElement",
|
|
101883
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101876
101884
|
}
|
|
101877
101885
|
},
|
|
101878
101886
|
{
|
|
101879
101887
|
"kind": "field",
|
|
101880
|
-
"name": "
|
|
101888
|
+
"name": "maybeDisabledInteractive",
|
|
101881
101889
|
"type": {
|
|
101882
|
-
"text": "
|
|
101890
|
+
"text": "boolean | undefined"
|
|
101883
101891
|
},
|
|
101884
|
-
"privacy": "
|
|
101885
|
-
"description": "Returns the ValidityState object for this element.",
|
|
101892
|
+
"privacy": "protected",
|
|
101886
101893
|
"readonly": true,
|
|
101887
101894
|
"inheritedFrom": {
|
|
101888
|
-
"name": "
|
|
101889
|
-
"module": "core/
|
|
101895
|
+
"name": "SbbActionBaseElement",
|
|
101896
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101890
101897
|
}
|
|
101891
101898
|
},
|
|
101892
101899
|
{
|
|
101893
|
-
"kind": "
|
|
101894
|
-
"name": "
|
|
101895
|
-
"
|
|
101896
|
-
|
|
101900
|
+
"kind": "method",
|
|
101901
|
+
"name": "setupBaseEventHandlers",
|
|
101902
|
+
"privacy": "protected",
|
|
101903
|
+
"return": {
|
|
101904
|
+
"type": {
|
|
101905
|
+
"text": "void"
|
|
101906
|
+
}
|
|
101897
101907
|
},
|
|
101898
|
-
"privacy": "public",
|
|
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,
|
|
101901
101908
|
"inheritedFrom": {
|
|
101902
|
-
"name": "
|
|
101903
|
-
"module": "core/
|
|
101909
|
+
"name": "SbbActionBaseElement",
|
|
101910
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101904
101911
|
}
|
|
101905
101912
|
},
|
|
101906
101913
|
{
|
|
101907
101914
|
"kind": "field",
|
|
101908
|
-
"name": "
|
|
101915
|
+
"name": "_hydrationRequired",
|
|
101909
101916
|
"type": {
|
|
101910
101917
|
"text": "boolean"
|
|
101911
101918
|
},
|
|
101912
|
-
"privacy": "
|
|
101913
|
-
"
|
|
101914
|
-
"readonly": true,
|
|
101919
|
+
"privacy": "private",
|
|
101920
|
+
"default": "!!this.shadowRoot",
|
|
101915
101921
|
"inheritedFrom": {
|
|
101916
|
-
"name": "
|
|
101917
|
-
"module": "core/
|
|
101922
|
+
"name": "SbbElement",
|
|
101923
|
+
"module": "core/base-elements/element.js"
|
|
101918
101924
|
}
|
|
101919
101925
|
},
|
|
101920
101926
|
{
|
|
101921
101927
|
"kind": "field",
|
|
101922
|
-
"name": "
|
|
101928
|
+
"name": "_hydrationComplete",
|
|
101923
101929
|
"privacy": "private",
|
|
101924
|
-
"default": "new
|
|
101930
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
101925
101931
|
"inheritedFrom": {
|
|
101926
|
-
"name": "
|
|
101927
|
-
"module": "core/
|
|
101932
|
+
"name": "SbbElement",
|
|
101933
|
+
"module": "core/base-elements/element.js"
|
|
101928
101934
|
}
|
|
101929
101935
|
},
|
|
101930
101936
|
{
|
|
101931
101937
|
"kind": "field",
|
|
101932
|
-
"name": "
|
|
101938
|
+
"name": "_resolveHydration",
|
|
101933
101939
|
"type": {
|
|
101934
|
-
"text": "boolean"
|
|
101940
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
101935
101941
|
},
|
|
101936
|
-
"privacy": "
|
|
101937
|
-
"default": "false",
|
|
101938
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101942
|
+
"privacy": "private",
|
|
101939
101943
|
"inheritedFrom": {
|
|
101940
|
-
"name": "
|
|
101941
|
-
"module": "core/
|
|
101944
|
+
"name": "SbbElement",
|
|
101945
|
+
"module": "core/base-elements/element.js"
|
|
101942
101946
|
}
|
|
101943
101947
|
},
|
|
101944
101948
|
{
|
|
101945
|
-
"kind": "
|
|
101946
|
-
"name": "
|
|
101947
|
-
"
|
|
101948
|
-
|
|
101949
|
-
"type": {
|
|
101950
|
-
"text": "boolean"
|
|
101951
|
-
}
|
|
101949
|
+
"kind": "field",
|
|
101950
|
+
"name": "hydrationRequired",
|
|
101951
|
+
"type": {
|
|
101952
|
+
"text": "boolean"
|
|
101952
101953
|
},
|
|
101953
|
-
"
|
|
101954
|
+
"privacy": "protected",
|
|
101955
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
101956
|
+
"readonly": true,
|
|
101954
101957
|
"inheritedFrom": {
|
|
101955
|
-
"name": "
|
|
101956
|
-
"module": "core/
|
|
101957
|
-
}
|
|
101958
|
-
},
|
|
101959
|
-
{
|
|
101960
|
-
"kind": "method",
|
|
101961
|
-
"name": "reportValidity",
|
|
101962
|
-
"privacy": "public",
|
|
101963
|
-
"return": {
|
|
101964
|
-
"type": {
|
|
101965
|
-
"text": "boolean"
|
|
101966
|
-
}
|
|
101958
|
+
"name": "SbbElement",
|
|
101959
|
+
"module": "core/base-elements/element.js"
|
|
101967
101960
|
},
|
|
101968
|
-
"
|
|
101969
|
-
"inheritedFrom": {
|
|
101970
|
-
"name": "SbbFormAssociatedMixin",
|
|
101971
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101972
|
-
}
|
|
101961
|
+
"default": "!!this.shadowRoot"
|
|
101973
101962
|
},
|
|
101974
101963
|
{
|
|
101975
101964
|
"kind": "method",
|
|
101976
|
-
"name": "
|
|
101977
|
-
"privacy": "
|
|
101965
|
+
"name": "toggleState",
|
|
101966
|
+
"privacy": "protected",
|
|
101978
101967
|
"return": {
|
|
101979
101968
|
"type": {
|
|
101980
101969
|
"text": "void"
|
|
@@ -101982,353 +101971,36 @@
|
|
|
101982
101971
|
},
|
|
101983
101972
|
"parameters": [
|
|
101984
101973
|
{
|
|
101985
|
-
"name": "
|
|
101974
|
+
"name": "value",
|
|
101986
101975
|
"type": {
|
|
101987
101976
|
"text": "string"
|
|
101988
101977
|
}
|
|
101978
|
+
},
|
|
101979
|
+
{
|
|
101980
|
+
"name": "force",
|
|
101981
|
+
"optional": true,
|
|
101982
|
+
"type": {
|
|
101983
|
+
"text": "boolean"
|
|
101984
|
+
}
|
|
101989
101985
|
}
|
|
101990
101986
|
],
|
|
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
101987
|
"inheritedFrom": {
|
|
101993
|
-
"name": "
|
|
101994
|
-
"module": "core/
|
|
101988
|
+
"name": "SbbElement",
|
|
101989
|
+
"module": "core/base-elements/element.js"
|
|
101995
101990
|
}
|
|
101996
101991
|
},
|
|
101997
101992
|
{
|
|
101998
|
-
"kind": "
|
|
101999
|
-
"name": "
|
|
102000
|
-
"
|
|
102001
|
-
|
|
102002
|
-
"type": {
|
|
102003
|
-
"text": "boolean"
|
|
102004
|
-
}
|
|
101993
|
+
"kind": "field",
|
|
101994
|
+
"name": "['_$sbbElement$']",
|
|
101995
|
+
"type": {
|
|
101996
|
+
"text": "boolean"
|
|
102005
101997
|
},
|
|
101998
|
+
"privacy": "public",
|
|
101999
|
+
"static": true,
|
|
102000
|
+
"default": "true",
|
|
102006
102001
|
"inheritedFrom": {
|
|
102007
|
-
"name": "
|
|
102008
|
-
"module": "core/
|
|
102009
|
-
}
|
|
102010
|
-
},
|
|
102011
|
-
{
|
|
102012
|
-
"kind": "method",
|
|
102013
|
-
"name": "updateFormValue",
|
|
102014
|
-
"privacy": "protected",
|
|
102015
|
-
"return": {
|
|
102016
|
-
"type": {
|
|
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"
|
|
102047
|
-
}
|
|
102048
|
-
},
|
|
102049
|
-
"parameters": [
|
|
102050
|
-
{
|
|
102051
|
-
"name": "flag",
|
|
102052
|
-
"type": {
|
|
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]"
|
|
102067
|
-
}
|
|
102068
|
-
}
|
|
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).",
|
|
102071
|
-
"inheritedFrom": {
|
|
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"
|
|
102199
|
-
}
|
|
102200
|
-
},
|
|
102201
|
-
{
|
|
102202
|
-
"kind": "field",
|
|
102203
|
-
"name": "maybeDisabled",
|
|
102204
|
-
"type": {
|
|
102205
|
-
"text": "boolean | undefined"
|
|
102206
|
-
},
|
|
102207
|
-
"privacy": "protected",
|
|
102208
|
-
"readonly": true,
|
|
102209
|
-
"inheritedFrom": {
|
|
102210
|
-
"name": "SbbActionBaseElement",
|
|
102211
|
-
"module": "core/base-elements/action-base-element.js"
|
|
102212
|
-
}
|
|
102213
|
-
},
|
|
102214
|
-
{
|
|
102215
|
-
"kind": "field",
|
|
102216
|
-
"name": "maybeDisabledInteractive",
|
|
102217
|
-
"type": {
|
|
102218
|
-
"text": "boolean | undefined"
|
|
102219
|
-
},
|
|
102220
|
-
"privacy": "protected",
|
|
102221
|
-
"readonly": true,
|
|
102222
|
-
"inheritedFrom": {
|
|
102223
|
-
"name": "SbbActionBaseElement",
|
|
102224
|
-
"module": "core/base-elements/action-base-element.js"
|
|
102225
|
-
}
|
|
102226
|
-
},
|
|
102227
|
-
{
|
|
102228
|
-
"kind": "method",
|
|
102229
|
-
"name": "setupBaseEventHandlers",
|
|
102230
|
-
"privacy": "protected",
|
|
102231
|
-
"return": {
|
|
102232
|
-
"type": {
|
|
102233
|
-
"text": "void"
|
|
102234
|
-
}
|
|
102235
|
-
},
|
|
102236
|
-
"inheritedFrom": {
|
|
102237
|
-
"name": "SbbActionBaseElement",
|
|
102238
|
-
"module": "core/base-elements/action-base-element.js"
|
|
102239
|
-
}
|
|
102240
|
-
},
|
|
102241
|
-
{
|
|
102242
|
-
"kind": "field",
|
|
102243
|
-
"name": "_hydrationRequired",
|
|
102244
|
-
"type": {
|
|
102245
|
-
"text": "boolean"
|
|
102246
|
-
},
|
|
102247
|
-
"privacy": "private",
|
|
102248
|
-
"default": "!!this.shadowRoot",
|
|
102249
|
-
"inheritedFrom": {
|
|
102250
|
-
"name": "SbbElement",
|
|
102251
|
-
"module": "core/base-elements/element.js"
|
|
102252
|
-
}
|
|
102253
|
-
},
|
|
102254
|
-
{
|
|
102255
|
-
"kind": "field",
|
|
102256
|
-
"name": "_hydrationComplete",
|
|
102257
|
-
"privacy": "private",
|
|
102258
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
102259
|
-
"inheritedFrom": {
|
|
102260
|
-
"name": "SbbElement",
|
|
102261
|
-
"module": "core/base-elements/element.js"
|
|
102262
|
-
}
|
|
102263
|
-
},
|
|
102264
|
-
{
|
|
102265
|
-
"kind": "field",
|
|
102266
|
-
"name": "_resolveHydration",
|
|
102267
|
-
"type": {
|
|
102268
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
102269
|
-
},
|
|
102270
|
-
"privacy": "private",
|
|
102271
|
-
"inheritedFrom": {
|
|
102272
|
-
"name": "SbbElement",
|
|
102273
|
-
"module": "core/base-elements/element.js"
|
|
102274
|
-
}
|
|
102275
|
-
},
|
|
102276
|
-
{
|
|
102277
|
-
"kind": "field",
|
|
102278
|
-
"name": "hydrationRequired",
|
|
102279
|
-
"type": {
|
|
102280
|
-
"text": "boolean"
|
|
102281
|
-
},
|
|
102282
|
-
"privacy": "protected",
|
|
102283
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
102284
|
-
"readonly": true,
|
|
102285
|
-
"inheritedFrom": {
|
|
102286
|
-
"name": "SbbElement",
|
|
102287
|
-
"module": "core/base-elements/element.js"
|
|
102288
|
-
},
|
|
102289
|
-
"default": "!!this.shadowRoot"
|
|
102290
|
-
},
|
|
102291
|
-
{
|
|
102292
|
-
"kind": "method",
|
|
102293
|
-
"name": "toggleState",
|
|
102294
|
-
"privacy": "protected",
|
|
102295
|
-
"return": {
|
|
102296
|
-
"type": {
|
|
102297
|
-
"text": "void"
|
|
102298
|
-
}
|
|
102299
|
-
},
|
|
102300
|
-
"parameters": [
|
|
102301
|
-
{
|
|
102302
|
-
"name": "value",
|
|
102303
|
-
"type": {
|
|
102304
|
-
"text": "string"
|
|
102305
|
-
}
|
|
102306
|
-
},
|
|
102307
|
-
{
|
|
102308
|
-
"name": "force",
|
|
102309
|
-
"optional": true,
|
|
102310
|
-
"type": {
|
|
102311
|
-
"text": "boolean"
|
|
102312
|
-
}
|
|
102313
|
-
}
|
|
102314
|
-
],
|
|
102315
|
-
"inheritedFrom": {
|
|
102316
|
-
"name": "SbbElement",
|
|
102317
|
-
"module": "core/base-elements/element.js"
|
|
102318
|
-
}
|
|
102319
|
-
},
|
|
102320
|
-
{
|
|
102321
|
-
"kind": "field",
|
|
102322
|
-
"name": "['_$sbbElement$']",
|
|
102323
|
-
"type": {
|
|
102324
|
-
"text": "boolean"
|
|
102325
|
-
},
|
|
102326
|
-
"privacy": "public",
|
|
102327
|
-
"static": true,
|
|
102328
|
-
"default": "true",
|
|
102329
|
-
"inheritedFrom": {
|
|
102330
|
-
"name": "SbbElement",
|
|
102331
|
-
"module": "core/base-elements/element.js"
|
|
102002
|
+
"name": "SbbElement",
|
|
102003
|
+
"module": "core/base-elements/element.js"
|
|
102332
102004
|
}
|
|
102333
102005
|
},
|
|
102334
102006
|
{
|
|
@@ -102346,7 +102018,7 @@
|
|
|
102346
102018
|
],
|
|
102347
102019
|
"mixins": [
|
|
102348
102020
|
{
|
|
102349
|
-
"name": "
|
|
102021
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
102350
102022
|
"module": "core/mixins.js"
|
|
102351
102023
|
},
|
|
102352
102024
|
{
|
|
@@ -102355,10 +102027,10 @@
|
|
|
102355
102027
|
}
|
|
102356
102028
|
],
|
|
102357
102029
|
"superclass": {
|
|
102358
|
-
"name": "
|
|
102030
|
+
"name": "SbbLinkBaseElement",
|
|
102359
102031
|
"module": "core/base-elements.js"
|
|
102360
102032
|
},
|
|
102361
|
-
"tagName": "sbb-menu-
|
|
102033
|
+
"tagName": "sbb-menu-link",
|
|
102362
102034
|
"customElement": true,
|
|
102363
102035
|
"attributes": [
|
|
102364
102036
|
{
|
|
@@ -102374,6 +102046,19 @@
|
|
|
102374
102046
|
"module": "core/mixins/disabled-mixin.js"
|
|
102375
102047
|
}
|
|
102376
102048
|
},
|
|
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
|
+
},
|
|
102377
102062
|
{
|
|
102378
102063
|
"name": "disabled",
|
|
102379
102064
|
"description": "Whether the component is disabled.",
|
|
@@ -102388,66 +102073,81 @@
|
|
|
102388
102073
|
}
|
|
102389
102074
|
},
|
|
102390
102075
|
{
|
|
102391
|
-
"name": "
|
|
102076
|
+
"name": "href",
|
|
102392
102077
|
"type": {
|
|
102393
102078
|
"text": "string"
|
|
102394
102079
|
},
|
|
102395
102080
|
"default": "''",
|
|
102396
|
-
"description": "The
|
|
102397
|
-
"fieldName": "
|
|
102081
|
+
"description": "The href value you want to link to.",
|
|
102082
|
+
"fieldName": "href",
|
|
102398
102083
|
"inheritedFrom": {
|
|
102399
|
-
"name": "
|
|
102400
|
-
"module": "
|
|
102084
|
+
"name": "SbbLinkBaseElement",
|
|
102085
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102401
102086
|
}
|
|
102402
102087
|
},
|
|
102403
102088
|
{
|
|
102404
|
-
"name": "
|
|
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",
|
|
102405
102103
|
"type": {
|
|
102406
102104
|
"text": "string"
|
|
102407
102105
|
},
|
|
102408
102106
|
"default": "''",
|
|
102409
|
-
"description": "
|
|
102410
|
-
"fieldName": "
|
|
102107
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
102108
|
+
"fieldName": "rel",
|
|
102411
102109
|
"inheritedFrom": {
|
|
102412
|
-
"name": "
|
|
102413
|
-
"module": "core/base-elements/
|
|
102110
|
+
"name": "SbbLinkBaseElement",
|
|
102111
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102414
102112
|
}
|
|
102415
102113
|
},
|
|
102416
102114
|
{
|
|
102417
|
-
"name": "
|
|
102418
|
-
"description": "The type attribute to use for the button.",
|
|
102419
|
-
"default": "'button'",
|
|
102115
|
+
"name": "download",
|
|
102420
102116
|
"type": {
|
|
102421
|
-
"text": "
|
|
102117
|
+
"text": "boolean"
|
|
102422
102118
|
},
|
|
102423
|
-
"
|
|
102119
|
+
"default": "false",
|
|
102120
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
102121
|
+
"fieldName": "download",
|
|
102424
102122
|
"inheritedFrom": {
|
|
102425
|
-
"name": "
|
|
102426
|
-
"module": "core/base-elements/
|
|
102123
|
+
"name": "SbbLinkBaseElement",
|
|
102124
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102427
102125
|
}
|
|
102428
102126
|
},
|
|
102429
102127
|
{
|
|
102430
|
-
"name": "
|
|
102431
|
-
"description": "The `<form>` element to associate the button with.",
|
|
102128
|
+
"name": "accessibility-label",
|
|
102432
102129
|
"type": {
|
|
102433
|
-
"text": "
|
|
102130
|
+
"text": "string"
|
|
102434
102131
|
},
|
|
102435
|
-
"
|
|
102132
|
+
"default": "''",
|
|
102133
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
102134
|
+
"fieldName": "accessibilityLabel",
|
|
102436
102135
|
"inheritedFrom": {
|
|
102437
|
-
"name": "
|
|
102438
|
-
"module": "core/base-elements/
|
|
102136
|
+
"name": "SbbLinkBaseElement",
|
|
102137
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102439
102138
|
}
|
|
102440
102139
|
},
|
|
102441
102140
|
{
|
|
102442
|
-
"name": "
|
|
102443
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
102141
|
+
"name": "accessibility-current",
|
|
102444
102142
|
"type": {
|
|
102445
102143
|
"text": "string"
|
|
102446
102144
|
},
|
|
102447
|
-
"
|
|
102145
|
+
"default": "''",
|
|
102146
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
102147
|
+
"fieldName": "accessibilityCurrent",
|
|
102448
102148
|
"inheritedFrom": {
|
|
102449
|
-
"name": "
|
|
102450
|
-
"module": "core/
|
|
102149
|
+
"name": "SbbLinkBaseElement",
|
|
102150
|
+
"module": "core/base-elements/link-base-element.js"
|
|
102451
102151
|
}
|
|
102452
102152
|
}
|
|
102453
102153
|
]
|
|
@@ -102456,22 +102156,22 @@
|
|
|
102456
102156
|
"exports": [
|
|
102457
102157
|
{
|
|
102458
102158
|
"kind": "js",
|
|
102459
|
-
"name": "
|
|
102159
|
+
"name": "SbbMenuLinkElement",
|
|
102460
102160
|
"declaration": {
|
|
102461
|
-
"name": "
|
|
102462
|
-
"module": "menu/menu-
|
|
102161
|
+
"name": "SbbMenuLinkElement",
|
|
102162
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
102463
102163
|
}
|
|
102464
102164
|
}
|
|
102465
102165
|
]
|
|
102466
102166
|
},
|
|
102467
102167
|
{
|
|
102468
102168
|
"kind": "javascript-module",
|
|
102469
|
-
"path": "menu/menu-
|
|
102169
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
102470
102170
|
"declarations": [
|
|
102471
102171
|
{
|
|
102472
102172
|
"kind": "class",
|
|
102473
|
-
"description": "It displays a
|
|
102474
|
-
"name": "
|
|
102173
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
102174
|
+
"name": "SbbMenuButtonElement",
|
|
102475
102175
|
"cssProperties": [
|
|
102476
102176
|
{
|
|
102477
102177
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -102481,7 +102181,7 @@
|
|
|
102481
102181
|
],
|
|
102482
102182
|
"slots": [
|
|
102483
102183
|
{
|
|
102484
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
102184
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
102485
102185
|
"name": ""
|
|
102486
102186
|
},
|
|
102487
102187
|
{
|
|
@@ -102503,20 +102203,21 @@
|
|
|
102503
102203
|
"name": "SbbElement",
|
|
102504
102204
|
"module": "core/base-elements/element.js"
|
|
102505
102205
|
},
|
|
102506
|
-
"default": "'sbb-menu-
|
|
102206
|
+
"default": "'sbb-menu-button'"
|
|
102507
102207
|
},
|
|
102508
102208
|
{
|
|
102509
102209
|
"kind": "field",
|
|
102510
|
-
"name": "
|
|
102210
|
+
"name": "role",
|
|
102511
102211
|
"type": {
|
|
102512
|
-
"text": "
|
|
102212
|
+
"text": "ElementInternals['role']"
|
|
102513
102213
|
},
|
|
102514
|
-
"privacy": "
|
|
102214
|
+
"privacy": "public",
|
|
102215
|
+
"static": true,
|
|
102515
102216
|
"readonly": true,
|
|
102516
102217
|
"default": "'menuitem'",
|
|
102517
102218
|
"inheritedFrom": {
|
|
102518
|
-
"name": "
|
|
102519
|
-
"module": "core/base-elements/
|
|
102219
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102220
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102520
102221
|
}
|
|
102521
102222
|
},
|
|
102522
102223
|
{
|
|
@@ -102535,6 +102236,50 @@
|
|
|
102535
102236
|
"module": "core/mixins/disabled-mixin.js"
|
|
102536
102237
|
}
|
|
102537
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
|
+
},
|
|
102538
102283
|
{
|
|
102539
102284
|
"kind": "field",
|
|
102540
102285
|
"name": "styles",
|
|
@@ -102632,181 +102377,464 @@
|
|
|
102632
102377
|
},
|
|
102633
102378
|
{
|
|
102634
102379
|
"kind": "field",
|
|
102635
|
-
"name": "
|
|
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
|
+
"name": "value",
|
|
102395
|
+
"type": {
|
|
102396
|
+
"text": "string"
|
|
102397
|
+
},
|
|
102636
102398
|
"privacy": "public",
|
|
102637
|
-
"
|
|
102638
|
-
|
|
102399
|
+
"inheritedFrom": {
|
|
102400
|
+
"name": "SbbButtonBaseElement",
|
|
102401
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102402
|
+
},
|
|
102403
|
+
"default": "''",
|
|
102404
|
+
"description": "Value of the form element.",
|
|
102405
|
+
"attribute": "value"
|
|
102406
|
+
},
|
|
102407
|
+
{
|
|
102408
|
+
"kind": "field",
|
|
102409
|
+
"name": "type",
|
|
102410
|
+
"privacy": "public",
|
|
102411
|
+
"description": "The type attribute to use for the button.",
|
|
102412
|
+
"default": "'button'",
|
|
102639
102413
|
"type": {
|
|
102640
|
-
"text": "
|
|
102414
|
+
"text": "SbbButtonType"
|
|
102641
102415
|
},
|
|
102642
|
-
"attribute": "
|
|
102643
|
-
"reflects": true,
|
|
102416
|
+
"attribute": "type",
|
|
102644
102417
|
"inheritedFrom": {
|
|
102645
|
-
"name": "
|
|
102646
|
-
"module": "core/
|
|
102418
|
+
"name": "SbbButtonBaseElement",
|
|
102419
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102647
102420
|
}
|
|
102648
102421
|
},
|
|
102649
102422
|
{
|
|
102650
102423
|
"kind": "field",
|
|
102651
|
-
"name": "
|
|
102652
|
-
"privacy": "private",
|
|
102424
|
+
"name": "form",
|
|
102653
102425
|
"type": {
|
|
102654
|
-
"text": "
|
|
102426
|
+
"text": "HTMLFormElement | null"
|
|
102655
102427
|
},
|
|
102656
|
-
"
|
|
102428
|
+
"privacy": "public",
|
|
102429
|
+
"description": "The `<form>` element to associate the button with.",
|
|
102657
102430
|
"inheritedFrom": {
|
|
102658
|
-
"name": "
|
|
102659
|
-
"module": "core/
|
|
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
|
+
"type": {
|
|
102440
|
+
"text": "string"
|
|
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"
|
|
102660
102456
|
}
|
|
102661
102457
|
},
|
|
102662
102458
|
{
|
|
102663
102459
|
"kind": "method",
|
|
102664
|
-
"name": "
|
|
102665
|
-
"privacy": "
|
|
102460
|
+
"name": "_requestSubmit",
|
|
102461
|
+
"privacy": "private",
|
|
102666
102462
|
"return": {
|
|
102667
102463
|
"type": {
|
|
102668
|
-
"text": "
|
|
102464
|
+
"text": "void"
|
|
102669
102465
|
}
|
|
102670
102466
|
},
|
|
102671
|
-
"
|
|
102467
|
+
"parameters": [
|
|
102468
|
+
{
|
|
102469
|
+
"name": "form",
|
|
102470
|
+
"type": {
|
|
102471
|
+
"text": "HTMLFormElement"
|
|
102472
|
+
}
|
|
102473
|
+
}
|
|
102474
|
+
],
|
|
102672
102475
|
"inheritedFrom": {
|
|
102673
|
-
"name": "
|
|
102674
|
-
"module": "core/
|
|
102476
|
+
"name": "SbbButtonBaseElement",
|
|
102477
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102675
102478
|
}
|
|
102676
102479
|
},
|
|
102677
102480
|
{
|
|
102678
102481
|
"kind": "field",
|
|
102679
|
-
"name": "
|
|
102680
|
-
"
|
|
102681
|
-
"text": "string"
|
|
102682
|
-
},
|
|
102683
|
-
"privacy": "public",
|
|
102684
|
-
"default": "''",
|
|
102685
|
-
"description": "The href value you want to link to.",
|
|
102686
|
-
"attribute": "href",
|
|
102687
|
-
"reflects": true,
|
|
102482
|
+
"name": "_formKeyDown",
|
|
102483
|
+
"privacy": "private",
|
|
102688
102484
|
"inheritedFrom": {
|
|
102689
|
-
"name": "
|
|
102690
|
-
"module": "core/base-elements/
|
|
102485
|
+
"name": "SbbButtonBaseElement",
|
|
102486
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102691
102487
|
}
|
|
102692
102488
|
},
|
|
102693
102489
|
{
|
|
102694
102490
|
"kind": "field",
|
|
102695
|
-
"name": "
|
|
102491
|
+
"name": "formAssociated",
|
|
102696
102492
|
"type": {
|
|
102697
|
-
"text": "
|
|
102493
|
+
"text": "boolean"
|
|
102698
102494
|
},
|
|
102699
102495
|
"privacy": "public",
|
|
102700
|
-
"
|
|
102701
|
-
"
|
|
102702
|
-
"attribute": "target",
|
|
102703
|
-
"reflects": true,
|
|
102496
|
+
"static": true,
|
|
102497
|
+
"default": "true",
|
|
102704
102498
|
"inheritedFrom": {
|
|
102705
|
-
"name": "
|
|
102706
|
-
"module": "core/
|
|
102499
|
+
"name": "SbbFormAssociatedMixin",
|
|
102500
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102707
102501
|
}
|
|
102708
102502
|
},
|
|
102709
102503
|
{
|
|
102710
102504
|
"kind": "field",
|
|
102711
|
-
"name": "
|
|
102505
|
+
"name": "name",
|
|
102506
|
+
"privacy": "public",
|
|
102507
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
102712
102508
|
"type": {
|
|
102713
102509
|
"text": "string"
|
|
102714
102510
|
},
|
|
102715
|
-
"
|
|
102716
|
-
"default": "''",
|
|
102717
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
102718
|
-
"attribute": "rel",
|
|
102719
|
-
"reflects": true,
|
|
102511
|
+
"attribute": "name",
|
|
102720
102512
|
"inheritedFrom": {
|
|
102721
|
-
"name": "
|
|
102722
|
-
"module": "core/
|
|
102513
|
+
"name": "SbbFormAssociatedMixin",
|
|
102514
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102723
102515
|
}
|
|
102724
102516
|
},
|
|
102725
102517
|
{
|
|
102726
102518
|
"kind": "field",
|
|
102727
|
-
"name": "
|
|
102519
|
+
"name": "validity",
|
|
102728
102520
|
"type": {
|
|
102729
|
-
"text": "
|
|
102521
|
+
"text": "ValidityState"
|
|
102730
102522
|
},
|
|
102731
102523
|
"privacy": "public",
|
|
102732
|
-
"
|
|
102733
|
-
"
|
|
102734
|
-
"attribute": "download",
|
|
102735
|
-
"reflects": true,
|
|
102524
|
+
"description": "Returns the ValidityState object for this element.",
|
|
102525
|
+
"readonly": true,
|
|
102736
102526
|
"inheritedFrom": {
|
|
102737
|
-
"name": "
|
|
102738
|
-
"module": "core/
|
|
102527
|
+
"name": "SbbFormAssociatedMixin",
|
|
102528
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102739
102529
|
}
|
|
102740
102530
|
},
|
|
102741
102531
|
{
|
|
102742
102532
|
"kind": "field",
|
|
102743
|
-
"name": "
|
|
102533
|
+
"name": "validationMessage",
|
|
102744
102534
|
"type": {
|
|
102745
102535
|
"text": "string"
|
|
102746
102536
|
},
|
|
102747
102537
|
"privacy": "public",
|
|
102748
|
-
"
|
|
102749
|
-
"
|
|
102750
|
-
"attribute": "accessibility-label",
|
|
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.",
|
|
102539
|
+
"readonly": true,
|
|
102751
102540
|
"inheritedFrom": {
|
|
102752
|
-
"name": "
|
|
102753
|
-
"module": "core/
|
|
102541
|
+
"name": "SbbFormAssociatedMixin",
|
|
102542
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102754
102543
|
}
|
|
102755
102544
|
},
|
|
102756
102545
|
{
|
|
102757
102546
|
"kind": "field",
|
|
102758
|
-
"name": "
|
|
102547
|
+
"name": "willValidate",
|
|
102759
102548
|
"type": {
|
|
102760
|
-
"text": "
|
|
102549
|
+
"text": "boolean"
|
|
102761
102550
|
},
|
|
102762
102551
|
"privacy": "public",
|
|
102763
|
-
"
|
|
102764
|
-
"
|
|
102765
|
-
"attribute": "accessibility-current",
|
|
102552
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
102553
|
+
"readonly": true,
|
|
102766
102554
|
"inheritedFrom": {
|
|
102767
|
-
"name": "
|
|
102768
|
-
"module": "core/
|
|
102555
|
+
"name": "SbbFormAssociatedMixin",
|
|
102556
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102769
102557
|
}
|
|
102770
102558
|
},
|
|
102771
102559
|
{
|
|
102772
102560
|
"kind": "field",
|
|
102773
|
-
"name": "
|
|
102774
|
-
"privacy": "
|
|
102775
|
-
"default": "new
|
|
102561
|
+
"name": "_validityStates",
|
|
102562
|
+
"privacy": "private",
|
|
102563
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
102776
102564
|
"inheritedFrom": {
|
|
102777
|
-
"name": "
|
|
102778
|
-
"module": "core/
|
|
102565
|
+
"name": "SbbFormAssociatedMixin",
|
|
102566
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102779
102567
|
}
|
|
102780
102568
|
},
|
|
102781
102569
|
{
|
|
102782
102570
|
"kind": "field",
|
|
102783
|
-
"name": "
|
|
102571
|
+
"name": "formDisabled",
|
|
102572
|
+
"type": {
|
|
102573
|
+
"text": "boolean"
|
|
102574
|
+
},
|
|
102575
|
+
"privacy": "protected",
|
|
102576
|
+
"default": "false",
|
|
102577
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
102578
|
+
"inheritedFrom": {
|
|
102579
|
+
"name": "SbbFormAssociatedMixin",
|
|
102580
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102581
|
+
}
|
|
102582
|
+
},
|
|
102583
|
+
{
|
|
102584
|
+
"kind": "method",
|
|
102585
|
+
"name": "checkValidity",
|
|
102586
|
+
"privacy": "public",
|
|
102587
|
+
"return": {
|
|
102588
|
+
"type": {
|
|
102589
|
+
"text": "boolean"
|
|
102590
|
+
}
|
|
102591
|
+
},
|
|
102592
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
102593
|
+
"inheritedFrom": {
|
|
102594
|
+
"name": "SbbFormAssociatedMixin",
|
|
102595
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102596
|
+
}
|
|
102597
|
+
},
|
|
102598
|
+
{
|
|
102599
|
+
"kind": "method",
|
|
102600
|
+
"name": "reportValidity",
|
|
102601
|
+
"privacy": "public",
|
|
102602
|
+
"return": {
|
|
102603
|
+
"type": {
|
|
102604
|
+
"text": "boolean"
|
|
102605
|
+
}
|
|
102606
|
+
},
|
|
102607
|
+
"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.",
|
|
102608
|
+
"inheritedFrom": {
|
|
102609
|
+
"name": "SbbFormAssociatedMixin",
|
|
102610
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102611
|
+
}
|
|
102612
|
+
},
|
|
102613
|
+
{
|
|
102614
|
+
"kind": "method",
|
|
102615
|
+
"name": "setCustomValidity",
|
|
102616
|
+
"privacy": "public",
|
|
102617
|
+
"return": {
|
|
102618
|
+
"type": {
|
|
102619
|
+
"text": "void"
|
|
102620
|
+
}
|
|
102621
|
+
},
|
|
102622
|
+
"parameters": [
|
|
102623
|
+
{
|
|
102624
|
+
"name": "message",
|
|
102625
|
+
"type": {
|
|
102626
|
+
"text": "string"
|
|
102627
|
+
}
|
|
102628
|
+
}
|
|
102629
|
+
],
|
|
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
|
+
"inheritedFrom": {
|
|
102632
|
+
"name": "SbbFormAssociatedMixin",
|
|
102633
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102634
|
+
}
|
|
102635
|
+
},
|
|
102636
|
+
{
|
|
102637
|
+
"kind": "method",
|
|
102638
|
+
"name": "_hasDisabledAncestor",
|
|
102784
102639
|
"privacy": "private",
|
|
102640
|
+
"return": {
|
|
102641
|
+
"type": {
|
|
102642
|
+
"text": "boolean"
|
|
102643
|
+
}
|
|
102644
|
+
},
|
|
102785
102645
|
"inheritedFrom": {
|
|
102786
|
-
"name": "
|
|
102787
|
-
"module": "core/
|
|
102646
|
+
"name": "SbbFormAssociatedMixin",
|
|
102647
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102788
102648
|
}
|
|
102789
102649
|
},
|
|
102790
102650
|
{
|
|
102791
102651
|
"kind": "method",
|
|
102792
|
-
"name": "
|
|
102652
|
+
"name": "updateFormValue",
|
|
102793
102653
|
"privacy": "protected",
|
|
102794
102654
|
"return": {
|
|
102795
102655
|
"type": {
|
|
102796
|
-
"text": "
|
|
102656
|
+
"text": "void"
|
|
102657
|
+
}
|
|
102658
|
+
},
|
|
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
|
+
"inheritedFrom": {
|
|
102661
|
+
"name": "SbbFormAssociatedMixin",
|
|
102662
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102663
|
+
}
|
|
102664
|
+
},
|
|
102665
|
+
{
|
|
102666
|
+
"kind": "method",
|
|
102667
|
+
"name": "formState",
|
|
102668
|
+
"privacy": "protected",
|
|
102669
|
+
"return": {
|
|
102670
|
+
"type": {
|
|
102671
|
+
"text": "FormRestoreState"
|
|
102672
|
+
}
|
|
102673
|
+
},
|
|
102674
|
+
"inheritedFrom": {
|
|
102675
|
+
"name": "SbbFormAssociatedMixin",
|
|
102676
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102677
|
+
}
|
|
102678
|
+
},
|
|
102679
|
+
{
|
|
102680
|
+
"kind": "method",
|
|
102681
|
+
"name": "setValidityFlag",
|
|
102682
|
+
"privacy": "protected",
|
|
102683
|
+
"return": {
|
|
102684
|
+
"type": {
|
|
102685
|
+
"text": "void"
|
|
102797
102686
|
}
|
|
102798
102687
|
},
|
|
102799
102688
|
"parameters": [
|
|
102800
102689
|
{
|
|
102801
|
-
"name": "
|
|
102690
|
+
"name": "flag",
|
|
102802
102691
|
"type": {
|
|
102803
|
-
"text": "
|
|
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]"
|
|
102804
102706
|
}
|
|
102805
102707
|
}
|
|
102806
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).",
|
|
102807
102710
|
"inheritedFrom": {
|
|
102808
|
-
"name": "
|
|
102809
|
-
"module": "core/
|
|
102711
|
+
"name": "SbbFormAssociatedMixin",
|
|
102712
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102713
|
+
}
|
|
102714
|
+
},
|
|
102715
|
+
{
|
|
102716
|
+
"kind": "method",
|
|
102717
|
+
"name": "removeValidityFlag",
|
|
102718
|
+
"privacy": "protected",
|
|
102719
|
+
"return": {
|
|
102720
|
+
"type": {
|
|
102721
|
+
"text": "void"
|
|
102722
|
+
}
|
|
102723
|
+
},
|
|
102724
|
+
"parameters": [
|
|
102725
|
+
{
|
|
102726
|
+
"name": "flag",
|
|
102727
|
+
"type": {
|
|
102728
|
+
"text": "T"
|
|
102729
|
+
}
|
|
102730
|
+
}
|
|
102731
|
+
],
|
|
102732
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
102733
|
+
"inheritedFrom": {
|
|
102734
|
+
"name": "SbbFormAssociatedMixin",
|
|
102735
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102736
|
+
}
|
|
102737
|
+
},
|
|
102738
|
+
{
|
|
102739
|
+
"kind": "method",
|
|
102740
|
+
"name": "validate",
|
|
102741
|
+
"privacy": "protected",
|
|
102742
|
+
"return": {
|
|
102743
|
+
"type": {
|
|
102744
|
+
"text": "void"
|
|
102745
|
+
}
|
|
102746
|
+
},
|
|
102747
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
102748
|
+
"inheritedFrom": {
|
|
102749
|
+
"name": "SbbFormAssociatedMixin",
|
|
102750
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102751
|
+
}
|
|
102752
|
+
},
|
|
102753
|
+
{
|
|
102754
|
+
"kind": "method",
|
|
102755
|
+
"name": "shouldValidate",
|
|
102756
|
+
"privacy": "protected",
|
|
102757
|
+
"return": {
|
|
102758
|
+
"type": {
|
|
102759
|
+
"text": "boolean"
|
|
102760
|
+
}
|
|
102761
|
+
},
|
|
102762
|
+
"parameters": [
|
|
102763
|
+
{
|
|
102764
|
+
"name": "name",
|
|
102765
|
+
"type": {
|
|
102766
|
+
"text": "PropertyKey | undefined"
|
|
102767
|
+
}
|
|
102768
|
+
}
|
|
102769
|
+
],
|
|
102770
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
102771
|
+
"inheritedFrom": {
|
|
102772
|
+
"name": "SbbFormAssociatedMixin",
|
|
102773
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102774
|
+
}
|
|
102775
|
+
},
|
|
102776
|
+
{
|
|
102777
|
+
"kind": "method",
|
|
102778
|
+
"name": "_setInternalValidity",
|
|
102779
|
+
"privacy": "private",
|
|
102780
|
+
"return": {
|
|
102781
|
+
"type": {
|
|
102782
|
+
"text": "void"
|
|
102783
|
+
}
|
|
102784
|
+
},
|
|
102785
|
+
"inheritedFrom": {
|
|
102786
|
+
"name": "SbbFormAssociatedMixin",
|
|
102787
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102788
|
+
}
|
|
102789
|
+
},
|
|
102790
|
+
{
|
|
102791
|
+
"kind": "field",
|
|
102792
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
102793
|
+
"privacy": "private",
|
|
102794
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
102795
|
+
"parameters": [
|
|
102796
|
+
{
|
|
102797
|
+
"description": "The origin event.",
|
|
102798
|
+
"name": "event"
|
|
102799
|
+
}
|
|
102800
|
+
],
|
|
102801
|
+
"inheritedFrom": {
|
|
102802
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102803
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102804
|
+
}
|
|
102805
|
+
},
|
|
102806
|
+
{
|
|
102807
|
+
"kind": "field",
|
|
102808
|
+
"name": "_removeActiveMarker",
|
|
102809
|
+
"privacy": "private",
|
|
102810
|
+
"inheritedFrom": {
|
|
102811
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102812
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102813
|
+
}
|
|
102814
|
+
},
|
|
102815
|
+
{
|
|
102816
|
+
"kind": "field",
|
|
102817
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
102818
|
+
"privacy": "private",
|
|
102819
|
+
"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.",
|
|
102820
|
+
"parameters": [
|
|
102821
|
+
{
|
|
102822
|
+
"description": "The origin event.",
|
|
102823
|
+
"name": "event"
|
|
102824
|
+
}
|
|
102825
|
+
],
|
|
102826
|
+
"inheritedFrom": {
|
|
102827
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102828
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102829
|
+
}
|
|
102830
|
+
},
|
|
102831
|
+
{
|
|
102832
|
+
"kind": "field",
|
|
102833
|
+
"name": "_dispatchClickEvent",
|
|
102834
|
+
"privacy": "private",
|
|
102835
|
+
"inheritedFrom": {
|
|
102836
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102837
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102810
102838
|
}
|
|
102811
102839
|
},
|
|
102812
102840
|
{
|
|
@@ -102957,7 +102985,7 @@
|
|
|
102957
102985
|
],
|
|
102958
102986
|
"mixins": [
|
|
102959
102987
|
{
|
|
102960
|
-
"name": "
|
|
102988
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
102961
102989
|
"module": "core/mixins.js"
|
|
102962
102990
|
},
|
|
102963
102991
|
{
|
|
@@ -102966,10 +102994,10 @@
|
|
|
102966
102994
|
}
|
|
102967
102995
|
],
|
|
102968
102996
|
"superclass": {
|
|
102969
|
-
"name": "
|
|
102997
|
+
"name": "SbbButtonBaseElement",
|
|
102970
102998
|
"module": "core/base-elements.js"
|
|
102971
102999
|
},
|
|
102972
|
-
"tagName": "sbb-menu-
|
|
103000
|
+
"tagName": "sbb-menu-button",
|
|
102973
103001
|
"customElement": true,
|
|
102974
103002
|
"attributes": [
|
|
102975
103003
|
{
|
|
@@ -102985,19 +103013,6 @@
|
|
|
102985
103013
|
"module": "core/mixins/disabled-mixin.js"
|
|
102986
103014
|
}
|
|
102987
103015
|
},
|
|
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
|
-
},
|
|
103001
103016
|
{
|
|
103002
103017
|
"name": "disabled",
|
|
103003
103018
|
"description": "Whether the component is disabled.",
|
|
@@ -103012,81 +103027,66 @@
|
|
|
103012
103027
|
}
|
|
103013
103028
|
},
|
|
103014
103029
|
{
|
|
103015
|
-
"name": "
|
|
103030
|
+
"name": "icon-name",
|
|
103016
103031
|
"type": {
|
|
103017
103032
|
"text": "string"
|
|
103018
103033
|
},
|
|
103019
103034
|
"default": "''",
|
|
103020
|
-
"description": "The
|
|
103021
|
-
"fieldName": "
|
|
103022
|
-
"inheritedFrom": {
|
|
103023
|
-
"name": "SbbLinkBaseElement",
|
|
103024
|
-
"module": "core/base-elements/link-base-element.js"
|
|
103025
|
-
}
|
|
103026
|
-
},
|
|
103027
|
-
{
|
|
103028
|
-
"name": "target",
|
|
103029
|
-
"type": {
|
|
103030
|
-
"text": "LinkTargetType | string"
|
|
103031
|
-
},
|
|
103032
|
-
"default": "''",
|
|
103033
|
-
"description": "Where to display the linked URL.",
|
|
103034
|
-
"fieldName": "target",
|
|
103035
|
+
"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.",
|
|
103036
|
+
"fieldName": "iconName",
|
|
103035
103037
|
"inheritedFrom": {
|
|
103036
|
-
"name": "
|
|
103037
|
-
"module": "
|
|
103038
|
+
"name": "SbbIconNameMixin",
|
|
103039
|
+
"module": "icon/icon-name-mixin.js"
|
|
103038
103040
|
}
|
|
103039
103041
|
},
|
|
103040
103042
|
{
|
|
103041
|
-
"name": "
|
|
103043
|
+
"name": "value",
|
|
103042
103044
|
"type": {
|
|
103043
103045
|
"text": "string"
|
|
103044
103046
|
},
|
|
103045
103047
|
"default": "''",
|
|
103046
|
-
"description": "
|
|
103047
|
-
"fieldName": "
|
|
103048
|
+
"description": "Value of the form element.",
|
|
103049
|
+
"fieldName": "value",
|
|
103048
103050
|
"inheritedFrom": {
|
|
103049
|
-
"name": "
|
|
103050
|
-
"module": "core/base-elements/
|
|
103051
|
+
"name": "SbbButtonBaseElement",
|
|
103052
|
+
"module": "core/base-elements/button-base-element.js"
|
|
103051
103053
|
}
|
|
103052
103054
|
},
|
|
103053
103055
|
{
|
|
103054
|
-
"name": "
|
|
103056
|
+
"name": "type",
|
|
103057
|
+
"description": "The type attribute to use for the button.",
|
|
103058
|
+
"default": "'button'",
|
|
103055
103059
|
"type": {
|
|
103056
|
-
"text": "
|
|
103060
|
+
"text": "SbbButtonType"
|
|
103057
103061
|
},
|
|
103058
|
-
"
|
|
103059
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
103060
|
-
"fieldName": "download",
|
|
103062
|
+
"fieldName": "type",
|
|
103061
103063
|
"inheritedFrom": {
|
|
103062
|
-
"name": "
|
|
103063
|
-
"module": "core/base-elements/
|
|
103064
|
+
"name": "SbbButtonBaseElement",
|
|
103065
|
+
"module": "core/base-elements/button-base-element.js"
|
|
103064
103066
|
}
|
|
103065
103067
|
},
|
|
103066
103068
|
{
|
|
103067
|
-
"name": "
|
|
103069
|
+
"name": "form",
|
|
103070
|
+
"description": "The `<form>` element to associate the button with.",
|
|
103068
103071
|
"type": {
|
|
103069
|
-
"text": "
|
|
103072
|
+
"text": "HTMLFormElement | null"
|
|
103070
103073
|
},
|
|
103071
|
-
"
|
|
103072
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
103073
|
-
"fieldName": "accessibilityLabel",
|
|
103074
|
+
"fieldName": "form",
|
|
103074
103075
|
"inheritedFrom": {
|
|
103075
|
-
"name": "
|
|
103076
|
-
"module": "core/base-elements/
|
|
103076
|
+
"name": "SbbButtonBaseElement",
|
|
103077
|
+
"module": "core/base-elements/button-base-element.js"
|
|
103077
103078
|
}
|
|
103078
103079
|
},
|
|
103079
103080
|
{
|
|
103080
|
-
"name": "
|
|
103081
|
+
"name": "name",
|
|
103082
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
103081
103083
|
"type": {
|
|
103082
103084
|
"text": "string"
|
|
103083
103085
|
},
|
|
103084
|
-
"
|
|
103085
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
103086
|
-
"fieldName": "accessibilityCurrent",
|
|
103086
|
+
"fieldName": "name",
|
|
103087
103087
|
"inheritedFrom": {
|
|
103088
|
-
"name": "
|
|
103089
|
-
"module": "core/
|
|
103088
|
+
"name": "SbbFormAssociatedMixin",
|
|
103089
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
103090
103090
|
}
|
|
103091
103091
|
}
|
|
103092
103092
|
]
|
|
@@ -103095,10 +103095,10 @@
|
|
|
103095
103095
|
"exports": [
|
|
103096
103096
|
{
|
|
103097
103097
|
"kind": "js",
|
|
103098
|
-
"name": "
|
|
103098
|
+
"name": "SbbMenuButtonElement",
|
|
103099
103099
|
"declaration": {
|
|
103100
|
-
"name": "
|
|
103101
|
-
"module": "menu/menu-
|
|
103100
|
+
"name": "SbbMenuButtonElement",
|
|
103101
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
103102
103102
|
}
|
|
103103
103103
|
}
|
|
103104
103104
|
]
|
|
@@ -104267,6 +104267,176 @@
|
|
|
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
|
+
},
|
|
104270
104440
|
{
|
|
104271
104441
|
"kind": "javascript-module",
|
|
104272
104442
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -104476,176 +104646,6 @@
|
|
|
104476
104646
|
}
|
|
104477
104647
|
]
|
|
104478
104648
|
},
|
|
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",
|