@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1777124912 → 5.0.0-next-dev.1777235333
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +813 -813
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -127447,12 +127447,12 @@
|
|
|
127447
127447
|
},
|
|
127448
127448
|
{
|
|
127449
127449
|
"kind": "javascript-module",
|
|
127450
|
-
"path": "menu/menu-
|
|
127450
|
+
"path": "menu/menu-link/menu-link.component.js",
|
|
127451
127451
|
"declarations": [
|
|
127452
127452
|
{
|
|
127453
127453
|
"kind": "class",
|
|
127454
|
-
"description": "It displays a
|
|
127455
|
-
"name": "
|
|
127454
|
+
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
127455
|
+
"name": "SbbMenuLinkElement",
|
|
127456
127456
|
"cssProperties": [
|
|
127457
127457
|
{
|
|
127458
127458
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -127462,7 +127462,7 @@
|
|
|
127462
127462
|
],
|
|
127463
127463
|
"slots": [
|
|
127464
127464
|
{
|
|
127465
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
127465
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
127466
127466
|
"name": ""
|
|
127467
127467
|
},
|
|
127468
127468
|
{
|
|
@@ -127484,22 +127484,21 @@
|
|
|
127484
127484
|
"name": "SbbElement",
|
|
127485
127485
|
"module": "core/base-elements/element.js"
|
|
127486
127486
|
},
|
|
127487
|
-
"default": "'sbb-menu-
|
|
127487
|
+
"default": "'sbb-menu-link'"
|
|
127488
127488
|
},
|
|
127489
127489
|
{
|
|
127490
127490
|
"kind": "field",
|
|
127491
|
-
"name": "
|
|
127491
|
+
"name": "anchorRole",
|
|
127492
127492
|
"type": {
|
|
127493
|
-
"text": "
|
|
127494
|
-
},
|
|
127495
|
-
"privacy": "public",
|
|
127496
|
-
"static": true,
|
|
127497
|
-
"inheritedFrom": {
|
|
127498
|
-
"name": "SbbElement",
|
|
127499
|
-
"module": "core/base-elements/element.js"
|
|
127493
|
+
"text": "string"
|
|
127500
127494
|
},
|
|
127495
|
+
"privacy": "protected",
|
|
127501
127496
|
"readonly": true,
|
|
127502
|
-
"default": "'menuitem'"
|
|
127497
|
+
"default": "'menuitem'",
|
|
127498
|
+
"inheritedFrom": {
|
|
127499
|
+
"name": "SbbLinkBaseElement",
|
|
127500
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127501
|
+
}
|
|
127503
127502
|
},
|
|
127504
127503
|
{
|
|
127505
127504
|
"kind": "field",
|
|
@@ -127517,50 +127516,6 @@
|
|
|
127517
127516
|
"module": "core/mixins/disabled-mixin.js"
|
|
127518
127517
|
}
|
|
127519
127518
|
},
|
|
127520
|
-
{
|
|
127521
|
-
"kind": "field",
|
|
127522
|
-
"name": "disabled",
|
|
127523
|
-
"privacy": "public",
|
|
127524
|
-
"description": "Whether the component is disabled.",
|
|
127525
|
-
"default": "false",
|
|
127526
|
-
"type": {
|
|
127527
|
-
"text": "boolean"
|
|
127528
|
-
},
|
|
127529
|
-
"attribute": "disabled",
|
|
127530
|
-
"reflects": true,
|
|
127531
|
-
"inheritedFrom": {
|
|
127532
|
-
"name": "SbbDisabledMixin",
|
|
127533
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
127534
|
-
}
|
|
127535
|
-
},
|
|
127536
|
-
{
|
|
127537
|
-
"kind": "field",
|
|
127538
|
-
"name": "#disabled",
|
|
127539
|
-
"privacy": "private",
|
|
127540
|
-
"type": {
|
|
127541
|
-
"text": "boolean"
|
|
127542
|
-
},
|
|
127543
|
-
"default": "false",
|
|
127544
|
-
"inheritedFrom": {
|
|
127545
|
-
"name": "SbbDisabledMixin",
|
|
127546
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
127547
|
-
}
|
|
127548
|
-
},
|
|
127549
|
-
{
|
|
127550
|
-
"kind": "method",
|
|
127551
|
-
"name": "isDisabledExternally",
|
|
127552
|
-
"privacy": "protected",
|
|
127553
|
-
"return": {
|
|
127554
|
-
"type": {
|
|
127555
|
-
"text": "boolean"
|
|
127556
|
-
}
|
|
127557
|
-
},
|
|
127558
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
127559
|
-
"inheritedFrom": {
|
|
127560
|
-
"name": "SbbDisabledMixin",
|
|
127561
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
127562
|
-
}
|
|
127563
|
-
},
|
|
127564
127519
|
{
|
|
127565
127520
|
"kind": "field",
|
|
127566
127521
|
"name": "styles",
|
|
@@ -127672,243 +127627,328 @@
|
|
|
127672
127627
|
},
|
|
127673
127628
|
{
|
|
127674
127629
|
"kind": "field",
|
|
127675
|
-
"name": "
|
|
127630
|
+
"name": "disabled",
|
|
127631
|
+
"privacy": "public",
|
|
127632
|
+
"description": "Whether the component is disabled.",
|
|
127633
|
+
"default": "false",
|
|
127676
127634
|
"type": {
|
|
127677
|
-
"text": "
|
|
127635
|
+
"text": "boolean"
|
|
127678
127636
|
},
|
|
127637
|
+
"attribute": "disabled",
|
|
127638
|
+
"reflects": true,
|
|
127639
|
+
"inheritedFrom": {
|
|
127640
|
+
"name": "SbbDisabledMixin",
|
|
127641
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127642
|
+
}
|
|
127643
|
+
},
|
|
127644
|
+
{
|
|
127645
|
+
"kind": "field",
|
|
127646
|
+
"name": "#disabled",
|
|
127679
127647
|
"privacy": "private",
|
|
127680
|
-
"
|
|
127681
|
-
|
|
127648
|
+
"type": {
|
|
127649
|
+
"text": "boolean"
|
|
127650
|
+
},
|
|
127651
|
+
"default": "false",
|
|
127682
127652
|
"inheritedFrom": {
|
|
127683
|
-
"name": "
|
|
127684
|
-
"module": "core/
|
|
127653
|
+
"name": "SbbDisabledMixin",
|
|
127654
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127655
|
+
}
|
|
127656
|
+
},
|
|
127657
|
+
{
|
|
127658
|
+
"kind": "method",
|
|
127659
|
+
"name": "isDisabledExternally",
|
|
127660
|
+
"privacy": "protected",
|
|
127661
|
+
"return": {
|
|
127662
|
+
"type": {
|
|
127663
|
+
"text": "boolean"
|
|
127664
|
+
}
|
|
127665
|
+
},
|
|
127666
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
127667
|
+
"inheritedFrom": {
|
|
127668
|
+
"name": "SbbDisabledMixin",
|
|
127669
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
127685
127670
|
}
|
|
127686
127671
|
},
|
|
127687
127672
|
{
|
|
127688
127673
|
"kind": "field",
|
|
127689
|
-
"name": "
|
|
127674
|
+
"name": "href",
|
|
127690
127675
|
"type": {
|
|
127691
127676
|
"text": "string"
|
|
127692
127677
|
},
|
|
127693
127678
|
"privacy": "public",
|
|
127679
|
+
"default": "''",
|
|
127680
|
+
"description": "The href value you want to link to.",
|
|
127681
|
+
"attribute": "href",
|
|
127682
|
+
"reflects": true,
|
|
127694
127683
|
"inheritedFrom": {
|
|
127695
|
-
"name": "
|
|
127696
|
-
"module": "core/base-elements/
|
|
127684
|
+
"name": "SbbLinkBaseElement",
|
|
127685
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127686
|
+
}
|
|
127687
|
+
},
|
|
127688
|
+
{
|
|
127689
|
+
"kind": "field",
|
|
127690
|
+
"name": "target",
|
|
127691
|
+
"type": {
|
|
127692
|
+
"text": "LinkTargetType | string"
|
|
127697
127693
|
},
|
|
127694
|
+
"privacy": "public",
|
|
127698
127695
|
"default": "''",
|
|
127699
|
-
"description": "
|
|
127700
|
-
"attribute": "
|
|
127696
|
+
"description": "Where to display the linked URL.",
|
|
127697
|
+
"attribute": "target",
|
|
127698
|
+
"reflects": true,
|
|
127699
|
+
"inheritedFrom": {
|
|
127700
|
+
"name": "SbbLinkBaseElement",
|
|
127701
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127702
|
+
}
|
|
127701
127703
|
},
|
|
127702
127704
|
{
|
|
127703
127705
|
"kind": "field",
|
|
127704
|
-
"name": "
|
|
127705
|
-
"privacy": "public",
|
|
127706
|
-
"description": "The type attribute to use for the button.",
|
|
127707
|
-
"default": "'button'",
|
|
127706
|
+
"name": "rel",
|
|
127708
127707
|
"type": {
|
|
127709
|
-
"text": "
|
|
127708
|
+
"text": "string"
|
|
127710
127709
|
},
|
|
127711
|
-
"
|
|
127710
|
+
"privacy": "public",
|
|
127711
|
+
"default": "''",
|
|
127712
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
127713
|
+
"attribute": "rel",
|
|
127714
|
+
"reflects": true,
|
|
127712
127715
|
"inheritedFrom": {
|
|
127713
|
-
"name": "
|
|
127714
|
-
"module": "core/base-elements/
|
|
127716
|
+
"name": "SbbLinkBaseElement",
|
|
127717
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127715
127718
|
}
|
|
127716
127719
|
},
|
|
127717
127720
|
{
|
|
127718
127721
|
"kind": "field",
|
|
127719
|
-
"name": "
|
|
127722
|
+
"name": "download",
|
|
127720
127723
|
"type": {
|
|
127721
|
-
"text": "
|
|
127724
|
+
"text": "boolean"
|
|
127722
127725
|
},
|
|
127723
127726
|
"privacy": "public",
|
|
127724
|
-
"
|
|
127727
|
+
"default": "false",
|
|
127728
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
127729
|
+
"attribute": "download",
|
|
127730
|
+
"reflects": true,
|
|
127725
127731
|
"inheritedFrom": {
|
|
127726
|
-
"name": "
|
|
127727
|
-
"module": "core/base-elements/
|
|
127732
|
+
"name": "SbbLinkBaseElement",
|
|
127733
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127734
|
+
}
|
|
127735
|
+
},
|
|
127736
|
+
{
|
|
127737
|
+
"kind": "field",
|
|
127738
|
+
"name": "accessibilityLabel",
|
|
127739
|
+
"type": {
|
|
127740
|
+
"text": "string"
|
|
127728
127741
|
},
|
|
127729
|
-
"
|
|
127742
|
+
"privacy": "public",
|
|
127743
|
+
"default": "''",
|
|
127744
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
127745
|
+
"attribute": "accessibility-label",
|
|
127746
|
+
"inheritedFrom": {
|
|
127747
|
+
"name": "SbbLinkBaseElement",
|
|
127748
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127749
|
+
}
|
|
127730
127750
|
},
|
|
127731
127751
|
{
|
|
127732
127752
|
"kind": "field",
|
|
127733
|
-
"name": "
|
|
127753
|
+
"name": "accessibilityCurrent",
|
|
127734
127754
|
"type": {
|
|
127735
127755
|
"text": "string"
|
|
127736
127756
|
},
|
|
127737
|
-
"privacy": "
|
|
127757
|
+
"privacy": "public",
|
|
127738
127758
|
"default": "''",
|
|
127759
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
127760
|
+
"attribute": "accessibility-current",
|
|
127739
127761
|
"inheritedFrom": {
|
|
127740
|
-
"name": "
|
|
127741
|
-
"module": "core/base-elements/
|
|
127762
|
+
"name": "SbbLinkBaseElement",
|
|
127763
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127742
127764
|
}
|
|
127743
127765
|
},
|
|
127744
127766
|
{
|
|
127745
127767
|
"kind": "field",
|
|
127746
|
-
"name": "
|
|
127768
|
+
"name": "language",
|
|
127769
|
+
"privacy": "protected",
|
|
127770
|
+
"default": "new SbbLanguageController(this)",
|
|
127771
|
+
"inheritedFrom": {
|
|
127772
|
+
"name": "SbbLinkBaseElement",
|
|
127773
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127774
|
+
}
|
|
127775
|
+
},
|
|
127776
|
+
{
|
|
127777
|
+
"kind": "field",
|
|
127778
|
+
"name": "_evaluateRelAttribute",
|
|
127747
127779
|
"privacy": "private",
|
|
127748
127780
|
"inheritedFrom": {
|
|
127749
|
-
"name": "
|
|
127750
|
-
"module": "core/base-elements/
|
|
127781
|
+
"name": "SbbLinkBaseElement",
|
|
127782
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127751
127783
|
}
|
|
127752
127784
|
},
|
|
127753
127785
|
{
|
|
127754
127786
|
"kind": "method",
|
|
127755
|
-
"name": "
|
|
127756
|
-
"privacy": "
|
|
127787
|
+
"name": "renderLink",
|
|
127788
|
+
"privacy": "protected",
|
|
127757
127789
|
"return": {
|
|
127758
127790
|
"type": {
|
|
127759
|
-
"text": "
|
|
127791
|
+
"text": "TemplateResult"
|
|
127760
127792
|
}
|
|
127761
127793
|
},
|
|
127762
127794
|
"parameters": [
|
|
127763
127795
|
{
|
|
127764
|
-
"name": "
|
|
127796
|
+
"name": "renderContent",
|
|
127765
127797
|
"type": {
|
|
127766
|
-
"text": "
|
|
127798
|
+
"text": "TemplateResult"
|
|
127767
127799
|
}
|
|
127768
127800
|
}
|
|
127769
127801
|
],
|
|
127770
127802
|
"inheritedFrom": {
|
|
127771
|
-
"name": "
|
|
127772
|
-
"module": "core/base-elements/
|
|
127803
|
+
"name": "SbbLinkBaseElement",
|
|
127804
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127773
127805
|
}
|
|
127774
127806
|
},
|
|
127775
127807
|
{
|
|
127776
127808
|
"kind": "field",
|
|
127777
|
-
"name": "
|
|
127778
|
-
"
|
|
127809
|
+
"name": "maybeDisabled",
|
|
127810
|
+
"type": {
|
|
127811
|
+
"text": "boolean | undefined"
|
|
127812
|
+
},
|
|
127813
|
+
"privacy": "protected",
|
|
127814
|
+
"readonly": true,
|
|
127779
127815
|
"inheritedFrom": {
|
|
127780
|
-
"name": "
|
|
127781
|
-
"module": "core/base-elements/
|
|
127816
|
+
"name": "SbbActionBaseElement",
|
|
127817
|
+
"module": "core/base-elements/action-base-element.js"
|
|
127782
127818
|
}
|
|
127783
127819
|
},
|
|
127784
127820
|
{
|
|
127785
127821
|
"kind": "field",
|
|
127786
|
-
"name": "
|
|
127822
|
+
"name": "maybeDisabledInteractive",
|
|
127787
127823
|
"type": {
|
|
127788
|
-
"text": "boolean"
|
|
127824
|
+
"text": "boolean | undefined"
|
|
127789
127825
|
},
|
|
127790
|
-
"privacy": "
|
|
127791
|
-
"
|
|
127792
|
-
"default": "true",
|
|
127826
|
+
"privacy": "protected",
|
|
127827
|
+
"readonly": true,
|
|
127793
127828
|
"inheritedFrom": {
|
|
127794
|
-
"name": "
|
|
127795
|
-
"module": "core/
|
|
127829
|
+
"name": "SbbActionBaseElement",
|
|
127830
|
+
"module": "core/base-elements/action-base-element.js"
|
|
127796
127831
|
}
|
|
127797
127832
|
},
|
|
127798
127833
|
{
|
|
127799
|
-
"kind": "
|
|
127800
|
-
"name": "
|
|
127801
|
-
"privacy": "
|
|
127802
|
-
"
|
|
127803
|
-
|
|
127804
|
-
|
|
127834
|
+
"kind": "method",
|
|
127835
|
+
"name": "setupBaseEventHandlers",
|
|
127836
|
+
"privacy": "protected",
|
|
127837
|
+
"return": {
|
|
127838
|
+
"type": {
|
|
127839
|
+
"text": "void"
|
|
127840
|
+
}
|
|
127805
127841
|
},
|
|
127806
|
-
"attribute": "name",
|
|
127807
127842
|
"inheritedFrom": {
|
|
127808
|
-
"name": "
|
|
127809
|
-
"module": "core/
|
|
127843
|
+
"name": "SbbActionBaseElement",
|
|
127844
|
+
"module": "core/base-elements/action-base-element.js"
|
|
127810
127845
|
}
|
|
127811
127846
|
},
|
|
127812
127847
|
{
|
|
127813
127848
|
"kind": "field",
|
|
127814
|
-
"name": "
|
|
127849
|
+
"name": "['_$sbbElement$']",
|
|
127815
127850
|
"type": {
|
|
127816
|
-
"text": "
|
|
127851
|
+
"text": "boolean"
|
|
127817
127852
|
},
|
|
127818
127853
|
"privacy": "public",
|
|
127819
|
-
"
|
|
127820
|
-
"
|
|
127854
|
+
"static": true,
|
|
127855
|
+
"default": "true",
|
|
127821
127856
|
"inheritedFrom": {
|
|
127822
|
-
"name": "
|
|
127823
|
-
"module": "core/
|
|
127857
|
+
"name": "SbbElement",
|
|
127858
|
+
"module": "core/base-elements/element.js"
|
|
127824
127859
|
}
|
|
127825
127860
|
},
|
|
127826
127861
|
{
|
|
127827
127862
|
"kind": "field",
|
|
127828
|
-
"name": "
|
|
127863
|
+
"name": "role",
|
|
127829
127864
|
"type": {
|
|
127830
|
-
"text": "
|
|
127865
|
+
"text": "ElementInternals['role'] | undefined"
|
|
127831
127866
|
},
|
|
127832
127867
|
"privacy": "public",
|
|
127833
|
-
"
|
|
127834
|
-
"readonly": true,
|
|
127868
|
+
"static": true,
|
|
127835
127869
|
"inheritedFrom": {
|
|
127836
|
-
"name": "
|
|
127837
|
-
"module": "core/
|
|
127870
|
+
"name": "SbbElement",
|
|
127871
|
+
"module": "core/base-elements/element.js"
|
|
127838
127872
|
}
|
|
127839
127873
|
},
|
|
127840
127874
|
{
|
|
127841
127875
|
"kind": "field",
|
|
127842
|
-
"name": "
|
|
127876
|
+
"name": "_controllers",
|
|
127877
|
+
"type": {
|
|
127878
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
127879
|
+
},
|
|
127880
|
+
"privacy": "private",
|
|
127881
|
+
"inheritedFrom": {
|
|
127882
|
+
"name": "SbbElement",
|
|
127883
|
+
"module": "core/base-elements/element.js"
|
|
127884
|
+
}
|
|
127885
|
+
},
|
|
127886
|
+
{
|
|
127887
|
+
"kind": "field",
|
|
127888
|
+
"name": "_hydrationRequired",
|
|
127843
127889
|
"type": {
|
|
127844
127890
|
"text": "boolean"
|
|
127845
127891
|
},
|
|
127846
|
-
"privacy": "
|
|
127847
|
-
"
|
|
127848
|
-
"readonly": true,
|
|
127892
|
+
"privacy": "private",
|
|
127893
|
+
"default": "!!this.shadowRoot",
|
|
127849
127894
|
"inheritedFrom": {
|
|
127850
|
-
"name": "
|
|
127851
|
-
"module": "core/
|
|
127895
|
+
"name": "SbbElement",
|
|
127896
|
+
"module": "core/base-elements/element.js"
|
|
127852
127897
|
}
|
|
127853
127898
|
},
|
|
127854
127899
|
{
|
|
127855
127900
|
"kind": "field",
|
|
127856
|
-
"name": "
|
|
127901
|
+
"name": "_hydrationComplete",
|
|
127857
127902
|
"privacy": "private",
|
|
127858
|
-
"default": "new
|
|
127903
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
127859
127904
|
"inheritedFrom": {
|
|
127860
|
-
"name": "
|
|
127861
|
-
"module": "core/
|
|
127905
|
+
"name": "SbbElement",
|
|
127906
|
+
"module": "core/base-elements/element.js"
|
|
127862
127907
|
}
|
|
127863
127908
|
},
|
|
127864
127909
|
{
|
|
127865
127910
|
"kind": "field",
|
|
127866
|
-
"name": "
|
|
127911
|
+
"name": "_resolveHydration",
|
|
127867
127912
|
"type": {
|
|
127868
|
-
"text": "boolean"
|
|
127913
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
127869
127914
|
},
|
|
127870
|
-
"privacy": "
|
|
127871
|
-
"default": "false",
|
|
127872
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
127915
|
+
"privacy": "private",
|
|
127873
127916
|
"inheritedFrom": {
|
|
127874
|
-
"name": "
|
|
127875
|
-
"module": "core/
|
|
127917
|
+
"name": "SbbElement",
|
|
127918
|
+
"module": "core/base-elements/element.js"
|
|
127876
127919
|
}
|
|
127877
127920
|
},
|
|
127878
127921
|
{
|
|
127879
|
-
"kind": "
|
|
127880
|
-
"name": "
|
|
127881
|
-
"
|
|
127882
|
-
|
|
127883
|
-
"type": {
|
|
127884
|
-
"text": "boolean"
|
|
127885
|
-
}
|
|
127922
|
+
"kind": "field",
|
|
127923
|
+
"name": "_textObserver",
|
|
127924
|
+
"type": {
|
|
127925
|
+
"text": "MutationObserver | undefined"
|
|
127886
127926
|
},
|
|
127887
|
-
"
|
|
127927
|
+
"privacy": "private",
|
|
127888
127928
|
"inheritedFrom": {
|
|
127889
|
-
"name": "
|
|
127890
|
-
"module": "core/
|
|
127929
|
+
"name": "SbbElement",
|
|
127930
|
+
"module": "core/base-elements/element.js"
|
|
127891
127931
|
}
|
|
127892
127932
|
},
|
|
127893
127933
|
{
|
|
127894
|
-
"kind": "
|
|
127895
|
-
"name": "
|
|
127896
|
-
"
|
|
127897
|
-
|
|
127898
|
-
"type": {
|
|
127899
|
-
"text": "boolean"
|
|
127900
|
-
}
|
|
127934
|
+
"kind": "field",
|
|
127935
|
+
"name": "hydrationRequired",
|
|
127936
|
+
"type": {
|
|
127937
|
+
"text": "boolean"
|
|
127901
127938
|
},
|
|
127902
|
-
"
|
|
127939
|
+
"privacy": "protected",
|
|
127940
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
127941
|
+
"readonly": true,
|
|
127903
127942
|
"inheritedFrom": {
|
|
127904
|
-
"name": "
|
|
127905
|
-
"module": "core/
|
|
127906
|
-
}
|
|
127943
|
+
"name": "SbbElement",
|
|
127944
|
+
"module": "core/base-elements/element.js"
|
|
127945
|
+
},
|
|
127946
|
+
"default": "!!this.shadowRoot"
|
|
127907
127947
|
},
|
|
127908
127948
|
{
|
|
127909
127949
|
"kind": "method",
|
|
127910
|
-
"name": "
|
|
127911
|
-
"privacy": "
|
|
127950
|
+
"name": "toggleState",
|
|
127951
|
+
"privacy": "protected",
|
|
127912
127952
|
"return": {
|
|
127913
127953
|
"type": {
|
|
127914
127954
|
"text": "void"
|
|
@@ -127916,65 +127956,56 @@
|
|
|
127916
127956
|
},
|
|
127917
127957
|
"parameters": [
|
|
127918
127958
|
{
|
|
127919
|
-
"name": "
|
|
127959
|
+
"name": "value",
|
|
127920
127960
|
"type": {
|
|
127921
127961
|
"text": "string"
|
|
127922
127962
|
}
|
|
127963
|
+
},
|
|
127964
|
+
{
|
|
127965
|
+
"name": "force",
|
|
127966
|
+
"optional": true,
|
|
127967
|
+
"type": {
|
|
127968
|
+
"text": "boolean"
|
|
127969
|
+
}
|
|
127923
127970
|
}
|
|
127924
127971
|
],
|
|
127925
|
-
"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.",
|
|
127926
127972
|
"inheritedFrom": {
|
|
127927
|
-
"name": "
|
|
127928
|
-
"module": "core/
|
|
127973
|
+
"name": "SbbElement",
|
|
127974
|
+
"module": "core/base-elements/element.js"
|
|
127929
127975
|
}
|
|
127930
127976
|
},
|
|
127931
127977
|
{
|
|
127932
127978
|
"kind": "method",
|
|
127933
|
-
"name": "
|
|
127979
|
+
"name": "_slotchangeHandler",
|
|
127934
127980
|
"privacy": "private",
|
|
127935
|
-
"return": {
|
|
127936
|
-
"type": {
|
|
127937
|
-
"text": "boolean"
|
|
127938
|
-
}
|
|
127939
|
-
},
|
|
127940
|
-
"inheritedFrom": {
|
|
127941
|
-
"name": "SbbFormAssociatedMixin",
|
|
127942
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
127943
|
-
}
|
|
127944
|
-
},
|
|
127945
|
-
{
|
|
127946
|
-
"kind": "method",
|
|
127947
|
-
"name": "updateFormValue",
|
|
127948
|
-
"privacy": "protected",
|
|
127949
127981
|
"return": {
|
|
127950
127982
|
"type": {
|
|
127951
127983
|
"text": "void"
|
|
127952
127984
|
}
|
|
127953
127985
|
},
|
|
127954
|
-
"
|
|
127955
|
-
|
|
127956
|
-
|
|
127957
|
-
|
|
127958
|
-
|
|
127959
|
-
|
|
127960
|
-
|
|
127961
|
-
|
|
127962
|
-
|
|
127963
|
-
|
|
127964
|
-
|
|
127965
|
-
|
|
127966
|
-
"text": "FormRestoreState"
|
|
127986
|
+
"parameters": [
|
|
127987
|
+
{
|
|
127988
|
+
"name": "event",
|
|
127989
|
+
"type": {
|
|
127990
|
+
"text": "Event"
|
|
127991
|
+
}
|
|
127992
|
+
},
|
|
127993
|
+
{
|
|
127994
|
+
"name": "slot",
|
|
127995
|
+
"type": {
|
|
127996
|
+
"text": "HTMLSlotElement"
|
|
127997
|
+
}
|
|
127967
127998
|
}
|
|
127968
|
-
|
|
127999
|
+
],
|
|
127969
128000
|
"inheritedFrom": {
|
|
127970
|
-
"name": "
|
|
127971
|
-
"module": "core/
|
|
128001
|
+
"name": "SbbElement",
|
|
128002
|
+
"module": "core/base-elements/element.js"
|
|
127972
128003
|
}
|
|
127973
128004
|
},
|
|
127974
128005
|
{
|
|
127975
128006
|
"kind": "method",
|
|
127976
|
-
"name": "
|
|
127977
|
-
"privacy": "
|
|
128007
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
128008
|
+
"privacy": "private",
|
|
127978
128009
|
"return": {
|
|
127979
128010
|
"type": {
|
|
127980
128011
|
"text": "void"
|
|
@@ -127982,35 +128013,21 @@
|
|
|
127982
128013
|
},
|
|
127983
128014
|
"parameters": [
|
|
127984
128015
|
{
|
|
127985
|
-
"name": "
|
|
127986
|
-
"type": {
|
|
127987
|
-
"text": "T"
|
|
127988
|
-
}
|
|
127989
|
-
},
|
|
127990
|
-
{
|
|
127991
|
-
"name": "message",
|
|
127992
|
-
"type": {
|
|
127993
|
-
"text": "string"
|
|
127994
|
-
}
|
|
127995
|
-
},
|
|
127996
|
-
{
|
|
127997
|
-
"name": "flagValue",
|
|
127998
|
-
"optional": true,
|
|
128016
|
+
"name": "slot",
|
|
127999
128017
|
"type": {
|
|
128000
|
-
"text": "
|
|
128018
|
+
"text": "HTMLSlotElement"
|
|
128001
128019
|
}
|
|
128002
128020
|
}
|
|
128003
128021
|
],
|
|
128004
|
-
"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).",
|
|
128005
128022
|
"inheritedFrom": {
|
|
128006
|
-
"name": "
|
|
128007
|
-
"module": "core/
|
|
128023
|
+
"name": "SbbElement",
|
|
128024
|
+
"module": "core/base-elements/element.js"
|
|
128008
128025
|
}
|
|
128009
128026
|
},
|
|
128010
128027
|
{
|
|
128011
128028
|
"kind": "method",
|
|
128012
|
-
"name": "
|
|
128013
|
-
"privacy": "
|
|
128029
|
+
"name": "_updateSlottedState",
|
|
128030
|
+
"privacy": "private",
|
|
128014
128031
|
"return": {
|
|
128015
128032
|
"type": {
|
|
128016
128033
|
"text": "void"
|
|
@@ -128018,37 +128035,43 @@
|
|
|
128018
128035
|
},
|
|
128019
128036
|
"parameters": [
|
|
128020
128037
|
{
|
|
128021
|
-
"name": "
|
|
128038
|
+
"name": "slot",
|
|
128022
128039
|
"type": {
|
|
128023
|
-
"text": "
|
|
128040
|
+
"text": "HTMLSlotElement"
|
|
128024
128041
|
}
|
|
128025
128042
|
}
|
|
128026
128043
|
],
|
|
128027
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
128028
128044
|
"inheritedFrom": {
|
|
128029
|
-
"name": "
|
|
128030
|
-
"module": "core/
|
|
128045
|
+
"name": "SbbElement",
|
|
128046
|
+
"module": "core/base-elements/element.js"
|
|
128031
128047
|
}
|
|
128032
128048
|
},
|
|
128033
128049
|
{
|
|
128034
128050
|
"kind": "method",
|
|
128035
|
-
"name": "
|
|
128036
|
-
"privacy": "
|
|
128051
|
+
"name": "_observeTextNodesInSlot",
|
|
128052
|
+
"privacy": "private",
|
|
128037
128053
|
"return": {
|
|
128038
128054
|
"type": {
|
|
128039
128055
|
"text": "void"
|
|
128040
128056
|
}
|
|
128041
128057
|
},
|
|
128042
|
-
"
|
|
128058
|
+
"parameters": [
|
|
128059
|
+
{
|
|
128060
|
+
"name": "slot",
|
|
128061
|
+
"type": {
|
|
128062
|
+
"text": "HTMLSlotElement"
|
|
128063
|
+
}
|
|
128064
|
+
}
|
|
128065
|
+
],
|
|
128043
128066
|
"inheritedFrom": {
|
|
128044
|
-
"name": "
|
|
128045
|
-
"module": "core/
|
|
128067
|
+
"name": "SbbElement",
|
|
128068
|
+
"module": "core/base-elements/element.js"
|
|
128046
128069
|
}
|
|
128047
128070
|
},
|
|
128048
128071
|
{
|
|
128049
128072
|
"kind": "method",
|
|
128050
|
-
"name": "
|
|
128051
|
-
"privacy": "
|
|
128073
|
+
"name": "_hasSlottedContent",
|
|
128074
|
+
"privacy": "private",
|
|
128052
128075
|
"return": {
|
|
128053
128076
|
"type": {
|
|
128054
128077
|
"text": "boolean"
|
|
@@ -128056,833 +128079,851 @@
|
|
|
128056
128079
|
},
|
|
128057
128080
|
"parameters": [
|
|
128058
128081
|
{
|
|
128059
|
-
"name": "
|
|
128082
|
+
"name": "slot",
|
|
128060
128083
|
"type": {
|
|
128061
|
-
"text": "
|
|
128084
|
+
"text": "HTMLSlotElement"
|
|
128062
128085
|
}
|
|
128063
128086
|
}
|
|
128064
128087
|
],
|
|
128065
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
128066
128088
|
"inheritedFrom": {
|
|
128067
|
-
"name": "
|
|
128068
|
-
"module": "core/
|
|
128089
|
+
"name": "SbbElement",
|
|
128090
|
+
"module": "core/base-elements/element.js"
|
|
128069
128091
|
}
|
|
128070
|
-
}
|
|
128092
|
+
}
|
|
128093
|
+
],
|
|
128094
|
+
"mixins": [
|
|
128071
128095
|
{
|
|
128072
|
-
"
|
|
128073
|
-
"
|
|
128074
|
-
"privacy": "private",
|
|
128075
|
-
"return": {
|
|
128076
|
-
"type": {
|
|
128077
|
-
"text": "void"
|
|
128078
|
-
}
|
|
128079
|
-
},
|
|
128080
|
-
"inheritedFrom": {
|
|
128081
|
-
"name": "SbbFormAssociatedMixin",
|
|
128082
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
128083
|
-
}
|
|
128096
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
128097
|
+
"module": "core.js"
|
|
128084
128098
|
},
|
|
128085
128099
|
{
|
|
128086
|
-
"
|
|
128087
|
-
"
|
|
128088
|
-
|
|
128089
|
-
|
|
128090
|
-
|
|
128091
|
-
|
|
128092
|
-
|
|
128093
|
-
|
|
128094
|
-
|
|
128095
|
-
|
|
128096
|
-
|
|
128097
|
-
"name": "SbbButtonLikeBaseElement",
|
|
128098
|
-
"module": "core/base-elements/button-base-element.js"
|
|
128099
|
-
}
|
|
128100
|
-
},
|
|
128100
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
128101
|
+
"module": "menu/common/menu-action-common.js"
|
|
128102
|
+
}
|
|
128103
|
+
],
|
|
128104
|
+
"superclass": {
|
|
128105
|
+
"name": "SbbLinkBaseElement",
|
|
128106
|
+
"module": "core.js"
|
|
128107
|
+
},
|
|
128108
|
+
"tagName": "sbb-menu-link",
|
|
128109
|
+
"customElement": true,
|
|
128110
|
+
"attributes": [
|
|
128101
128111
|
{
|
|
128102
|
-
"
|
|
128103
|
-
"
|
|
128104
|
-
|
|
128112
|
+
"name": "disabled-interactive",
|
|
128113
|
+
"type": {
|
|
128114
|
+
"text": "boolean"
|
|
128115
|
+
},
|
|
128116
|
+
"default": "false",
|
|
128117
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
128118
|
+
"fieldName": "disabledInteractive",
|
|
128105
128119
|
"inheritedFrom": {
|
|
128106
|
-
"name": "
|
|
128107
|
-
"module": "core/
|
|
128120
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
128121
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
128108
128122
|
}
|
|
128109
128123
|
},
|
|
128110
128124
|
{
|
|
128111
|
-
"
|
|
128112
|
-
"
|
|
128113
|
-
|
|
128114
|
-
|
|
128115
|
-
"
|
|
128116
|
-
|
|
128117
|
-
|
|
128118
|
-
"name": "event"
|
|
128119
|
-
}
|
|
128120
|
-
],
|
|
128125
|
+
"name": "icon-name",
|
|
128126
|
+
"type": {
|
|
128127
|
+
"text": "string"
|
|
128128
|
+
},
|
|
128129
|
+
"default": "''",
|
|
128130
|
+
"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.",
|
|
128131
|
+
"fieldName": "iconName",
|
|
128121
128132
|
"inheritedFrom": {
|
|
128122
|
-
"name": "
|
|
128123
|
-
"module": "
|
|
128133
|
+
"name": "SbbIconNameMixin",
|
|
128134
|
+
"module": "icon/icon-name-mixin.js"
|
|
128124
128135
|
}
|
|
128125
128136
|
},
|
|
128126
128137
|
{
|
|
128127
|
-
"
|
|
128128
|
-
"
|
|
128129
|
-
"
|
|
128138
|
+
"name": "disabled",
|
|
128139
|
+
"description": "Whether the component is disabled.",
|
|
128140
|
+
"default": "false",
|
|
128141
|
+
"type": {
|
|
128142
|
+
"text": "boolean"
|
|
128143
|
+
},
|
|
128144
|
+
"fieldName": "disabled",
|
|
128130
128145
|
"inheritedFrom": {
|
|
128131
|
-
"name": "
|
|
128132
|
-
"module": "core/
|
|
128146
|
+
"name": "SbbDisabledMixin",
|
|
128147
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
128133
128148
|
}
|
|
128134
128149
|
},
|
|
128135
128150
|
{
|
|
128136
|
-
"
|
|
128137
|
-
"name": "maybeDisabled",
|
|
128151
|
+
"name": "href",
|
|
128138
128152
|
"type": {
|
|
128139
|
-
"text": "
|
|
128153
|
+
"text": "string"
|
|
128140
128154
|
},
|
|
128141
|
-
"
|
|
128142
|
-
"
|
|
128155
|
+
"default": "''",
|
|
128156
|
+
"description": "The href value you want to link to.",
|
|
128157
|
+
"fieldName": "href",
|
|
128143
128158
|
"inheritedFrom": {
|
|
128144
|
-
"name": "
|
|
128145
|
-
"module": "core/base-elements/
|
|
128159
|
+
"name": "SbbLinkBaseElement",
|
|
128160
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128146
128161
|
}
|
|
128147
128162
|
},
|
|
128148
128163
|
{
|
|
128149
|
-
"
|
|
128150
|
-
"name": "maybeDisabledInteractive",
|
|
128164
|
+
"name": "target",
|
|
128151
128165
|
"type": {
|
|
128152
|
-
"text": "
|
|
128166
|
+
"text": "LinkTargetType | string"
|
|
128153
128167
|
},
|
|
128154
|
-
"
|
|
128155
|
-
"
|
|
128168
|
+
"default": "''",
|
|
128169
|
+
"description": "Where to display the linked URL.",
|
|
128170
|
+
"fieldName": "target",
|
|
128156
128171
|
"inheritedFrom": {
|
|
128157
|
-
"name": "
|
|
128158
|
-
"module": "core/base-elements/
|
|
128172
|
+
"name": "SbbLinkBaseElement",
|
|
128173
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128159
128174
|
}
|
|
128160
128175
|
},
|
|
128161
128176
|
{
|
|
128162
|
-
"
|
|
128163
|
-
"
|
|
128164
|
-
|
|
128165
|
-
"return": {
|
|
128166
|
-
"type": {
|
|
128167
|
-
"text": "void"
|
|
128168
|
-
}
|
|
128177
|
+
"name": "rel",
|
|
128178
|
+
"type": {
|
|
128179
|
+
"text": "string"
|
|
128169
128180
|
},
|
|
128181
|
+
"default": "''",
|
|
128182
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128183
|
+
"fieldName": "rel",
|
|
128170
128184
|
"inheritedFrom": {
|
|
128171
|
-
"name": "
|
|
128172
|
-
"module": "core/base-elements/
|
|
128185
|
+
"name": "SbbLinkBaseElement",
|
|
128186
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128173
128187
|
}
|
|
128174
128188
|
},
|
|
128175
128189
|
{
|
|
128176
|
-
"
|
|
128177
|
-
"name": "['_$sbbElement$']",
|
|
128190
|
+
"name": "download",
|
|
128178
128191
|
"type": {
|
|
128179
128192
|
"text": "boolean"
|
|
128180
128193
|
},
|
|
128181
|
-
"
|
|
128182
|
-
"
|
|
128183
|
-
"
|
|
128194
|
+
"default": "false",
|
|
128195
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
128196
|
+
"fieldName": "download",
|
|
128184
128197
|
"inheritedFrom": {
|
|
128185
|
-
"name": "
|
|
128186
|
-
"module": "core/base-elements/element.js"
|
|
128198
|
+
"name": "SbbLinkBaseElement",
|
|
128199
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128187
128200
|
}
|
|
128188
128201
|
},
|
|
128189
128202
|
{
|
|
128190
|
-
"
|
|
128191
|
-
"name": "_controllers",
|
|
128203
|
+
"name": "accessibility-label",
|
|
128192
128204
|
"type": {
|
|
128193
|
-
"text": "
|
|
128205
|
+
"text": "string"
|
|
128194
128206
|
},
|
|
128195
|
-
"
|
|
128207
|
+
"default": "''",
|
|
128208
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128209
|
+
"fieldName": "accessibilityLabel",
|
|
128196
128210
|
"inheritedFrom": {
|
|
128197
|
-
"name": "
|
|
128198
|
-
"module": "core/base-elements/element.js"
|
|
128211
|
+
"name": "SbbLinkBaseElement",
|
|
128212
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128199
128213
|
}
|
|
128200
128214
|
},
|
|
128201
128215
|
{
|
|
128202
|
-
"
|
|
128203
|
-
"name": "_hydrationRequired",
|
|
128216
|
+
"name": "accessibility-current",
|
|
128204
128217
|
"type": {
|
|
128205
|
-
"text": "
|
|
128218
|
+
"text": "string"
|
|
128206
128219
|
},
|
|
128207
|
-
"
|
|
128208
|
-
"
|
|
128220
|
+
"default": "''",
|
|
128221
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128222
|
+
"fieldName": "accessibilityCurrent",
|
|
128209
128223
|
"inheritedFrom": {
|
|
128210
|
-
"name": "
|
|
128211
|
-
"module": "core/base-elements/element.js"
|
|
128224
|
+
"name": "SbbLinkBaseElement",
|
|
128225
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128212
128226
|
}
|
|
128227
|
+
}
|
|
128228
|
+
]
|
|
128229
|
+
}
|
|
128230
|
+
],
|
|
128231
|
+
"exports": [
|
|
128232
|
+
{
|
|
128233
|
+
"kind": "js",
|
|
128234
|
+
"name": "SbbMenuLinkElement",
|
|
128235
|
+
"declaration": {
|
|
128236
|
+
"name": "SbbMenuLinkElement",
|
|
128237
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
128238
|
+
}
|
|
128239
|
+
}
|
|
128240
|
+
]
|
|
128241
|
+
},
|
|
128242
|
+
{
|
|
128243
|
+
"kind": "javascript-module",
|
|
128244
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
128245
|
+
"declarations": [
|
|
128246
|
+
{
|
|
128247
|
+
"kind": "class",
|
|
128248
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
128249
|
+
"name": "SbbMenuButtonElement",
|
|
128250
|
+
"cssProperties": [
|
|
128251
|
+
{
|
|
128252
|
+
"description": "Can be used to modify horizontal padding.",
|
|
128253
|
+
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
128254
|
+
"default": "var(--sbb-spacing-fixed-3x)"
|
|
128255
|
+
}
|
|
128256
|
+
],
|
|
128257
|
+
"slots": [
|
|
128258
|
+
{
|
|
128259
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
128260
|
+
"name": ""
|
|
128213
128261
|
},
|
|
128262
|
+
{
|
|
128263
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
128264
|
+
"name": "icon"
|
|
128265
|
+
}
|
|
128266
|
+
],
|
|
128267
|
+
"members": [
|
|
128214
128268
|
{
|
|
128215
128269
|
"kind": "field",
|
|
128216
|
-
"name": "
|
|
128217
|
-
"
|
|
128218
|
-
|
|
128270
|
+
"name": "elementName",
|
|
128271
|
+
"type": {
|
|
128272
|
+
"text": "string"
|
|
128273
|
+
},
|
|
128274
|
+
"privacy": "public",
|
|
128275
|
+
"static": true,
|
|
128276
|
+
"readonly": true,
|
|
128219
128277
|
"inheritedFrom": {
|
|
128220
128278
|
"name": "SbbElement",
|
|
128221
128279
|
"module": "core/base-elements/element.js"
|
|
128222
|
-
}
|
|
128280
|
+
},
|
|
128281
|
+
"default": "'sbb-menu-button'"
|
|
128223
128282
|
},
|
|
128224
128283
|
{
|
|
128225
128284
|
"kind": "field",
|
|
128226
|
-
"name": "
|
|
128285
|
+
"name": "role",
|
|
128227
128286
|
"type": {
|
|
128228
|
-
"text": "
|
|
128287
|
+
"text": "ElementInternals['role']"
|
|
128229
128288
|
},
|
|
128230
|
-
"privacy": "
|
|
128289
|
+
"privacy": "public",
|
|
128290
|
+
"static": true,
|
|
128231
128291
|
"inheritedFrom": {
|
|
128232
128292
|
"name": "SbbElement",
|
|
128233
128293
|
"module": "core/base-elements/element.js"
|
|
128234
|
-
}
|
|
128294
|
+
},
|
|
128295
|
+
"readonly": true,
|
|
128296
|
+
"default": "'menuitem'"
|
|
128235
128297
|
},
|
|
128236
128298
|
{
|
|
128237
128299
|
"kind": "field",
|
|
128238
|
-
"name": "
|
|
128300
|
+
"name": "disabledInteractive",
|
|
128239
128301
|
"type": {
|
|
128240
|
-
"text": "
|
|
128302
|
+
"text": "boolean"
|
|
128241
128303
|
},
|
|
128242
|
-
"privacy": "
|
|
128304
|
+
"privacy": "public",
|
|
128305
|
+
"default": "false",
|
|
128306
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
128307
|
+
"attribute": "disabled-interactive",
|
|
128308
|
+
"reflects": true,
|
|
128243
128309
|
"inheritedFrom": {
|
|
128244
|
-
"name": "
|
|
128245
|
-
"module": "core/
|
|
128310
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
128311
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
128246
128312
|
}
|
|
128247
128313
|
},
|
|
128248
128314
|
{
|
|
128249
128315
|
"kind": "field",
|
|
128250
|
-
"name": "
|
|
128316
|
+
"name": "disabled",
|
|
128317
|
+
"privacy": "public",
|
|
128318
|
+
"description": "Whether the component is disabled.",
|
|
128319
|
+
"default": "false",
|
|
128251
128320
|
"type": {
|
|
128252
128321
|
"text": "boolean"
|
|
128253
128322
|
},
|
|
128254
|
-
"
|
|
128255
|
-
"
|
|
128256
|
-
"readonly": true,
|
|
128323
|
+
"attribute": "disabled",
|
|
128324
|
+
"reflects": true,
|
|
128257
128325
|
"inheritedFrom": {
|
|
128258
|
-
"name": "
|
|
128259
|
-
"module": "core/
|
|
128260
|
-
}
|
|
128261
|
-
"default": "!!this.shadowRoot"
|
|
128326
|
+
"name": "SbbDisabledMixin",
|
|
128327
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
128328
|
+
}
|
|
128262
128329
|
},
|
|
128263
128330
|
{
|
|
128264
|
-
"kind": "
|
|
128265
|
-
"name": "
|
|
128266
|
-
"privacy": "
|
|
128267
|
-
"
|
|
128268
|
-
"
|
|
128269
|
-
"text": "void"
|
|
128270
|
-
}
|
|
128331
|
+
"kind": "field",
|
|
128332
|
+
"name": "#disabled",
|
|
128333
|
+
"privacy": "private",
|
|
128334
|
+
"type": {
|
|
128335
|
+
"text": "boolean"
|
|
128271
128336
|
},
|
|
128272
|
-
"
|
|
128273
|
-
{
|
|
128274
|
-
"name": "value",
|
|
128275
|
-
"type": {
|
|
128276
|
-
"text": "string"
|
|
128277
|
-
}
|
|
128278
|
-
},
|
|
128279
|
-
{
|
|
128280
|
-
"name": "force",
|
|
128281
|
-
"optional": true,
|
|
128282
|
-
"type": {
|
|
128283
|
-
"text": "boolean"
|
|
128284
|
-
}
|
|
128285
|
-
}
|
|
128286
|
-
],
|
|
128337
|
+
"default": "false",
|
|
128287
128338
|
"inheritedFrom": {
|
|
128288
|
-
"name": "
|
|
128289
|
-
"module": "core/
|
|
128339
|
+
"name": "SbbDisabledMixin",
|
|
128340
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
128290
128341
|
}
|
|
128291
128342
|
},
|
|
128292
128343
|
{
|
|
128293
128344
|
"kind": "method",
|
|
128294
|
-
"name": "
|
|
128295
|
-
"privacy": "
|
|
128345
|
+
"name": "isDisabledExternally",
|
|
128346
|
+
"privacy": "protected",
|
|
128296
128347
|
"return": {
|
|
128297
128348
|
"type": {
|
|
128298
|
-
"text": "
|
|
128349
|
+
"text": "boolean"
|
|
128299
128350
|
}
|
|
128300
128351
|
},
|
|
128301
|
-
"
|
|
128302
|
-
{
|
|
128303
|
-
"name": "event",
|
|
128304
|
-
"type": {
|
|
128305
|
-
"text": "Event"
|
|
128306
|
-
}
|
|
128307
|
-
},
|
|
128308
|
-
{
|
|
128309
|
-
"name": "slot",
|
|
128310
|
-
"type": {
|
|
128311
|
-
"text": "HTMLSlotElement"
|
|
128312
|
-
}
|
|
128313
|
-
}
|
|
128314
|
-
],
|
|
128352
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
128315
128353
|
"inheritedFrom": {
|
|
128316
|
-
"name": "
|
|
128317
|
-
"module": "core/
|
|
128354
|
+
"name": "SbbDisabledMixin",
|
|
128355
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
128318
128356
|
}
|
|
128319
128357
|
},
|
|
128320
128358
|
{
|
|
128321
|
-
"kind": "
|
|
128322
|
-
"name": "
|
|
128323
|
-
"
|
|
128324
|
-
|
|
128325
|
-
|
|
128326
|
-
|
|
128327
|
-
|
|
128328
|
-
|
|
128329
|
-
"parameters": [
|
|
128330
|
-
{
|
|
128331
|
-
"name": "slot",
|
|
128332
|
-
"type": {
|
|
128333
|
-
"text": "HTMLSlotElement"
|
|
128334
|
-
}
|
|
128335
|
-
}
|
|
128336
|
-
],
|
|
128359
|
+
"kind": "field",
|
|
128360
|
+
"name": "styles",
|
|
128361
|
+
"type": {
|
|
128362
|
+
"text": "CSSResultGroup"
|
|
128363
|
+
},
|
|
128364
|
+
"privacy": "public",
|
|
128365
|
+
"static": true,
|
|
128366
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
128337
128367
|
"inheritedFrom": {
|
|
128338
|
-
"name": "
|
|
128339
|
-
"module": "
|
|
128368
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
128369
|
+
"module": "menu/common/menu-action-common.js"
|
|
128340
128370
|
}
|
|
128341
128371
|
},
|
|
128342
128372
|
{
|
|
128343
128373
|
"kind": "method",
|
|
128344
|
-
"name": "
|
|
128345
|
-
"privacy": "
|
|
128374
|
+
"name": "renderTemplate",
|
|
128375
|
+
"privacy": "protected",
|
|
128346
128376
|
"return": {
|
|
128347
128377
|
"type": {
|
|
128348
|
-
"text": "
|
|
128378
|
+
"text": "TemplateResult"
|
|
128349
128379
|
}
|
|
128350
128380
|
},
|
|
128351
|
-
"
|
|
128352
|
-
{
|
|
128353
|
-
"name": "slot",
|
|
128354
|
-
"type": {
|
|
128355
|
-
"text": "HTMLSlotElement"
|
|
128356
|
-
}
|
|
128357
|
-
}
|
|
128358
|
-
],
|
|
128381
|
+
"description": "Override this method to render the component template.",
|
|
128359
128382
|
"inheritedFrom": {
|
|
128360
|
-
"name": "
|
|
128361
|
-
"module": "core/base-elements/element.js"
|
|
128383
|
+
"name": "SbbActionBaseElement",
|
|
128384
|
+
"module": "core/base-elements/action-base-element.js"
|
|
128362
128385
|
}
|
|
128363
128386
|
},
|
|
128364
128387
|
{
|
|
128365
|
-
"kind": "
|
|
128366
|
-
"name": "
|
|
128367
|
-
"
|
|
128368
|
-
|
|
128369
|
-
"type": {
|
|
128370
|
-
"text": "void"
|
|
128371
|
-
}
|
|
128388
|
+
"kind": "field",
|
|
128389
|
+
"name": "elementDependencies",
|
|
128390
|
+
"type": {
|
|
128391
|
+
"text": "SbbElementType[]"
|
|
128372
128392
|
},
|
|
128373
|
-
"
|
|
128374
|
-
|
|
128375
|
-
"name": "slot",
|
|
128376
|
-
"type": {
|
|
128377
|
-
"text": "HTMLSlotElement"
|
|
128378
|
-
}
|
|
128379
|
-
}
|
|
128380
|
-
],
|
|
128393
|
+
"privacy": "public",
|
|
128394
|
+
"static": true,
|
|
128381
128395
|
"inheritedFrom": {
|
|
128382
128396
|
"name": "SbbElement",
|
|
128383
128397
|
"module": "core/base-elements/element.js"
|
|
128398
|
+
},
|
|
128399
|
+
"default": "[SbbIconElement]"
|
|
128400
|
+
},
|
|
128401
|
+
{
|
|
128402
|
+
"kind": "field",
|
|
128403
|
+
"name": "iconName",
|
|
128404
|
+
"type": {
|
|
128405
|
+
"text": "string"
|
|
128406
|
+
},
|
|
128407
|
+
"privacy": "public",
|
|
128408
|
+
"default": "''",
|
|
128409
|
+
"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.",
|
|
128410
|
+
"attribute": "icon-name",
|
|
128411
|
+
"inheritedFrom": {
|
|
128412
|
+
"name": "SbbIconNameMixin",
|
|
128413
|
+
"module": "icon/icon-name-mixin.js"
|
|
128384
128414
|
}
|
|
128385
128415
|
},
|
|
128386
128416
|
{
|
|
128387
128417
|
"kind": "method",
|
|
128388
|
-
"name": "
|
|
128389
|
-
"privacy": "
|
|
128418
|
+
"name": "renderIconSlot",
|
|
128419
|
+
"privacy": "protected",
|
|
128390
128420
|
"return": {
|
|
128391
128421
|
"type": {
|
|
128392
|
-
"text": "
|
|
128422
|
+
"text": "TemplateResult"
|
|
128393
128423
|
}
|
|
128394
128424
|
},
|
|
128395
128425
|
"parameters": [
|
|
128396
128426
|
{
|
|
128397
|
-
"name": "
|
|
128427
|
+
"name": "classname",
|
|
128428
|
+
"optional": true,
|
|
128398
128429
|
"type": {
|
|
128399
|
-
"text": "
|
|
128430
|
+
"text": "string"
|
|
128400
128431
|
}
|
|
128401
128432
|
}
|
|
128402
128433
|
],
|
|
128403
128434
|
"inheritedFrom": {
|
|
128404
|
-
"name": "
|
|
128405
|
-
"module": "
|
|
128435
|
+
"name": "SbbIconNameMixin",
|
|
128436
|
+
"module": "icon/icon-name-mixin.js"
|
|
128406
128437
|
}
|
|
128407
|
-
}
|
|
128408
|
-
],
|
|
128409
|
-
"mixins": [
|
|
128410
|
-
{
|
|
128411
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
128412
|
-
"module": "core.js"
|
|
128413
128438
|
},
|
|
128414
128439
|
{
|
|
128415
|
-
"
|
|
128416
|
-
"
|
|
128417
|
-
|
|
128418
|
-
|
|
128419
|
-
|
|
128420
|
-
|
|
128421
|
-
|
|
128422
|
-
},
|
|
128423
|
-
"tagName": "sbb-menu-button",
|
|
128424
|
-
"customElement": true,
|
|
128425
|
-
"attributes": [
|
|
128426
|
-
{
|
|
128427
|
-
"name": "disabled-interactive",
|
|
128428
|
-
"type": {
|
|
128429
|
-
"text": "boolean"
|
|
128440
|
+
"kind": "method",
|
|
128441
|
+
"name": "renderIconName",
|
|
128442
|
+
"privacy": "protected",
|
|
128443
|
+
"return": {
|
|
128444
|
+
"type": {
|
|
128445
|
+
"text": "string"
|
|
128446
|
+
}
|
|
128430
128447
|
},
|
|
128431
|
-
"default": "false",
|
|
128432
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
128433
|
-
"fieldName": "disabledInteractive",
|
|
128434
128448
|
"inheritedFrom": {
|
|
128435
|
-
"name": "
|
|
128436
|
-
"module": "
|
|
128449
|
+
"name": "SbbIconNameMixin",
|
|
128450
|
+
"module": "icon/icon-name-mixin.js"
|
|
128437
128451
|
}
|
|
128438
128452
|
},
|
|
128439
128453
|
{
|
|
128440
|
-
"
|
|
128441
|
-
"
|
|
128442
|
-
"
|
|
128443
|
-
"
|
|
128444
|
-
"
|
|
128454
|
+
"kind": "method",
|
|
128455
|
+
"name": "_renderIconName",
|
|
128456
|
+
"privacy": "private",
|
|
128457
|
+
"return": {
|
|
128458
|
+
"type": {
|
|
128459
|
+
"text": "string"
|
|
128460
|
+
}
|
|
128445
128461
|
},
|
|
128446
|
-
"fieldName": "disabled",
|
|
128447
128462
|
"inheritedFrom": {
|
|
128448
|
-
"name": "
|
|
128449
|
-
"module": "
|
|
128463
|
+
"name": "SbbIconNameMixin",
|
|
128464
|
+
"module": "icon/icon-name-mixin.js"
|
|
128450
128465
|
}
|
|
128451
128466
|
},
|
|
128452
128467
|
{
|
|
128453
|
-
"
|
|
128468
|
+
"kind": "field",
|
|
128469
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
128454
128470
|
"type": {
|
|
128455
|
-
"text": "
|
|
128471
|
+
"text": "array"
|
|
128456
128472
|
},
|
|
128457
|
-
"
|
|
128458
|
-
"
|
|
128459
|
-
"
|
|
128473
|
+
"privacy": "private",
|
|
128474
|
+
"readonly": true,
|
|
128475
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
128460
128476
|
"inheritedFrom": {
|
|
128461
|
-
"name": "
|
|
128462
|
-
"module": "
|
|
128477
|
+
"name": "SbbButtonBaseElement",
|
|
128478
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128463
128479
|
}
|
|
128464
128480
|
},
|
|
128465
128481
|
{
|
|
128482
|
+
"kind": "field",
|
|
128466
128483
|
"name": "value",
|
|
128467
128484
|
"type": {
|
|
128468
128485
|
"text": "string"
|
|
128469
128486
|
},
|
|
128470
|
-
"
|
|
128471
|
-
"description": "Value of the form element.",
|
|
128472
|
-
"fieldName": "value",
|
|
128487
|
+
"privacy": "public",
|
|
128473
128488
|
"inheritedFrom": {
|
|
128474
128489
|
"name": "SbbButtonBaseElement",
|
|
128475
128490
|
"module": "core/base-elements/button-base-element.js"
|
|
128476
|
-
}
|
|
128491
|
+
},
|
|
128492
|
+
"default": "''",
|
|
128493
|
+
"description": "Value of the form element.",
|
|
128494
|
+
"attribute": "value"
|
|
128477
128495
|
},
|
|
128478
128496
|
{
|
|
128497
|
+
"kind": "field",
|
|
128479
128498
|
"name": "type",
|
|
128499
|
+
"privacy": "public",
|
|
128480
128500
|
"description": "The type attribute to use for the button.",
|
|
128481
128501
|
"default": "'button'",
|
|
128482
128502
|
"type": {
|
|
128483
128503
|
"text": "SbbButtonType"
|
|
128484
128504
|
},
|
|
128485
|
-
"
|
|
128505
|
+
"attribute": "type",
|
|
128486
128506
|
"inheritedFrom": {
|
|
128487
128507
|
"name": "SbbButtonBaseElement",
|
|
128488
128508
|
"module": "core/base-elements/button-base-element.js"
|
|
128489
128509
|
}
|
|
128490
128510
|
},
|
|
128491
128511
|
{
|
|
128512
|
+
"kind": "field",
|
|
128492
128513
|
"name": "form",
|
|
128493
|
-
"description": "The `<form>` element to associate the button with.",
|
|
128494
128514
|
"type": {
|
|
128495
128515
|
"text": "HTMLFormElement | null"
|
|
128496
128516
|
},
|
|
128497
|
-
"
|
|
128517
|
+
"privacy": "public",
|
|
128518
|
+
"description": "The `<form>` element to associate the button with.",
|
|
128498
128519
|
"inheritedFrom": {
|
|
128499
128520
|
"name": "SbbButtonBaseElement",
|
|
128500
128521
|
"module": "core/base-elements/button-base-element.js"
|
|
128501
|
-
}
|
|
128522
|
+
},
|
|
128523
|
+
"attribute": "form"
|
|
128502
128524
|
},
|
|
128503
128525
|
{
|
|
128504
|
-
"
|
|
128505
|
-
"
|
|
128526
|
+
"kind": "field",
|
|
128527
|
+
"name": "_formId",
|
|
128506
128528
|
"type": {
|
|
128507
128529
|
"text": "string"
|
|
128508
128530
|
},
|
|
128509
|
-
"
|
|
128531
|
+
"privacy": "private",
|
|
128532
|
+
"default": "''",
|
|
128510
128533
|
"inheritedFrom": {
|
|
128511
|
-
"name": "
|
|
128512
|
-
"module": "core/
|
|
128534
|
+
"name": "SbbButtonBaseElement",
|
|
128535
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128513
128536
|
}
|
|
128514
|
-
}
|
|
128515
|
-
]
|
|
128516
|
-
}
|
|
128517
|
-
],
|
|
128518
|
-
"exports": [
|
|
128519
|
-
{
|
|
128520
|
-
"kind": "js",
|
|
128521
|
-
"name": "SbbMenuButtonElement",
|
|
128522
|
-
"declaration": {
|
|
128523
|
-
"name": "SbbMenuButtonElement",
|
|
128524
|
-
"module": "menu/menu-button/menu-button.component.js"
|
|
128525
|
-
}
|
|
128526
|
-
}
|
|
128527
|
-
]
|
|
128528
|
-
},
|
|
128529
|
-
{
|
|
128530
|
-
"kind": "javascript-module",
|
|
128531
|
-
"path": "menu/menu-link/menu-link.component.js",
|
|
128532
|
-
"declarations": [
|
|
128533
|
-
{
|
|
128534
|
-
"kind": "class",
|
|
128535
|
-
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
128536
|
-
"name": "SbbMenuLinkElement",
|
|
128537
|
-
"cssProperties": [
|
|
128537
|
+
},
|
|
128538
128538
|
{
|
|
128539
|
-
"
|
|
128540
|
-
"name": "
|
|
128541
|
-
"
|
|
128542
|
-
|
|
128543
|
-
|
|
128544
|
-
|
|
128539
|
+
"kind": "field",
|
|
128540
|
+
"name": "_handleButtonClick",
|
|
128541
|
+
"privacy": "private",
|
|
128542
|
+
"inheritedFrom": {
|
|
128543
|
+
"name": "SbbButtonBaseElement",
|
|
128544
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128545
|
+
}
|
|
128546
|
+
},
|
|
128545
128547
|
{
|
|
128546
|
-
"
|
|
128547
|
-
"name": ""
|
|
128548
|
+
"kind": "method",
|
|
128549
|
+
"name": "_requestSubmit",
|
|
128550
|
+
"privacy": "private",
|
|
128551
|
+
"return": {
|
|
128552
|
+
"type": {
|
|
128553
|
+
"text": "void"
|
|
128554
|
+
}
|
|
128555
|
+
},
|
|
128556
|
+
"parameters": [
|
|
128557
|
+
{
|
|
128558
|
+
"name": "form",
|
|
128559
|
+
"type": {
|
|
128560
|
+
"text": "HTMLFormElement"
|
|
128561
|
+
}
|
|
128562
|
+
}
|
|
128563
|
+
],
|
|
128564
|
+
"inheritedFrom": {
|
|
128565
|
+
"name": "SbbButtonBaseElement",
|
|
128566
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128567
|
+
}
|
|
128548
128568
|
},
|
|
128549
128569
|
{
|
|
128550
|
-
"
|
|
128551
|
-
"name": "
|
|
128552
|
-
|
|
128553
|
-
|
|
128554
|
-
|
|
128570
|
+
"kind": "field",
|
|
128571
|
+
"name": "_formKeyDown",
|
|
128572
|
+
"privacy": "private",
|
|
128573
|
+
"inheritedFrom": {
|
|
128574
|
+
"name": "SbbButtonBaseElement",
|
|
128575
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128576
|
+
}
|
|
128577
|
+
},
|
|
128555
128578
|
{
|
|
128556
128579
|
"kind": "field",
|
|
128557
|
-
"name": "
|
|
128580
|
+
"name": "formAssociated",
|
|
128558
128581
|
"type": {
|
|
128559
|
-
"text": "
|
|
128582
|
+
"text": "boolean"
|
|
128560
128583
|
},
|
|
128561
128584
|
"privacy": "public",
|
|
128562
128585
|
"static": true,
|
|
128563
|
-
"
|
|
128586
|
+
"default": "true",
|
|
128564
128587
|
"inheritedFrom": {
|
|
128565
|
-
"name": "
|
|
128566
|
-
"module": "core/
|
|
128567
|
-
}
|
|
128568
|
-
"default": "'sbb-menu-link'"
|
|
128588
|
+
"name": "SbbFormAssociatedMixin",
|
|
128589
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128590
|
+
}
|
|
128569
128591
|
},
|
|
128570
128592
|
{
|
|
128571
128593
|
"kind": "field",
|
|
128572
|
-
"name": "
|
|
128594
|
+
"name": "name",
|
|
128595
|
+
"privacy": "public",
|
|
128596
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
128573
128597
|
"type": {
|
|
128574
128598
|
"text": "string"
|
|
128575
128599
|
},
|
|
128576
|
-
"
|
|
128577
|
-
"readonly": true,
|
|
128578
|
-
"default": "'menuitem'",
|
|
128600
|
+
"attribute": "name",
|
|
128579
128601
|
"inheritedFrom": {
|
|
128580
|
-
"name": "
|
|
128581
|
-
"module": "core/
|
|
128602
|
+
"name": "SbbFormAssociatedMixin",
|
|
128603
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128582
128604
|
}
|
|
128583
128605
|
},
|
|
128584
128606
|
{
|
|
128585
128607
|
"kind": "field",
|
|
128586
|
-
"name": "
|
|
128608
|
+
"name": "validity",
|
|
128587
128609
|
"type": {
|
|
128588
|
-
"text": "
|
|
128610
|
+
"text": "ValidityState"
|
|
128589
128611
|
},
|
|
128590
128612
|
"privacy": "public",
|
|
128591
|
-
"
|
|
128592
|
-
"
|
|
128593
|
-
"attribute": "disabled-interactive",
|
|
128594
|
-
"reflects": true,
|
|
128613
|
+
"description": "Returns the ValidityState object for this element.",
|
|
128614
|
+
"readonly": true,
|
|
128595
128615
|
"inheritedFrom": {
|
|
128596
|
-
"name": "
|
|
128597
|
-
"module": "core/mixins/
|
|
128616
|
+
"name": "SbbFormAssociatedMixin",
|
|
128617
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128598
128618
|
}
|
|
128599
128619
|
},
|
|
128600
128620
|
{
|
|
128601
128621
|
"kind": "field",
|
|
128602
|
-
"name": "
|
|
128622
|
+
"name": "validationMessage",
|
|
128603
128623
|
"type": {
|
|
128604
|
-
"text": "
|
|
128624
|
+
"text": "string"
|
|
128605
128625
|
},
|
|
128606
128626
|
"privacy": "public",
|
|
128607
|
-
"
|
|
128608
|
-
"
|
|
128627
|
+
"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.",
|
|
128628
|
+
"readonly": true,
|
|
128609
128629
|
"inheritedFrom": {
|
|
128610
|
-
"name": "
|
|
128611
|
-
"module": "
|
|
128630
|
+
"name": "SbbFormAssociatedMixin",
|
|
128631
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128612
128632
|
}
|
|
128613
128633
|
},
|
|
128614
128634
|
{
|
|
128615
|
-
"kind": "
|
|
128616
|
-
"name": "
|
|
128617
|
-
"
|
|
128618
|
-
|
|
128619
|
-
"type": {
|
|
128620
|
-
"text": "TemplateResult"
|
|
128621
|
-
}
|
|
128635
|
+
"kind": "field",
|
|
128636
|
+
"name": "willValidate",
|
|
128637
|
+
"type": {
|
|
128638
|
+
"text": "boolean"
|
|
128622
128639
|
},
|
|
128623
|
-
"
|
|
128640
|
+
"privacy": "public",
|
|
128641
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
128642
|
+
"readonly": true,
|
|
128624
128643
|
"inheritedFrom": {
|
|
128625
|
-
"name": "
|
|
128626
|
-
"module": "core/
|
|
128644
|
+
"name": "SbbFormAssociatedMixin",
|
|
128645
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128627
128646
|
}
|
|
128628
128647
|
},
|
|
128629
128648
|
{
|
|
128630
128649
|
"kind": "field",
|
|
128631
|
-
"name": "
|
|
128632
|
-
"
|
|
128633
|
-
|
|
128634
|
-
},
|
|
128635
|
-
"privacy": "public",
|
|
128636
|
-
"static": true,
|
|
128650
|
+
"name": "_validityStates",
|
|
128651
|
+
"privacy": "private",
|
|
128652
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
128637
128653
|
"inheritedFrom": {
|
|
128638
|
-
"name": "
|
|
128639
|
-
"module": "core/
|
|
128640
|
-
}
|
|
128641
|
-
"default": "[SbbIconElement]"
|
|
128654
|
+
"name": "SbbFormAssociatedMixin",
|
|
128655
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128656
|
+
}
|
|
128642
128657
|
},
|
|
128643
128658
|
{
|
|
128644
128659
|
"kind": "field",
|
|
128645
|
-
"name": "
|
|
128660
|
+
"name": "formDisabled",
|
|
128646
128661
|
"type": {
|
|
128647
|
-
"text": "
|
|
128662
|
+
"text": "boolean"
|
|
128648
128663
|
},
|
|
128649
|
-
"privacy": "
|
|
128650
|
-
"default": "
|
|
128651
|
-
"description": "
|
|
128652
|
-
"attribute": "icon-name",
|
|
128664
|
+
"privacy": "protected",
|
|
128665
|
+
"default": "false",
|
|
128666
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
128653
128667
|
"inheritedFrom": {
|
|
128654
|
-
"name": "
|
|
128655
|
-
"module": "
|
|
128668
|
+
"name": "SbbFormAssociatedMixin",
|
|
128669
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128656
128670
|
}
|
|
128657
128671
|
},
|
|
128658
128672
|
{
|
|
128659
128673
|
"kind": "method",
|
|
128660
|
-
"name": "
|
|
128661
|
-
"privacy": "
|
|
128674
|
+
"name": "checkValidity",
|
|
128675
|
+
"privacy": "public",
|
|
128662
128676
|
"return": {
|
|
128663
128677
|
"type": {
|
|
128664
|
-
"text": "
|
|
128678
|
+
"text": "boolean"
|
|
128665
128679
|
}
|
|
128666
128680
|
},
|
|
128667
|
-
"
|
|
128668
|
-
{
|
|
128669
|
-
"name": "classname",
|
|
128670
|
-
"optional": true,
|
|
128671
|
-
"type": {
|
|
128672
|
-
"text": "string"
|
|
128673
|
-
}
|
|
128674
|
-
}
|
|
128675
|
-
],
|
|
128681
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
128676
128682
|
"inheritedFrom": {
|
|
128677
|
-
"name": "
|
|
128678
|
-
"module": "
|
|
128683
|
+
"name": "SbbFormAssociatedMixin",
|
|
128684
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128679
128685
|
}
|
|
128680
128686
|
},
|
|
128681
128687
|
{
|
|
128682
128688
|
"kind": "method",
|
|
128683
|
-
"name": "
|
|
128684
|
-
"privacy": "
|
|
128689
|
+
"name": "reportValidity",
|
|
128690
|
+
"privacy": "public",
|
|
128685
128691
|
"return": {
|
|
128686
128692
|
"type": {
|
|
128687
|
-
"text": "
|
|
128693
|
+
"text": "boolean"
|
|
128688
128694
|
}
|
|
128689
128695
|
},
|
|
128696
|
+
"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.",
|
|
128690
128697
|
"inheritedFrom": {
|
|
128691
|
-
"name": "
|
|
128692
|
-
"module": "
|
|
128698
|
+
"name": "SbbFormAssociatedMixin",
|
|
128699
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128693
128700
|
}
|
|
128694
128701
|
},
|
|
128695
128702
|
{
|
|
128696
128703
|
"kind": "method",
|
|
128697
|
-
"name": "
|
|
128698
|
-
"privacy": "
|
|
128704
|
+
"name": "setCustomValidity",
|
|
128705
|
+
"privacy": "public",
|
|
128699
128706
|
"return": {
|
|
128700
128707
|
"type": {
|
|
128701
|
-
"text": "
|
|
128708
|
+
"text": "void"
|
|
128702
128709
|
}
|
|
128703
128710
|
},
|
|
128711
|
+
"parameters": [
|
|
128712
|
+
{
|
|
128713
|
+
"name": "message",
|
|
128714
|
+
"type": {
|
|
128715
|
+
"text": "string"
|
|
128716
|
+
}
|
|
128717
|
+
}
|
|
128718
|
+
],
|
|
128719
|
+
"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.",
|
|
128704
128720
|
"inheritedFrom": {
|
|
128705
|
-
"name": "
|
|
128706
|
-
"module": "
|
|
128707
|
-
}
|
|
128708
|
-
},
|
|
128709
|
-
{
|
|
128710
|
-
"kind": "field",
|
|
128711
|
-
"name": "disabled",
|
|
128712
|
-
"privacy": "public",
|
|
128713
|
-
"description": "Whether the component is disabled.",
|
|
128714
|
-
"default": "false",
|
|
128715
|
-
"type": {
|
|
128716
|
-
"text": "boolean"
|
|
128717
|
-
},
|
|
128718
|
-
"attribute": "disabled",
|
|
128719
|
-
"reflects": true,
|
|
128720
|
-
"inheritedFrom": {
|
|
128721
|
-
"name": "SbbDisabledMixin",
|
|
128722
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
128721
|
+
"name": "SbbFormAssociatedMixin",
|
|
128722
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128723
128723
|
}
|
|
128724
128724
|
},
|
|
128725
128725
|
{
|
|
128726
|
-
"kind": "
|
|
128727
|
-
"name": "
|
|
128726
|
+
"kind": "method",
|
|
128727
|
+
"name": "_hasDisabledAncestor",
|
|
128728
128728
|
"privacy": "private",
|
|
128729
|
-
"
|
|
128730
|
-
"
|
|
128729
|
+
"return": {
|
|
128730
|
+
"type": {
|
|
128731
|
+
"text": "boolean"
|
|
128732
|
+
}
|
|
128731
128733
|
},
|
|
128732
|
-
"default": "false",
|
|
128733
128734
|
"inheritedFrom": {
|
|
128734
|
-
"name": "
|
|
128735
|
-
"module": "core/mixins/
|
|
128735
|
+
"name": "SbbFormAssociatedMixin",
|
|
128736
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128736
128737
|
}
|
|
128737
128738
|
},
|
|
128738
128739
|
{
|
|
128739
128740
|
"kind": "method",
|
|
128740
|
-
"name": "
|
|
128741
|
+
"name": "updateFormValue",
|
|
128741
128742
|
"privacy": "protected",
|
|
128742
128743
|
"return": {
|
|
128743
128744
|
"type": {
|
|
128744
|
-
"text": "
|
|
128745
|
+
"text": "void"
|
|
128745
128746
|
}
|
|
128746
128747
|
},
|
|
128747
|
-
"description": "
|
|
128748
|
+
"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",
|
|
128748
128749
|
"inheritedFrom": {
|
|
128749
|
-
"name": "
|
|
128750
|
-
"module": "core/mixins/
|
|
128750
|
+
"name": "SbbFormAssociatedMixin",
|
|
128751
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128751
128752
|
}
|
|
128752
128753
|
},
|
|
128753
128754
|
{
|
|
128754
|
-
"kind": "
|
|
128755
|
-
"name": "
|
|
128756
|
-
"
|
|
128757
|
-
|
|
128755
|
+
"kind": "method",
|
|
128756
|
+
"name": "formState",
|
|
128757
|
+
"privacy": "protected",
|
|
128758
|
+
"return": {
|
|
128759
|
+
"type": {
|
|
128760
|
+
"text": "FormRestoreState"
|
|
128761
|
+
}
|
|
128758
128762
|
},
|
|
128759
|
-
"privacy": "public",
|
|
128760
|
-
"default": "''",
|
|
128761
|
-
"description": "The href value you want to link to.",
|
|
128762
|
-
"attribute": "href",
|
|
128763
|
-
"reflects": true,
|
|
128764
128763
|
"inheritedFrom": {
|
|
128765
|
-
"name": "
|
|
128766
|
-
"module": "core/
|
|
128764
|
+
"name": "SbbFormAssociatedMixin",
|
|
128765
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128767
128766
|
}
|
|
128768
128767
|
},
|
|
128769
128768
|
{
|
|
128770
|
-
"kind": "
|
|
128771
|
-
"name": "
|
|
128772
|
-
"
|
|
128773
|
-
|
|
128769
|
+
"kind": "method",
|
|
128770
|
+
"name": "setValidityFlag",
|
|
128771
|
+
"privacy": "protected",
|
|
128772
|
+
"return": {
|
|
128773
|
+
"type": {
|
|
128774
|
+
"text": "void"
|
|
128775
|
+
}
|
|
128774
128776
|
},
|
|
128775
|
-
"
|
|
128776
|
-
|
|
128777
|
-
|
|
128778
|
-
|
|
128779
|
-
|
|
128777
|
+
"parameters": [
|
|
128778
|
+
{
|
|
128779
|
+
"name": "flag",
|
|
128780
|
+
"type": {
|
|
128781
|
+
"text": "T"
|
|
128782
|
+
}
|
|
128783
|
+
},
|
|
128784
|
+
{
|
|
128785
|
+
"name": "message",
|
|
128786
|
+
"type": {
|
|
128787
|
+
"text": "string"
|
|
128788
|
+
}
|
|
128789
|
+
},
|
|
128790
|
+
{
|
|
128791
|
+
"name": "flagValue",
|
|
128792
|
+
"optional": true,
|
|
128793
|
+
"type": {
|
|
128794
|
+
"text": "ValidityStateFlags[T]"
|
|
128795
|
+
}
|
|
128796
|
+
}
|
|
128797
|
+
],
|
|
128798
|
+
"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).",
|
|
128780
128799
|
"inheritedFrom": {
|
|
128781
|
-
"name": "
|
|
128782
|
-
"module": "core/
|
|
128800
|
+
"name": "SbbFormAssociatedMixin",
|
|
128801
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128783
128802
|
}
|
|
128784
128803
|
},
|
|
128785
|
-
{
|
|
128786
|
-
"kind": "
|
|
128787
|
-
"name": "
|
|
128788
|
-
"
|
|
128789
|
-
|
|
128804
|
+
{
|
|
128805
|
+
"kind": "method",
|
|
128806
|
+
"name": "removeValidityFlag",
|
|
128807
|
+
"privacy": "protected",
|
|
128808
|
+
"return": {
|
|
128809
|
+
"type": {
|
|
128810
|
+
"text": "void"
|
|
128811
|
+
}
|
|
128790
128812
|
},
|
|
128791
|
-
"
|
|
128792
|
-
|
|
128793
|
-
|
|
128794
|
-
|
|
128795
|
-
|
|
128813
|
+
"parameters": [
|
|
128814
|
+
{
|
|
128815
|
+
"name": "flag",
|
|
128816
|
+
"type": {
|
|
128817
|
+
"text": "T"
|
|
128818
|
+
}
|
|
128819
|
+
}
|
|
128820
|
+
],
|
|
128821
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
128796
128822
|
"inheritedFrom": {
|
|
128797
|
-
"name": "
|
|
128798
|
-
"module": "core/
|
|
128823
|
+
"name": "SbbFormAssociatedMixin",
|
|
128824
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128799
128825
|
}
|
|
128800
128826
|
},
|
|
128801
128827
|
{
|
|
128802
|
-
"kind": "
|
|
128803
|
-
"name": "
|
|
128804
|
-
"
|
|
128805
|
-
|
|
128828
|
+
"kind": "method",
|
|
128829
|
+
"name": "validate",
|
|
128830
|
+
"privacy": "protected",
|
|
128831
|
+
"return": {
|
|
128832
|
+
"type": {
|
|
128833
|
+
"text": "void"
|
|
128834
|
+
}
|
|
128806
128835
|
},
|
|
128807
|
-
"
|
|
128808
|
-
"default": "false",
|
|
128809
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
128810
|
-
"attribute": "download",
|
|
128811
|
-
"reflects": true,
|
|
128836
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
128812
128837
|
"inheritedFrom": {
|
|
128813
|
-
"name": "
|
|
128814
|
-
"module": "core/
|
|
128838
|
+
"name": "SbbFormAssociatedMixin",
|
|
128839
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128815
128840
|
}
|
|
128816
128841
|
},
|
|
128817
128842
|
{
|
|
128818
|
-
"kind": "
|
|
128819
|
-
"name": "
|
|
128820
|
-
"
|
|
128821
|
-
|
|
128843
|
+
"kind": "method",
|
|
128844
|
+
"name": "shouldValidate",
|
|
128845
|
+
"privacy": "protected",
|
|
128846
|
+
"return": {
|
|
128847
|
+
"type": {
|
|
128848
|
+
"text": "boolean"
|
|
128849
|
+
}
|
|
128822
128850
|
},
|
|
128823
|
-
"
|
|
128824
|
-
|
|
128825
|
-
|
|
128826
|
-
|
|
128851
|
+
"parameters": [
|
|
128852
|
+
{
|
|
128853
|
+
"name": "name",
|
|
128854
|
+
"type": {
|
|
128855
|
+
"text": "PropertyKey | undefined"
|
|
128856
|
+
}
|
|
128857
|
+
}
|
|
128858
|
+
],
|
|
128859
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
128827
128860
|
"inheritedFrom": {
|
|
128828
|
-
"name": "
|
|
128829
|
-
"module": "core/
|
|
128861
|
+
"name": "SbbFormAssociatedMixin",
|
|
128862
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128830
128863
|
}
|
|
128831
128864
|
},
|
|
128832
128865
|
{
|
|
128833
|
-
"kind": "
|
|
128834
|
-
"name": "
|
|
128835
|
-
"
|
|
128836
|
-
|
|
128866
|
+
"kind": "method",
|
|
128867
|
+
"name": "_setInternalValidity",
|
|
128868
|
+
"privacy": "private",
|
|
128869
|
+
"return": {
|
|
128870
|
+
"type": {
|
|
128871
|
+
"text": "void"
|
|
128872
|
+
}
|
|
128837
128873
|
},
|
|
128838
|
-
"privacy": "public",
|
|
128839
|
-
"default": "''",
|
|
128840
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128841
|
-
"attribute": "accessibility-current",
|
|
128842
128874
|
"inheritedFrom": {
|
|
128843
|
-
"name": "
|
|
128844
|
-
"module": "core/
|
|
128875
|
+
"name": "SbbFormAssociatedMixin",
|
|
128876
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
128845
128877
|
}
|
|
128846
128878
|
},
|
|
128847
128879
|
{
|
|
128848
128880
|
"kind": "field",
|
|
128849
|
-
"name": "
|
|
128850
|
-
"privacy": "
|
|
128851
|
-
"
|
|
128881
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
128882
|
+
"privacy": "private",
|
|
128883
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
128884
|
+
"parameters": [
|
|
128885
|
+
{
|
|
128886
|
+
"description": "The origin event.",
|
|
128887
|
+
"name": "event"
|
|
128888
|
+
}
|
|
128889
|
+
],
|
|
128852
128890
|
"inheritedFrom": {
|
|
128853
|
-
"name": "
|
|
128854
|
-
"module": "core/base-elements/
|
|
128891
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128892
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128855
128893
|
}
|
|
128856
128894
|
},
|
|
128857
128895
|
{
|
|
128858
128896
|
"kind": "field",
|
|
128859
|
-
"name": "
|
|
128897
|
+
"name": "_removeActiveMarker",
|
|
128860
128898
|
"privacy": "private",
|
|
128861
128899
|
"inheritedFrom": {
|
|
128862
|
-
"name": "
|
|
128863
|
-
"module": "core/base-elements/
|
|
128900
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128901
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128864
128902
|
}
|
|
128865
128903
|
},
|
|
128866
128904
|
{
|
|
128867
|
-
"kind": "
|
|
128868
|
-
"name": "
|
|
128869
|
-
"privacy": "
|
|
128870
|
-
"
|
|
128871
|
-
"type": {
|
|
128872
|
-
"text": "TemplateResult"
|
|
128873
|
-
}
|
|
128874
|
-
},
|
|
128905
|
+
"kind": "field",
|
|
128906
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
128907
|
+
"privacy": "private",
|
|
128908
|
+
"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.",
|
|
128875
128909
|
"parameters": [
|
|
128876
128910
|
{
|
|
128877
|
-
"
|
|
128878
|
-
"
|
|
128879
|
-
"text": "TemplateResult"
|
|
128880
|
-
}
|
|
128911
|
+
"description": "The origin event.",
|
|
128912
|
+
"name": "event"
|
|
128881
128913
|
}
|
|
128882
128914
|
],
|
|
128883
128915
|
"inheritedFrom": {
|
|
128884
|
-
"name": "
|
|
128885
|
-
"module": "core/base-elements/
|
|
128916
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128917
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128918
|
+
}
|
|
128919
|
+
},
|
|
128920
|
+
{
|
|
128921
|
+
"kind": "field",
|
|
128922
|
+
"name": "_dispatchClickEvent",
|
|
128923
|
+
"privacy": "private",
|
|
128924
|
+
"inheritedFrom": {
|
|
128925
|
+
"name": "SbbButtonLikeBaseElement",
|
|
128926
|
+
"module": "core/base-elements/button-base-element.js"
|
|
128886
128927
|
}
|
|
128887
128928
|
},
|
|
128888
128929
|
{
|
|
@@ -128939,19 +128980,6 @@
|
|
|
128939
128980
|
"module": "core/base-elements/element.js"
|
|
128940
128981
|
}
|
|
128941
128982
|
},
|
|
128942
|
-
{
|
|
128943
|
-
"kind": "field",
|
|
128944
|
-
"name": "role",
|
|
128945
|
-
"type": {
|
|
128946
|
-
"text": "ElementInternals['role'] | undefined"
|
|
128947
|
-
},
|
|
128948
|
-
"privacy": "public",
|
|
128949
|
-
"static": true,
|
|
128950
|
-
"inheritedFrom": {
|
|
128951
|
-
"name": "SbbElement",
|
|
128952
|
-
"module": "core/base-elements/element.js"
|
|
128953
|
-
}
|
|
128954
|
-
},
|
|
128955
128983
|
{
|
|
128956
128984
|
"kind": "field",
|
|
128957
128985
|
"name": "_controllers",
|
|
@@ -129174,7 +129202,7 @@
|
|
|
129174
129202
|
],
|
|
129175
129203
|
"mixins": [
|
|
129176
129204
|
{
|
|
129177
|
-
"name": "
|
|
129205
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
129178
129206
|
"module": "core.js"
|
|
129179
129207
|
},
|
|
129180
129208
|
{
|
|
@@ -129183,10 +129211,10 @@
|
|
|
129183
129211
|
}
|
|
129184
129212
|
],
|
|
129185
129213
|
"superclass": {
|
|
129186
|
-
"name": "
|
|
129214
|
+
"name": "SbbButtonBaseElement",
|
|
129187
129215
|
"module": "core.js"
|
|
129188
129216
|
},
|
|
129189
|
-
"tagName": "sbb-menu-
|
|
129217
|
+
"tagName": "sbb-menu-button",
|
|
129190
129218
|
"customElement": true,
|
|
129191
129219
|
"attributes": [
|
|
129192
129220
|
{
|
|
@@ -129202,19 +129230,6 @@
|
|
|
129202
129230
|
"module": "core/mixins/disabled-mixin.js"
|
|
129203
129231
|
}
|
|
129204
129232
|
},
|
|
129205
|
-
{
|
|
129206
|
-
"name": "icon-name",
|
|
129207
|
-
"type": {
|
|
129208
|
-
"text": "string"
|
|
129209
|
-
},
|
|
129210
|
-
"default": "''",
|
|
129211
|
-
"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.",
|
|
129212
|
-
"fieldName": "iconName",
|
|
129213
|
-
"inheritedFrom": {
|
|
129214
|
-
"name": "SbbIconNameMixin",
|
|
129215
|
-
"module": "icon/icon-name-mixin.js"
|
|
129216
|
-
}
|
|
129217
|
-
},
|
|
129218
129233
|
{
|
|
129219
129234
|
"name": "disabled",
|
|
129220
129235
|
"description": "Whether the component is disabled.",
|
|
@@ -129229,81 +129244,66 @@
|
|
|
129229
129244
|
}
|
|
129230
129245
|
},
|
|
129231
129246
|
{
|
|
129232
|
-
"name": "
|
|
129247
|
+
"name": "icon-name",
|
|
129233
129248
|
"type": {
|
|
129234
129249
|
"text": "string"
|
|
129235
129250
|
},
|
|
129236
129251
|
"default": "''",
|
|
129237
|
-
"description": "The
|
|
129238
|
-
"fieldName": "
|
|
129239
|
-
"inheritedFrom": {
|
|
129240
|
-
"name": "SbbLinkBaseElement",
|
|
129241
|
-
"module": "core/base-elements/link-base-element.js"
|
|
129242
|
-
}
|
|
129243
|
-
},
|
|
129244
|
-
{
|
|
129245
|
-
"name": "target",
|
|
129246
|
-
"type": {
|
|
129247
|
-
"text": "LinkTargetType | string"
|
|
129248
|
-
},
|
|
129249
|
-
"default": "''",
|
|
129250
|
-
"description": "Where to display the linked URL.",
|
|
129251
|
-
"fieldName": "target",
|
|
129252
|
+
"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.",
|
|
129253
|
+
"fieldName": "iconName",
|
|
129252
129254
|
"inheritedFrom": {
|
|
129253
|
-
"name": "
|
|
129254
|
-
"module": "
|
|
129255
|
+
"name": "SbbIconNameMixin",
|
|
129256
|
+
"module": "icon/icon-name-mixin.js"
|
|
129255
129257
|
}
|
|
129256
129258
|
},
|
|
129257
129259
|
{
|
|
129258
|
-
"name": "
|
|
129260
|
+
"name": "value",
|
|
129259
129261
|
"type": {
|
|
129260
129262
|
"text": "string"
|
|
129261
129263
|
},
|
|
129262
129264
|
"default": "''",
|
|
129263
|
-
"description": "
|
|
129264
|
-
"fieldName": "
|
|
129265
|
+
"description": "Value of the form element.",
|
|
129266
|
+
"fieldName": "value",
|
|
129265
129267
|
"inheritedFrom": {
|
|
129266
|
-
"name": "
|
|
129267
|
-
"module": "core/base-elements/
|
|
129268
|
+
"name": "SbbButtonBaseElement",
|
|
129269
|
+
"module": "core/base-elements/button-base-element.js"
|
|
129268
129270
|
}
|
|
129269
129271
|
},
|
|
129270
129272
|
{
|
|
129271
|
-
"name": "
|
|
129273
|
+
"name": "type",
|
|
129274
|
+
"description": "The type attribute to use for the button.",
|
|
129275
|
+
"default": "'button'",
|
|
129272
129276
|
"type": {
|
|
129273
|
-
"text": "
|
|
129277
|
+
"text": "SbbButtonType"
|
|
129274
129278
|
},
|
|
129275
|
-
"
|
|
129276
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
129277
|
-
"fieldName": "download",
|
|
129279
|
+
"fieldName": "type",
|
|
129278
129280
|
"inheritedFrom": {
|
|
129279
|
-
"name": "
|
|
129280
|
-
"module": "core/base-elements/
|
|
129281
|
+
"name": "SbbButtonBaseElement",
|
|
129282
|
+
"module": "core/base-elements/button-base-element.js"
|
|
129281
129283
|
}
|
|
129282
129284
|
},
|
|
129283
129285
|
{
|
|
129284
|
-
"name": "
|
|
129286
|
+
"name": "form",
|
|
129287
|
+
"description": "The `<form>` element to associate the button with.",
|
|
129285
129288
|
"type": {
|
|
129286
|
-
"text": "
|
|
129289
|
+
"text": "HTMLFormElement | null"
|
|
129287
129290
|
},
|
|
129288
|
-
"
|
|
129289
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
129290
|
-
"fieldName": "accessibilityLabel",
|
|
129291
|
+
"fieldName": "form",
|
|
129291
129292
|
"inheritedFrom": {
|
|
129292
|
-
"name": "
|
|
129293
|
-
"module": "core/base-elements/
|
|
129293
|
+
"name": "SbbButtonBaseElement",
|
|
129294
|
+
"module": "core/base-elements/button-base-element.js"
|
|
129294
129295
|
}
|
|
129295
129296
|
},
|
|
129296
129297
|
{
|
|
129297
|
-
"name": "
|
|
129298
|
+
"name": "name",
|
|
129299
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
129298
129300
|
"type": {
|
|
129299
129301
|
"text": "string"
|
|
129300
129302
|
},
|
|
129301
|
-
"
|
|
129302
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
129303
|
-
"fieldName": "accessibilityCurrent",
|
|
129303
|
+
"fieldName": "name",
|
|
129304
129304
|
"inheritedFrom": {
|
|
129305
|
-
"name": "
|
|
129306
|
-
"module": "core/
|
|
129305
|
+
"name": "SbbFormAssociatedMixin",
|
|
129306
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
129307
129307
|
}
|
|
129308
129308
|
}
|
|
129309
129309
|
]
|
|
@@ -129312,10 +129312,10 @@
|
|
|
129312
129312
|
"exports": [
|
|
129313
129313
|
{
|
|
129314
129314
|
"kind": "js",
|
|
129315
|
-
"name": "
|
|
129315
|
+
"name": "SbbMenuButtonElement",
|
|
129316
129316
|
"declaration": {
|
|
129317
|
-
"name": "
|
|
129318
|
-
"module": "menu/menu-
|
|
129317
|
+
"name": "SbbMenuButtonElement",
|
|
129318
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
129319
129319
|
}
|
|
129320
129320
|
}
|
|
129321
129321
|
]
|