@sbb-esta/lyne-elements-dev 4.6.0-dev.1772457568 → 4.6.0-dev.1772463840
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 +19 -43
- package/core.css +47 -23
- package/custom-elements.json +1568 -1568
- package/development/dialog/dialog/dialog.component.js +24 -37
- package/development/dialog/dialog-close-button/dialog-close-button.component.js +2 -2
- package/dialog/dialog/dialog.component.js +19 -19
- package/dialog/dialog-close-button/dialog-close-button.component.js +9 -9
- package/off-brand-theme.css +47 -23
- package/package.json +2 -2
- package/safety-theme.css +47 -23
- package/standard-theme.css +47 -23
package/custom-elements.json
CHANGED
|
@@ -87435,12 +87435,12 @@
|
|
|
87435
87435
|
},
|
|
87436
87436
|
{
|
|
87437
87437
|
"kind": "javascript-module",
|
|
87438
|
-
"path": "menu/menu-
|
|
87438
|
+
"path": "menu/menu-link/menu-link.component.js",
|
|
87439
87439
|
"declarations": [
|
|
87440
87440
|
{
|
|
87441
87441
|
"kind": "class",
|
|
87442
|
-
"description": "It displays a
|
|
87443
|
-
"name": "
|
|
87442
|
+
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
87443
|
+
"name": "SbbMenuLinkElement",
|
|
87444
87444
|
"cssProperties": [
|
|
87445
87445
|
{
|
|
87446
87446
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -87450,7 +87450,7 @@
|
|
|
87450
87450
|
],
|
|
87451
87451
|
"slots": [
|
|
87452
87452
|
{
|
|
87453
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
87453
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
87454
87454
|
"name": ""
|
|
87455
87455
|
},
|
|
87456
87456
|
{
|
|
@@ -87461,17 +87461,16 @@
|
|
|
87461
87461
|
"members": [
|
|
87462
87462
|
{
|
|
87463
87463
|
"kind": "field",
|
|
87464
|
-
"name": "
|
|
87464
|
+
"name": "anchorRole",
|
|
87465
87465
|
"type": {
|
|
87466
|
-
"text": "
|
|
87466
|
+
"text": "string"
|
|
87467
87467
|
},
|
|
87468
|
-
"privacy": "
|
|
87469
|
-
"static": true,
|
|
87468
|
+
"privacy": "protected",
|
|
87470
87469
|
"readonly": true,
|
|
87471
87470
|
"default": "'menuitem'",
|
|
87472
87471
|
"inheritedFrom": {
|
|
87473
|
-
"name": "
|
|
87474
|
-
"module": "core/base-elements/
|
|
87472
|
+
"name": "SbbLinkBaseElement",
|
|
87473
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87475
87474
|
}
|
|
87476
87475
|
},
|
|
87477
87476
|
{
|
|
@@ -87490,50 +87489,6 @@
|
|
|
87490
87489
|
"module": "core/mixins/disabled-mixin.js"
|
|
87491
87490
|
}
|
|
87492
87491
|
},
|
|
87493
|
-
{
|
|
87494
|
-
"kind": "field",
|
|
87495
|
-
"name": "disabled",
|
|
87496
|
-
"privacy": "public",
|
|
87497
|
-
"description": "Whether the component is disabled.",
|
|
87498
|
-
"default": "false",
|
|
87499
|
-
"type": {
|
|
87500
|
-
"text": "boolean"
|
|
87501
|
-
},
|
|
87502
|
-
"attribute": "disabled",
|
|
87503
|
-
"reflects": true,
|
|
87504
|
-
"inheritedFrom": {
|
|
87505
|
-
"name": "SbbDisabledMixin",
|
|
87506
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
87507
|
-
}
|
|
87508
|
-
},
|
|
87509
|
-
{
|
|
87510
|
-
"kind": "field",
|
|
87511
|
-
"name": "#disabled",
|
|
87512
|
-
"privacy": "private",
|
|
87513
|
-
"type": {
|
|
87514
|
-
"text": "boolean"
|
|
87515
|
-
},
|
|
87516
|
-
"default": "false",
|
|
87517
|
-
"inheritedFrom": {
|
|
87518
|
-
"name": "SbbDisabledMixin",
|
|
87519
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
87520
|
-
}
|
|
87521
|
-
},
|
|
87522
|
-
{
|
|
87523
|
-
"kind": "method",
|
|
87524
|
-
"name": "isDisabledExternally",
|
|
87525
|
-
"privacy": "protected",
|
|
87526
|
-
"return": {
|
|
87527
|
-
"type": {
|
|
87528
|
-
"text": "boolean"
|
|
87529
|
-
}
|
|
87530
|
-
},
|
|
87531
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
87532
|
-
"inheritedFrom": {
|
|
87533
|
-
"name": "SbbDisabledMixin",
|
|
87534
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
87535
|
-
}
|
|
87536
|
-
},
|
|
87537
87492
|
{
|
|
87538
87493
|
"kind": "field",
|
|
87539
87494
|
"name": "styles",
|
|
@@ -87631,464 +87586,181 @@
|
|
|
87631
87586
|
},
|
|
87632
87587
|
{
|
|
87633
87588
|
"kind": "field",
|
|
87634
|
-
"name": "
|
|
87635
|
-
"type": {
|
|
87636
|
-
"text": "array"
|
|
87637
|
-
},
|
|
87638
|
-
"privacy": "private",
|
|
87639
|
-
"readonly": true,
|
|
87640
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
87641
|
-
"inheritedFrom": {
|
|
87642
|
-
"name": "SbbButtonBaseElement",
|
|
87643
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87644
|
-
}
|
|
87645
|
-
},
|
|
87646
|
-
{
|
|
87647
|
-
"kind": "field",
|
|
87648
|
-
"name": "value",
|
|
87649
|
-
"type": {
|
|
87650
|
-
"text": "string"
|
|
87651
|
-
},
|
|
87652
|
-
"privacy": "public",
|
|
87653
|
-
"inheritedFrom": {
|
|
87654
|
-
"name": "SbbButtonBaseElement",
|
|
87655
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87656
|
-
},
|
|
87657
|
-
"default": "''",
|
|
87658
|
-
"description": "Value of the form element.",
|
|
87659
|
-
"attribute": "value"
|
|
87660
|
-
},
|
|
87661
|
-
{
|
|
87662
|
-
"kind": "field",
|
|
87663
|
-
"name": "type",
|
|
87589
|
+
"name": "disabled",
|
|
87664
87590
|
"privacy": "public",
|
|
87665
|
-
"description": "
|
|
87666
|
-
"default": "
|
|
87591
|
+
"description": "Whether the component is disabled.",
|
|
87592
|
+
"default": "false",
|
|
87667
87593
|
"type": {
|
|
87668
|
-
"text": "
|
|
87594
|
+
"text": "boolean"
|
|
87669
87595
|
},
|
|
87670
|
-
"attribute": "
|
|
87596
|
+
"attribute": "disabled",
|
|
87597
|
+
"reflects": true,
|
|
87671
87598
|
"inheritedFrom": {
|
|
87672
|
-
"name": "
|
|
87673
|
-
"module": "core/
|
|
87599
|
+
"name": "SbbDisabledMixin",
|
|
87600
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
87674
87601
|
}
|
|
87675
87602
|
},
|
|
87676
87603
|
{
|
|
87677
87604
|
"kind": "field",
|
|
87678
|
-
"name": "
|
|
87679
|
-
"
|
|
87680
|
-
"text": "HTMLFormElement | null"
|
|
87681
|
-
},
|
|
87682
|
-
"privacy": "public",
|
|
87683
|
-
"description": "The `<form>` element to associate the button with.",
|
|
87684
|
-
"inheritedFrom": {
|
|
87685
|
-
"name": "SbbButtonBaseElement",
|
|
87686
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87687
|
-
},
|
|
87688
|
-
"attribute": "form"
|
|
87689
|
-
},
|
|
87690
|
-
{
|
|
87691
|
-
"kind": "field",
|
|
87692
|
-
"name": "_formId",
|
|
87605
|
+
"name": "#disabled",
|
|
87606
|
+
"privacy": "private",
|
|
87693
87607
|
"type": {
|
|
87694
|
-
"text": "
|
|
87608
|
+
"text": "boolean"
|
|
87695
87609
|
},
|
|
87696
|
-
"
|
|
87697
|
-
"default": "''",
|
|
87698
|
-
"inheritedFrom": {
|
|
87699
|
-
"name": "SbbButtonBaseElement",
|
|
87700
|
-
"module": "core/base-elements/button-base-element.js"
|
|
87701
|
-
}
|
|
87702
|
-
},
|
|
87703
|
-
{
|
|
87704
|
-
"kind": "field",
|
|
87705
|
-
"name": "_handleButtonClick",
|
|
87706
|
-
"privacy": "private",
|
|
87610
|
+
"default": "false",
|
|
87707
87611
|
"inheritedFrom": {
|
|
87708
|
-
"name": "
|
|
87709
|
-
"module": "core/
|
|
87612
|
+
"name": "SbbDisabledMixin",
|
|
87613
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
87710
87614
|
}
|
|
87711
87615
|
},
|
|
87712
87616
|
{
|
|
87713
87617
|
"kind": "method",
|
|
87714
|
-
"name": "
|
|
87715
|
-
"privacy": "
|
|
87618
|
+
"name": "isDisabledExternally",
|
|
87619
|
+
"privacy": "protected",
|
|
87716
87620
|
"return": {
|
|
87717
87621
|
"type": {
|
|
87718
|
-
"text": "
|
|
87622
|
+
"text": "boolean"
|
|
87719
87623
|
}
|
|
87720
87624
|
},
|
|
87721
|
-
"
|
|
87722
|
-
{
|
|
87723
|
-
"name": "form",
|
|
87724
|
-
"type": {
|
|
87725
|
-
"text": "HTMLFormElement"
|
|
87726
|
-
}
|
|
87727
|
-
}
|
|
87728
|
-
],
|
|
87625
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
87729
87626
|
"inheritedFrom": {
|
|
87730
|
-
"name": "
|
|
87731
|
-
"module": "core/
|
|
87627
|
+
"name": "SbbDisabledMixin",
|
|
87628
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
87732
87629
|
}
|
|
87733
87630
|
},
|
|
87734
87631
|
{
|
|
87735
87632
|
"kind": "field",
|
|
87736
|
-
"name": "
|
|
87737
|
-
"
|
|
87633
|
+
"name": "href",
|
|
87634
|
+
"type": {
|
|
87635
|
+
"text": "string"
|
|
87636
|
+
},
|
|
87637
|
+
"privacy": "public",
|
|
87638
|
+
"default": "''",
|
|
87639
|
+
"description": "The href value you want to link to.",
|
|
87640
|
+
"attribute": "href",
|
|
87641
|
+
"reflects": true,
|
|
87738
87642
|
"inheritedFrom": {
|
|
87739
|
-
"name": "
|
|
87740
|
-
"module": "core/base-elements/
|
|
87643
|
+
"name": "SbbLinkBaseElement",
|
|
87644
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87741
87645
|
}
|
|
87742
87646
|
},
|
|
87743
87647
|
{
|
|
87744
87648
|
"kind": "field",
|
|
87745
|
-
"name": "
|
|
87649
|
+
"name": "target",
|
|
87746
87650
|
"type": {
|
|
87747
|
-
"text": "
|
|
87651
|
+
"text": "LinkTargetType | string"
|
|
87748
87652
|
},
|
|
87749
87653
|
"privacy": "public",
|
|
87750
|
-
"
|
|
87751
|
-
"
|
|
87654
|
+
"default": "''",
|
|
87655
|
+
"description": "Where to display the linked URL.",
|
|
87656
|
+
"attribute": "target",
|
|
87657
|
+
"reflects": true,
|
|
87752
87658
|
"inheritedFrom": {
|
|
87753
|
-
"name": "
|
|
87754
|
-
"module": "core/
|
|
87659
|
+
"name": "SbbLinkBaseElement",
|
|
87660
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87755
87661
|
}
|
|
87756
87662
|
},
|
|
87757
87663
|
{
|
|
87758
87664
|
"kind": "field",
|
|
87759
|
-
"name": "
|
|
87760
|
-
"privacy": "public",
|
|
87761
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
87665
|
+
"name": "rel",
|
|
87762
87666
|
"type": {
|
|
87763
87667
|
"text": "string"
|
|
87764
87668
|
},
|
|
87765
|
-
"
|
|
87669
|
+
"privacy": "public",
|
|
87670
|
+
"default": "''",
|
|
87671
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
87672
|
+
"attribute": "rel",
|
|
87673
|
+
"reflects": true,
|
|
87766
87674
|
"inheritedFrom": {
|
|
87767
|
-
"name": "
|
|
87768
|
-
"module": "core/
|
|
87675
|
+
"name": "SbbLinkBaseElement",
|
|
87676
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87769
87677
|
}
|
|
87770
87678
|
},
|
|
87771
87679
|
{
|
|
87772
87680
|
"kind": "field",
|
|
87773
|
-
"name": "
|
|
87681
|
+
"name": "download",
|
|
87774
87682
|
"type": {
|
|
87775
|
-
"text": "
|
|
87683
|
+
"text": "boolean"
|
|
87776
87684
|
},
|
|
87777
87685
|
"privacy": "public",
|
|
87778
|
-
"
|
|
87779
|
-
"
|
|
87686
|
+
"default": "false",
|
|
87687
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
87688
|
+
"attribute": "download",
|
|
87689
|
+
"reflects": true,
|
|
87780
87690
|
"inheritedFrom": {
|
|
87781
|
-
"name": "
|
|
87782
|
-
"module": "core/
|
|
87691
|
+
"name": "SbbLinkBaseElement",
|
|
87692
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87783
87693
|
}
|
|
87784
87694
|
},
|
|
87785
87695
|
{
|
|
87786
87696
|
"kind": "field",
|
|
87787
|
-
"name": "
|
|
87697
|
+
"name": "accessibilityLabel",
|
|
87788
87698
|
"type": {
|
|
87789
87699
|
"text": "string"
|
|
87790
87700
|
},
|
|
87791
87701
|
"privacy": "public",
|
|
87792
|
-
"
|
|
87793
|
-
"
|
|
87702
|
+
"default": "''",
|
|
87703
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
87704
|
+
"attribute": "accessibility-label",
|
|
87794
87705
|
"inheritedFrom": {
|
|
87795
|
-
"name": "
|
|
87796
|
-
"module": "core/
|
|
87706
|
+
"name": "SbbLinkBaseElement",
|
|
87707
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87797
87708
|
}
|
|
87798
87709
|
},
|
|
87799
87710
|
{
|
|
87800
87711
|
"kind": "field",
|
|
87801
|
-
"name": "
|
|
87712
|
+
"name": "accessibilityCurrent",
|
|
87802
87713
|
"type": {
|
|
87803
|
-
"text": "
|
|
87714
|
+
"text": "string"
|
|
87804
87715
|
},
|
|
87805
87716
|
"privacy": "public",
|
|
87806
|
-
"
|
|
87807
|
-
"
|
|
87717
|
+
"default": "''",
|
|
87718
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
87719
|
+
"attribute": "accessibility-current",
|
|
87808
87720
|
"inheritedFrom": {
|
|
87809
|
-
"name": "
|
|
87810
|
-
"module": "core/
|
|
87721
|
+
"name": "SbbLinkBaseElement",
|
|
87722
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87811
87723
|
}
|
|
87812
87724
|
},
|
|
87813
87725
|
{
|
|
87814
87726
|
"kind": "field",
|
|
87815
|
-
"name": "
|
|
87816
|
-
"privacy": "
|
|
87817
|
-
"default": "new
|
|
87727
|
+
"name": "language",
|
|
87728
|
+
"privacy": "protected",
|
|
87729
|
+
"default": "new SbbLanguageController(this)",
|
|
87818
87730
|
"inheritedFrom": {
|
|
87819
|
-
"name": "
|
|
87820
|
-
"module": "core/
|
|
87731
|
+
"name": "SbbLinkBaseElement",
|
|
87732
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87821
87733
|
}
|
|
87822
87734
|
},
|
|
87823
87735
|
{
|
|
87824
87736
|
"kind": "field",
|
|
87825
|
-
"name": "
|
|
87826
|
-
"type": {
|
|
87827
|
-
"text": "boolean"
|
|
87828
|
-
},
|
|
87829
|
-
"privacy": "protected",
|
|
87830
|
-
"default": "false",
|
|
87831
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
87832
|
-
"inheritedFrom": {
|
|
87833
|
-
"name": "SbbFormAssociatedMixin",
|
|
87834
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87835
|
-
}
|
|
87836
|
-
},
|
|
87837
|
-
{
|
|
87838
|
-
"kind": "method",
|
|
87839
|
-
"name": "checkValidity",
|
|
87840
|
-
"privacy": "public",
|
|
87841
|
-
"return": {
|
|
87842
|
-
"type": {
|
|
87843
|
-
"text": "boolean"
|
|
87844
|
-
}
|
|
87845
|
-
},
|
|
87846
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
87847
|
-
"inheritedFrom": {
|
|
87848
|
-
"name": "SbbFormAssociatedMixin",
|
|
87849
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87850
|
-
}
|
|
87851
|
-
},
|
|
87852
|
-
{
|
|
87853
|
-
"kind": "method",
|
|
87854
|
-
"name": "reportValidity",
|
|
87855
|
-
"privacy": "public",
|
|
87856
|
-
"return": {
|
|
87857
|
-
"type": {
|
|
87858
|
-
"text": "boolean"
|
|
87859
|
-
}
|
|
87860
|
-
},
|
|
87861
|
-
"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.",
|
|
87862
|
-
"inheritedFrom": {
|
|
87863
|
-
"name": "SbbFormAssociatedMixin",
|
|
87864
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87865
|
-
}
|
|
87866
|
-
},
|
|
87867
|
-
{
|
|
87868
|
-
"kind": "method",
|
|
87869
|
-
"name": "setCustomValidity",
|
|
87870
|
-
"privacy": "public",
|
|
87871
|
-
"return": {
|
|
87872
|
-
"type": {
|
|
87873
|
-
"text": "void"
|
|
87874
|
-
}
|
|
87875
|
-
},
|
|
87876
|
-
"parameters": [
|
|
87877
|
-
{
|
|
87878
|
-
"name": "message",
|
|
87879
|
-
"type": {
|
|
87880
|
-
"text": "string"
|
|
87881
|
-
}
|
|
87882
|
-
}
|
|
87883
|
-
],
|
|
87884
|
-
"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.",
|
|
87885
|
-
"inheritedFrom": {
|
|
87886
|
-
"name": "SbbFormAssociatedMixin",
|
|
87887
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87888
|
-
}
|
|
87889
|
-
},
|
|
87890
|
-
{
|
|
87891
|
-
"kind": "method",
|
|
87892
|
-
"name": "_hasDisabledAncestor",
|
|
87737
|
+
"name": "_evaluateRelAttribute",
|
|
87893
87738
|
"privacy": "private",
|
|
87894
|
-
"return": {
|
|
87895
|
-
"type": {
|
|
87896
|
-
"text": "boolean"
|
|
87897
|
-
}
|
|
87898
|
-
},
|
|
87899
|
-
"inheritedFrom": {
|
|
87900
|
-
"name": "SbbFormAssociatedMixin",
|
|
87901
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87902
|
-
}
|
|
87903
|
-
},
|
|
87904
|
-
{
|
|
87905
|
-
"kind": "method",
|
|
87906
|
-
"name": "updateFormValue",
|
|
87907
|
-
"privacy": "protected",
|
|
87908
|
-
"return": {
|
|
87909
|
-
"type": {
|
|
87910
|
-
"text": "void"
|
|
87911
|
-
}
|
|
87912
|
-
},
|
|
87913
|
-
"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",
|
|
87914
|
-
"inheritedFrom": {
|
|
87915
|
-
"name": "SbbFormAssociatedMixin",
|
|
87916
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87917
|
-
}
|
|
87918
|
-
},
|
|
87919
|
-
{
|
|
87920
|
-
"kind": "method",
|
|
87921
|
-
"name": "formState",
|
|
87922
|
-
"privacy": "protected",
|
|
87923
|
-
"return": {
|
|
87924
|
-
"type": {
|
|
87925
|
-
"text": "FormRestoreState"
|
|
87926
|
-
}
|
|
87927
|
-
},
|
|
87928
|
-
"inheritedFrom": {
|
|
87929
|
-
"name": "SbbFormAssociatedMixin",
|
|
87930
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87931
|
-
}
|
|
87932
|
-
},
|
|
87933
|
-
{
|
|
87934
|
-
"kind": "method",
|
|
87935
|
-
"name": "setValidityFlag",
|
|
87936
|
-
"privacy": "protected",
|
|
87937
|
-
"return": {
|
|
87938
|
-
"type": {
|
|
87939
|
-
"text": "void"
|
|
87940
|
-
}
|
|
87941
|
-
},
|
|
87942
|
-
"parameters": [
|
|
87943
|
-
{
|
|
87944
|
-
"name": "flag",
|
|
87945
|
-
"type": {
|
|
87946
|
-
"text": "T"
|
|
87947
|
-
}
|
|
87948
|
-
},
|
|
87949
|
-
{
|
|
87950
|
-
"name": "message",
|
|
87951
|
-
"type": {
|
|
87952
|
-
"text": "string"
|
|
87953
|
-
}
|
|
87954
|
-
},
|
|
87955
|
-
{
|
|
87956
|
-
"name": "flagValue",
|
|
87957
|
-
"optional": true,
|
|
87958
|
-
"type": {
|
|
87959
|
-
"text": "ValidityStateFlags[T]"
|
|
87960
|
-
}
|
|
87961
|
-
}
|
|
87962
|
-
],
|
|
87963
|
-
"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).",
|
|
87964
|
-
"inheritedFrom": {
|
|
87965
|
-
"name": "SbbFormAssociatedMixin",
|
|
87966
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87967
|
-
}
|
|
87968
|
-
},
|
|
87969
|
-
{
|
|
87970
|
-
"kind": "method",
|
|
87971
|
-
"name": "removeValidityFlag",
|
|
87972
|
-
"privacy": "protected",
|
|
87973
|
-
"return": {
|
|
87974
|
-
"type": {
|
|
87975
|
-
"text": "void"
|
|
87976
|
-
}
|
|
87977
|
-
},
|
|
87978
|
-
"parameters": [
|
|
87979
|
-
{
|
|
87980
|
-
"name": "flag",
|
|
87981
|
-
"type": {
|
|
87982
|
-
"text": "T"
|
|
87983
|
-
}
|
|
87984
|
-
}
|
|
87985
|
-
],
|
|
87986
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
87987
|
-
"inheritedFrom": {
|
|
87988
|
-
"name": "SbbFormAssociatedMixin",
|
|
87989
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87990
|
-
}
|
|
87991
|
-
},
|
|
87992
|
-
{
|
|
87993
|
-
"kind": "method",
|
|
87994
|
-
"name": "validate",
|
|
87995
|
-
"privacy": "protected",
|
|
87996
|
-
"return": {
|
|
87997
|
-
"type": {
|
|
87998
|
-
"text": "void"
|
|
87999
|
-
}
|
|
88000
|
-
},
|
|
88001
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
88002
87739
|
"inheritedFrom": {
|
|
88003
|
-
"name": "
|
|
88004
|
-
"module": "core/
|
|
87740
|
+
"name": "SbbLinkBaseElement",
|
|
87741
|
+
"module": "core/base-elements/link-base-element.js"
|
|
88005
87742
|
}
|
|
88006
87743
|
},
|
|
88007
87744
|
{
|
|
88008
87745
|
"kind": "method",
|
|
88009
|
-
"name": "
|
|
87746
|
+
"name": "renderLink",
|
|
88010
87747
|
"privacy": "protected",
|
|
88011
87748
|
"return": {
|
|
88012
87749
|
"type": {
|
|
88013
|
-
"text": "
|
|
87750
|
+
"text": "TemplateResult"
|
|
88014
87751
|
}
|
|
88015
87752
|
},
|
|
88016
87753
|
"parameters": [
|
|
88017
87754
|
{
|
|
88018
|
-
"name": "
|
|
87755
|
+
"name": "renderContent",
|
|
88019
87756
|
"type": {
|
|
88020
|
-
"text": "
|
|
87757
|
+
"text": "TemplateResult"
|
|
88021
87758
|
}
|
|
88022
87759
|
}
|
|
88023
87760
|
],
|
|
88024
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
88025
|
-
"inheritedFrom": {
|
|
88026
|
-
"name": "SbbFormAssociatedMixin",
|
|
88027
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88028
|
-
}
|
|
88029
|
-
},
|
|
88030
|
-
{
|
|
88031
|
-
"kind": "method",
|
|
88032
|
-
"name": "_setInternalValidity",
|
|
88033
|
-
"privacy": "private",
|
|
88034
|
-
"return": {
|
|
88035
|
-
"type": {
|
|
88036
|
-
"text": "void"
|
|
88037
|
-
}
|
|
88038
|
-
},
|
|
88039
|
-
"inheritedFrom": {
|
|
88040
|
-
"name": "SbbFormAssociatedMixin",
|
|
88041
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88042
|
-
}
|
|
88043
|
-
},
|
|
88044
|
-
{
|
|
88045
|
-
"kind": "field",
|
|
88046
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
88047
|
-
"privacy": "private",
|
|
88048
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
88049
|
-
"parameters": [
|
|
88050
|
-
{
|
|
88051
|
-
"description": "The origin event.",
|
|
88052
|
-
"name": "event"
|
|
88053
|
-
}
|
|
88054
|
-
],
|
|
88055
|
-
"inheritedFrom": {
|
|
88056
|
-
"name": "SbbButtonLikeBaseElement",
|
|
88057
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88058
|
-
}
|
|
88059
|
-
},
|
|
88060
|
-
{
|
|
88061
|
-
"kind": "field",
|
|
88062
|
-
"name": "_removeActiveMarker",
|
|
88063
|
-
"privacy": "private",
|
|
88064
|
-
"inheritedFrom": {
|
|
88065
|
-
"name": "SbbButtonLikeBaseElement",
|
|
88066
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88067
|
-
}
|
|
88068
|
-
},
|
|
88069
|
-
{
|
|
88070
|
-
"kind": "field",
|
|
88071
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
88072
|
-
"privacy": "private",
|
|
88073
|
-
"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.",
|
|
88074
|
-
"parameters": [
|
|
88075
|
-
{
|
|
88076
|
-
"description": "The origin event.",
|
|
88077
|
-
"name": "event"
|
|
88078
|
-
}
|
|
88079
|
-
],
|
|
88080
|
-
"inheritedFrom": {
|
|
88081
|
-
"name": "SbbButtonLikeBaseElement",
|
|
88082
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88083
|
-
}
|
|
88084
|
-
},
|
|
88085
|
-
{
|
|
88086
|
-
"kind": "field",
|
|
88087
|
-
"name": "_dispatchClickEvent",
|
|
88088
|
-
"privacy": "private",
|
|
88089
87761
|
"inheritedFrom": {
|
|
88090
|
-
"name": "
|
|
88091
|
-
"module": "core/base-elements/
|
|
87762
|
+
"name": "SbbLinkBaseElement",
|
|
87763
|
+
"module": "core/base-elements/link-base-element.js"
|
|
88092
87764
|
}
|
|
88093
87765
|
},
|
|
88094
87766
|
{
|
|
@@ -88163,7 +87835,7 @@
|
|
|
88163
87835
|
],
|
|
88164
87836
|
"mixins": [
|
|
88165
87837
|
{
|
|
88166
|
-
"name": "
|
|
87838
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
88167
87839
|
"module": "core/mixins.js"
|
|
88168
87840
|
},
|
|
88169
87841
|
{
|
|
@@ -88172,10 +87844,10 @@
|
|
|
88172
87844
|
}
|
|
88173
87845
|
],
|
|
88174
87846
|
"superclass": {
|
|
88175
|
-
"name": "
|
|
87847
|
+
"name": "SbbLinkBaseElement",
|
|
88176
87848
|
"module": "core/base-elements.js"
|
|
88177
87849
|
},
|
|
88178
|
-
"tagName": "sbb-menu-
|
|
87850
|
+
"tagName": "sbb-menu-link",
|
|
88179
87851
|
"customElement": true,
|
|
88180
87852
|
"attributes": [
|
|
88181
87853
|
{
|
|
@@ -88191,6 +87863,19 @@
|
|
|
88191
87863
|
"module": "core/mixins/disabled-mixin.js"
|
|
88192
87864
|
}
|
|
88193
87865
|
},
|
|
87866
|
+
{
|
|
87867
|
+
"name": "icon-name",
|
|
87868
|
+
"type": {
|
|
87869
|
+
"text": "string"
|
|
87870
|
+
},
|
|
87871
|
+
"default": "''",
|
|
87872
|
+
"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.",
|
|
87873
|
+
"fieldName": "iconName",
|
|
87874
|
+
"inheritedFrom": {
|
|
87875
|
+
"name": "SbbIconNameMixin",
|
|
87876
|
+
"module": "icon/icon-name-mixin.js"
|
|
87877
|
+
}
|
|
87878
|
+
},
|
|
88194
87879
|
{
|
|
88195
87880
|
"name": "disabled",
|
|
88196
87881
|
"description": "Whether the component is disabled.",
|
|
@@ -88205,66 +87890,81 @@
|
|
|
88205
87890
|
}
|
|
88206
87891
|
},
|
|
88207
87892
|
{
|
|
88208
|
-
"name": "
|
|
87893
|
+
"name": "href",
|
|
88209
87894
|
"type": {
|
|
88210
87895
|
"text": "string"
|
|
88211
87896
|
},
|
|
88212
87897
|
"default": "''",
|
|
88213
|
-
"description": "The
|
|
88214
|
-
"fieldName": "
|
|
87898
|
+
"description": "The href value you want to link to.",
|
|
87899
|
+
"fieldName": "href",
|
|
88215
87900
|
"inheritedFrom": {
|
|
88216
|
-
"name": "
|
|
88217
|
-
"module": "
|
|
87901
|
+
"name": "SbbLinkBaseElement",
|
|
87902
|
+
"module": "core/base-elements/link-base-element.js"
|
|
88218
87903
|
}
|
|
88219
87904
|
},
|
|
88220
87905
|
{
|
|
88221
|
-
"name": "
|
|
87906
|
+
"name": "target",
|
|
87907
|
+
"type": {
|
|
87908
|
+
"text": "LinkTargetType | string"
|
|
87909
|
+
},
|
|
87910
|
+
"default": "''",
|
|
87911
|
+
"description": "Where to display the linked URL.",
|
|
87912
|
+
"fieldName": "target",
|
|
87913
|
+
"inheritedFrom": {
|
|
87914
|
+
"name": "SbbLinkBaseElement",
|
|
87915
|
+
"module": "core/base-elements/link-base-element.js"
|
|
87916
|
+
}
|
|
87917
|
+
},
|
|
87918
|
+
{
|
|
87919
|
+
"name": "rel",
|
|
88222
87920
|
"type": {
|
|
88223
87921
|
"text": "string"
|
|
88224
87922
|
},
|
|
88225
87923
|
"default": "''",
|
|
88226
|
-
"description": "
|
|
88227
|
-
"fieldName": "
|
|
87924
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
87925
|
+
"fieldName": "rel",
|
|
88228
87926
|
"inheritedFrom": {
|
|
88229
|
-
"name": "
|
|
88230
|
-
"module": "core/base-elements/
|
|
87927
|
+
"name": "SbbLinkBaseElement",
|
|
87928
|
+
"module": "core/base-elements/link-base-element.js"
|
|
88231
87929
|
}
|
|
88232
87930
|
},
|
|
88233
87931
|
{
|
|
88234
|
-
"name": "
|
|
88235
|
-
"description": "The type attribute to use for the button.",
|
|
88236
|
-
"default": "'button'",
|
|
87932
|
+
"name": "download",
|
|
88237
87933
|
"type": {
|
|
88238
|
-
"text": "
|
|
87934
|
+
"text": "boolean"
|
|
88239
87935
|
},
|
|
88240
|
-
"
|
|
87936
|
+
"default": "false",
|
|
87937
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
87938
|
+
"fieldName": "download",
|
|
88241
87939
|
"inheritedFrom": {
|
|
88242
|
-
"name": "
|
|
88243
|
-
"module": "core/base-elements/
|
|
87940
|
+
"name": "SbbLinkBaseElement",
|
|
87941
|
+
"module": "core/base-elements/link-base-element.js"
|
|
88244
87942
|
}
|
|
88245
87943
|
},
|
|
88246
87944
|
{
|
|
88247
|
-
"name": "
|
|
88248
|
-
"description": "The `<form>` element to associate the button with.",
|
|
87945
|
+
"name": "accessibility-label",
|
|
88249
87946
|
"type": {
|
|
88250
|
-
"text": "
|
|
87947
|
+
"text": "string"
|
|
88251
87948
|
},
|
|
88252
|
-
"
|
|
87949
|
+
"default": "''",
|
|
87950
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
87951
|
+
"fieldName": "accessibilityLabel",
|
|
88253
87952
|
"inheritedFrom": {
|
|
88254
|
-
"name": "
|
|
88255
|
-
"module": "core/base-elements/
|
|
87953
|
+
"name": "SbbLinkBaseElement",
|
|
87954
|
+
"module": "core/base-elements/link-base-element.js"
|
|
88256
87955
|
}
|
|
88257
87956
|
},
|
|
88258
87957
|
{
|
|
88259
|
-
"name": "
|
|
88260
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
87958
|
+
"name": "accessibility-current",
|
|
88261
87959
|
"type": {
|
|
88262
87960
|
"text": "string"
|
|
88263
87961
|
},
|
|
88264
|
-
"
|
|
87962
|
+
"default": "''",
|
|
87963
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
87964
|
+
"fieldName": "accessibilityCurrent",
|
|
88265
87965
|
"inheritedFrom": {
|
|
88266
|
-
"name": "
|
|
88267
|
-
"module": "core/
|
|
87966
|
+
"name": "SbbLinkBaseElement",
|
|
87967
|
+
"module": "core/base-elements/link-base-element.js"
|
|
88268
87968
|
}
|
|
88269
87969
|
}
|
|
88270
87970
|
]
|
|
@@ -88273,30 +87973,30 @@
|
|
|
88273
87973
|
"exports": [
|
|
88274
87974
|
{
|
|
88275
87975
|
"kind": "js",
|
|
88276
|
-
"name": "
|
|
87976
|
+
"name": "SbbMenuLinkElement",
|
|
88277
87977
|
"declaration": {
|
|
88278
|
-
"name": "
|
|
88279
|
-
"module": "menu/menu-
|
|
87978
|
+
"name": "SbbMenuLinkElement",
|
|
87979
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
88280
87980
|
}
|
|
88281
87981
|
},
|
|
88282
87982
|
{
|
|
88283
87983
|
"kind": "custom-element-definition",
|
|
88284
|
-
"name": "sbb-menu-
|
|
87984
|
+
"name": "sbb-menu-link",
|
|
88285
87985
|
"declaration": {
|
|
88286
|
-
"name": "
|
|
88287
|
-
"module": "menu/menu-
|
|
87986
|
+
"name": "SbbMenuLinkElement",
|
|
87987
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
88288
87988
|
}
|
|
88289
87989
|
}
|
|
88290
87990
|
]
|
|
88291
87991
|
},
|
|
88292
87992
|
{
|
|
88293
87993
|
"kind": "javascript-module",
|
|
88294
|
-
"path": "menu/menu-
|
|
87994
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
88295
87995
|
"declarations": [
|
|
88296
87996
|
{
|
|
88297
87997
|
"kind": "class",
|
|
88298
|
-
"description": "It displays a
|
|
88299
|
-
"name": "
|
|
87998
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
87999
|
+
"name": "SbbMenuButtonElement",
|
|
88300
88000
|
"cssProperties": [
|
|
88301
88001
|
{
|
|
88302
88002
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -88306,7 +88006,7 @@
|
|
|
88306
88006
|
],
|
|
88307
88007
|
"slots": [
|
|
88308
88008
|
{
|
|
88309
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
88009
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
88310
88010
|
"name": ""
|
|
88311
88011
|
},
|
|
88312
88012
|
{
|
|
@@ -88317,16 +88017,17 @@
|
|
|
88317
88017
|
"members": [
|
|
88318
88018
|
{
|
|
88319
88019
|
"kind": "field",
|
|
88320
|
-
"name": "
|
|
88020
|
+
"name": "role",
|
|
88321
88021
|
"type": {
|
|
88322
|
-
"text": "
|
|
88022
|
+
"text": "ElementInternals['role']"
|
|
88323
88023
|
},
|
|
88324
|
-
"privacy": "
|
|
88024
|
+
"privacy": "public",
|
|
88025
|
+
"static": true,
|
|
88325
88026
|
"readonly": true,
|
|
88326
88027
|
"default": "'menuitem'",
|
|
88327
88028
|
"inheritedFrom": {
|
|
88328
|
-
"name": "
|
|
88329
|
-
"module": "core/base-elements/
|
|
88029
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88030
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88330
88031
|
}
|
|
88331
88032
|
},
|
|
88332
88033
|
{
|
|
@@ -88345,6 +88046,50 @@
|
|
|
88345
88046
|
"module": "core/mixins/disabled-mixin.js"
|
|
88346
88047
|
}
|
|
88347
88048
|
},
|
|
88049
|
+
{
|
|
88050
|
+
"kind": "field",
|
|
88051
|
+
"name": "disabled",
|
|
88052
|
+
"privacy": "public",
|
|
88053
|
+
"description": "Whether the component is disabled.",
|
|
88054
|
+
"default": "false",
|
|
88055
|
+
"type": {
|
|
88056
|
+
"text": "boolean"
|
|
88057
|
+
},
|
|
88058
|
+
"attribute": "disabled",
|
|
88059
|
+
"reflects": true,
|
|
88060
|
+
"inheritedFrom": {
|
|
88061
|
+
"name": "SbbDisabledMixin",
|
|
88062
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
88063
|
+
}
|
|
88064
|
+
},
|
|
88065
|
+
{
|
|
88066
|
+
"kind": "field",
|
|
88067
|
+
"name": "#disabled",
|
|
88068
|
+
"privacy": "private",
|
|
88069
|
+
"type": {
|
|
88070
|
+
"text": "boolean"
|
|
88071
|
+
},
|
|
88072
|
+
"default": "false",
|
|
88073
|
+
"inheritedFrom": {
|
|
88074
|
+
"name": "SbbDisabledMixin",
|
|
88075
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
88076
|
+
}
|
|
88077
|
+
},
|
|
88078
|
+
{
|
|
88079
|
+
"kind": "method",
|
|
88080
|
+
"name": "isDisabledExternally",
|
|
88081
|
+
"privacy": "protected",
|
|
88082
|
+
"return": {
|
|
88083
|
+
"type": {
|
|
88084
|
+
"text": "boolean"
|
|
88085
|
+
}
|
|
88086
|
+
},
|
|
88087
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
88088
|
+
"inheritedFrom": {
|
|
88089
|
+
"name": "SbbDisabledMixin",
|
|
88090
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
88091
|
+
}
|
|
88092
|
+
},
|
|
88348
88093
|
{
|
|
88349
88094
|
"kind": "field",
|
|
88350
88095
|
"name": "styles",
|
|
@@ -88442,187 +88187,243 @@
|
|
|
88442
88187
|
},
|
|
88443
88188
|
{
|
|
88444
88189
|
"kind": "field",
|
|
88445
|
-
"name": "
|
|
88446
|
-
"privacy": "public",
|
|
88447
|
-
"description": "Whether the component is disabled.",
|
|
88448
|
-
"default": "false",
|
|
88190
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
88449
88191
|
"type": {
|
|
88450
|
-
"text": "
|
|
88192
|
+
"text": "array"
|
|
88451
88193
|
},
|
|
88452
|
-
"
|
|
88453
|
-
"
|
|
88194
|
+
"privacy": "private",
|
|
88195
|
+
"readonly": true,
|
|
88196
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
88454
88197
|
"inheritedFrom": {
|
|
88455
|
-
"name": "
|
|
88456
|
-
"module": "core/
|
|
88198
|
+
"name": "SbbButtonBaseElement",
|
|
88199
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88457
88200
|
}
|
|
88458
88201
|
},
|
|
88459
88202
|
{
|
|
88460
88203
|
"kind": "field",
|
|
88461
|
-
"name": "
|
|
88462
|
-
"privacy": "private",
|
|
88204
|
+
"name": "value",
|
|
88463
88205
|
"type": {
|
|
88464
|
-
"text": "
|
|
88206
|
+
"text": "string"
|
|
88465
88207
|
},
|
|
88466
|
-
"
|
|
88208
|
+
"privacy": "public",
|
|
88467
88209
|
"inheritedFrom": {
|
|
88468
|
-
"name": "
|
|
88469
|
-
"module": "core/
|
|
88470
|
-
}
|
|
88471
|
-
},
|
|
88472
|
-
{
|
|
88473
|
-
"kind": "method",
|
|
88474
|
-
"name": "isDisabledExternally",
|
|
88475
|
-
"privacy": "protected",
|
|
88476
|
-
"return": {
|
|
88477
|
-
"type": {
|
|
88478
|
-
"text": "boolean"
|
|
88479
|
-
}
|
|
88210
|
+
"name": "SbbButtonBaseElement",
|
|
88211
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88480
88212
|
},
|
|
88481
|
-
"
|
|
88482
|
-
"
|
|
88483
|
-
|
|
88484
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
88485
|
-
}
|
|
88213
|
+
"default": "''",
|
|
88214
|
+
"description": "Value of the form element.",
|
|
88215
|
+
"attribute": "value"
|
|
88486
88216
|
},
|
|
88487
88217
|
{
|
|
88488
88218
|
"kind": "field",
|
|
88489
|
-
"name": "
|
|
88219
|
+
"name": "type",
|
|
88220
|
+
"privacy": "public",
|
|
88221
|
+
"description": "The type attribute to use for the button.",
|
|
88222
|
+
"default": "'button'",
|
|
88490
88223
|
"type": {
|
|
88491
|
-
"text": "
|
|
88224
|
+
"text": "SbbButtonType"
|
|
88492
88225
|
},
|
|
88493
|
-
"
|
|
88494
|
-
"default": "''",
|
|
88495
|
-
"description": "The href value you want to link to.",
|
|
88496
|
-
"attribute": "href",
|
|
88497
|
-
"reflects": true,
|
|
88226
|
+
"attribute": "type",
|
|
88498
88227
|
"inheritedFrom": {
|
|
88499
|
-
"name": "
|
|
88500
|
-
"module": "core/base-elements/
|
|
88228
|
+
"name": "SbbButtonBaseElement",
|
|
88229
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88501
88230
|
}
|
|
88502
88231
|
},
|
|
88503
88232
|
{
|
|
88504
88233
|
"kind": "field",
|
|
88505
|
-
"name": "
|
|
88234
|
+
"name": "form",
|
|
88506
88235
|
"type": {
|
|
88507
|
-
"text": "
|
|
88236
|
+
"text": "HTMLFormElement | null"
|
|
88508
88237
|
},
|
|
88509
88238
|
"privacy": "public",
|
|
88510
|
-
"
|
|
88511
|
-
"description": "Where to display the linked URL.",
|
|
88512
|
-
"attribute": "target",
|
|
88513
|
-
"reflects": true,
|
|
88239
|
+
"description": "The `<form>` element to associate the button with.",
|
|
88514
88240
|
"inheritedFrom": {
|
|
88515
|
-
"name": "
|
|
88516
|
-
"module": "core/base-elements/
|
|
88517
|
-
}
|
|
88241
|
+
"name": "SbbButtonBaseElement",
|
|
88242
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88243
|
+
},
|
|
88244
|
+
"attribute": "form"
|
|
88518
88245
|
},
|
|
88519
88246
|
{
|
|
88520
88247
|
"kind": "field",
|
|
88521
|
-
"name": "
|
|
88248
|
+
"name": "_formId",
|
|
88522
88249
|
"type": {
|
|
88523
88250
|
"text": "string"
|
|
88524
88251
|
},
|
|
88525
|
-
"privacy": "
|
|
88252
|
+
"privacy": "private",
|
|
88526
88253
|
"default": "''",
|
|
88527
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
88528
|
-
"attribute": "rel",
|
|
88529
|
-
"reflects": true,
|
|
88530
88254
|
"inheritedFrom": {
|
|
88531
|
-
"name": "
|
|
88532
|
-
"module": "core/base-elements/
|
|
88255
|
+
"name": "SbbButtonBaseElement",
|
|
88256
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88533
88257
|
}
|
|
88534
88258
|
},
|
|
88535
88259
|
{
|
|
88536
88260
|
"kind": "field",
|
|
88537
|
-
"name": "
|
|
88538
|
-
"
|
|
88539
|
-
|
|
88540
|
-
|
|
88261
|
+
"name": "_handleButtonClick",
|
|
88262
|
+
"privacy": "private",
|
|
88263
|
+
"inheritedFrom": {
|
|
88264
|
+
"name": "SbbButtonBaseElement",
|
|
88265
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88266
|
+
}
|
|
88267
|
+
},
|
|
88268
|
+
{
|
|
88269
|
+
"kind": "method",
|
|
88270
|
+
"name": "_requestSubmit",
|
|
88271
|
+
"privacy": "private",
|
|
88272
|
+
"return": {
|
|
88273
|
+
"type": {
|
|
88274
|
+
"text": "void"
|
|
88275
|
+
}
|
|
88276
|
+
},
|
|
88277
|
+
"parameters": [
|
|
88278
|
+
{
|
|
88279
|
+
"name": "form",
|
|
88280
|
+
"type": {
|
|
88281
|
+
"text": "HTMLFormElement"
|
|
88282
|
+
}
|
|
88283
|
+
}
|
|
88284
|
+
],
|
|
88285
|
+
"inheritedFrom": {
|
|
88286
|
+
"name": "SbbButtonBaseElement",
|
|
88287
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88288
|
+
}
|
|
88289
|
+
},
|
|
88290
|
+
{
|
|
88291
|
+
"kind": "field",
|
|
88292
|
+
"name": "_formKeyDown",
|
|
88293
|
+
"privacy": "private",
|
|
88294
|
+
"inheritedFrom": {
|
|
88295
|
+
"name": "SbbButtonBaseElement",
|
|
88296
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88297
|
+
}
|
|
88298
|
+
},
|
|
88299
|
+
{
|
|
88300
|
+
"kind": "field",
|
|
88301
|
+
"name": "formAssociated",
|
|
88302
|
+
"type": {
|
|
88303
|
+
"text": "boolean"
|
|
88304
|
+
},
|
|
88541
88305
|
"privacy": "public",
|
|
88542
|
-
"
|
|
88543
|
-
"
|
|
88544
|
-
"attribute": "download",
|
|
88545
|
-
"reflects": true,
|
|
88306
|
+
"static": true,
|
|
88307
|
+
"default": "true",
|
|
88546
88308
|
"inheritedFrom": {
|
|
88547
|
-
"name": "
|
|
88548
|
-
"module": "core/
|
|
88309
|
+
"name": "SbbFormAssociatedMixin",
|
|
88310
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88549
88311
|
}
|
|
88550
88312
|
},
|
|
88551
88313
|
{
|
|
88552
88314
|
"kind": "field",
|
|
88553
|
-
"name": "
|
|
88315
|
+
"name": "name",
|
|
88316
|
+
"privacy": "public",
|
|
88317
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
88554
88318
|
"type": {
|
|
88555
88319
|
"text": "string"
|
|
88556
88320
|
},
|
|
88321
|
+
"attribute": "name",
|
|
88322
|
+
"inheritedFrom": {
|
|
88323
|
+
"name": "SbbFormAssociatedMixin",
|
|
88324
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88325
|
+
}
|
|
88326
|
+
},
|
|
88327
|
+
{
|
|
88328
|
+
"kind": "field",
|
|
88329
|
+
"name": "validity",
|
|
88330
|
+
"type": {
|
|
88331
|
+
"text": "ValidityState"
|
|
88332
|
+
},
|
|
88557
88333
|
"privacy": "public",
|
|
88558
|
-
"
|
|
88559
|
-
"
|
|
88560
|
-
"attribute": "accessibility-label",
|
|
88334
|
+
"description": "Returns the ValidityState object for this element.",
|
|
88335
|
+
"readonly": true,
|
|
88561
88336
|
"inheritedFrom": {
|
|
88562
|
-
"name": "
|
|
88563
|
-
"module": "core/
|
|
88337
|
+
"name": "SbbFormAssociatedMixin",
|
|
88338
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88564
88339
|
}
|
|
88565
88340
|
},
|
|
88566
88341
|
{
|
|
88567
88342
|
"kind": "field",
|
|
88568
|
-
"name": "
|
|
88343
|
+
"name": "validationMessage",
|
|
88569
88344
|
"type": {
|
|
88570
88345
|
"text": "string"
|
|
88571
88346
|
},
|
|
88572
88347
|
"privacy": "public",
|
|
88573
|
-
"
|
|
88574
|
-
"
|
|
88575
|
-
"attribute": "accessibility-current",
|
|
88348
|
+
"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.",
|
|
88349
|
+
"readonly": true,
|
|
88576
88350
|
"inheritedFrom": {
|
|
88577
|
-
"name": "
|
|
88578
|
-
"module": "core/
|
|
88351
|
+
"name": "SbbFormAssociatedMixin",
|
|
88352
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88579
88353
|
}
|
|
88580
88354
|
},
|
|
88581
88355
|
{
|
|
88582
88356
|
"kind": "field",
|
|
88583
|
-
"name": "
|
|
88584
|
-
"
|
|
88585
|
-
|
|
88357
|
+
"name": "willValidate",
|
|
88358
|
+
"type": {
|
|
88359
|
+
"text": "boolean"
|
|
88360
|
+
},
|
|
88361
|
+
"privacy": "public",
|
|
88362
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
88363
|
+
"readonly": true,
|
|
88586
88364
|
"inheritedFrom": {
|
|
88587
|
-
"name": "
|
|
88588
|
-
"module": "core/
|
|
88365
|
+
"name": "SbbFormAssociatedMixin",
|
|
88366
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88589
88367
|
}
|
|
88590
88368
|
},
|
|
88591
88369
|
{
|
|
88592
88370
|
"kind": "field",
|
|
88593
|
-
"name": "
|
|
88371
|
+
"name": "_validityStates",
|
|
88594
88372
|
"privacy": "private",
|
|
88373
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
88595
88374
|
"inheritedFrom": {
|
|
88596
|
-
"name": "
|
|
88597
|
-
"module": "core/
|
|
88375
|
+
"name": "SbbFormAssociatedMixin",
|
|
88376
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88598
88377
|
}
|
|
88599
88378
|
},
|
|
88600
88379
|
{
|
|
88601
|
-
"kind": "
|
|
88602
|
-
"name": "
|
|
88380
|
+
"kind": "field",
|
|
88381
|
+
"name": "formDisabled",
|
|
88382
|
+
"type": {
|
|
88383
|
+
"text": "boolean"
|
|
88384
|
+
},
|
|
88603
88385
|
"privacy": "protected",
|
|
88386
|
+
"default": "false",
|
|
88387
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
88388
|
+
"inheritedFrom": {
|
|
88389
|
+
"name": "SbbFormAssociatedMixin",
|
|
88390
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88391
|
+
}
|
|
88392
|
+
},
|
|
88393
|
+
{
|
|
88394
|
+
"kind": "method",
|
|
88395
|
+
"name": "checkValidity",
|
|
88396
|
+
"privacy": "public",
|
|
88604
88397
|
"return": {
|
|
88605
88398
|
"type": {
|
|
88606
|
-
"text": "
|
|
88399
|
+
"text": "boolean"
|
|
88607
88400
|
}
|
|
88608
88401
|
},
|
|
88609
|
-
"
|
|
88610
|
-
|
|
88611
|
-
|
|
88612
|
-
|
|
88613
|
-
|
|
88614
|
-
|
|
88402
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
88403
|
+
"inheritedFrom": {
|
|
88404
|
+
"name": "SbbFormAssociatedMixin",
|
|
88405
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88406
|
+
}
|
|
88407
|
+
},
|
|
88408
|
+
{
|
|
88409
|
+
"kind": "method",
|
|
88410
|
+
"name": "reportValidity",
|
|
88411
|
+
"privacy": "public",
|
|
88412
|
+
"return": {
|
|
88413
|
+
"type": {
|
|
88414
|
+
"text": "boolean"
|
|
88615
88415
|
}
|
|
88616
|
-
|
|
88416
|
+
},
|
|
88417
|
+
"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.",
|
|
88617
88418
|
"inheritedFrom": {
|
|
88618
|
-
"name": "
|
|
88619
|
-
"module": "core/
|
|
88419
|
+
"name": "SbbFormAssociatedMixin",
|
|
88420
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88620
88421
|
}
|
|
88621
88422
|
},
|
|
88622
88423
|
{
|
|
88623
88424
|
"kind": "method",
|
|
88624
|
-
"name": "
|
|
88625
|
-
"privacy": "
|
|
88425
|
+
"name": "setCustomValidity",
|
|
88426
|
+
"privacy": "public",
|
|
88626
88427
|
"return": {
|
|
88627
88428
|
"type": {
|
|
88628
88429
|
"text": "void"
|
|
@@ -88630,69 +88431,296 @@
|
|
|
88630
88431
|
},
|
|
88631
88432
|
"parameters": [
|
|
88632
88433
|
{
|
|
88633
|
-
"name": "
|
|
88434
|
+
"name": "message",
|
|
88634
88435
|
"type": {
|
|
88635
88436
|
"text": "string"
|
|
88636
88437
|
}
|
|
88637
|
-
},
|
|
88638
|
-
{
|
|
88639
|
-
"name": "force",
|
|
88640
|
-
"optional": true,
|
|
88641
|
-
"type": {
|
|
88642
|
-
"text": "boolean"
|
|
88643
|
-
}
|
|
88644
88438
|
}
|
|
88645
88439
|
],
|
|
88440
|
+
"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.",
|
|
88646
88441
|
"inheritedFrom": {
|
|
88647
|
-
"name": "
|
|
88648
|
-
"module": "core/
|
|
88442
|
+
"name": "SbbFormAssociatedMixin",
|
|
88443
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88649
88444
|
}
|
|
88650
88445
|
},
|
|
88651
88446
|
{
|
|
88652
|
-
"kind": "
|
|
88653
|
-
"name": "
|
|
88654
|
-
"
|
|
88655
|
-
|
|
88447
|
+
"kind": "method",
|
|
88448
|
+
"name": "_hasDisabledAncestor",
|
|
88449
|
+
"privacy": "private",
|
|
88450
|
+
"return": {
|
|
88451
|
+
"type": {
|
|
88452
|
+
"text": "boolean"
|
|
88453
|
+
}
|
|
88656
88454
|
},
|
|
88657
|
-
"privacy": "protected",
|
|
88658
|
-
"readonly": true,
|
|
88659
88455
|
"inheritedFrom": {
|
|
88660
|
-
"name": "
|
|
88661
|
-
"module": "core/
|
|
88456
|
+
"name": "SbbFormAssociatedMixin",
|
|
88457
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88662
88458
|
}
|
|
88663
88459
|
},
|
|
88664
88460
|
{
|
|
88665
|
-
"kind": "
|
|
88666
|
-
"name": "
|
|
88667
|
-
"
|
|
88668
|
-
|
|
88461
|
+
"kind": "method",
|
|
88462
|
+
"name": "updateFormValue",
|
|
88463
|
+
"privacy": "protected",
|
|
88464
|
+
"return": {
|
|
88465
|
+
"type": {
|
|
88466
|
+
"text": "void"
|
|
88467
|
+
}
|
|
88669
88468
|
},
|
|
88469
|
+
"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",
|
|
88470
|
+
"inheritedFrom": {
|
|
88471
|
+
"name": "SbbFormAssociatedMixin",
|
|
88472
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88473
|
+
}
|
|
88474
|
+
},
|
|
88475
|
+
{
|
|
88476
|
+
"kind": "method",
|
|
88477
|
+
"name": "formState",
|
|
88670
88478
|
"privacy": "protected",
|
|
88671
|
-
"
|
|
88479
|
+
"return": {
|
|
88480
|
+
"type": {
|
|
88481
|
+
"text": "FormRestoreState"
|
|
88482
|
+
}
|
|
88483
|
+
},
|
|
88672
88484
|
"inheritedFrom": {
|
|
88673
|
-
"name": "
|
|
88674
|
-
"module": "core/
|
|
88485
|
+
"name": "SbbFormAssociatedMixin",
|
|
88486
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88675
88487
|
}
|
|
88676
88488
|
},
|
|
88677
88489
|
{
|
|
88678
88490
|
"kind": "method",
|
|
88679
|
-
"name": "
|
|
88491
|
+
"name": "setValidityFlag",
|
|
88680
88492
|
"privacy": "protected",
|
|
88681
88493
|
"return": {
|
|
88682
88494
|
"type": {
|
|
88683
88495
|
"text": "void"
|
|
88684
88496
|
}
|
|
88685
88497
|
},
|
|
88498
|
+
"parameters": [
|
|
88499
|
+
{
|
|
88500
|
+
"name": "flag",
|
|
88501
|
+
"type": {
|
|
88502
|
+
"text": "T"
|
|
88503
|
+
}
|
|
88504
|
+
},
|
|
88505
|
+
{
|
|
88506
|
+
"name": "message",
|
|
88507
|
+
"type": {
|
|
88508
|
+
"text": "string"
|
|
88509
|
+
}
|
|
88510
|
+
},
|
|
88511
|
+
{
|
|
88512
|
+
"name": "flagValue",
|
|
88513
|
+
"optional": true,
|
|
88514
|
+
"type": {
|
|
88515
|
+
"text": "ValidityStateFlags[T]"
|
|
88516
|
+
}
|
|
88517
|
+
}
|
|
88518
|
+
],
|
|
88519
|
+
"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).",
|
|
88686
88520
|
"inheritedFrom": {
|
|
88687
|
-
"name": "
|
|
88688
|
-
"module": "core/
|
|
88521
|
+
"name": "SbbFormAssociatedMixin",
|
|
88522
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88689
88523
|
}
|
|
88690
|
-
}
|
|
88691
|
-
|
|
88692
|
-
|
|
88693
|
-
|
|
88694
|
-
"
|
|
88695
|
-
"
|
|
88524
|
+
},
|
|
88525
|
+
{
|
|
88526
|
+
"kind": "method",
|
|
88527
|
+
"name": "removeValidityFlag",
|
|
88528
|
+
"privacy": "protected",
|
|
88529
|
+
"return": {
|
|
88530
|
+
"type": {
|
|
88531
|
+
"text": "void"
|
|
88532
|
+
}
|
|
88533
|
+
},
|
|
88534
|
+
"parameters": [
|
|
88535
|
+
{
|
|
88536
|
+
"name": "flag",
|
|
88537
|
+
"type": {
|
|
88538
|
+
"text": "T"
|
|
88539
|
+
}
|
|
88540
|
+
}
|
|
88541
|
+
],
|
|
88542
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
88543
|
+
"inheritedFrom": {
|
|
88544
|
+
"name": "SbbFormAssociatedMixin",
|
|
88545
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88546
|
+
}
|
|
88547
|
+
},
|
|
88548
|
+
{
|
|
88549
|
+
"kind": "method",
|
|
88550
|
+
"name": "validate",
|
|
88551
|
+
"privacy": "protected",
|
|
88552
|
+
"return": {
|
|
88553
|
+
"type": {
|
|
88554
|
+
"text": "void"
|
|
88555
|
+
}
|
|
88556
|
+
},
|
|
88557
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
88558
|
+
"inheritedFrom": {
|
|
88559
|
+
"name": "SbbFormAssociatedMixin",
|
|
88560
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88561
|
+
}
|
|
88562
|
+
},
|
|
88563
|
+
{
|
|
88564
|
+
"kind": "method",
|
|
88565
|
+
"name": "shouldValidate",
|
|
88566
|
+
"privacy": "protected",
|
|
88567
|
+
"return": {
|
|
88568
|
+
"type": {
|
|
88569
|
+
"text": "boolean"
|
|
88570
|
+
}
|
|
88571
|
+
},
|
|
88572
|
+
"parameters": [
|
|
88573
|
+
{
|
|
88574
|
+
"name": "name",
|
|
88575
|
+
"type": {
|
|
88576
|
+
"text": "PropertyKey | undefined"
|
|
88577
|
+
}
|
|
88578
|
+
}
|
|
88579
|
+
],
|
|
88580
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
88581
|
+
"inheritedFrom": {
|
|
88582
|
+
"name": "SbbFormAssociatedMixin",
|
|
88583
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88584
|
+
}
|
|
88585
|
+
},
|
|
88586
|
+
{
|
|
88587
|
+
"kind": "method",
|
|
88588
|
+
"name": "_setInternalValidity",
|
|
88589
|
+
"privacy": "private",
|
|
88590
|
+
"return": {
|
|
88591
|
+
"type": {
|
|
88592
|
+
"text": "void"
|
|
88593
|
+
}
|
|
88594
|
+
},
|
|
88595
|
+
"inheritedFrom": {
|
|
88596
|
+
"name": "SbbFormAssociatedMixin",
|
|
88597
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88598
|
+
}
|
|
88599
|
+
},
|
|
88600
|
+
{
|
|
88601
|
+
"kind": "field",
|
|
88602
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
88603
|
+
"privacy": "private",
|
|
88604
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
88605
|
+
"parameters": [
|
|
88606
|
+
{
|
|
88607
|
+
"description": "The origin event.",
|
|
88608
|
+
"name": "event"
|
|
88609
|
+
}
|
|
88610
|
+
],
|
|
88611
|
+
"inheritedFrom": {
|
|
88612
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88613
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88614
|
+
}
|
|
88615
|
+
},
|
|
88616
|
+
{
|
|
88617
|
+
"kind": "field",
|
|
88618
|
+
"name": "_removeActiveMarker",
|
|
88619
|
+
"privacy": "private",
|
|
88620
|
+
"inheritedFrom": {
|
|
88621
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88622
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88623
|
+
}
|
|
88624
|
+
},
|
|
88625
|
+
{
|
|
88626
|
+
"kind": "field",
|
|
88627
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
88628
|
+
"privacy": "private",
|
|
88629
|
+
"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.",
|
|
88630
|
+
"parameters": [
|
|
88631
|
+
{
|
|
88632
|
+
"description": "The origin event.",
|
|
88633
|
+
"name": "event"
|
|
88634
|
+
}
|
|
88635
|
+
],
|
|
88636
|
+
"inheritedFrom": {
|
|
88637
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88638
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88639
|
+
}
|
|
88640
|
+
},
|
|
88641
|
+
{
|
|
88642
|
+
"kind": "field",
|
|
88643
|
+
"name": "_dispatchClickEvent",
|
|
88644
|
+
"privacy": "private",
|
|
88645
|
+
"inheritedFrom": {
|
|
88646
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88647
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88648
|
+
}
|
|
88649
|
+
},
|
|
88650
|
+
{
|
|
88651
|
+
"kind": "method",
|
|
88652
|
+
"name": "toggleState",
|
|
88653
|
+
"privacy": "protected",
|
|
88654
|
+
"return": {
|
|
88655
|
+
"type": {
|
|
88656
|
+
"text": "void"
|
|
88657
|
+
}
|
|
88658
|
+
},
|
|
88659
|
+
"parameters": [
|
|
88660
|
+
{
|
|
88661
|
+
"name": "value",
|
|
88662
|
+
"type": {
|
|
88663
|
+
"text": "string"
|
|
88664
|
+
}
|
|
88665
|
+
},
|
|
88666
|
+
{
|
|
88667
|
+
"name": "force",
|
|
88668
|
+
"optional": true,
|
|
88669
|
+
"type": {
|
|
88670
|
+
"text": "boolean"
|
|
88671
|
+
}
|
|
88672
|
+
}
|
|
88673
|
+
],
|
|
88674
|
+
"inheritedFrom": {
|
|
88675
|
+
"name": "SbbActionBaseElement",
|
|
88676
|
+
"module": "core/base-elements/action-base-element.js"
|
|
88677
|
+
}
|
|
88678
|
+
},
|
|
88679
|
+
{
|
|
88680
|
+
"kind": "field",
|
|
88681
|
+
"name": "maybeDisabled",
|
|
88682
|
+
"type": {
|
|
88683
|
+
"text": "boolean | undefined"
|
|
88684
|
+
},
|
|
88685
|
+
"privacy": "protected",
|
|
88686
|
+
"readonly": true,
|
|
88687
|
+
"inheritedFrom": {
|
|
88688
|
+
"name": "SbbActionBaseElement",
|
|
88689
|
+
"module": "core/base-elements/action-base-element.js"
|
|
88690
|
+
}
|
|
88691
|
+
},
|
|
88692
|
+
{
|
|
88693
|
+
"kind": "field",
|
|
88694
|
+
"name": "maybeDisabledInteractive",
|
|
88695
|
+
"type": {
|
|
88696
|
+
"text": "boolean | undefined"
|
|
88697
|
+
},
|
|
88698
|
+
"privacy": "protected",
|
|
88699
|
+
"readonly": true,
|
|
88700
|
+
"inheritedFrom": {
|
|
88701
|
+
"name": "SbbActionBaseElement",
|
|
88702
|
+
"module": "core/base-elements/action-base-element.js"
|
|
88703
|
+
}
|
|
88704
|
+
},
|
|
88705
|
+
{
|
|
88706
|
+
"kind": "method",
|
|
88707
|
+
"name": "setupBaseEventHandlers",
|
|
88708
|
+
"privacy": "protected",
|
|
88709
|
+
"return": {
|
|
88710
|
+
"type": {
|
|
88711
|
+
"text": "void"
|
|
88712
|
+
}
|
|
88713
|
+
},
|
|
88714
|
+
"inheritedFrom": {
|
|
88715
|
+
"name": "SbbActionBaseElement",
|
|
88716
|
+
"module": "core/base-elements/action-base-element.js"
|
|
88717
|
+
}
|
|
88718
|
+
}
|
|
88719
|
+
],
|
|
88720
|
+
"mixins": [
|
|
88721
|
+
{
|
|
88722
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
88723
|
+
"module": "core/mixins.js"
|
|
88696
88724
|
},
|
|
88697
88725
|
{
|
|
88698
88726
|
"name": "SbbMenuActionCommonElementMixin",
|
|
@@ -88700,10 +88728,10 @@
|
|
|
88700
88728
|
}
|
|
88701
88729
|
],
|
|
88702
88730
|
"superclass": {
|
|
88703
|
-
"name": "
|
|
88731
|
+
"name": "SbbButtonBaseElement",
|
|
88704
88732
|
"module": "core/base-elements.js"
|
|
88705
88733
|
},
|
|
88706
|
-
"tagName": "sbb-menu-
|
|
88734
|
+
"tagName": "sbb-menu-button",
|
|
88707
88735
|
"customElement": true,
|
|
88708
88736
|
"attributes": [
|
|
88709
88737
|
{
|
|
@@ -88719,19 +88747,6 @@
|
|
|
88719
88747
|
"module": "core/mixins/disabled-mixin.js"
|
|
88720
88748
|
}
|
|
88721
88749
|
},
|
|
88722
|
-
{
|
|
88723
|
-
"name": "icon-name",
|
|
88724
|
-
"type": {
|
|
88725
|
-
"text": "string"
|
|
88726
|
-
},
|
|
88727
|
-
"default": "''",
|
|
88728
|
-
"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.",
|
|
88729
|
-
"fieldName": "iconName",
|
|
88730
|
-
"inheritedFrom": {
|
|
88731
|
-
"name": "SbbIconNameMixin",
|
|
88732
|
-
"module": "icon/icon-name-mixin.js"
|
|
88733
|
-
}
|
|
88734
|
-
},
|
|
88735
88750
|
{
|
|
88736
88751
|
"name": "disabled",
|
|
88737
88752
|
"description": "Whether the component is disabled.",
|
|
@@ -88746,81 +88761,66 @@
|
|
|
88746
88761
|
}
|
|
88747
88762
|
},
|
|
88748
88763
|
{
|
|
88749
|
-
"name": "
|
|
88764
|
+
"name": "icon-name",
|
|
88750
88765
|
"type": {
|
|
88751
88766
|
"text": "string"
|
|
88752
88767
|
},
|
|
88753
88768
|
"default": "''",
|
|
88754
|
-
"description": "The
|
|
88755
|
-
"fieldName": "
|
|
88756
|
-
"inheritedFrom": {
|
|
88757
|
-
"name": "SbbLinkBaseElement",
|
|
88758
|
-
"module": "core/base-elements/link-base-element.js"
|
|
88759
|
-
}
|
|
88760
|
-
},
|
|
88761
|
-
{
|
|
88762
|
-
"name": "target",
|
|
88763
|
-
"type": {
|
|
88764
|
-
"text": "LinkTargetType | string"
|
|
88765
|
-
},
|
|
88766
|
-
"default": "''",
|
|
88767
|
-
"description": "Where to display the linked URL.",
|
|
88768
|
-
"fieldName": "target",
|
|
88769
|
+
"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.",
|
|
88770
|
+
"fieldName": "iconName",
|
|
88769
88771
|
"inheritedFrom": {
|
|
88770
|
-
"name": "
|
|
88771
|
-
"module": "
|
|
88772
|
+
"name": "SbbIconNameMixin",
|
|
88773
|
+
"module": "icon/icon-name-mixin.js"
|
|
88772
88774
|
}
|
|
88773
88775
|
},
|
|
88774
88776
|
{
|
|
88775
|
-
"name": "
|
|
88777
|
+
"name": "value",
|
|
88776
88778
|
"type": {
|
|
88777
88779
|
"text": "string"
|
|
88778
88780
|
},
|
|
88779
88781
|
"default": "''",
|
|
88780
|
-
"description": "
|
|
88781
|
-
"fieldName": "
|
|
88782
|
+
"description": "Value of the form element.",
|
|
88783
|
+
"fieldName": "value",
|
|
88782
88784
|
"inheritedFrom": {
|
|
88783
|
-
"name": "
|
|
88784
|
-
"module": "core/base-elements/
|
|
88785
|
+
"name": "SbbButtonBaseElement",
|
|
88786
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88785
88787
|
}
|
|
88786
88788
|
},
|
|
88787
88789
|
{
|
|
88788
|
-
"name": "
|
|
88790
|
+
"name": "type",
|
|
88791
|
+
"description": "The type attribute to use for the button.",
|
|
88792
|
+
"default": "'button'",
|
|
88789
88793
|
"type": {
|
|
88790
|
-
"text": "
|
|
88794
|
+
"text": "SbbButtonType"
|
|
88791
88795
|
},
|
|
88792
|
-
"
|
|
88793
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
88794
|
-
"fieldName": "download",
|
|
88796
|
+
"fieldName": "type",
|
|
88795
88797
|
"inheritedFrom": {
|
|
88796
|
-
"name": "
|
|
88797
|
-
"module": "core/base-elements/
|
|
88798
|
+
"name": "SbbButtonBaseElement",
|
|
88799
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88798
88800
|
}
|
|
88799
88801
|
},
|
|
88800
88802
|
{
|
|
88801
|
-
"name": "
|
|
88803
|
+
"name": "form",
|
|
88804
|
+
"description": "The `<form>` element to associate the button with.",
|
|
88802
88805
|
"type": {
|
|
88803
|
-
"text": "
|
|
88806
|
+
"text": "HTMLFormElement | null"
|
|
88804
88807
|
},
|
|
88805
|
-
"
|
|
88806
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
88807
|
-
"fieldName": "accessibilityLabel",
|
|
88808
|
+
"fieldName": "form",
|
|
88808
88809
|
"inheritedFrom": {
|
|
88809
|
-
"name": "
|
|
88810
|
-
"module": "core/base-elements/
|
|
88810
|
+
"name": "SbbButtonBaseElement",
|
|
88811
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88811
88812
|
}
|
|
88812
88813
|
},
|
|
88813
88814
|
{
|
|
88814
|
-
"name": "
|
|
88815
|
+
"name": "name",
|
|
88816
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
88815
88817
|
"type": {
|
|
88816
88818
|
"text": "string"
|
|
88817
88819
|
},
|
|
88818
|
-
"
|
|
88819
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
88820
|
-
"fieldName": "accessibilityCurrent",
|
|
88820
|
+
"fieldName": "name",
|
|
88821
88821
|
"inheritedFrom": {
|
|
88822
|
-
"name": "
|
|
88823
|
-
"module": "core/
|
|
88822
|
+
"name": "SbbFormAssociatedMixin",
|
|
88823
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88824
88824
|
}
|
|
88825
88825
|
}
|
|
88826
88826
|
]
|
|
@@ -88829,18 +88829,18 @@
|
|
|
88829
88829
|
"exports": [
|
|
88830
88830
|
{
|
|
88831
88831
|
"kind": "js",
|
|
88832
|
-
"name": "
|
|
88832
|
+
"name": "SbbMenuButtonElement",
|
|
88833
88833
|
"declaration": {
|
|
88834
|
-
"name": "
|
|
88835
|
-
"module": "menu/menu-
|
|
88834
|
+
"name": "SbbMenuButtonElement",
|
|
88835
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
88836
88836
|
}
|
|
88837
88837
|
},
|
|
88838
88838
|
{
|
|
88839
88839
|
"kind": "custom-element-definition",
|
|
88840
|
-
"name": "sbb-menu-
|
|
88840
|
+
"name": "sbb-menu-button",
|
|
88841
88841
|
"declaration": {
|
|
88842
|
-
"name": "
|
|
88843
|
-
"module": "menu/menu-
|
|
88842
|
+
"name": "SbbMenuButtonElement",
|
|
88843
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
88844
88844
|
}
|
|
88845
88845
|
}
|
|
88846
88846
|
]
|
|
@@ -100241,283 +100241,230 @@
|
|
|
100241
100241
|
},
|
|
100242
100242
|
{
|
|
100243
100243
|
"kind": "javascript-module",
|
|
100244
|
-
"path": "radio-button/radio-button-
|
|
100244
|
+
"path": "radio-button/radio-button-group/radio-button-group.component.js",
|
|
100245
100245
|
"declarations": [
|
|
100246
100246
|
{
|
|
100247
100247
|
"kind": "class",
|
|
100248
|
-
"description": "
|
|
100249
|
-
"name": "
|
|
100248
|
+
"description": "It can be used as a container for one or more `sbb-radio-button`.",
|
|
100249
|
+
"name": "SbbRadioButtonGroupElement",
|
|
100250
100250
|
"slots": [
|
|
100251
100251
|
{
|
|
100252
|
-
"description": "Use the unnamed slot to add
|
|
100252
|
+
"description": "Use the unnamed slot to add `sbb-radio-button` elements to the `sbb-radio-button-group`.",
|
|
100253
100253
|
"name": ""
|
|
100254
100254
|
},
|
|
100255
100255
|
{
|
|
100256
|
-
"description": "
|
|
100257
|
-
"name": "
|
|
100258
|
-
},
|
|
100259
|
-
{
|
|
100260
|
-
"description": "Slot used to render additional content after the label.",
|
|
100261
|
-
"name": "suffix"
|
|
100262
|
-
},
|
|
100263
|
-
{
|
|
100264
|
-
"description": "Use this slot to provide a `sbb-card-badge` (optional).",
|
|
100265
|
-
"name": "badge"
|
|
100256
|
+
"description": "Use this to provide a `sbb-error` to show an error message.",
|
|
100257
|
+
"name": "error"
|
|
100266
100258
|
}
|
|
100267
100259
|
],
|
|
100268
100260
|
"members": [
|
|
100261
|
+
{
|
|
100262
|
+
"kind": "field",
|
|
100263
|
+
"name": "role",
|
|
100264
|
+
"type": {
|
|
100265
|
+
"text": "string"
|
|
100266
|
+
},
|
|
100267
|
+
"privacy": "public",
|
|
100268
|
+
"static": true,
|
|
100269
|
+
"readonly": true,
|
|
100270
|
+
"default": "'radiogroup'"
|
|
100271
|
+
},
|
|
100269
100272
|
{
|
|
100270
100273
|
"kind": "field",
|
|
100271
100274
|
"name": "events",
|
|
100272
100275
|
"privacy": "public",
|
|
100273
100276
|
"static": true,
|
|
100274
100277
|
"readonly": true,
|
|
100275
|
-
"default": "{ change: 'change', input: 'input', }",
|
|
100278
|
+
"default": "{ didChange: 'didChange', change: 'change', input: 'input', }",
|
|
100276
100279
|
"type": {
|
|
100277
|
-
"text": "{\n change: 'change',\n input: 'input',\n }"
|
|
100278
|
-
},
|
|
100279
|
-
"inheritedFrom": {
|
|
100280
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
100281
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
100280
|
+
"text": "{\n didChange: 'didChange',\n change: 'change',\n input: 'input',\n }"
|
|
100282
100281
|
}
|
|
100283
100282
|
},
|
|
100284
100283
|
{
|
|
100285
100284
|
"kind": "field",
|
|
100286
|
-
"name": "
|
|
100285
|
+
"name": "allowEmptySelection",
|
|
100287
100286
|
"type": {
|
|
100288
|
-
"text": "
|
|
100287
|
+
"text": "boolean"
|
|
100289
100288
|
},
|
|
100290
100289
|
"privacy": "public",
|
|
100291
|
-
"default": "
|
|
100292
|
-
"description": "
|
|
100293
|
-
"attribute": "
|
|
100294
|
-
"inheritedFrom": {
|
|
100295
|
-
"name": "SbbFormAssociatedMixin",
|
|
100296
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
100297
|
-
}
|
|
100290
|
+
"default": "false",
|
|
100291
|
+
"description": "Whether the radios can be deselected.",
|
|
100292
|
+
"attribute": "allow-empty-selection"
|
|
100298
100293
|
},
|
|
100299
100294
|
{
|
|
100300
100295
|
"kind": "field",
|
|
100301
|
-
"name": "
|
|
100296
|
+
"name": "required",
|
|
100302
100297
|
"type": {
|
|
100303
100298
|
"text": "boolean"
|
|
100304
100299
|
},
|
|
100305
|
-
"privacy": "
|
|
100306
|
-
"default": "false"
|
|
100307
|
-
|
|
100308
|
-
|
|
100309
|
-
"kind": "method",
|
|
100310
|
-
"name": "updateFocusableRadios",
|
|
100311
|
-
"privacy": "protected",
|
|
100312
|
-
"return": {
|
|
100313
|
-
"type": {
|
|
100314
|
-
"text": "void"
|
|
100315
|
-
}
|
|
100316
|
-
},
|
|
100317
|
-
"description": "As an exception, panels with a selection-panel attached are always focusable",
|
|
100318
|
-
"inheritedFrom": {
|
|
100319
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100320
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100321
|
-
}
|
|
100322
|
-
},
|
|
100323
|
-
{
|
|
100324
|
-
"kind": "method",
|
|
100325
|
-
"name": "navigateByKeyboard",
|
|
100326
|
-
"privacy": "protected",
|
|
100327
|
-
"return": {
|
|
100328
|
-
"type": {
|
|
100329
|
-
"text": "Promise<void>"
|
|
100330
|
-
}
|
|
100331
|
-
},
|
|
100332
|
-
"parameters": [
|
|
100333
|
-
{
|
|
100334
|
-
"name": "next",
|
|
100335
|
-
"type": {
|
|
100336
|
-
"text": "SbbRadioButtonPanelElement"
|
|
100337
|
-
}
|
|
100338
|
-
}
|
|
100339
|
-
],
|
|
100340
|
-
"description": "As an exception, radio-panels with a selection-panel attached are not checked automatically when navigating by keyboard",
|
|
100341
|
-
"inheritedFrom": {
|
|
100342
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100343
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100344
|
-
}
|
|
100300
|
+
"privacy": "public",
|
|
100301
|
+
"default": "false",
|
|
100302
|
+
"description": "Whether the radio group is required.",
|
|
100303
|
+
"attribute": "required"
|
|
100345
100304
|
},
|
|
100346
100305
|
{
|
|
100347
100306
|
"kind": "field",
|
|
100348
|
-
"name": "
|
|
100307
|
+
"name": "value",
|
|
100308
|
+
"privacy": "public",
|
|
100309
|
+
"description": "The value of the radio group.",
|
|
100349
100310
|
"type": {
|
|
100350
|
-
"text": "
|
|
100311
|
+
"text": "(T = string) | null"
|
|
100351
100312
|
},
|
|
100352
|
-
"
|
|
100353
|
-
"default": "'white'",
|
|
100354
|
-
"description": "The background color of the panel.",
|
|
100355
|
-
"attribute": "color",
|
|
100356
|
-
"reflects": true,
|
|
100357
|
-
"inheritedFrom": {
|
|
100358
|
-
"name": "SbbPanelMixin",
|
|
100359
|
-
"module": "core/mixins/panel-mixin.js"
|
|
100360
|
-
}
|
|
100313
|
+
"attribute": "value"
|
|
100361
100314
|
},
|
|
100362
100315
|
{
|
|
100363
100316
|
"kind": "field",
|
|
100364
|
-
"name": "
|
|
100317
|
+
"name": "_fallbackValue",
|
|
100365
100318
|
"type": {
|
|
100366
|
-
"text": "
|
|
100319
|
+
"text": "T | null"
|
|
100367
100320
|
},
|
|
100368
|
-
"privacy": "
|
|
100369
|
-
"default": "
|
|
100370
|
-
"description": "
|
|
100371
|
-
"attribute": "borderless",
|
|
100372
|
-
"reflects": true,
|
|
100373
|
-
"inheritedFrom": {
|
|
100374
|
-
"name": "SbbPanelMixin",
|
|
100375
|
-
"module": "core/mixins/panel-mixin.js"
|
|
100376
|
-
}
|
|
100321
|
+
"privacy": "private",
|
|
100322
|
+
"default": "null",
|
|
100323
|
+
"description": "Used to preserve the `value` in case the radios are not yet 'loaded'"
|
|
100377
100324
|
},
|
|
100378
100325
|
{
|
|
100379
100326
|
"kind": "field",
|
|
100380
100327
|
"name": "size",
|
|
100381
100328
|
"type": {
|
|
100382
|
-
"text": "
|
|
100329
|
+
"text": "SbbRadioButtonSize"
|
|
100383
100330
|
},
|
|
100384
100331
|
"privacy": "public",
|
|
100385
100332
|
"description": "Size variant, either xs, s or m.",
|
|
100386
100333
|
"default": "'m' / 'xs' (lean)",
|
|
100387
|
-
"attribute": "size"
|
|
100388
|
-
"reflects": true,
|
|
100389
|
-
"inheritedFrom": {
|
|
100390
|
-
"name": "SbbPanelMixin",
|
|
100391
|
-
"module": "core/mixins/panel-mixin.js"
|
|
100392
|
-
}
|
|
100334
|
+
"attribute": "size"
|
|
100393
100335
|
},
|
|
100394
100336
|
{
|
|
100395
100337
|
"kind": "field",
|
|
100396
|
-
"name": "
|
|
100397
|
-
"privacy": "public",
|
|
100398
|
-
"description": "Whether the radio can be deselected.",
|
|
100338
|
+
"name": "horizontalFrom",
|
|
100399
100339
|
"type": {
|
|
100400
|
-
"text": "
|
|
100401
|
-
},
|
|
100402
|
-
"attribute": "allow-empty-selection",
|
|
100403
|
-
"inheritedFrom": {
|
|
100404
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
100405
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
100340
|
+
"text": "SbbHorizontalFrom | null"
|
|
100406
100341
|
},
|
|
100407
|
-
"
|
|
100342
|
+
"privacy": "public",
|
|
100343
|
+
"default": "null",
|
|
100344
|
+
"description": "Overrides the behaviour of `orientation` property.",
|
|
100345
|
+
"attribute": "horizontal-from",
|
|
100346
|
+
"reflects": true
|
|
100408
100347
|
},
|
|
100409
100348
|
{
|
|
100410
100349
|
"kind": "field",
|
|
100411
|
-
"name": "
|
|
100350
|
+
"name": "orientation",
|
|
100412
100351
|
"type": {
|
|
100413
|
-
"text": "
|
|
100352
|
+
"text": "SbbOrientation"
|
|
100414
100353
|
},
|
|
100415
|
-
"privacy": "
|
|
100416
|
-
"default": "
|
|
100417
|
-
"
|
|
100418
|
-
|
|
100419
|
-
|
|
100420
|
-
}
|
|
100354
|
+
"privacy": "public",
|
|
100355
|
+
"default": "'horizontal'",
|
|
100356
|
+
"description": "Radio group's orientation, either horizontal or vertical.",
|
|
100357
|
+
"attribute": "orientation",
|
|
100358
|
+
"reflects": true
|
|
100421
100359
|
},
|
|
100422
100360
|
{
|
|
100423
100361
|
"kind": "field",
|
|
100424
|
-
"name": "
|
|
100362
|
+
"name": "name",
|
|
100425
100363
|
"type": {
|
|
100426
|
-
"text": "
|
|
100364
|
+
"text": "string"
|
|
100427
100365
|
},
|
|
100428
100366
|
"privacy": "public",
|
|
100429
|
-
"
|
|
100430
|
-
"
|
|
100431
|
-
"inheritedFrom": {
|
|
100432
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
100433
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
100434
|
-
},
|
|
100435
|
-
"default": "null"
|
|
100367
|
+
"default": "`sbb-radio-button-group-${++nextId}`",
|
|
100368
|
+
"attribute": "name"
|
|
100436
100369
|
},
|
|
100437
100370
|
{
|
|
100438
100371
|
"kind": "field",
|
|
100439
|
-
"name": "
|
|
100372
|
+
"name": "radioButtons",
|
|
100440
100373
|
"type": {
|
|
100441
|
-
"text": "
|
|
100374
|
+
"text": "(SbbRadioButtonElement<T> | SbbRadioButtonPanelElement<T>)[]"
|
|
100442
100375
|
},
|
|
100376
|
+
"privacy": "public",
|
|
100377
|
+
"description": "List of contained radio buttons.",
|
|
100378
|
+
"readonly": true
|
|
100379
|
+
},
|
|
100380
|
+
{
|
|
100381
|
+
"kind": "method",
|
|
100382
|
+
"name": "_onRadioChange",
|
|
100443
100383
|
"privacy": "private",
|
|
100444
|
-
"
|
|
100445
|
-
|
|
100446
|
-
|
|
100447
|
-
|
|
100448
|
-
}
|
|
100384
|
+
"return": {
|
|
100385
|
+
"type": {
|
|
100386
|
+
"text": "void"
|
|
100387
|
+
}
|
|
100388
|
+
},
|
|
100389
|
+
"parameters": [
|
|
100390
|
+
{
|
|
100391
|
+
"name": "event",
|
|
100392
|
+
"type": {
|
|
100393
|
+
"text": "Event"
|
|
100394
|
+
}
|
|
100395
|
+
}
|
|
100396
|
+
]
|
|
100449
100397
|
},
|
|
100450
100398
|
{
|
|
100451
100399
|
"kind": "method",
|
|
100452
|
-
"name": "
|
|
100453
|
-
"privacy": "
|
|
100400
|
+
"name": "_updateRadiosName",
|
|
100401
|
+
"privacy": "private",
|
|
100454
100402
|
"return": {
|
|
100455
100403
|
"type": {
|
|
100456
100404
|
"text": "void"
|
|
100457
100405
|
}
|
|
100458
100406
|
},
|
|
100459
|
-
"description": "
|
|
100460
|
-
"inheritedFrom": {
|
|
100461
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
100462
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
100463
|
-
}
|
|
100407
|
+
"description": "Proxy 'name' to child radio-buttons"
|
|
100464
100408
|
},
|
|
100465
100409
|
{
|
|
100466
100410
|
"kind": "method",
|
|
100467
|
-
"name": "
|
|
100468
|
-
"privacy": "
|
|
100411
|
+
"name": "_updateRadioState",
|
|
100412
|
+
"privacy": "private",
|
|
100469
100413
|
"return": {
|
|
100470
100414
|
"type": {
|
|
100471
|
-
"text": "
|
|
100415
|
+
"text": "void"
|
|
100472
100416
|
}
|
|
100473
100417
|
},
|
|
100474
|
-
"description": "
|
|
100418
|
+
"description": "Re-trigger the setter and update the checked state of the radios.\nMainly used to cover cases where the setter is called before the radios are loaded"
|
|
100419
|
+
},
|
|
100420
|
+
{
|
|
100421
|
+
"kind": "field",
|
|
100422
|
+
"name": "disabled",
|
|
100423
|
+
"privacy": "public",
|
|
100424
|
+
"description": "Whether the component is disabled.",
|
|
100425
|
+
"default": "false",
|
|
100426
|
+
"type": {
|
|
100427
|
+
"text": "boolean"
|
|
100428
|
+
},
|
|
100429
|
+
"attribute": "disabled",
|
|
100430
|
+
"reflects": true,
|
|
100475
100431
|
"inheritedFrom": {
|
|
100476
100432
|
"name": "SbbDisabledMixin",
|
|
100477
100433
|
"module": "core/mixins/disabled-mixin.js"
|
|
100478
100434
|
}
|
|
100479
100435
|
},
|
|
100480
100436
|
{
|
|
100481
|
-
"kind": "
|
|
100482
|
-
"name": "
|
|
100483
|
-
"privacy": "
|
|
100484
|
-
"
|
|
100485
|
-
"
|
|
100486
|
-
"text": "boolean"
|
|
100487
|
-
}
|
|
100437
|
+
"kind": "field",
|
|
100438
|
+
"name": "#disabled",
|
|
100439
|
+
"privacy": "private",
|
|
100440
|
+
"type": {
|
|
100441
|
+
"text": "boolean"
|
|
100488
100442
|
},
|
|
100489
|
-
"
|
|
100443
|
+
"default": "false",
|
|
100490
100444
|
"inheritedFrom": {
|
|
100491
|
-
"name": "
|
|
100492
|
-
"module": "core/mixins/
|
|
100445
|
+
"name": "SbbDisabledMixin",
|
|
100446
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
100493
100447
|
}
|
|
100494
100448
|
},
|
|
100495
100449
|
{
|
|
100496
100450
|
"kind": "method",
|
|
100497
|
-
"name": "
|
|
100498
|
-
"privacy": "
|
|
100451
|
+
"name": "isDisabledExternally",
|
|
100452
|
+
"privacy": "protected",
|
|
100499
100453
|
"return": {
|
|
100500
100454
|
"type": {
|
|
100501
|
-
"text": "
|
|
100502
|
-
}
|
|
100503
|
-
},
|
|
100504
|
-
"parameters": [
|
|
100505
|
-
{
|
|
100506
|
-
"name": "event",
|
|
100507
|
-
"type": {
|
|
100508
|
-
"text": "Event"
|
|
100509
|
-
}
|
|
100455
|
+
"text": "boolean"
|
|
100510
100456
|
}
|
|
100511
|
-
|
|
100457
|
+
},
|
|
100458
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
100512
100459
|
"inheritedFrom": {
|
|
100513
|
-
"name": "
|
|
100514
|
-
"module": "
|
|
100460
|
+
"name": "SbbDisabledMixin",
|
|
100461
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
100515
100462
|
}
|
|
100516
100463
|
},
|
|
100517
100464
|
{
|
|
100518
100465
|
"kind": "method",
|
|
100519
|
-
"name": "
|
|
100520
|
-
"privacy": "
|
|
100466
|
+
"name": "toggleState",
|
|
100467
|
+
"privacy": "protected",
|
|
100521
100468
|
"return": {
|
|
100522
100469
|
"type": {
|
|
100523
100470
|
"text": "void"
|
|
@@ -100525,282 +100472,225 @@
|
|
|
100525
100472
|
},
|
|
100526
100473
|
"parameters": [
|
|
100527
100474
|
{
|
|
100528
|
-
"name": "
|
|
100475
|
+
"name": "value",
|
|
100529
100476
|
"type": {
|
|
100530
|
-
"text": "
|
|
100477
|
+
"text": "string"
|
|
100478
|
+
}
|
|
100479
|
+
},
|
|
100480
|
+
{
|
|
100481
|
+
"name": "force",
|
|
100482
|
+
"optional": true,
|
|
100483
|
+
"type": {
|
|
100484
|
+
"text": "boolean"
|
|
100531
100485
|
}
|
|
100532
100486
|
}
|
|
100533
100487
|
],
|
|
100534
100488
|
"inheritedFrom": {
|
|
100535
|
-
"name": "
|
|
100536
|
-
"module": "
|
|
100489
|
+
"name": "SbbElementInternalsMixin",
|
|
100490
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
100537
100491
|
}
|
|
100538
|
-
}
|
|
100492
|
+
}
|
|
100493
|
+
],
|
|
100494
|
+
"events": [
|
|
100539
100495
|
{
|
|
100540
|
-
"
|
|
100541
|
-
"name": "role",
|
|
100496
|
+
"name": "didChange",
|
|
100542
100497
|
"type": {
|
|
100543
|
-
"text": "
|
|
100498
|
+
"text": "Event"
|
|
100544
100499
|
},
|
|
100545
|
-
"
|
|
100546
|
-
"
|
|
100547
|
-
|
|
100548
|
-
|
|
100549
|
-
|
|
100550
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100551
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100552
|
-
}
|
|
100553
|
-
},
|
|
100500
|
+
"description": "Deprecated. Mirrors change event for React. Will be removed once React properly supports change events.",
|
|
100501
|
+
"deprecated": "true"
|
|
100502
|
+
}
|
|
100503
|
+
],
|
|
100504
|
+
"attributes": [
|
|
100554
100505
|
{
|
|
100555
|
-
"
|
|
100556
|
-
"name": "checked",
|
|
100557
|
-
"privacy": "public",
|
|
100558
|
-
"description": "Whether the radio button is checked.",
|
|
100506
|
+
"name": "allow-empty-selection",
|
|
100559
100507
|
"type": {
|
|
100560
100508
|
"text": "boolean"
|
|
100561
100509
|
},
|
|
100562
|
-
"
|
|
100563
|
-
"
|
|
100564
|
-
|
|
100565
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100566
|
-
},
|
|
100567
|
-
"default": "false"
|
|
100510
|
+
"default": "false",
|
|
100511
|
+
"description": "Whether the radios can be deselected.",
|
|
100512
|
+
"fieldName": "allowEmptySelection"
|
|
100568
100513
|
},
|
|
100569
100514
|
{
|
|
100570
|
-
"
|
|
100571
|
-
"name": "_checked",
|
|
100515
|
+
"name": "required",
|
|
100572
100516
|
"type": {
|
|
100573
100517
|
"text": "boolean"
|
|
100574
100518
|
},
|
|
100575
|
-
"privacy": "private",
|
|
100576
100519
|
"default": "false",
|
|
100577
|
-
"
|
|
100578
|
-
|
|
100579
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100580
|
-
}
|
|
100520
|
+
"description": "Whether the radio group is required.",
|
|
100521
|
+
"fieldName": "required"
|
|
100581
100522
|
},
|
|
100582
100523
|
{
|
|
100583
|
-
"
|
|
100584
|
-
"
|
|
100585
|
-
"privacy": "public",
|
|
100586
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
100524
|
+
"name": "value",
|
|
100525
|
+
"description": "The value of the radio group.",
|
|
100587
100526
|
"type": {
|
|
100588
|
-
"text": "
|
|
100527
|
+
"text": "T | null"
|
|
100589
100528
|
},
|
|
100590
|
-
"
|
|
100591
|
-
"inheritedFrom": {
|
|
100592
|
-
"name": "SbbFormAssociatedMixin",
|
|
100593
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
100594
|
-
}
|
|
100529
|
+
"fieldName": "value"
|
|
100595
100530
|
},
|
|
100596
100531
|
{
|
|
100597
|
-
"
|
|
100598
|
-
"name": "type",
|
|
100532
|
+
"name": "size",
|
|
100599
100533
|
"type": {
|
|
100600
|
-
"text": "
|
|
100534
|
+
"text": "SbbRadioButtonSize"
|
|
100601
100535
|
},
|
|
100602
|
-
"
|
|
100603
|
-
"
|
|
100604
|
-
"
|
|
100605
|
-
"readonly": true,
|
|
100606
|
-
"inheritedFrom": {
|
|
100607
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100608
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100609
|
-
}
|
|
100536
|
+
"description": "Size variant, either xs, s or m.",
|
|
100537
|
+
"default": "'m' / 'xs' (lean)",
|
|
100538
|
+
"fieldName": "size"
|
|
100610
100539
|
},
|
|
100611
100540
|
{
|
|
100612
|
-
"
|
|
100613
|
-
"name": "associatedRadioButtons",
|
|
100541
|
+
"name": "horizontal-from",
|
|
100614
100542
|
"type": {
|
|
100615
|
-
"text": "
|
|
100543
|
+
"text": "SbbHorizontalFrom | null"
|
|
100616
100544
|
},
|
|
100617
|
-
"
|
|
100618
|
-
"description": "
|
|
100619
|
-
"
|
|
100620
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100621
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100622
|
-
}
|
|
100545
|
+
"default": "null",
|
|
100546
|
+
"description": "Overrides the behaviour of `orientation` property.",
|
|
100547
|
+
"fieldName": "horizontalFrom"
|
|
100623
100548
|
},
|
|
100624
100549
|
{
|
|
100625
|
-
"
|
|
100626
|
-
"name": "_radioButtonGroupsMap",
|
|
100550
|
+
"name": "orientation",
|
|
100627
100551
|
"type": {
|
|
100628
|
-
"text": "
|
|
100552
|
+
"text": "SbbOrientation"
|
|
100629
100553
|
},
|
|
100630
|
-
"
|
|
100631
|
-
"
|
|
100632
|
-
|
|
100633
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100634
|
-
}
|
|
100635
|
-
},
|
|
100636
|
-
{
|
|
100637
|
-
"kind": "field",
|
|
100638
|
-
"name": "_languageController",
|
|
100639
|
-
"privacy": "private",
|
|
100640
|
-
"default": "new SbbLanguageController(this)",
|
|
100641
|
-
"inheritedFrom": {
|
|
100642
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100643
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100644
|
-
}
|
|
100554
|
+
"default": "'horizontal'",
|
|
100555
|
+
"description": "Radio group's orientation, either horizontal or vertical.",
|
|
100556
|
+
"fieldName": "orientation"
|
|
100645
100557
|
},
|
|
100646
100558
|
{
|
|
100647
|
-
"
|
|
100648
|
-
"
|
|
100649
|
-
|
|
100650
|
-
"return": {
|
|
100651
|
-
"type": {
|
|
100652
|
-
"text": "Promise<unknown>"
|
|
100653
|
-
}
|
|
100559
|
+
"name": "name",
|
|
100560
|
+
"type": {
|
|
100561
|
+
"text": "string"
|
|
100654
100562
|
},
|
|
100655
|
-
"
|
|
100656
|
-
|
|
100657
|
-
"name": "formData",
|
|
100658
|
-
"type": {
|
|
100659
|
-
"text": "FormData"
|
|
100660
|
-
}
|
|
100661
|
-
}
|
|
100662
|
-
],
|
|
100663
|
-
"inheritedFrom": {
|
|
100664
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100665
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100666
|
-
}
|
|
100563
|
+
"default": "`sbb-radio-button-group-${++nextId}`",
|
|
100564
|
+
"fieldName": "name"
|
|
100667
100565
|
},
|
|
100668
100566
|
{
|
|
100669
|
-
"
|
|
100670
|
-
"
|
|
100671
|
-
"
|
|
100672
|
-
"
|
|
100673
|
-
"
|
|
100674
|
-
"text": "void"
|
|
100675
|
-
}
|
|
100567
|
+
"name": "disabled",
|
|
100568
|
+
"description": "Whether the component is disabled.",
|
|
100569
|
+
"default": "false",
|
|
100570
|
+
"type": {
|
|
100571
|
+
"text": "boolean"
|
|
100676
100572
|
},
|
|
100677
|
-
"
|
|
100573
|
+
"fieldName": "disabled",
|
|
100678
100574
|
"inheritedFrom": {
|
|
100679
|
-
"name": "
|
|
100680
|
-
"module": "core/mixins/
|
|
100575
|
+
"name": "SbbDisabledMixin",
|
|
100576
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
100681
100577
|
}
|
|
100682
|
-
}
|
|
100578
|
+
}
|
|
100579
|
+
],
|
|
100580
|
+
"mixins": [
|
|
100683
100581
|
{
|
|
100684
|
-
"
|
|
100685
|
-
"
|
|
100686
|
-
"privacy": "protected",
|
|
100687
|
-
"return": {
|
|
100688
|
-
"type": {
|
|
100689
|
-
"text": "boolean"
|
|
100690
|
-
}
|
|
100691
|
-
},
|
|
100692
|
-
"parameters": [
|
|
100693
|
-
{
|
|
100694
|
-
"name": "name",
|
|
100695
|
-
"type": {
|
|
100696
|
-
"text": "PropertyKey | undefined"
|
|
100697
|
-
}
|
|
100698
|
-
}
|
|
100699
|
-
],
|
|
100700
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
100701
|
-
"inheritedFrom": {
|
|
100702
|
-
"name": "SbbFormAssociatedMixin",
|
|
100703
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
100704
|
-
}
|
|
100582
|
+
"name": "SbbDisabledMixin",
|
|
100583
|
+
"module": "core/mixins.js"
|
|
100705
100584
|
},
|
|
100706
100585
|
{
|
|
100707
|
-
"
|
|
100708
|
-
"
|
|
100709
|
-
|
|
100710
|
-
|
|
100711
|
-
|
|
100712
|
-
|
|
100713
|
-
|
|
100714
|
-
|
|
100715
|
-
|
|
100716
|
-
|
|
100717
|
-
|
|
100718
|
-
|
|
100719
|
-
|
|
100586
|
+
"name": "SbbElementInternalsMixin",
|
|
100587
|
+
"module": "core/mixins.js"
|
|
100588
|
+
}
|
|
100589
|
+
],
|
|
100590
|
+
"superclass": {
|
|
100591
|
+
"name": "LitElement",
|
|
100592
|
+
"package": "lit"
|
|
100593
|
+
},
|
|
100594
|
+
"classGenerics": "T = string",
|
|
100595
|
+
"tagName": "sbb-radio-button-group",
|
|
100596
|
+
"customElement": true
|
|
100597
|
+
}
|
|
100598
|
+
],
|
|
100599
|
+
"exports": [
|
|
100600
|
+
{
|
|
100601
|
+
"kind": "js",
|
|
100602
|
+
"name": "SbbRadioButtonGroupElement",
|
|
100603
|
+
"declaration": {
|
|
100604
|
+
"name": "SbbRadioButtonGroupElement",
|
|
100605
|
+
"module": "radio-button/radio-button-group/radio-button-group.component.js"
|
|
100606
|
+
}
|
|
100607
|
+
},
|
|
100608
|
+
{
|
|
100609
|
+
"kind": "custom-element-definition",
|
|
100610
|
+
"name": "sbb-radio-button-group",
|
|
100611
|
+
"declaration": {
|
|
100612
|
+
"name": "SbbRadioButtonGroupElement",
|
|
100613
|
+
"module": "radio-button/radio-button-group/radio-button-group.component.js"
|
|
100614
|
+
}
|
|
100615
|
+
}
|
|
100616
|
+
]
|
|
100617
|
+
},
|
|
100618
|
+
{
|
|
100619
|
+
"kind": "javascript-module",
|
|
100620
|
+
"path": "radio-button/radio-button-panel/radio-button-panel.component.js",
|
|
100621
|
+
"declarations": [
|
|
100622
|
+
{
|
|
100623
|
+
"kind": "class",
|
|
100624
|
+
"description": "/**\n It displays a radio button enhanced with the panel design.",
|
|
100625
|
+
"name": "SbbRadioButtonPanelElement",
|
|
100626
|
+
"slots": [
|
|
100627
|
+
{
|
|
100628
|
+
"description": "Use the unnamed slot to add content to the radio label.",
|
|
100629
|
+
"name": ""
|
|
100720
100630
|
},
|
|
100721
100631
|
{
|
|
100722
|
-
"
|
|
100723
|
-
"name": "
|
|
100724
|
-
"privacy": "protected",
|
|
100725
|
-
"return": {
|
|
100726
|
-
"type": {
|
|
100727
|
-
"text": "void"
|
|
100728
|
-
}
|
|
100729
|
-
},
|
|
100730
|
-
"inheritedFrom": {
|
|
100731
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100732
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100733
|
-
}
|
|
100632
|
+
"description": "Slot used to render a subtext under the label.",
|
|
100633
|
+
"name": "subtext"
|
|
100734
100634
|
},
|
|
100735
100635
|
{
|
|
100736
|
-
"
|
|
100737
|
-
"name": "
|
|
100738
|
-
"privacy": "private",
|
|
100739
|
-
"return": {
|
|
100740
|
-
"type": {
|
|
100741
|
-
"text": "void"
|
|
100742
|
-
}
|
|
100743
|
-
},
|
|
100744
|
-
"inheritedFrom": {
|
|
100745
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100746
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100747
|
-
}
|
|
100636
|
+
"description": "Slot used to render additional content after the label.",
|
|
100637
|
+
"name": "suffix"
|
|
100748
100638
|
},
|
|
100749
100639
|
{
|
|
100750
|
-
"
|
|
100751
|
-
"name": "
|
|
100752
|
-
|
|
100753
|
-
|
|
100754
|
-
|
|
100755
|
-
|
|
100756
|
-
|
|
100640
|
+
"description": "Use this slot to provide a `sbb-card-badge` (optional).",
|
|
100641
|
+
"name": "badge"
|
|
100642
|
+
}
|
|
100643
|
+
],
|
|
100644
|
+
"members": [
|
|
100645
|
+
{
|
|
100646
|
+
"kind": "field",
|
|
100647
|
+
"name": "events",
|
|
100648
|
+
"privacy": "public",
|
|
100649
|
+
"static": true,
|
|
100650
|
+
"readonly": true,
|
|
100651
|
+
"default": "{ change: 'change', input: 'input', }",
|
|
100652
|
+
"type": {
|
|
100653
|
+
"text": "{\n change: 'change',\n input: 'input',\n }"
|
|
100757
100654
|
},
|
|
100758
|
-
"description": "Add `this` to the radioButton registry",
|
|
100759
100655
|
"inheritedFrom": {
|
|
100760
|
-
"name": "
|
|
100761
|
-
"module": "
|
|
100656
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
100657
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
100762
100658
|
}
|
|
100763
100659
|
},
|
|
100764
100660
|
{
|
|
100765
|
-
"kind": "
|
|
100766
|
-
"name": "
|
|
100767
|
-
"
|
|
100768
|
-
|
|
100769
|
-
"type": {
|
|
100770
|
-
"text": "void"
|
|
100771
|
-
}
|
|
100661
|
+
"kind": "field",
|
|
100662
|
+
"name": "value",
|
|
100663
|
+
"type": {
|
|
100664
|
+
"text": "(T = string) | null"
|
|
100772
100665
|
},
|
|
100773
|
-
"
|
|
100666
|
+
"privacy": "public",
|
|
100667
|
+
"default": "null",
|
|
100668
|
+
"description": "The value of the form element",
|
|
100669
|
+
"attribute": "value",
|
|
100774
100670
|
"inheritedFrom": {
|
|
100775
|
-
"name": "
|
|
100776
|
-
"module": "core/mixins/form-associated-
|
|
100671
|
+
"name": "SbbFormAssociatedMixin",
|
|
100672
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100777
100673
|
}
|
|
100778
100674
|
},
|
|
100779
100675
|
{
|
|
100780
|
-
"kind": "
|
|
100781
|
-
"name": "
|
|
100782
|
-
"
|
|
100783
|
-
|
|
100784
|
-
"type": {
|
|
100785
|
-
"text": "SbbFormAssociatedRadioButtonElement[]"
|
|
100786
|
-
}
|
|
100676
|
+
"kind": "field",
|
|
100677
|
+
"name": "_hasSelectionPanelElement",
|
|
100678
|
+
"type": {
|
|
100679
|
+
"text": "boolean"
|
|
100787
100680
|
},
|
|
100788
|
-
"
|
|
100789
|
-
"
|
|
100790
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100791
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100792
|
-
}
|
|
100681
|
+
"privacy": "private",
|
|
100682
|
+
"default": "false"
|
|
100793
100683
|
},
|
|
100794
100684
|
{
|
|
100795
100685
|
"kind": "method",
|
|
100796
|
-
"name": "
|
|
100797
|
-
"privacy": "
|
|
100686
|
+
"name": "updateFocusableRadios",
|
|
100687
|
+
"privacy": "protected",
|
|
100798
100688
|
"return": {
|
|
100799
100689
|
"type": {
|
|
100800
100690
|
"text": "void"
|
|
100801
100691
|
}
|
|
100802
100692
|
},
|
|
100803
|
-
"description": "
|
|
100693
|
+
"description": "As an exception, panels with a selection-panel attached are always focusable",
|
|
100804
100694
|
"inheritedFrom": {
|
|
100805
100695
|
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100806
100696
|
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
@@ -100808,8 +100698,8 @@
|
|
|
100808
100698
|
},
|
|
100809
100699
|
{
|
|
100810
100700
|
"kind": "method",
|
|
100811
|
-
"name": "
|
|
100812
|
-
"privacy": "
|
|
100701
|
+
"name": "navigateByKeyboard",
|
|
100702
|
+
"privacy": "protected",
|
|
100813
100703
|
"return": {
|
|
100814
100704
|
"type": {
|
|
100815
100705
|
"text": "Promise<void>"
|
|
@@ -100817,12 +100707,13 @@
|
|
|
100817
100707
|
},
|
|
100818
100708
|
"parameters": [
|
|
100819
100709
|
{
|
|
100820
|
-
"name": "
|
|
100710
|
+
"name": "next",
|
|
100821
100711
|
"type": {
|
|
100822
|
-
"text": "
|
|
100712
|
+
"text": "SbbRadioButtonPanelElement"
|
|
100823
100713
|
}
|
|
100824
100714
|
}
|
|
100825
100715
|
],
|
|
100716
|
+
"description": "As an exception, radio-panels with a selection-panel attached are not checked automatically when navigating by keyboard",
|
|
100826
100717
|
"inheritedFrom": {
|
|
100827
100718
|
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100828
100719
|
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
@@ -100830,305 +100721,336 @@
|
|
|
100830
100721
|
},
|
|
100831
100722
|
{
|
|
100832
100723
|
"kind": "field",
|
|
100833
|
-
"name": "
|
|
100834
|
-
"privacy": "public",
|
|
100835
|
-
"description": "Whether the component is disabled.",
|
|
100836
|
-
"default": "false",
|
|
100724
|
+
"name": "color",
|
|
100837
100725
|
"type": {
|
|
100838
|
-
"text": "
|
|
100726
|
+
"text": "'white' | 'milk'"
|
|
100839
100727
|
},
|
|
100840
|
-
"
|
|
100728
|
+
"privacy": "public",
|
|
100729
|
+
"default": "'white'",
|
|
100730
|
+
"description": "The background color of the panel.",
|
|
100731
|
+
"attribute": "color",
|
|
100841
100732
|
"reflects": true,
|
|
100842
100733
|
"inheritedFrom": {
|
|
100843
|
-
"name": "
|
|
100844
|
-
"module": "core/mixins/
|
|
100734
|
+
"name": "SbbPanelMixin",
|
|
100735
|
+
"module": "core/mixins/panel-mixin.js"
|
|
100845
100736
|
}
|
|
100846
100737
|
},
|
|
100847
100738
|
{
|
|
100848
100739
|
"kind": "field",
|
|
100849
|
-
"name": "
|
|
100850
|
-
"privacy": "private",
|
|
100740
|
+
"name": "borderless",
|
|
100851
100741
|
"type": {
|
|
100852
100742
|
"text": "boolean"
|
|
100853
100743
|
},
|
|
100744
|
+
"privacy": "public",
|
|
100854
100745
|
"default": "false",
|
|
100746
|
+
"description": "Whether the unselected panel has a border.",
|
|
100747
|
+
"attribute": "borderless",
|
|
100748
|
+
"reflects": true,
|
|
100855
100749
|
"inheritedFrom": {
|
|
100856
|
-
"name": "
|
|
100857
|
-
"module": "core/mixins/
|
|
100750
|
+
"name": "SbbPanelMixin",
|
|
100751
|
+
"module": "core/mixins/panel-mixin.js"
|
|
100858
100752
|
}
|
|
100859
100753
|
},
|
|
100860
100754
|
{
|
|
100861
100755
|
"kind": "field",
|
|
100862
|
-
"name": "
|
|
100863
|
-
"privacy": "public",
|
|
100864
|
-
"description": "Whether the component is required.",
|
|
100756
|
+
"name": "size",
|
|
100865
100757
|
"type": {
|
|
100866
|
-
"text": "
|
|
100758
|
+
"text": "SbbCheckboxSize | SbbRadioButtonSize"
|
|
100867
100759
|
},
|
|
100868
|
-
"
|
|
100760
|
+
"privacy": "public",
|
|
100761
|
+
"description": "Size variant, either xs, s or m.",
|
|
100762
|
+
"default": "'m' / 'xs' (lean)",
|
|
100763
|
+
"attribute": "size",
|
|
100869
100764
|
"reflects": true,
|
|
100870
100765
|
"inheritedFrom": {
|
|
100871
|
-
"name": "
|
|
100872
|
-
"module": "core/mixins/
|
|
100873
|
-
},
|
|
100874
|
-
"default": "false"
|
|
100875
|
-
},
|
|
100876
|
-
{
|
|
100877
|
-
"kind": "field",
|
|
100878
|
-
"name": "_required",
|
|
100879
|
-
"type": {
|
|
100880
|
-
"text": "boolean"
|
|
100881
|
-
},
|
|
100882
|
-
"privacy": "private",
|
|
100883
|
-
"default": "false",
|
|
100884
|
-
"inheritedFrom": {
|
|
100885
|
-
"name": "SbbRequiredMixin",
|
|
100886
|
-
"module": "core/mixins/required-mixin.js"
|
|
100766
|
+
"name": "SbbPanelMixin",
|
|
100767
|
+
"module": "core/mixins/panel-mixin.js"
|
|
100887
100768
|
}
|
|
100888
100769
|
},
|
|
100889
100770
|
{
|
|
100890
100771
|
"kind": "field",
|
|
100891
|
-
"name": "
|
|
100772
|
+
"name": "allowEmptySelection",
|
|
100773
|
+
"privacy": "public",
|
|
100774
|
+
"description": "Whether the radio can be deselected.",
|
|
100892
100775
|
"type": {
|
|
100893
100776
|
"text": "boolean"
|
|
100894
100777
|
},
|
|
100895
|
-
"
|
|
100896
|
-
"static": true,
|
|
100897
|
-
"default": "true",
|
|
100778
|
+
"attribute": "allow-empty-selection",
|
|
100898
100779
|
"inheritedFrom": {
|
|
100899
|
-
"name": "
|
|
100900
|
-
"module": "
|
|
100901
|
-
}
|
|
100902
|
-
},
|
|
100903
|
-
{
|
|
100904
|
-
"kind": "field",
|
|
100905
|
-
"name": "form",
|
|
100906
|
-
"type": {
|
|
100907
|
-
"text": "HTMLFormElement | null"
|
|
100780
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
100781
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
100908
100782
|
},
|
|
100909
|
-
"
|
|
100910
|
-
"description": "Returns the form owner of this element.",
|
|
100911
|
-
"readonly": true,
|
|
100912
|
-
"inheritedFrom": {
|
|
100913
|
-
"name": "SbbFormAssociatedMixin",
|
|
100914
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
100915
|
-
}
|
|
100783
|
+
"default": "false"
|
|
100916
100784
|
},
|
|
100917
100785
|
{
|
|
100918
100786
|
"kind": "field",
|
|
100919
|
-
"name": "
|
|
100787
|
+
"name": "_allowEmptySelection",
|
|
100920
100788
|
"type": {
|
|
100921
|
-
"text": "
|
|
100789
|
+
"text": "boolean"
|
|
100922
100790
|
},
|
|
100923
|
-
"privacy": "
|
|
100924
|
-
"
|
|
100925
|
-
"readonly": true,
|
|
100791
|
+
"privacy": "private",
|
|
100792
|
+
"default": "false",
|
|
100926
100793
|
"inheritedFrom": {
|
|
100927
|
-
"name": "
|
|
100928
|
-
"module": "
|
|
100794
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
100795
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
100929
100796
|
}
|
|
100930
100797
|
},
|
|
100931
100798
|
{
|
|
100932
100799
|
"kind": "field",
|
|
100933
|
-
"name": "
|
|
100800
|
+
"name": "group",
|
|
100934
100801
|
"type": {
|
|
100935
|
-
"text": "
|
|
100802
|
+
"text": "SbbRadioButtonGroupElement | null"
|
|
100936
100803
|
},
|
|
100937
100804
|
"privacy": "public",
|
|
100938
|
-
"description": "
|
|
100805
|
+
"description": "Reference to the connected radio button group.",
|
|
100939
100806
|
"readonly": true,
|
|
100940
100807
|
"inheritedFrom": {
|
|
100941
|
-
"name": "
|
|
100942
|
-
"module": "
|
|
100943
|
-
}
|
|
100944
|
-
},
|
|
100945
|
-
{
|
|
100946
|
-
"kind": "field",
|
|
100947
|
-
"name": "willValidate",
|
|
100948
|
-
"type": {
|
|
100949
|
-
"text": "boolean"
|
|
100808
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
100809
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
100950
100810
|
},
|
|
100951
|
-
"
|
|
100952
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
100953
|
-
"readonly": true,
|
|
100954
|
-
"inheritedFrom": {
|
|
100955
|
-
"name": "SbbFormAssociatedMixin",
|
|
100956
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
100957
|
-
}
|
|
100958
|
-
},
|
|
100959
|
-
{
|
|
100960
|
-
"kind": "field",
|
|
100961
|
-
"name": "_validityStates",
|
|
100962
|
-
"privacy": "private",
|
|
100963
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
100964
|
-
"inheritedFrom": {
|
|
100965
|
-
"name": "SbbFormAssociatedMixin",
|
|
100966
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
100967
|
-
}
|
|
100811
|
+
"default": "null"
|
|
100968
100812
|
},
|
|
100969
100813
|
{
|
|
100970
100814
|
"kind": "field",
|
|
100971
|
-
"name": "
|
|
100815
|
+
"name": "_group",
|
|
100972
100816
|
"type": {
|
|
100973
|
-
"text": "
|
|
100817
|
+
"text": "SbbRadioButtonGroupElement | null"
|
|
100974
100818
|
},
|
|
100975
|
-
"privacy": "
|
|
100976
|
-
"default": "
|
|
100977
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
100819
|
+
"privacy": "private",
|
|
100820
|
+
"default": "null",
|
|
100978
100821
|
"inheritedFrom": {
|
|
100979
|
-
"name": "
|
|
100980
|
-
"module": "
|
|
100822
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
100823
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
100981
100824
|
}
|
|
100982
100825
|
},
|
|
100983
100826
|
{
|
|
100984
100827
|
"kind": "method",
|
|
100985
|
-
"name": "
|
|
100828
|
+
"name": "select",
|
|
100986
100829
|
"privacy": "public",
|
|
100830
|
+
"return": {
|
|
100831
|
+
"type": {
|
|
100832
|
+
"text": "void"
|
|
100833
|
+
}
|
|
100834
|
+
},
|
|
100835
|
+
"description": "Set the radio-button as 'checked'; if 'allowEmptySelection', toggle the checked property.\nIn both cases it emits the change events.",
|
|
100836
|
+
"inheritedFrom": {
|
|
100837
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
100838
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
100839
|
+
}
|
|
100840
|
+
},
|
|
100841
|
+
{
|
|
100842
|
+
"kind": "method",
|
|
100843
|
+
"name": "isDisabledExternally",
|
|
100844
|
+
"privacy": "protected",
|
|
100987
100845
|
"return": {
|
|
100988
100846
|
"type": {
|
|
100989
100847
|
"text": "boolean"
|
|
100990
100848
|
}
|
|
100991
100849
|
},
|
|
100992
|
-
"description": "
|
|
100850
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
100993
100851
|
"inheritedFrom": {
|
|
100994
|
-
"name": "
|
|
100995
|
-
"module": "core/mixins/
|
|
100852
|
+
"name": "SbbDisabledMixin",
|
|
100853
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
100996
100854
|
}
|
|
100997
100855
|
},
|
|
100998
100856
|
{
|
|
100999
100857
|
"kind": "method",
|
|
101000
|
-
"name": "
|
|
101001
|
-
"privacy": "
|
|
100858
|
+
"name": "isRequiredExternally",
|
|
100859
|
+
"privacy": "protected",
|
|
101002
100860
|
"return": {
|
|
101003
100861
|
"type": {
|
|
101004
100862
|
"text": "boolean"
|
|
101005
100863
|
}
|
|
101006
100864
|
},
|
|
101007
|
-
"description": "
|
|
100865
|
+
"description": "Will be used as 'or' check to the current required state.\nCan e.g. be used to read required state of a group.",
|
|
101008
100866
|
"inheritedFrom": {
|
|
101009
|
-
"name": "
|
|
101010
|
-
"module": "core/mixins/
|
|
100867
|
+
"name": "SbbRequiredMixin",
|
|
100868
|
+
"module": "core/mixins/required-mixin.js"
|
|
101011
100869
|
}
|
|
101012
100870
|
},
|
|
101013
100871
|
{
|
|
101014
100872
|
"kind": "method",
|
|
101015
|
-
"name": "
|
|
101016
|
-
"privacy": "
|
|
100873
|
+
"name": "_handleClick",
|
|
100874
|
+
"privacy": "private",
|
|
101017
100875
|
"return": {
|
|
101018
100876
|
"type": {
|
|
101019
|
-
"text": "void"
|
|
100877
|
+
"text": "Promise<void>"
|
|
101020
100878
|
}
|
|
101021
100879
|
},
|
|
101022
100880
|
"parameters": [
|
|
101023
100881
|
{
|
|
101024
|
-
"name": "
|
|
100882
|
+
"name": "event",
|
|
101025
100883
|
"type": {
|
|
101026
|
-
"text": "
|
|
100884
|
+
"text": "Event"
|
|
101027
100885
|
}
|
|
101028
100886
|
}
|
|
101029
100887
|
],
|
|
101030
|
-
"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.",
|
|
101031
100888
|
"inheritedFrom": {
|
|
101032
|
-
"name": "
|
|
101033
|
-
"module": "
|
|
100889
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
100890
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
101034
100891
|
}
|
|
101035
100892
|
},
|
|
101036
100893
|
{
|
|
101037
100894
|
"kind": "method",
|
|
101038
|
-
"name": "
|
|
100895
|
+
"name": "_handleKeyDown",
|
|
101039
100896
|
"privacy": "private",
|
|
101040
100897
|
"return": {
|
|
101041
100898
|
"type": {
|
|
101042
|
-
"text": "
|
|
100899
|
+
"text": "void"
|
|
100900
|
+
}
|
|
100901
|
+
},
|
|
100902
|
+
"parameters": [
|
|
100903
|
+
{
|
|
100904
|
+
"name": "evt",
|
|
100905
|
+
"type": {
|
|
100906
|
+
"text": "KeyboardEvent"
|
|
100907
|
+
}
|
|
101043
100908
|
}
|
|
100909
|
+
],
|
|
100910
|
+
"inheritedFrom": {
|
|
100911
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
100912
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
100913
|
+
}
|
|
100914
|
+
},
|
|
100915
|
+
{
|
|
100916
|
+
"kind": "field",
|
|
100917
|
+
"name": "role",
|
|
100918
|
+
"type": {
|
|
100919
|
+
"text": "string"
|
|
101044
100920
|
},
|
|
100921
|
+
"privacy": "public",
|
|
100922
|
+
"static": true,
|
|
100923
|
+
"readonly": true,
|
|
100924
|
+
"default": "'radio'",
|
|
101045
100925
|
"inheritedFrom": {
|
|
101046
|
-
"name": "
|
|
101047
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
100926
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100927
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101048
100928
|
}
|
|
101049
100929
|
},
|
|
101050
100930
|
{
|
|
101051
|
-
"kind": "
|
|
101052
|
-
"name": "
|
|
101053
|
-
"privacy": "
|
|
101054
|
-
"
|
|
101055
|
-
|
|
101056
|
-
|
|
101057
|
-
|
|
100931
|
+
"kind": "field",
|
|
100932
|
+
"name": "checked",
|
|
100933
|
+
"privacy": "public",
|
|
100934
|
+
"description": "Whether the radio button is checked.",
|
|
100935
|
+
"type": {
|
|
100936
|
+
"text": "boolean"
|
|
100937
|
+
},
|
|
100938
|
+
"attribute": "checked",
|
|
100939
|
+
"inheritedFrom": {
|
|
100940
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100941
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100942
|
+
},
|
|
100943
|
+
"default": "false"
|
|
100944
|
+
},
|
|
100945
|
+
{
|
|
100946
|
+
"kind": "field",
|
|
100947
|
+
"name": "_checked",
|
|
100948
|
+
"type": {
|
|
100949
|
+
"text": "boolean"
|
|
100950
|
+
},
|
|
100951
|
+
"privacy": "private",
|
|
100952
|
+
"default": "false",
|
|
100953
|
+
"inheritedFrom": {
|
|
100954
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100955
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100956
|
+
}
|
|
100957
|
+
},
|
|
100958
|
+
{
|
|
100959
|
+
"kind": "field",
|
|
100960
|
+
"name": "name",
|
|
100961
|
+
"privacy": "public",
|
|
100962
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
100963
|
+
"type": {
|
|
100964
|
+
"text": "string"
|
|
101058
100965
|
},
|
|
100966
|
+
"attribute": "name",
|
|
101059
100967
|
"inheritedFrom": {
|
|
101060
100968
|
"name": "SbbFormAssociatedMixin",
|
|
101061
100969
|
"module": "core/mixins/form-associated-mixin.js"
|
|
101062
100970
|
}
|
|
101063
100971
|
},
|
|
101064
100972
|
{
|
|
101065
|
-
"kind": "
|
|
101066
|
-
"name": "
|
|
100973
|
+
"kind": "field",
|
|
100974
|
+
"name": "type",
|
|
100975
|
+
"type": {
|
|
100976
|
+
"text": "string"
|
|
100977
|
+
},
|
|
100978
|
+
"privacy": "public",
|
|
100979
|
+
"description": "Form type of element.",
|
|
100980
|
+
"default": "'radio'",
|
|
100981
|
+
"readonly": true,
|
|
100982
|
+
"inheritedFrom": {
|
|
100983
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100984
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100985
|
+
}
|
|
100986
|
+
},
|
|
100987
|
+
{
|
|
100988
|
+
"kind": "field",
|
|
100989
|
+
"name": "associatedRadioButtons",
|
|
100990
|
+
"type": {
|
|
100991
|
+
"text": "Set<SbbFormAssociatedRadioButtonElement> | undefined"
|
|
100992
|
+
},
|
|
101067
100993
|
"privacy": "protected",
|
|
101068
|
-
"
|
|
101069
|
-
|
|
101070
|
-
|
|
101071
|
-
|
|
100994
|
+
"description": "Set of radio buttons that belongs to the same group of `this`.\nAssume them ordered in DOM order",
|
|
100995
|
+
"inheritedFrom": {
|
|
100996
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
100997
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
100998
|
+
}
|
|
100999
|
+
},
|
|
101000
|
+
{
|
|
101001
|
+
"kind": "field",
|
|
101002
|
+
"name": "_radioButtonGroupsMap",
|
|
101003
|
+
"type": {
|
|
101004
|
+
"text": "Map<string, Set<SbbFormAssociatedRadioButtonMixinType>> | undefined"
|
|
101072
101005
|
},
|
|
101073
|
-
"
|
|
101074
|
-
{
|
|
101075
|
-
"name": "flag",
|
|
101076
|
-
"type": {
|
|
101077
|
-
"text": "T"
|
|
101078
|
-
}
|
|
101079
|
-
},
|
|
101080
|
-
{
|
|
101081
|
-
"name": "message",
|
|
101082
|
-
"type": {
|
|
101083
|
-
"text": "string"
|
|
101084
|
-
}
|
|
101085
|
-
},
|
|
101086
|
-
{
|
|
101087
|
-
"name": "flagValue",
|
|
101088
|
-
"optional": true,
|
|
101089
|
-
"type": {
|
|
101090
|
-
"text": "ValidityStateFlags[T]"
|
|
101091
|
-
}
|
|
101092
|
-
}
|
|
101093
|
-
],
|
|
101094
|
-
"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).",
|
|
101006
|
+
"privacy": "private",
|
|
101095
101007
|
"inheritedFrom": {
|
|
101096
|
-
"name": "
|
|
101097
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101008
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101009
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101010
|
+
}
|
|
101011
|
+
},
|
|
101012
|
+
{
|
|
101013
|
+
"kind": "field",
|
|
101014
|
+
"name": "_languageController",
|
|
101015
|
+
"privacy": "private",
|
|
101016
|
+
"default": "new SbbLanguageController(this)",
|
|
101017
|
+
"inheritedFrom": {
|
|
101018
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101019
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101098
101020
|
}
|
|
101099
101021
|
},
|
|
101100
101022
|
{
|
|
101101
101023
|
"kind": "method",
|
|
101102
|
-
"name": "
|
|
101103
|
-
"privacy": "
|
|
101024
|
+
"name": "_readFormData",
|
|
101025
|
+
"privacy": "private",
|
|
101104
101026
|
"return": {
|
|
101105
101027
|
"type": {
|
|
101106
|
-
"text": "
|
|
101028
|
+
"text": "Promise<unknown>"
|
|
101107
101029
|
}
|
|
101108
101030
|
},
|
|
101109
101031
|
"parameters": [
|
|
101110
101032
|
{
|
|
101111
|
-
"name": "
|
|
101033
|
+
"name": "formData",
|
|
101112
101034
|
"type": {
|
|
101113
|
-
"text": "
|
|
101035
|
+
"text": "FormData"
|
|
101114
101036
|
}
|
|
101115
101037
|
}
|
|
101116
101038
|
],
|
|
101117
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
101118
101039
|
"inheritedFrom": {
|
|
101119
|
-
"name": "
|
|
101120
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101040
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101041
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101121
101042
|
}
|
|
101122
101043
|
},
|
|
101123
101044
|
{
|
|
101124
101045
|
"kind": "method",
|
|
101125
|
-
"name": "
|
|
101126
|
-
"privacy": "
|
|
101046
|
+
"name": "updateFormValue",
|
|
101047
|
+
"privacy": "protected",
|
|
101127
101048
|
"return": {
|
|
101128
101049
|
"type": {
|
|
101129
101050
|
"text": "void"
|
|
101130
101051
|
}
|
|
101131
101052
|
},
|
|
101053
|
+
"description": "Called on `value` change\nIf 'checked', update the value. Otherwise, do nothing.",
|
|
101132
101054
|
"inheritedFrom": {
|
|
101133
101055
|
"name": "SbbFormAssociatedMixin",
|
|
101134
101056
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -101136,68 +101058,45 @@
|
|
|
101136
101058
|
},
|
|
101137
101059
|
{
|
|
101138
101060
|
"kind": "method",
|
|
101139
|
-
"name": "
|
|
101061
|
+
"name": "shouldValidate",
|
|
101140
101062
|
"privacy": "protected",
|
|
101141
101063
|
"return": {
|
|
101142
101064
|
"type": {
|
|
101143
|
-
"text": "
|
|
101065
|
+
"text": "boolean"
|
|
101144
101066
|
}
|
|
101145
101067
|
},
|
|
101146
101068
|
"parameters": [
|
|
101147
101069
|
{
|
|
101148
|
-
"name": "
|
|
101149
|
-
"type": {
|
|
101150
|
-
"text": "
|
|
101151
|
-
}
|
|
101152
|
-
}
|
|
101153
|
-
|
|
101154
|
-
|
|
101155
|
-
"optional": true,
|
|
101156
|
-
"type": {
|
|
101157
|
-
"text": "boolean"
|
|
101158
|
-
}
|
|
101159
|
-
}
|
|
101160
|
-
],
|
|
101161
|
-
"inheritedFrom": {
|
|
101162
|
-
"name": "SbbElementInternalsMixin",
|
|
101163
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
101164
|
-
}
|
|
101165
|
-
},
|
|
101166
|
-
{
|
|
101167
|
-
"kind": "field",
|
|
101168
|
-
"name": "_updatePromise",
|
|
101169
|
-
"privacy": "private",
|
|
101170
|
-
"inheritedFrom": {
|
|
101171
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
101172
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
101173
|
-
}
|
|
101174
|
-
},
|
|
101175
|
-
{
|
|
101176
|
-
"kind": "field",
|
|
101177
|
-
"name": "_updateResolve",
|
|
101178
|
-
"privacy": "private",
|
|
101070
|
+
"name": "name",
|
|
101071
|
+
"type": {
|
|
101072
|
+
"text": "PropertyKey | undefined"
|
|
101073
|
+
}
|
|
101074
|
+
}
|
|
101075
|
+
],
|
|
101076
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
101179
101077
|
"inheritedFrom": {
|
|
101180
|
-
"name": "
|
|
101181
|
-
"module": "core/mixins/
|
|
101078
|
+
"name": "SbbFormAssociatedMixin",
|
|
101079
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101182
101080
|
}
|
|
101183
101081
|
},
|
|
101184
101082
|
{
|
|
101185
101083
|
"kind": "method",
|
|
101186
|
-
"name": "
|
|
101084
|
+
"name": "validate",
|
|
101187
101085
|
"privacy": "protected",
|
|
101188
101086
|
"return": {
|
|
101189
101087
|
"type": {
|
|
101190
101088
|
"text": "void"
|
|
101191
101089
|
}
|
|
101192
101090
|
},
|
|
101091
|
+
"description": "Sets the validity of all associated radio buttons.\nIf any radio button is required, all associated are required as well.",
|
|
101193
101092
|
"inheritedFrom": {
|
|
101194
|
-
"name": "
|
|
101195
|
-
"module": "core/mixins/
|
|
101093
|
+
"name": "SbbFormAssociatedMixin",
|
|
101094
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101196
101095
|
}
|
|
101197
101096
|
},
|
|
101198
101097
|
{
|
|
101199
101098
|
"kind": "method",
|
|
101200
|
-
"name": "
|
|
101099
|
+
"name": "emitChangeEvents",
|
|
101201
101100
|
"privacy": "protected",
|
|
101202
101101
|
"return": {
|
|
101203
101102
|
"type": {
|
|
@@ -101205,344 +101104,379 @@
|
|
|
101205
101104
|
}
|
|
101206
101105
|
},
|
|
101207
101106
|
"inheritedFrom": {
|
|
101208
|
-
"name": "
|
|
101209
|
-
"module": "core/mixins/
|
|
101107
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101108
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101210
101109
|
}
|
|
101211
101110
|
},
|
|
101212
101111
|
{
|
|
101213
101112
|
"kind": "method",
|
|
101214
|
-
"name": "
|
|
101215
|
-
"privacy": "
|
|
101113
|
+
"name": "_synchronizeGroupState",
|
|
101114
|
+
"privacy": "private",
|
|
101216
101115
|
"return": {
|
|
101217
101116
|
"type": {
|
|
101218
|
-
"text": "
|
|
101117
|
+
"text": "void"
|
|
101219
101118
|
}
|
|
101220
101119
|
},
|
|
101221
|
-
"inheritedFrom": {
|
|
101222
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
101223
|
-
"module": "core/mixins/update-scheduler-mixin.js"
|
|
101224
|
-
}
|
|
101225
|
-
}
|
|
101226
|
-
],
|
|
101227
|
-
"events": [
|
|
101228
|
-
{
|
|
101229
|
-
"name": "change",
|
|
101230
|
-
"type": {
|
|
101231
|
-
"text": "Event"
|
|
101232
|
-
},
|
|
101233
|
-
"description": "The change event is fired when the user modifies the element's value. Unlike the input event, the change event is not necessarily fired for each alteration to an element's value.",
|
|
101234
101120
|
"inheritedFrom": {
|
|
101235
101121
|
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101236
101122
|
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101237
101123
|
}
|
|
101238
101124
|
},
|
|
101239
101125
|
{
|
|
101240
|
-
"
|
|
101241
|
-
"
|
|
101242
|
-
|
|
101126
|
+
"kind": "method",
|
|
101127
|
+
"name": "_connectToRegistry",
|
|
101128
|
+
"privacy": "private",
|
|
101129
|
+
"return": {
|
|
101130
|
+
"type": {
|
|
101131
|
+
"text": "void"
|
|
101132
|
+
}
|
|
101243
101133
|
},
|
|
101244
|
-
"description": "
|
|
101134
|
+
"description": "Add `this` to the radioButton registry",
|
|
101245
101135
|
"inheritedFrom": {
|
|
101246
101136
|
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101247
101137
|
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101248
101138
|
}
|
|
101249
|
-
}
|
|
101250
|
-
],
|
|
101251
|
-
"attributes": [
|
|
101252
|
-
{
|
|
101253
|
-
"name": "value",
|
|
101254
|
-
"type": {
|
|
101255
|
-
"text": "T | null"
|
|
101256
|
-
},
|
|
101257
|
-
"default": "null",
|
|
101258
|
-
"description": "The value of the form element",
|
|
101259
|
-
"fieldName": "value"
|
|
101260
|
-
},
|
|
101261
|
-
{
|
|
101262
|
-
"name": "color",
|
|
101263
|
-
"type": {
|
|
101264
|
-
"text": "'white' | 'milk'"
|
|
101265
|
-
},
|
|
101266
|
-
"default": "'white'",
|
|
101267
|
-
"description": "The background color of the panel.",
|
|
101268
|
-
"fieldName": "color",
|
|
101269
|
-
"inheritedFrom": {
|
|
101270
|
-
"name": "SbbPanelMixin",
|
|
101271
|
-
"module": "core/mixins/panel-mixin.js"
|
|
101272
|
-
}
|
|
101273
|
-
},
|
|
101274
|
-
{
|
|
101275
|
-
"name": "borderless",
|
|
101276
|
-
"type": {
|
|
101277
|
-
"text": "boolean"
|
|
101278
|
-
},
|
|
101279
|
-
"default": "false",
|
|
101280
|
-
"description": "Whether the unselected panel has a border.",
|
|
101281
|
-
"fieldName": "borderless",
|
|
101282
|
-
"inheritedFrom": {
|
|
101283
|
-
"name": "SbbPanelMixin",
|
|
101284
|
-
"module": "core/mixins/panel-mixin.js"
|
|
101285
|
-
}
|
|
101286
|
-
},
|
|
101287
|
-
{
|
|
101288
|
-
"name": "size",
|
|
101289
|
-
"type": {
|
|
101290
|
-
"text": "SbbCheckboxSize | SbbRadioButtonSize"
|
|
101291
|
-
},
|
|
101292
|
-
"description": "Size variant, either xs, s or m.",
|
|
101293
|
-
"default": "'m' / 'xs' (lean)",
|
|
101294
|
-
"fieldName": "size",
|
|
101295
|
-
"inheritedFrom": {
|
|
101296
|
-
"name": "SbbPanelMixin",
|
|
101297
|
-
"module": "core/mixins/panel-mixin.js"
|
|
101298
|
-
}
|
|
101299
|
-
},
|
|
101300
|
-
{
|
|
101301
|
-
"name": "allow-empty-selection",
|
|
101302
|
-
"description": "Whether the radio can be deselected.",
|
|
101303
|
-
"type": {
|
|
101304
|
-
"text": "boolean"
|
|
101305
|
-
},
|
|
101306
|
-
"fieldName": "allowEmptySelection",
|
|
101307
|
-
"inheritedFrom": {
|
|
101308
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
101309
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
101310
|
-
}
|
|
101311
101139
|
},
|
|
101312
101140
|
{
|
|
101313
|
-
"
|
|
101314
|
-
"
|
|
101315
|
-
"
|
|
101316
|
-
|
|
101141
|
+
"kind": "method",
|
|
101142
|
+
"name": "_disconnectFromRegistry",
|
|
101143
|
+
"privacy": "private",
|
|
101144
|
+
"return": {
|
|
101145
|
+
"type": {
|
|
101146
|
+
"text": "void"
|
|
101147
|
+
}
|
|
101317
101148
|
},
|
|
101318
|
-
"
|
|
101149
|
+
"description": "Remove `this` from the radioButton registry and, if the group is empty, delete the entry from the groups Map",
|
|
101319
101150
|
"inheritedFrom": {
|
|
101320
101151
|
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101321
101152
|
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101322
101153
|
}
|
|
101323
101154
|
},
|
|
101324
101155
|
{
|
|
101325
|
-
"
|
|
101326
|
-
"
|
|
101327
|
-
"
|
|
101328
|
-
|
|
101329
|
-
|
|
101330
|
-
|
|
101331
|
-
|
|
101332
|
-
"name": "SbbFormAssociatedMixin",
|
|
101333
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101334
|
-
}
|
|
101335
|
-
},
|
|
101336
|
-
{
|
|
101337
|
-
"name": "disabled",
|
|
101338
|
-
"description": "Whether the component is disabled.",
|
|
101339
|
-
"default": "false",
|
|
101340
|
-
"type": {
|
|
101341
|
-
"text": "boolean"
|
|
101156
|
+
"kind": "method",
|
|
101157
|
+
"name": "_interactableGroupedRadios",
|
|
101158
|
+
"privacy": "private",
|
|
101159
|
+
"return": {
|
|
101160
|
+
"type": {
|
|
101161
|
+
"text": "SbbFormAssociatedRadioButtonElement[]"
|
|
101162
|
+
}
|
|
101342
101163
|
},
|
|
101343
|
-
"
|
|
101164
|
+
"description": "Return a list of 'interactable' grouped radios, ordered in DOM order",
|
|
101344
101165
|
"inheritedFrom": {
|
|
101345
|
-
"name": "
|
|
101346
|
-
"module": "core/mixins/
|
|
101166
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101167
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101347
101168
|
}
|
|
101348
101169
|
},
|
|
101349
101170
|
{
|
|
101350
|
-
"
|
|
101351
|
-
"
|
|
101352
|
-
"
|
|
101353
|
-
|
|
101171
|
+
"kind": "method",
|
|
101172
|
+
"name": "_deselectGroupedRadios",
|
|
101173
|
+
"privacy": "private",
|
|
101174
|
+
"return": {
|
|
101175
|
+
"type": {
|
|
101176
|
+
"text": "void"
|
|
101177
|
+
}
|
|
101354
101178
|
},
|
|
101355
|
-
"
|
|
101179
|
+
"description": "Deselect other radio of the same group",
|
|
101356
101180
|
"inheritedFrom": {
|
|
101357
|
-
"name": "
|
|
101358
|
-
"module": "core/mixins/
|
|
101181
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101182
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101359
101183
|
}
|
|
101360
|
-
}
|
|
101361
|
-
],
|
|
101362
|
-
"mixins": [
|
|
101363
|
-
{
|
|
101364
|
-
"name": "SbbPanelMixin",
|
|
101365
|
-
"module": "core/mixins.js"
|
|
101366
|
-
},
|
|
101367
|
-
{
|
|
101368
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
101369
|
-
"module": "radio-button/common.js"
|
|
101370
|
-
},
|
|
101371
|
-
{
|
|
101372
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
101373
|
-
"module": "core/mixins.js"
|
|
101374
|
-
}
|
|
101375
|
-
],
|
|
101376
|
-
"superclass": {
|
|
101377
|
-
"name": "LitElement",
|
|
101378
|
-
"package": "lit"
|
|
101379
|
-
},
|
|
101380
|
-
"classGenerics": "T = string",
|
|
101381
|
-
"tagName": "sbb-radio-button-panel",
|
|
101382
|
-
"customElement": true
|
|
101383
|
-
}
|
|
101384
|
-
],
|
|
101385
|
-
"exports": [
|
|
101386
|
-
{
|
|
101387
|
-
"kind": "js",
|
|
101388
|
-
"name": "SbbRadioButtonPanelElement",
|
|
101389
|
-
"declaration": {
|
|
101390
|
-
"name": "SbbRadioButtonPanelElement",
|
|
101391
|
-
"module": "radio-button/radio-button-panel/radio-button-panel.component.js"
|
|
101392
|
-
}
|
|
101393
|
-
},
|
|
101394
|
-
{
|
|
101395
|
-
"kind": "custom-element-definition",
|
|
101396
|
-
"name": "sbb-radio-button-panel",
|
|
101397
|
-
"declaration": {
|
|
101398
|
-
"name": "SbbRadioButtonPanelElement",
|
|
101399
|
-
"module": "radio-button/radio-button-panel/radio-button-panel.component.js"
|
|
101400
|
-
}
|
|
101401
|
-
}
|
|
101402
|
-
]
|
|
101403
|
-
},
|
|
101404
|
-
{
|
|
101405
|
-
"kind": "javascript-module",
|
|
101406
|
-
"path": "radio-button/radio-button-group/radio-button-group.component.js",
|
|
101407
|
-
"declarations": [
|
|
101408
|
-
{
|
|
101409
|
-
"kind": "class",
|
|
101410
|
-
"description": "It can be used as a container for one or more `sbb-radio-button`.",
|
|
101411
|
-
"name": "SbbRadioButtonGroupElement",
|
|
101412
|
-
"slots": [
|
|
101413
|
-
{
|
|
101414
|
-
"description": "Use the unnamed slot to add `sbb-radio-button` elements to the `sbb-radio-button-group`.",
|
|
101415
|
-
"name": ""
|
|
101416
101184
|
},
|
|
101417
101185
|
{
|
|
101418
|
-
"
|
|
101419
|
-
"name": "
|
|
101420
|
-
|
|
101421
|
-
|
|
101422
|
-
|
|
101423
|
-
|
|
101424
|
-
|
|
101425
|
-
"name": "role",
|
|
101426
|
-
"type": {
|
|
101427
|
-
"text": "string"
|
|
101186
|
+
"kind": "method",
|
|
101187
|
+
"name": "_handleArrowKeyDown",
|
|
101188
|
+
"privacy": "private",
|
|
101189
|
+
"return": {
|
|
101190
|
+
"type": {
|
|
101191
|
+
"text": "Promise<void>"
|
|
101192
|
+
}
|
|
101428
101193
|
},
|
|
101429
|
-
"
|
|
101430
|
-
|
|
101431
|
-
|
|
101432
|
-
|
|
101194
|
+
"parameters": [
|
|
101195
|
+
{
|
|
101196
|
+
"name": "evt",
|
|
101197
|
+
"type": {
|
|
101198
|
+
"text": "KeyboardEvent"
|
|
101199
|
+
}
|
|
101200
|
+
}
|
|
101201
|
+
],
|
|
101202
|
+
"inheritedFrom": {
|
|
101203
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101204
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101205
|
+
}
|
|
101433
101206
|
},
|
|
101434
101207
|
{
|
|
101435
101208
|
"kind": "field",
|
|
101436
|
-
"name": "
|
|
101209
|
+
"name": "disabled",
|
|
101437
101210
|
"privacy": "public",
|
|
101438
|
-
"
|
|
101439
|
-
"
|
|
101440
|
-
"default": "{ didChange: 'didChange', change: 'change', input: 'input', }",
|
|
101211
|
+
"description": "Whether the component is disabled.",
|
|
101212
|
+
"default": "false",
|
|
101441
101213
|
"type": {
|
|
101442
|
-
"text": "
|
|
101214
|
+
"text": "boolean"
|
|
101215
|
+
},
|
|
101216
|
+
"attribute": "disabled",
|
|
101217
|
+
"reflects": true,
|
|
101218
|
+
"inheritedFrom": {
|
|
101219
|
+
"name": "SbbDisabledMixin",
|
|
101220
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101443
101221
|
}
|
|
101444
101222
|
},
|
|
101445
101223
|
{
|
|
101446
101224
|
"kind": "field",
|
|
101447
|
-
"name": "
|
|
101225
|
+
"name": "#disabled",
|
|
101226
|
+
"privacy": "private",
|
|
101448
101227
|
"type": {
|
|
101449
101228
|
"text": "boolean"
|
|
101450
101229
|
},
|
|
101451
|
-
"privacy": "public",
|
|
101452
101230
|
"default": "false",
|
|
101453
|
-
"
|
|
101454
|
-
|
|
101231
|
+
"inheritedFrom": {
|
|
101232
|
+
"name": "SbbDisabledMixin",
|
|
101233
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101234
|
+
}
|
|
101455
101235
|
},
|
|
101456
101236
|
{
|
|
101457
101237
|
"kind": "field",
|
|
101458
101238
|
"name": "required",
|
|
101239
|
+
"privacy": "public",
|
|
101240
|
+
"description": "Whether the component is required.",
|
|
101459
101241
|
"type": {
|
|
101460
101242
|
"text": "boolean"
|
|
101461
101243
|
},
|
|
101462
|
-
"
|
|
101463
|
-
"
|
|
101464
|
-
"
|
|
101465
|
-
|
|
101244
|
+
"attribute": "required",
|
|
101245
|
+
"reflects": true,
|
|
101246
|
+
"inheritedFrom": {
|
|
101247
|
+
"name": "SbbRequiredMixin",
|
|
101248
|
+
"module": "core/mixins/required-mixin.js"
|
|
101249
|
+
},
|
|
101250
|
+
"default": "false"
|
|
101466
101251
|
},
|
|
101467
101252
|
{
|
|
101468
101253
|
"kind": "field",
|
|
101469
|
-
"name": "
|
|
101470
|
-
"privacy": "public",
|
|
101471
|
-
"description": "The value of the radio group.",
|
|
101254
|
+
"name": "_required",
|
|
101472
101255
|
"type": {
|
|
101473
|
-
"text": "
|
|
101256
|
+
"text": "boolean"
|
|
101474
101257
|
},
|
|
101475
|
-
"
|
|
101258
|
+
"privacy": "private",
|
|
101259
|
+
"default": "false",
|
|
101260
|
+
"inheritedFrom": {
|
|
101261
|
+
"name": "SbbRequiredMixin",
|
|
101262
|
+
"module": "core/mixins/required-mixin.js"
|
|
101263
|
+
}
|
|
101476
101264
|
},
|
|
101477
101265
|
{
|
|
101478
101266
|
"kind": "field",
|
|
101479
|
-
"name": "
|
|
101267
|
+
"name": "formAssociated",
|
|
101480
101268
|
"type": {
|
|
101481
|
-
"text": "
|
|
101269
|
+
"text": "boolean"
|
|
101482
101270
|
},
|
|
101483
|
-
"privacy": "
|
|
101484
|
-
"
|
|
101485
|
-
"
|
|
101271
|
+
"privacy": "public",
|
|
101272
|
+
"static": true,
|
|
101273
|
+
"default": "true",
|
|
101274
|
+
"inheritedFrom": {
|
|
101275
|
+
"name": "SbbFormAssociatedMixin",
|
|
101276
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101277
|
+
}
|
|
101486
101278
|
},
|
|
101487
101279
|
{
|
|
101488
101280
|
"kind": "field",
|
|
101489
|
-
"name": "
|
|
101281
|
+
"name": "form",
|
|
101490
101282
|
"type": {
|
|
101491
|
-
"text": "
|
|
101283
|
+
"text": "HTMLFormElement | null"
|
|
101492
101284
|
},
|
|
101493
101285
|
"privacy": "public",
|
|
101494
|
-
"description": "
|
|
101495
|
-
"
|
|
101496
|
-
"
|
|
101286
|
+
"description": "Returns the form owner of this element.",
|
|
101287
|
+
"readonly": true,
|
|
101288
|
+
"inheritedFrom": {
|
|
101289
|
+
"name": "SbbFormAssociatedMixin",
|
|
101290
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101291
|
+
}
|
|
101497
101292
|
},
|
|
101498
101293
|
{
|
|
101499
101294
|
"kind": "field",
|
|
101500
|
-
"name": "
|
|
101295
|
+
"name": "validity",
|
|
101501
101296
|
"type": {
|
|
101502
|
-
"text": "
|
|
101297
|
+
"text": "ValidityState"
|
|
101503
101298
|
},
|
|
101504
101299
|
"privacy": "public",
|
|
101505
|
-
"
|
|
101506
|
-
"
|
|
101507
|
-
"
|
|
101508
|
-
|
|
101300
|
+
"description": "Returns the ValidityState object for this element.",
|
|
101301
|
+
"readonly": true,
|
|
101302
|
+
"inheritedFrom": {
|
|
101303
|
+
"name": "SbbFormAssociatedMixin",
|
|
101304
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101305
|
+
}
|
|
101509
101306
|
},
|
|
101510
101307
|
{
|
|
101511
101308
|
"kind": "field",
|
|
101512
|
-
"name": "
|
|
101309
|
+
"name": "validationMessage",
|
|
101513
101310
|
"type": {
|
|
101514
|
-
"text": "
|
|
101311
|
+
"text": "string"
|
|
101515
101312
|
},
|
|
101516
101313
|
"privacy": "public",
|
|
101517
|
-
"
|
|
101518
|
-
"
|
|
101519
|
-
"
|
|
101520
|
-
|
|
101314
|
+
"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.",
|
|
101315
|
+
"readonly": true,
|
|
101316
|
+
"inheritedFrom": {
|
|
101317
|
+
"name": "SbbFormAssociatedMixin",
|
|
101318
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101319
|
+
}
|
|
101521
101320
|
},
|
|
101522
101321
|
{
|
|
101523
101322
|
"kind": "field",
|
|
101524
|
-
"name": "
|
|
101323
|
+
"name": "willValidate",
|
|
101525
101324
|
"type": {
|
|
101526
|
-
"text": "
|
|
101325
|
+
"text": "boolean"
|
|
101527
101326
|
},
|
|
101528
101327
|
"privacy": "public",
|
|
101529
|
-
"
|
|
101530
|
-
"
|
|
101328
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
101329
|
+
"readonly": true,
|
|
101330
|
+
"inheritedFrom": {
|
|
101331
|
+
"name": "SbbFormAssociatedMixin",
|
|
101332
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101333
|
+
}
|
|
101531
101334
|
},
|
|
101532
101335
|
{
|
|
101533
101336
|
"kind": "field",
|
|
101534
|
-
"name": "
|
|
101337
|
+
"name": "_validityStates",
|
|
101338
|
+
"privacy": "private",
|
|
101339
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101340
|
+
"inheritedFrom": {
|
|
101341
|
+
"name": "SbbFormAssociatedMixin",
|
|
101342
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101343
|
+
}
|
|
101344
|
+
},
|
|
101345
|
+
{
|
|
101346
|
+
"kind": "field",
|
|
101347
|
+
"name": "formDisabled",
|
|
101535
101348
|
"type": {
|
|
101536
|
-
"text": "
|
|
101349
|
+
"text": "boolean"
|
|
101537
101350
|
},
|
|
101351
|
+
"privacy": "protected",
|
|
101352
|
+
"default": "false",
|
|
101353
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101354
|
+
"inheritedFrom": {
|
|
101355
|
+
"name": "SbbFormAssociatedMixin",
|
|
101356
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101357
|
+
}
|
|
101358
|
+
},
|
|
101359
|
+
{
|
|
101360
|
+
"kind": "method",
|
|
101361
|
+
"name": "checkValidity",
|
|
101538
101362
|
"privacy": "public",
|
|
101539
|
-
"
|
|
101540
|
-
|
|
101363
|
+
"return": {
|
|
101364
|
+
"type": {
|
|
101365
|
+
"text": "boolean"
|
|
101366
|
+
}
|
|
101367
|
+
},
|
|
101368
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
101369
|
+
"inheritedFrom": {
|
|
101370
|
+
"name": "SbbFormAssociatedMixin",
|
|
101371
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101372
|
+
}
|
|
101373
|
+
},
|
|
101374
|
+
{
|
|
101375
|
+
"kind": "method",
|
|
101376
|
+
"name": "reportValidity",
|
|
101377
|
+
"privacy": "public",
|
|
101378
|
+
"return": {
|
|
101379
|
+
"type": {
|
|
101380
|
+
"text": "boolean"
|
|
101381
|
+
}
|
|
101382
|
+
},
|
|
101383
|
+
"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.",
|
|
101384
|
+
"inheritedFrom": {
|
|
101385
|
+
"name": "SbbFormAssociatedMixin",
|
|
101386
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101387
|
+
}
|
|
101388
|
+
},
|
|
101389
|
+
{
|
|
101390
|
+
"kind": "method",
|
|
101391
|
+
"name": "setCustomValidity",
|
|
101392
|
+
"privacy": "public",
|
|
101393
|
+
"return": {
|
|
101394
|
+
"type": {
|
|
101395
|
+
"text": "void"
|
|
101396
|
+
}
|
|
101397
|
+
},
|
|
101398
|
+
"parameters": [
|
|
101399
|
+
{
|
|
101400
|
+
"name": "message",
|
|
101401
|
+
"type": {
|
|
101402
|
+
"text": "string"
|
|
101403
|
+
}
|
|
101404
|
+
}
|
|
101405
|
+
],
|
|
101406
|
+
"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.",
|
|
101407
|
+
"inheritedFrom": {
|
|
101408
|
+
"name": "SbbFormAssociatedMixin",
|
|
101409
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101410
|
+
}
|
|
101411
|
+
},
|
|
101412
|
+
{
|
|
101413
|
+
"kind": "method",
|
|
101414
|
+
"name": "_hasDisabledAncestor",
|
|
101415
|
+
"privacy": "private",
|
|
101416
|
+
"return": {
|
|
101417
|
+
"type": {
|
|
101418
|
+
"text": "boolean"
|
|
101419
|
+
}
|
|
101420
|
+
},
|
|
101421
|
+
"inheritedFrom": {
|
|
101422
|
+
"name": "SbbFormAssociatedMixin",
|
|
101423
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101424
|
+
}
|
|
101425
|
+
},
|
|
101426
|
+
{
|
|
101427
|
+
"kind": "method",
|
|
101428
|
+
"name": "formState",
|
|
101429
|
+
"privacy": "protected",
|
|
101430
|
+
"return": {
|
|
101431
|
+
"type": {
|
|
101432
|
+
"text": "FormRestoreState"
|
|
101433
|
+
}
|
|
101434
|
+
},
|
|
101435
|
+
"inheritedFrom": {
|
|
101436
|
+
"name": "SbbFormAssociatedMixin",
|
|
101437
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101438
|
+
}
|
|
101439
|
+
},
|
|
101440
|
+
{
|
|
101441
|
+
"kind": "method",
|
|
101442
|
+
"name": "setValidityFlag",
|
|
101443
|
+
"privacy": "protected",
|
|
101444
|
+
"return": {
|
|
101445
|
+
"type": {
|
|
101446
|
+
"text": "void"
|
|
101447
|
+
}
|
|
101448
|
+
},
|
|
101449
|
+
"parameters": [
|
|
101450
|
+
{
|
|
101451
|
+
"name": "flag",
|
|
101452
|
+
"type": {
|
|
101453
|
+
"text": "T"
|
|
101454
|
+
}
|
|
101455
|
+
},
|
|
101456
|
+
{
|
|
101457
|
+
"name": "message",
|
|
101458
|
+
"type": {
|
|
101459
|
+
"text": "string"
|
|
101460
|
+
}
|
|
101461
|
+
},
|
|
101462
|
+
{
|
|
101463
|
+
"name": "flagValue",
|
|
101464
|
+
"optional": true,
|
|
101465
|
+
"type": {
|
|
101466
|
+
"text": "ValidityStateFlags[T]"
|
|
101467
|
+
}
|
|
101468
|
+
}
|
|
101469
|
+
],
|
|
101470
|
+
"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).",
|
|
101471
|
+
"inheritedFrom": {
|
|
101472
|
+
"name": "SbbFormAssociatedMixin",
|
|
101473
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101474
|
+
}
|
|
101541
101475
|
},
|
|
101542
101476
|
{
|
|
101543
101477
|
"kind": "method",
|
|
101544
|
-
"name": "
|
|
101545
|
-
"privacy": "
|
|
101478
|
+
"name": "removeValidityFlag",
|
|
101479
|
+
"privacy": "protected",
|
|
101546
101480
|
"return": {
|
|
101547
101481
|
"type": {
|
|
101548
101482
|
"text": "void"
|
|
@@ -101550,180 +101484,230 @@
|
|
|
101550
101484
|
},
|
|
101551
101485
|
"parameters": [
|
|
101552
101486
|
{
|
|
101553
|
-
"name": "
|
|
101487
|
+
"name": "flag",
|
|
101554
101488
|
"type": {
|
|
101555
|
-
"text": "
|
|
101489
|
+
"text": "T"
|
|
101556
101490
|
}
|
|
101557
101491
|
}
|
|
101558
|
-
]
|
|
101492
|
+
],
|
|
101493
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
101494
|
+
"inheritedFrom": {
|
|
101495
|
+
"name": "SbbFormAssociatedMixin",
|
|
101496
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101497
|
+
}
|
|
101559
101498
|
},
|
|
101560
101499
|
{
|
|
101561
101500
|
"kind": "method",
|
|
101562
|
-
"name": "
|
|
101501
|
+
"name": "_setInternalValidity",
|
|
101563
101502
|
"privacy": "private",
|
|
101564
101503
|
"return": {
|
|
101565
101504
|
"type": {
|
|
101566
101505
|
"text": "void"
|
|
101567
101506
|
}
|
|
101568
101507
|
},
|
|
101569
|
-
"
|
|
101508
|
+
"inheritedFrom": {
|
|
101509
|
+
"name": "SbbFormAssociatedMixin",
|
|
101510
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101511
|
+
}
|
|
101570
101512
|
},
|
|
101571
101513
|
{
|
|
101572
101514
|
"kind": "method",
|
|
101573
|
-
"name": "
|
|
101574
|
-
"privacy": "
|
|
101515
|
+
"name": "toggleState",
|
|
101516
|
+
"privacy": "protected",
|
|
101575
101517
|
"return": {
|
|
101576
101518
|
"type": {
|
|
101577
101519
|
"text": "void"
|
|
101578
101520
|
}
|
|
101579
101521
|
},
|
|
101580
|
-
"
|
|
101522
|
+
"parameters": [
|
|
101523
|
+
{
|
|
101524
|
+
"name": "value",
|
|
101525
|
+
"type": {
|
|
101526
|
+
"text": "string"
|
|
101527
|
+
}
|
|
101528
|
+
},
|
|
101529
|
+
{
|
|
101530
|
+
"name": "force",
|
|
101531
|
+
"optional": true,
|
|
101532
|
+
"type": {
|
|
101533
|
+
"text": "boolean"
|
|
101534
|
+
}
|
|
101535
|
+
}
|
|
101536
|
+
],
|
|
101537
|
+
"inheritedFrom": {
|
|
101538
|
+
"name": "SbbElementInternalsMixin",
|
|
101539
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
101540
|
+
}
|
|
101581
101541
|
},
|
|
101582
101542
|
{
|
|
101583
101543
|
"kind": "field",
|
|
101584
|
-
"name": "
|
|
101585
|
-
"privacy": "
|
|
101586
|
-
"description": "Whether the component is disabled.",
|
|
101587
|
-
"default": "false",
|
|
101588
|
-
"type": {
|
|
101589
|
-
"text": "boolean"
|
|
101590
|
-
},
|
|
101591
|
-
"attribute": "disabled",
|
|
101592
|
-
"reflects": true,
|
|
101544
|
+
"name": "_updatePromise",
|
|
101545
|
+
"privacy": "private",
|
|
101593
101546
|
"inheritedFrom": {
|
|
101594
|
-
"name": "
|
|
101595
|
-
"module": "core/mixins/
|
|
101547
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
101548
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
101596
101549
|
}
|
|
101597
101550
|
},
|
|
101598
101551
|
{
|
|
101599
101552
|
"kind": "field",
|
|
101600
|
-
"name": "
|
|
101553
|
+
"name": "_updateResolve",
|
|
101601
101554
|
"privacy": "private",
|
|
101602
|
-
"type": {
|
|
101603
|
-
"text": "boolean"
|
|
101604
|
-
},
|
|
101605
|
-
"default": "false",
|
|
101606
101555
|
"inheritedFrom": {
|
|
101607
|
-
"name": "
|
|
101608
|
-
"module": "core/mixins/
|
|
101556
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
101557
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
101609
101558
|
}
|
|
101610
101559
|
},
|
|
101611
101560
|
{
|
|
101612
101561
|
"kind": "method",
|
|
101613
|
-
"name": "
|
|
101562
|
+
"name": "startUpdate",
|
|
101614
101563
|
"privacy": "protected",
|
|
101615
101564
|
"return": {
|
|
101616
101565
|
"type": {
|
|
101617
|
-
"text": "
|
|
101566
|
+
"text": "void"
|
|
101618
101567
|
}
|
|
101619
101568
|
},
|
|
101620
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
101621
101569
|
"inheritedFrom": {
|
|
101622
|
-
"name": "
|
|
101623
|
-
"module": "core/mixins/
|
|
101570
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
101571
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
101624
101572
|
}
|
|
101625
101573
|
},
|
|
101626
101574
|
{
|
|
101627
101575
|
"kind": "method",
|
|
101628
|
-
"name": "
|
|
101576
|
+
"name": "completeUpdate",
|
|
101629
101577
|
"privacy": "protected",
|
|
101630
101578
|
"return": {
|
|
101631
101579
|
"type": {
|
|
101632
101580
|
"text": "void"
|
|
101633
101581
|
}
|
|
101634
101582
|
},
|
|
101635
|
-
"
|
|
101636
|
-
|
|
101637
|
-
|
|
101638
|
-
|
|
101639
|
-
|
|
101640
|
-
|
|
101641
|
-
|
|
101642
|
-
|
|
101643
|
-
|
|
101644
|
-
|
|
101645
|
-
|
|
101646
|
-
|
|
101647
|
-
}
|
|
101583
|
+
"inheritedFrom": {
|
|
101584
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
101585
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
101586
|
+
}
|
|
101587
|
+
},
|
|
101588
|
+
{
|
|
101589
|
+
"kind": "method",
|
|
101590
|
+
"name": "getUpdateComplete",
|
|
101591
|
+
"privacy": "protected",
|
|
101592
|
+
"return": {
|
|
101593
|
+
"type": {
|
|
101594
|
+
"text": "Promise<boolean>"
|
|
101648
101595
|
}
|
|
101649
|
-
|
|
101596
|
+
},
|
|
101650
101597
|
"inheritedFrom": {
|
|
101651
|
-
"name": "
|
|
101652
|
-
"module": "core/mixins/
|
|
101598
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
101599
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
101653
101600
|
}
|
|
101654
101601
|
}
|
|
101655
101602
|
],
|
|
101656
101603
|
"events": [
|
|
101657
101604
|
{
|
|
101658
|
-
"name": "
|
|
101605
|
+
"name": "change",
|
|
101659
101606
|
"type": {
|
|
101660
101607
|
"text": "Event"
|
|
101661
101608
|
},
|
|
101662
|
-
"description": "
|
|
101663
|
-
"
|
|
101609
|
+
"description": "The change event is fired when the user modifies the element's value. Unlike the input event, the change event is not necessarily fired for each alteration to an element's value.",
|
|
101610
|
+
"inheritedFrom": {
|
|
101611
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101612
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101613
|
+
}
|
|
101614
|
+
},
|
|
101615
|
+
{
|
|
101616
|
+
"name": "input",
|
|
101617
|
+
"type": {
|
|
101618
|
+
"text": "InputEvent"
|
|
101619
|
+
},
|
|
101620
|
+
"description": "The input event fires when the value has been changed as a direct result of a user action.",
|
|
101621
|
+
"inheritedFrom": {
|
|
101622
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101623
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101624
|
+
}
|
|
101664
101625
|
}
|
|
101665
101626
|
],
|
|
101666
101627
|
"attributes": [
|
|
101667
101628
|
{
|
|
101668
|
-
"name": "
|
|
101629
|
+
"name": "value",
|
|
101669
101630
|
"type": {
|
|
101670
|
-
"text": "
|
|
101631
|
+
"text": "T | null"
|
|
101671
101632
|
},
|
|
101672
|
-
"default": "
|
|
101673
|
-
"description": "
|
|
101674
|
-
"fieldName": "
|
|
101633
|
+
"default": "null",
|
|
101634
|
+
"description": "The value of the form element",
|
|
101635
|
+
"fieldName": "value"
|
|
101675
101636
|
},
|
|
101676
101637
|
{
|
|
101677
|
-
"name": "
|
|
101638
|
+
"name": "color",
|
|
101678
101639
|
"type": {
|
|
101679
|
-
"text": "
|
|
101640
|
+
"text": "'white' | 'milk'"
|
|
101680
101641
|
},
|
|
101681
|
-
"default": "
|
|
101682
|
-
"description": "
|
|
101683
|
-
"fieldName": "
|
|
101642
|
+
"default": "'white'",
|
|
101643
|
+
"description": "The background color of the panel.",
|
|
101644
|
+
"fieldName": "color",
|
|
101645
|
+
"inheritedFrom": {
|
|
101646
|
+
"name": "SbbPanelMixin",
|
|
101647
|
+
"module": "core/mixins/panel-mixin.js"
|
|
101648
|
+
}
|
|
101684
101649
|
},
|
|
101685
101650
|
{
|
|
101686
|
-
"name": "
|
|
101687
|
-
"description": "The value of the radio group.",
|
|
101651
|
+
"name": "borderless",
|
|
101688
101652
|
"type": {
|
|
101689
|
-
"text": "
|
|
101653
|
+
"text": "boolean"
|
|
101690
101654
|
},
|
|
101691
|
-
"
|
|
101655
|
+
"default": "false",
|
|
101656
|
+
"description": "Whether the unselected panel has a border.",
|
|
101657
|
+
"fieldName": "borderless",
|
|
101658
|
+
"inheritedFrom": {
|
|
101659
|
+
"name": "SbbPanelMixin",
|
|
101660
|
+
"module": "core/mixins/panel-mixin.js"
|
|
101661
|
+
}
|
|
101692
101662
|
},
|
|
101693
101663
|
{
|
|
101694
101664
|
"name": "size",
|
|
101695
101665
|
"type": {
|
|
101696
|
-
"text": "SbbRadioButtonSize"
|
|
101666
|
+
"text": "SbbCheckboxSize | SbbRadioButtonSize"
|
|
101697
101667
|
},
|
|
101698
101668
|
"description": "Size variant, either xs, s or m.",
|
|
101699
101669
|
"default": "'m' / 'xs' (lean)",
|
|
101700
|
-
"fieldName": "size"
|
|
101670
|
+
"fieldName": "size",
|
|
101671
|
+
"inheritedFrom": {
|
|
101672
|
+
"name": "SbbPanelMixin",
|
|
101673
|
+
"module": "core/mixins/panel-mixin.js"
|
|
101674
|
+
}
|
|
101701
101675
|
},
|
|
101702
101676
|
{
|
|
101703
|
-
"name": "
|
|
101677
|
+
"name": "allow-empty-selection",
|
|
101678
|
+
"description": "Whether the radio can be deselected.",
|
|
101704
101679
|
"type": {
|
|
101705
|
-
"text": "
|
|
101680
|
+
"text": "boolean"
|
|
101706
101681
|
},
|
|
101707
|
-
"
|
|
101708
|
-
"
|
|
101709
|
-
|
|
101682
|
+
"fieldName": "allowEmptySelection",
|
|
101683
|
+
"inheritedFrom": {
|
|
101684
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
101685
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
101686
|
+
}
|
|
101710
101687
|
},
|
|
101711
101688
|
{
|
|
101712
|
-
"name": "
|
|
101689
|
+
"name": "checked",
|
|
101690
|
+
"description": "Whether the radio button is checked.",
|
|
101713
101691
|
"type": {
|
|
101714
|
-
"text": "
|
|
101692
|
+
"text": "boolean"
|
|
101715
101693
|
},
|
|
101716
|
-
"
|
|
101717
|
-
"
|
|
101718
|
-
|
|
101694
|
+
"fieldName": "checked",
|
|
101695
|
+
"inheritedFrom": {
|
|
101696
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
101697
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
101698
|
+
}
|
|
101719
101699
|
},
|
|
101720
101700
|
{
|
|
101721
101701
|
"name": "name",
|
|
101702
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
101722
101703
|
"type": {
|
|
101723
101704
|
"text": "string"
|
|
101724
101705
|
},
|
|
101725
|
-
"
|
|
101726
|
-
"
|
|
101706
|
+
"fieldName": "name",
|
|
101707
|
+
"inheritedFrom": {
|
|
101708
|
+
"name": "SbbFormAssociatedMixin",
|
|
101709
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101710
|
+
}
|
|
101727
101711
|
},
|
|
101728
101712
|
{
|
|
101729
101713
|
"name": "disabled",
|
|
@@ -101737,15 +101721,31 @@
|
|
|
101737
101721
|
"name": "SbbDisabledMixin",
|
|
101738
101722
|
"module": "core/mixins/disabled-mixin.js"
|
|
101739
101723
|
}
|
|
101724
|
+
},
|
|
101725
|
+
{
|
|
101726
|
+
"name": "required",
|
|
101727
|
+
"description": "Whether the component is required.",
|
|
101728
|
+
"type": {
|
|
101729
|
+
"text": "boolean"
|
|
101730
|
+
},
|
|
101731
|
+
"fieldName": "required",
|
|
101732
|
+
"inheritedFrom": {
|
|
101733
|
+
"name": "SbbRequiredMixin",
|
|
101734
|
+
"module": "core/mixins/required-mixin.js"
|
|
101735
|
+
}
|
|
101740
101736
|
}
|
|
101741
101737
|
],
|
|
101742
101738
|
"mixins": [
|
|
101743
101739
|
{
|
|
101744
|
-
"name": "
|
|
101740
|
+
"name": "SbbPanelMixin",
|
|
101745
101741
|
"module": "core/mixins.js"
|
|
101746
101742
|
},
|
|
101747
101743
|
{
|
|
101748
|
-
"name": "
|
|
101744
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
101745
|
+
"module": "radio-button/common.js"
|
|
101746
|
+
},
|
|
101747
|
+
{
|
|
101748
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
101749
101749
|
"module": "core/mixins.js"
|
|
101750
101750
|
}
|
|
101751
101751
|
],
|
|
@@ -101754,25 +101754,25 @@
|
|
|
101754
101754
|
"package": "lit"
|
|
101755
101755
|
},
|
|
101756
101756
|
"classGenerics": "T = string",
|
|
101757
|
-
"tagName": "sbb-radio-button-
|
|
101757
|
+
"tagName": "sbb-radio-button-panel",
|
|
101758
101758
|
"customElement": true
|
|
101759
101759
|
}
|
|
101760
101760
|
],
|
|
101761
101761
|
"exports": [
|
|
101762
101762
|
{
|
|
101763
101763
|
"kind": "js",
|
|
101764
|
-
"name": "
|
|
101764
|
+
"name": "SbbRadioButtonPanelElement",
|
|
101765
101765
|
"declaration": {
|
|
101766
|
-
"name": "
|
|
101767
|
-
"module": "radio-button/radio-button-
|
|
101766
|
+
"name": "SbbRadioButtonPanelElement",
|
|
101767
|
+
"module": "radio-button/radio-button-panel/radio-button-panel.component.js"
|
|
101768
101768
|
}
|
|
101769
101769
|
},
|
|
101770
101770
|
{
|
|
101771
101771
|
"kind": "custom-element-definition",
|
|
101772
|
-
"name": "sbb-radio-button-
|
|
101772
|
+
"name": "sbb-radio-button-panel",
|
|
101773
101773
|
"declaration": {
|
|
101774
|
-
"name": "
|
|
101775
|
-
"module": "radio-button/radio-button-
|
|
101774
|
+
"name": "SbbRadioButtonPanelElement",
|
|
101775
|
+
"module": "radio-button/radio-button-panel/radio-button-panel.component.js"
|
|
101776
101776
|
}
|
|
101777
101777
|
}
|
|
101778
101778
|
]
|