@sbb-esta/lyne-elements-dev 4.6.0-dev.1772272823 → 4.6.0-dev.1772417874
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +603 -603
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -81257,15 +81257,15 @@
|
|
|
81257
81257
|
},
|
|
81258
81258
|
{
|
|
81259
81259
|
"kind": "javascript-module",
|
|
81260
|
-
"path": "link/block-link-
|
|
81260
|
+
"path": "link/block-link-static/block-link-static.component.js",
|
|
81261
81261
|
"declarations": [
|
|
81262
81262
|
{
|
|
81263
81263
|
"kind": "class",
|
|
81264
|
-
"description": "It displays a link enhanced with the SBB Design
|
|
81265
|
-
"name": "
|
|
81264
|
+
"description": "It displays a static link enhanced with the SBB Design.",
|
|
81265
|
+
"name": "SbbBlockLinkStaticElement",
|
|
81266
81266
|
"slots": [
|
|
81267
81267
|
{
|
|
81268
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-
|
|
81268
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
81269
81269
|
"name": ""
|
|
81270
81270
|
},
|
|
81271
81271
|
{
|
|
@@ -81279,15 +81279,15 @@
|
|
|
81279
81279
|
"module": "link/common.js"
|
|
81280
81280
|
},
|
|
81281
81281
|
{
|
|
81282
|
-
"name": "
|
|
81282
|
+
"name": "SbbDisabledMixin",
|
|
81283
81283
|
"module": "core/mixins.js"
|
|
81284
81284
|
}
|
|
81285
81285
|
],
|
|
81286
81286
|
"superclass": {
|
|
81287
|
-
"name": "
|
|
81287
|
+
"name": "SbbActionBaseElement",
|
|
81288
81288
|
"module": "core/base-elements.js"
|
|
81289
81289
|
},
|
|
81290
|
-
"tagName": "sbb-block-link-
|
|
81290
|
+
"tagName": "sbb-block-link-static",
|
|
81291
81291
|
"customElement": true,
|
|
81292
81292
|
"attributes": [
|
|
81293
81293
|
{
|
|
@@ -81329,19 +81329,6 @@
|
|
|
81329
81329
|
"module": "icon/icon-name-mixin.js"
|
|
81330
81330
|
}
|
|
81331
81331
|
},
|
|
81332
|
-
{
|
|
81333
|
-
"name": "disabled-interactive",
|
|
81334
|
-
"type": {
|
|
81335
|
-
"text": "boolean"
|
|
81336
|
-
},
|
|
81337
|
-
"default": "false",
|
|
81338
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
81339
|
-
"fieldName": "disabledInteractive",
|
|
81340
|
-
"inheritedFrom": {
|
|
81341
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
81342
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
81343
|
-
}
|
|
81344
|
-
},
|
|
81345
81332
|
{
|
|
81346
81333
|
"name": "disabled",
|
|
81347
81334
|
"description": "Whether the component is disabled.",
|
|
@@ -81354,56 +81341,6 @@
|
|
|
81354
81341
|
"name": "SbbDisabledMixin",
|
|
81355
81342
|
"module": "core/mixins/disabled-mixin.js"
|
|
81356
81343
|
}
|
|
81357
|
-
},
|
|
81358
|
-
{
|
|
81359
|
-
"name": "value",
|
|
81360
|
-
"type": {
|
|
81361
|
-
"text": "string"
|
|
81362
|
-
},
|
|
81363
|
-
"default": "''",
|
|
81364
|
-
"description": "Value of the form element.",
|
|
81365
|
-
"fieldName": "value",
|
|
81366
|
-
"inheritedFrom": {
|
|
81367
|
-
"name": "SbbButtonBaseElement",
|
|
81368
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81369
|
-
}
|
|
81370
|
-
},
|
|
81371
|
-
{
|
|
81372
|
-
"name": "type",
|
|
81373
|
-
"description": "The type attribute to use for the button.",
|
|
81374
|
-
"default": "'button'",
|
|
81375
|
-
"type": {
|
|
81376
|
-
"text": "SbbButtonType"
|
|
81377
|
-
},
|
|
81378
|
-
"fieldName": "type",
|
|
81379
|
-
"inheritedFrom": {
|
|
81380
|
-
"name": "SbbButtonBaseElement",
|
|
81381
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81382
|
-
}
|
|
81383
|
-
},
|
|
81384
|
-
{
|
|
81385
|
-
"name": "form",
|
|
81386
|
-
"description": "The `<form>` element to associate the button with.",
|
|
81387
|
-
"type": {
|
|
81388
|
-
"text": "HTMLFormElement | null"
|
|
81389
|
-
},
|
|
81390
|
-
"fieldName": "form",
|
|
81391
|
-
"inheritedFrom": {
|
|
81392
|
-
"name": "SbbButtonBaseElement",
|
|
81393
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81394
|
-
}
|
|
81395
|
-
},
|
|
81396
|
-
{
|
|
81397
|
-
"name": "name",
|
|
81398
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
81399
|
-
"type": {
|
|
81400
|
-
"text": "string"
|
|
81401
|
-
},
|
|
81402
|
-
"fieldName": "name",
|
|
81403
|
-
"inheritedFrom": {
|
|
81404
|
-
"name": "SbbFormAssociatedMixin",
|
|
81405
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
81406
|
-
}
|
|
81407
81344
|
}
|
|
81408
81345
|
],
|
|
81409
81346
|
"members": [
|
|
@@ -81534,22 +81471,6 @@
|
|
|
81534
81471
|
"module": "icon/icon-name-mixin.js"
|
|
81535
81472
|
}
|
|
81536
81473
|
},
|
|
81537
|
-
{
|
|
81538
|
-
"kind": "field",
|
|
81539
|
-
"name": "disabledInteractive",
|
|
81540
|
-
"type": {
|
|
81541
|
-
"text": "boolean"
|
|
81542
|
-
},
|
|
81543
|
-
"privacy": "public",
|
|
81544
|
-
"default": "false",
|
|
81545
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
81546
|
-
"attribute": "disabled-interactive",
|
|
81547
|
-
"reflects": true,
|
|
81548
|
-
"inheritedFrom": {
|
|
81549
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
81550
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
81551
|
-
}
|
|
81552
|
-
},
|
|
81553
81474
|
{
|
|
81554
81475
|
"kind": "field",
|
|
81555
81476
|
"name": "disabled",
|
|
@@ -81594,90 +81515,10 @@
|
|
|
81594
81515
|
"module": "core/mixins/disabled-mixin.js"
|
|
81595
81516
|
}
|
|
81596
81517
|
},
|
|
81597
|
-
{
|
|
81598
|
-
"kind": "field",
|
|
81599
|
-
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
81600
|
-
"type": {
|
|
81601
|
-
"text": "array"
|
|
81602
|
-
},
|
|
81603
|
-
"privacy": "private",
|
|
81604
|
-
"readonly": true,
|
|
81605
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
81606
|
-
"inheritedFrom": {
|
|
81607
|
-
"name": "SbbButtonBaseElement",
|
|
81608
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81609
|
-
}
|
|
81610
|
-
},
|
|
81611
|
-
{
|
|
81612
|
-
"kind": "field",
|
|
81613
|
-
"name": "value",
|
|
81614
|
-
"type": {
|
|
81615
|
-
"text": "string"
|
|
81616
|
-
},
|
|
81617
|
-
"privacy": "public",
|
|
81618
|
-
"inheritedFrom": {
|
|
81619
|
-
"name": "SbbButtonBaseElement",
|
|
81620
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81621
|
-
},
|
|
81622
|
-
"default": "''",
|
|
81623
|
-
"description": "Value of the form element.",
|
|
81624
|
-
"attribute": "value"
|
|
81625
|
-
},
|
|
81626
|
-
{
|
|
81627
|
-
"kind": "field",
|
|
81628
|
-
"name": "type",
|
|
81629
|
-
"privacy": "public",
|
|
81630
|
-
"description": "The type attribute to use for the button.",
|
|
81631
|
-
"default": "'button'",
|
|
81632
|
-
"type": {
|
|
81633
|
-
"text": "SbbButtonType"
|
|
81634
|
-
},
|
|
81635
|
-
"attribute": "type",
|
|
81636
|
-
"inheritedFrom": {
|
|
81637
|
-
"name": "SbbButtonBaseElement",
|
|
81638
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81639
|
-
}
|
|
81640
|
-
},
|
|
81641
|
-
{
|
|
81642
|
-
"kind": "field",
|
|
81643
|
-
"name": "form",
|
|
81644
|
-
"type": {
|
|
81645
|
-
"text": "HTMLFormElement | null"
|
|
81646
|
-
},
|
|
81647
|
-
"privacy": "public",
|
|
81648
|
-
"description": "The `<form>` element to associate the button with.",
|
|
81649
|
-
"inheritedFrom": {
|
|
81650
|
-
"name": "SbbButtonBaseElement",
|
|
81651
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81652
|
-
},
|
|
81653
|
-
"attribute": "form"
|
|
81654
|
-
},
|
|
81655
|
-
{
|
|
81656
|
-
"kind": "field",
|
|
81657
|
-
"name": "_formId",
|
|
81658
|
-
"type": {
|
|
81659
|
-
"text": "string"
|
|
81660
|
-
},
|
|
81661
|
-
"privacy": "private",
|
|
81662
|
-
"default": "''",
|
|
81663
|
-
"inheritedFrom": {
|
|
81664
|
-
"name": "SbbButtonBaseElement",
|
|
81665
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81666
|
-
}
|
|
81667
|
-
},
|
|
81668
|
-
{
|
|
81669
|
-
"kind": "field",
|
|
81670
|
-
"name": "_handleButtonClick",
|
|
81671
|
-
"privacy": "private",
|
|
81672
|
-
"inheritedFrom": {
|
|
81673
|
-
"name": "SbbButtonBaseElement",
|
|
81674
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81675
|
-
}
|
|
81676
|
-
},
|
|
81677
81518
|
{
|
|
81678
81519
|
"kind": "method",
|
|
81679
|
-
"name": "
|
|
81680
|
-
"privacy": "
|
|
81520
|
+
"name": "toggleState",
|
|
81521
|
+
"privacy": "protected",
|
|
81681
81522
|
"return": {
|
|
81682
81523
|
"type": {
|
|
81683
81524
|
"text": "void"
|
|
@@ -81685,396 +81526,509 @@
|
|
|
81685
81526
|
},
|
|
81686
81527
|
"parameters": [
|
|
81687
81528
|
{
|
|
81688
|
-
"name": "
|
|
81529
|
+
"name": "value",
|
|
81689
81530
|
"type": {
|
|
81690
|
-
"text": "
|
|
81531
|
+
"text": "string"
|
|
81532
|
+
}
|
|
81533
|
+
},
|
|
81534
|
+
{
|
|
81535
|
+
"name": "force",
|
|
81536
|
+
"optional": true,
|
|
81537
|
+
"type": {
|
|
81538
|
+
"text": "boolean"
|
|
81691
81539
|
}
|
|
81692
81540
|
}
|
|
81693
81541
|
],
|
|
81694
81542
|
"inheritedFrom": {
|
|
81695
|
-
"name": "
|
|
81696
|
-
"module": "core/base-elements/
|
|
81697
|
-
}
|
|
81698
|
-
},
|
|
81699
|
-
{
|
|
81700
|
-
"kind": "field",
|
|
81701
|
-
"name": "_formKeyDown",
|
|
81702
|
-
"privacy": "private",
|
|
81703
|
-
"inheritedFrom": {
|
|
81704
|
-
"name": "SbbButtonBaseElement",
|
|
81705
|
-
"module": "core/base-elements/button-base-element.js"
|
|
81706
|
-
}
|
|
81707
|
-
},
|
|
81708
|
-
{
|
|
81709
|
-
"kind": "field",
|
|
81710
|
-
"name": "formAssociated",
|
|
81711
|
-
"type": {
|
|
81712
|
-
"text": "boolean"
|
|
81713
|
-
},
|
|
81714
|
-
"privacy": "public",
|
|
81715
|
-
"static": true,
|
|
81716
|
-
"default": "true",
|
|
81717
|
-
"inheritedFrom": {
|
|
81718
|
-
"name": "SbbFormAssociatedMixin",
|
|
81719
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
81543
|
+
"name": "SbbActionBaseElement",
|
|
81544
|
+
"module": "core/base-elements/action-base-element.js"
|
|
81720
81545
|
}
|
|
81721
81546
|
},
|
|
81722
81547
|
{
|
|
81723
81548
|
"kind": "field",
|
|
81724
|
-
"name": "
|
|
81725
|
-
"privacy": "public",
|
|
81726
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
81549
|
+
"name": "maybeDisabled",
|
|
81727
81550
|
"type": {
|
|
81728
|
-
"text": "
|
|
81551
|
+
"text": "boolean | undefined"
|
|
81729
81552
|
},
|
|
81730
|
-
"
|
|
81553
|
+
"privacy": "protected",
|
|
81554
|
+
"readonly": true,
|
|
81731
81555
|
"inheritedFrom": {
|
|
81732
|
-
"name": "
|
|
81733
|
-
"module": "core/
|
|
81556
|
+
"name": "SbbActionBaseElement",
|
|
81557
|
+
"module": "core/base-elements/action-base-element.js"
|
|
81734
81558
|
}
|
|
81735
81559
|
},
|
|
81736
81560
|
{
|
|
81737
81561
|
"kind": "field",
|
|
81738
|
-
"name": "
|
|
81562
|
+
"name": "maybeDisabledInteractive",
|
|
81739
81563
|
"type": {
|
|
81740
|
-
"text": "
|
|
81564
|
+
"text": "boolean | undefined"
|
|
81741
81565
|
},
|
|
81742
|
-
"privacy": "
|
|
81743
|
-
"description": "Returns the ValidityState object for this element.",
|
|
81566
|
+
"privacy": "protected",
|
|
81744
81567
|
"readonly": true,
|
|
81745
81568
|
"inheritedFrom": {
|
|
81746
|
-
"name": "
|
|
81747
|
-
"module": "core/
|
|
81569
|
+
"name": "SbbActionBaseElement",
|
|
81570
|
+
"module": "core/base-elements/action-base-element.js"
|
|
81748
81571
|
}
|
|
81749
81572
|
},
|
|
81750
81573
|
{
|
|
81751
|
-
"kind": "
|
|
81752
|
-
"name": "
|
|
81753
|
-
"
|
|
81754
|
-
|
|
81574
|
+
"kind": "method",
|
|
81575
|
+
"name": "setupBaseEventHandlers",
|
|
81576
|
+
"privacy": "protected",
|
|
81577
|
+
"return": {
|
|
81578
|
+
"type": {
|
|
81579
|
+
"text": "void"
|
|
81580
|
+
}
|
|
81755
81581
|
},
|
|
81756
|
-
"privacy": "public",
|
|
81757
|
-
"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.",
|
|
81758
|
-
"readonly": true,
|
|
81759
81582
|
"inheritedFrom": {
|
|
81760
|
-
"name": "
|
|
81761
|
-
"module": "core/
|
|
81762
|
-
}
|
|
81583
|
+
"name": "SbbActionBaseElement",
|
|
81584
|
+
"module": "core/base-elements/action-base-element.js"
|
|
81585
|
+
}
|
|
81586
|
+
}
|
|
81587
|
+
]
|
|
81588
|
+
}
|
|
81589
|
+
],
|
|
81590
|
+
"exports": [
|
|
81591
|
+
{
|
|
81592
|
+
"kind": "js",
|
|
81593
|
+
"name": "SbbBlockLinkStaticElement",
|
|
81594
|
+
"declaration": {
|
|
81595
|
+
"name": "SbbBlockLinkStaticElement",
|
|
81596
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
81597
|
+
}
|
|
81598
|
+
},
|
|
81599
|
+
{
|
|
81600
|
+
"kind": "custom-element-definition",
|
|
81601
|
+
"name": "sbb-block-link-static",
|
|
81602
|
+
"declaration": {
|
|
81603
|
+
"name": "SbbBlockLinkStaticElement",
|
|
81604
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
81605
|
+
}
|
|
81606
|
+
}
|
|
81607
|
+
]
|
|
81608
|
+
},
|
|
81609
|
+
{
|
|
81610
|
+
"kind": "javascript-module",
|
|
81611
|
+
"path": "link/block-link-button/block-link-button.component.js",
|
|
81612
|
+
"declarations": [
|
|
81613
|
+
{
|
|
81614
|
+
"kind": "class",
|
|
81615
|
+
"description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
|
|
81616
|
+
"name": "SbbBlockLinkButtonElement",
|
|
81617
|
+
"slots": [
|
|
81618
|
+
{
|
|
81619
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-button`.",
|
|
81620
|
+
"name": ""
|
|
81763
81621
|
},
|
|
81764
81622
|
{
|
|
81765
|
-
"
|
|
81766
|
-
"name": "
|
|
81623
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
81624
|
+
"name": "icon"
|
|
81625
|
+
}
|
|
81626
|
+
],
|
|
81627
|
+
"mixins": [
|
|
81628
|
+
{
|
|
81629
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
81630
|
+
"module": "link/common.js"
|
|
81631
|
+
},
|
|
81632
|
+
{
|
|
81633
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
81634
|
+
"module": "core/mixins.js"
|
|
81635
|
+
}
|
|
81636
|
+
],
|
|
81637
|
+
"superclass": {
|
|
81638
|
+
"name": "SbbButtonBaseElement",
|
|
81639
|
+
"module": "core/base-elements.js"
|
|
81640
|
+
},
|
|
81641
|
+
"tagName": "sbb-block-link-button",
|
|
81642
|
+
"customElement": true,
|
|
81643
|
+
"attributes": [
|
|
81644
|
+
{
|
|
81645
|
+
"name": "icon-placement",
|
|
81767
81646
|
"type": {
|
|
81768
|
-
"text": "
|
|
81647
|
+
"text": "SbbIconPlacement"
|
|
81769
81648
|
},
|
|
81770
|
-
"
|
|
81771
|
-
"description": "
|
|
81772
|
-
"
|
|
81649
|
+
"default": "'start'",
|
|
81650
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
81651
|
+
"fieldName": "iconPlacement",
|
|
81773
81652
|
"inheritedFrom": {
|
|
81774
|
-
"name": "
|
|
81775
|
-
"module": "
|
|
81653
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
81654
|
+
"module": "link/common/block-link-common.js"
|
|
81776
81655
|
}
|
|
81777
81656
|
},
|
|
81778
81657
|
{
|
|
81779
|
-
"
|
|
81780
|
-
"
|
|
81781
|
-
|
|
81782
|
-
|
|
81658
|
+
"name": "size",
|
|
81659
|
+
"type": {
|
|
81660
|
+
"text": "SbbLinkSize"
|
|
81661
|
+
},
|
|
81662
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
81663
|
+
"default": "'s' / 'xs' (lean)",
|
|
81664
|
+
"fieldName": "size",
|
|
81783
81665
|
"inheritedFrom": {
|
|
81784
|
-
"name": "
|
|
81785
|
-
"module": "
|
|
81666
|
+
"name": "SbbLinkCommonElementMixin",
|
|
81667
|
+
"module": "link/common/link-common.js"
|
|
81786
81668
|
}
|
|
81787
81669
|
},
|
|
81788
81670
|
{
|
|
81789
|
-
"
|
|
81790
|
-
"
|
|
81671
|
+
"name": "icon-name",
|
|
81672
|
+
"type": {
|
|
81673
|
+
"text": "string"
|
|
81674
|
+
},
|
|
81675
|
+
"default": "''",
|
|
81676
|
+
"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.",
|
|
81677
|
+
"fieldName": "iconName",
|
|
81678
|
+
"inheritedFrom": {
|
|
81679
|
+
"name": "SbbIconNameMixin",
|
|
81680
|
+
"module": "icon/icon-name-mixin.js"
|
|
81681
|
+
}
|
|
81682
|
+
},
|
|
81683
|
+
{
|
|
81684
|
+
"name": "disabled-interactive",
|
|
81791
81685
|
"type": {
|
|
81792
81686
|
"text": "boolean"
|
|
81793
81687
|
},
|
|
81794
|
-
"privacy": "protected",
|
|
81795
81688
|
"default": "false",
|
|
81796
|
-
"description": "
|
|
81689
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
81690
|
+
"fieldName": "disabledInteractive",
|
|
81797
81691
|
"inheritedFrom": {
|
|
81798
|
-
"name": "
|
|
81799
|
-
"module": "core/mixins/
|
|
81692
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
81693
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
81800
81694
|
}
|
|
81801
81695
|
},
|
|
81802
81696
|
{
|
|
81803
|
-
"
|
|
81804
|
-
"
|
|
81805
|
-
"
|
|
81806
|
-
"
|
|
81807
|
-
"
|
|
81808
|
-
"text": "boolean"
|
|
81809
|
-
}
|
|
81697
|
+
"name": "disabled",
|
|
81698
|
+
"description": "Whether the component is disabled.",
|
|
81699
|
+
"default": "false",
|
|
81700
|
+
"type": {
|
|
81701
|
+
"text": "boolean"
|
|
81810
81702
|
},
|
|
81811
|
-
"
|
|
81703
|
+
"fieldName": "disabled",
|
|
81812
81704
|
"inheritedFrom": {
|
|
81813
|
-
"name": "
|
|
81814
|
-
"module": "core/mixins/
|
|
81705
|
+
"name": "SbbDisabledMixin",
|
|
81706
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
81815
81707
|
}
|
|
81816
81708
|
},
|
|
81817
81709
|
{
|
|
81818
|
-
"
|
|
81819
|
-
"
|
|
81820
|
-
|
|
81821
|
-
"return": {
|
|
81822
|
-
"type": {
|
|
81823
|
-
"text": "boolean"
|
|
81824
|
-
}
|
|
81710
|
+
"name": "value",
|
|
81711
|
+
"type": {
|
|
81712
|
+
"text": "string"
|
|
81825
81713
|
},
|
|
81826
|
-
"
|
|
81714
|
+
"default": "''",
|
|
81715
|
+
"description": "Value of the form element.",
|
|
81716
|
+
"fieldName": "value",
|
|
81827
81717
|
"inheritedFrom": {
|
|
81828
|
-
"name": "
|
|
81829
|
-
"module": "core/
|
|
81718
|
+
"name": "SbbButtonBaseElement",
|
|
81719
|
+
"module": "core/base-elements/button-base-element.js"
|
|
81830
81720
|
}
|
|
81831
81721
|
},
|
|
81832
81722
|
{
|
|
81833
|
-
"
|
|
81834
|
-
"
|
|
81835
|
-
"
|
|
81836
|
-
"
|
|
81837
|
-
"
|
|
81838
|
-
"text": "void"
|
|
81839
|
-
}
|
|
81723
|
+
"name": "type",
|
|
81724
|
+
"description": "The type attribute to use for the button.",
|
|
81725
|
+
"default": "'button'",
|
|
81726
|
+
"type": {
|
|
81727
|
+
"text": "SbbButtonType"
|
|
81840
81728
|
},
|
|
81841
|
-
"
|
|
81842
|
-
{
|
|
81843
|
-
"name": "message",
|
|
81844
|
-
"type": {
|
|
81845
|
-
"text": "string"
|
|
81846
|
-
}
|
|
81847
|
-
}
|
|
81848
|
-
],
|
|
81849
|
-
"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.",
|
|
81729
|
+
"fieldName": "type",
|
|
81850
81730
|
"inheritedFrom": {
|
|
81851
|
-
"name": "
|
|
81852
|
-
"module": "core/
|
|
81731
|
+
"name": "SbbButtonBaseElement",
|
|
81732
|
+
"module": "core/base-elements/button-base-element.js"
|
|
81853
81733
|
}
|
|
81854
81734
|
},
|
|
81855
81735
|
{
|
|
81856
|
-
"
|
|
81857
|
-
"
|
|
81858
|
-
"
|
|
81859
|
-
|
|
81860
|
-
"type": {
|
|
81861
|
-
"text": "boolean"
|
|
81862
|
-
}
|
|
81736
|
+
"name": "form",
|
|
81737
|
+
"description": "The `<form>` element to associate the button with.",
|
|
81738
|
+
"type": {
|
|
81739
|
+
"text": "HTMLFormElement | null"
|
|
81863
81740
|
},
|
|
81741
|
+
"fieldName": "form",
|
|
81864
81742
|
"inheritedFrom": {
|
|
81865
|
-
"name": "
|
|
81866
|
-
"module": "core/
|
|
81743
|
+
"name": "SbbButtonBaseElement",
|
|
81744
|
+
"module": "core/base-elements/button-base-element.js"
|
|
81867
81745
|
}
|
|
81868
81746
|
},
|
|
81869
81747
|
{
|
|
81870
|
-
"
|
|
81871
|
-
"
|
|
81872
|
-
"
|
|
81873
|
-
|
|
81874
|
-
"type": {
|
|
81875
|
-
"text": "void"
|
|
81876
|
-
}
|
|
81748
|
+
"name": "name",
|
|
81749
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
81750
|
+
"type": {
|
|
81751
|
+
"text": "string"
|
|
81877
81752
|
},
|
|
81878
|
-
"
|
|
81753
|
+
"fieldName": "name",
|
|
81879
81754
|
"inheritedFrom": {
|
|
81880
81755
|
"name": "SbbFormAssociatedMixin",
|
|
81881
81756
|
"module": "core/mixins/form-associated-mixin.js"
|
|
81882
81757
|
}
|
|
81758
|
+
}
|
|
81759
|
+
],
|
|
81760
|
+
"members": [
|
|
81761
|
+
{
|
|
81762
|
+
"kind": "field",
|
|
81763
|
+
"name": "styles",
|
|
81764
|
+
"type": {
|
|
81765
|
+
"text": "CSSResultGroup"
|
|
81766
|
+
},
|
|
81767
|
+
"privacy": "public",
|
|
81768
|
+
"static": true,
|
|
81769
|
+
"default": "[boxSizingStyles, style, blockStyle]",
|
|
81770
|
+
"inheritedFrom": {
|
|
81771
|
+
"name": "SbbLinkCommonElementMixin",
|
|
81772
|
+
"module": "link/common/link-common.js"
|
|
81773
|
+
}
|
|
81774
|
+
},
|
|
81775
|
+
{
|
|
81776
|
+
"kind": "field",
|
|
81777
|
+
"name": "iconPlacement",
|
|
81778
|
+
"type": {
|
|
81779
|
+
"text": "SbbIconPlacement"
|
|
81780
|
+
},
|
|
81781
|
+
"privacy": "public",
|
|
81782
|
+
"default": "'start'",
|
|
81783
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
81784
|
+
"attribute": "icon-placement",
|
|
81785
|
+
"reflects": true,
|
|
81786
|
+
"inheritedFrom": {
|
|
81787
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
81788
|
+
"module": "link/common/block-link-common.js"
|
|
81789
|
+
}
|
|
81883
81790
|
},
|
|
81884
81791
|
{
|
|
81885
81792
|
"kind": "method",
|
|
81886
|
-
"name": "
|
|
81793
|
+
"name": "renderTemplate",
|
|
81887
81794
|
"privacy": "protected",
|
|
81888
81795
|
"return": {
|
|
81889
81796
|
"type": {
|
|
81890
|
-
"text": "
|
|
81797
|
+
"text": "TemplateResult"
|
|
81891
81798
|
}
|
|
81892
81799
|
},
|
|
81800
|
+
"description": "Override this method to render the component template.",
|
|
81893
81801
|
"inheritedFrom": {
|
|
81894
|
-
"name": "
|
|
81895
|
-
"module": "core/
|
|
81802
|
+
"name": "SbbActionBaseElement",
|
|
81803
|
+
"module": "core/base-elements/action-base-element.js"
|
|
81804
|
+
}
|
|
81805
|
+
},
|
|
81806
|
+
{
|
|
81807
|
+
"kind": "field",
|
|
81808
|
+
"name": "size",
|
|
81809
|
+
"type": {
|
|
81810
|
+
"text": "SbbLinkSize"
|
|
81811
|
+
},
|
|
81812
|
+
"privacy": "public",
|
|
81813
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
81814
|
+
"default": "'s' / 'xs' (lean)",
|
|
81815
|
+
"attribute": "size",
|
|
81816
|
+
"reflects": true,
|
|
81817
|
+
"inheritedFrom": {
|
|
81818
|
+
"name": "SbbLinkCommonElementMixin",
|
|
81819
|
+
"module": "link/common/link-common.js"
|
|
81820
|
+
}
|
|
81821
|
+
},
|
|
81822
|
+
{
|
|
81823
|
+
"kind": "field",
|
|
81824
|
+
"name": "iconName",
|
|
81825
|
+
"type": {
|
|
81826
|
+
"text": "string"
|
|
81827
|
+
},
|
|
81828
|
+
"privacy": "public",
|
|
81829
|
+
"default": "''",
|
|
81830
|
+
"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.",
|
|
81831
|
+
"attribute": "icon-name",
|
|
81832
|
+
"inheritedFrom": {
|
|
81833
|
+
"name": "SbbIconNameMixin",
|
|
81834
|
+
"module": "icon/icon-name-mixin.js"
|
|
81896
81835
|
}
|
|
81897
81836
|
},
|
|
81898
81837
|
{
|
|
81899
81838
|
"kind": "method",
|
|
81900
|
-
"name": "
|
|
81839
|
+
"name": "renderIconSlot",
|
|
81901
81840
|
"privacy": "protected",
|
|
81902
81841
|
"return": {
|
|
81903
81842
|
"type": {
|
|
81904
|
-
"text": "
|
|
81843
|
+
"text": "TemplateResult"
|
|
81905
81844
|
}
|
|
81906
81845
|
},
|
|
81907
81846
|
"parameters": [
|
|
81908
81847
|
{
|
|
81909
|
-
"name": "
|
|
81910
|
-
"type": {
|
|
81911
|
-
"text": "T"
|
|
81912
|
-
}
|
|
81913
|
-
},
|
|
81914
|
-
{
|
|
81915
|
-
"name": "message",
|
|
81916
|
-
"type": {
|
|
81917
|
-
"text": "string"
|
|
81918
|
-
}
|
|
81919
|
-
},
|
|
81920
|
-
{
|
|
81921
|
-
"name": "flagValue",
|
|
81848
|
+
"name": "classname",
|
|
81922
81849
|
"optional": true,
|
|
81923
81850
|
"type": {
|
|
81924
|
-
"text": "
|
|
81851
|
+
"text": "string"
|
|
81925
81852
|
}
|
|
81926
81853
|
}
|
|
81927
81854
|
],
|
|
81928
|
-
"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).",
|
|
81929
81855
|
"inheritedFrom": {
|
|
81930
|
-
"name": "
|
|
81931
|
-
"module": "
|
|
81856
|
+
"name": "SbbIconNameMixin",
|
|
81857
|
+
"module": "icon/icon-name-mixin.js"
|
|
81932
81858
|
}
|
|
81933
81859
|
},
|
|
81934
81860
|
{
|
|
81935
81861
|
"kind": "method",
|
|
81936
|
-
"name": "
|
|
81862
|
+
"name": "renderIconName",
|
|
81937
81863
|
"privacy": "protected",
|
|
81938
81864
|
"return": {
|
|
81939
81865
|
"type": {
|
|
81940
|
-
"text": "
|
|
81866
|
+
"text": "string"
|
|
81941
81867
|
}
|
|
81942
81868
|
},
|
|
81943
|
-
"parameters": [
|
|
81944
|
-
{
|
|
81945
|
-
"name": "flag",
|
|
81946
|
-
"type": {
|
|
81947
|
-
"text": "T"
|
|
81948
|
-
}
|
|
81949
|
-
}
|
|
81950
|
-
],
|
|
81951
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
81952
81869
|
"inheritedFrom": {
|
|
81953
|
-
"name": "
|
|
81954
|
-
"module": "
|
|
81870
|
+
"name": "SbbIconNameMixin",
|
|
81871
|
+
"module": "icon/icon-name-mixin.js"
|
|
81955
81872
|
}
|
|
81956
81873
|
},
|
|
81957
81874
|
{
|
|
81958
81875
|
"kind": "method",
|
|
81959
|
-
"name": "
|
|
81960
|
-
"privacy": "
|
|
81876
|
+
"name": "_renderIconName",
|
|
81877
|
+
"privacy": "private",
|
|
81961
81878
|
"return": {
|
|
81962
81879
|
"type": {
|
|
81963
|
-
"text": "
|
|
81880
|
+
"text": "string"
|
|
81964
81881
|
}
|
|
81965
81882
|
},
|
|
81966
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
81967
81883
|
"inheritedFrom": {
|
|
81968
|
-
"name": "
|
|
81969
|
-
"module": "
|
|
81884
|
+
"name": "SbbIconNameMixin",
|
|
81885
|
+
"module": "icon/icon-name-mixin.js"
|
|
81886
|
+
}
|
|
81887
|
+
},
|
|
81888
|
+
{
|
|
81889
|
+
"kind": "field",
|
|
81890
|
+
"name": "disabledInteractive",
|
|
81891
|
+
"type": {
|
|
81892
|
+
"text": "boolean"
|
|
81893
|
+
},
|
|
81894
|
+
"privacy": "public",
|
|
81895
|
+
"default": "false",
|
|
81896
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
81897
|
+
"attribute": "disabled-interactive",
|
|
81898
|
+
"reflects": true,
|
|
81899
|
+
"inheritedFrom": {
|
|
81900
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
81901
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
81902
|
+
}
|
|
81903
|
+
},
|
|
81904
|
+
{
|
|
81905
|
+
"kind": "field",
|
|
81906
|
+
"name": "disabled",
|
|
81907
|
+
"privacy": "public",
|
|
81908
|
+
"description": "Whether the component is disabled.",
|
|
81909
|
+
"default": "false",
|
|
81910
|
+
"type": {
|
|
81911
|
+
"text": "boolean"
|
|
81912
|
+
},
|
|
81913
|
+
"attribute": "disabled",
|
|
81914
|
+
"reflects": true,
|
|
81915
|
+
"inheritedFrom": {
|
|
81916
|
+
"name": "SbbDisabledMixin",
|
|
81917
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
81918
|
+
}
|
|
81919
|
+
},
|
|
81920
|
+
{
|
|
81921
|
+
"kind": "field",
|
|
81922
|
+
"name": "#disabled",
|
|
81923
|
+
"privacy": "private",
|
|
81924
|
+
"type": {
|
|
81925
|
+
"text": "boolean"
|
|
81926
|
+
},
|
|
81927
|
+
"default": "false",
|
|
81928
|
+
"inheritedFrom": {
|
|
81929
|
+
"name": "SbbDisabledMixin",
|
|
81930
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
81970
81931
|
}
|
|
81971
81932
|
},
|
|
81972
81933
|
{
|
|
81973
81934
|
"kind": "method",
|
|
81974
|
-
"name": "
|
|
81935
|
+
"name": "isDisabledExternally",
|
|
81975
81936
|
"privacy": "protected",
|
|
81976
81937
|
"return": {
|
|
81977
81938
|
"type": {
|
|
81978
81939
|
"text": "boolean"
|
|
81979
81940
|
}
|
|
81980
81941
|
},
|
|
81981
|
-
"
|
|
81982
|
-
{
|
|
81983
|
-
"name": "name",
|
|
81984
|
-
"type": {
|
|
81985
|
-
"text": "PropertyKey | undefined"
|
|
81986
|
-
}
|
|
81987
|
-
}
|
|
81988
|
-
],
|
|
81989
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
81942
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
81990
81943
|
"inheritedFrom": {
|
|
81991
|
-
"name": "
|
|
81992
|
-
"module": "core/mixins/
|
|
81944
|
+
"name": "SbbDisabledMixin",
|
|
81945
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
81993
81946
|
}
|
|
81994
81947
|
},
|
|
81995
81948
|
{
|
|
81996
|
-
"kind": "
|
|
81997
|
-
"name": "
|
|
81998
|
-
"
|
|
81999
|
-
|
|
82000
|
-
"type": {
|
|
82001
|
-
"text": "void"
|
|
82002
|
-
}
|
|
81949
|
+
"kind": "field",
|
|
81950
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
81951
|
+
"type": {
|
|
81952
|
+
"text": "array"
|
|
82003
81953
|
},
|
|
81954
|
+
"privacy": "private",
|
|
81955
|
+
"readonly": true,
|
|
81956
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
82004
81957
|
"inheritedFrom": {
|
|
82005
|
-
"name": "
|
|
82006
|
-
"module": "core/
|
|
81958
|
+
"name": "SbbButtonBaseElement",
|
|
81959
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82007
81960
|
}
|
|
82008
81961
|
},
|
|
82009
81962
|
{
|
|
82010
81963
|
"kind": "field",
|
|
82011
|
-
"name": "
|
|
81964
|
+
"name": "value",
|
|
82012
81965
|
"type": {
|
|
82013
|
-
"text": "
|
|
81966
|
+
"text": "string"
|
|
82014
81967
|
},
|
|
82015
81968
|
"privacy": "public",
|
|
82016
|
-
"static": true,
|
|
82017
|
-
"readonly": true,
|
|
82018
|
-
"default": "'button'",
|
|
82019
81969
|
"inheritedFrom": {
|
|
82020
|
-
"name": "
|
|
81970
|
+
"name": "SbbButtonBaseElement",
|
|
82021
81971
|
"module": "core/base-elements/button-base-element.js"
|
|
82022
|
-
}
|
|
81972
|
+
},
|
|
81973
|
+
"default": "''",
|
|
81974
|
+
"description": "Value of the form element.",
|
|
81975
|
+
"attribute": "value"
|
|
82023
81976
|
},
|
|
82024
81977
|
{
|
|
82025
81978
|
"kind": "field",
|
|
82026
|
-
"name": "
|
|
82027
|
-
"privacy": "
|
|
82028
|
-
"description": "
|
|
82029
|
-
"
|
|
82030
|
-
|
|
82031
|
-
|
|
82032
|
-
|
|
82033
|
-
|
|
82034
|
-
],
|
|
81979
|
+
"name": "type",
|
|
81980
|
+
"privacy": "public",
|
|
81981
|
+
"description": "The type attribute to use for the button.",
|
|
81982
|
+
"default": "'button'",
|
|
81983
|
+
"type": {
|
|
81984
|
+
"text": "SbbButtonType"
|
|
81985
|
+
},
|
|
81986
|
+
"attribute": "type",
|
|
82035
81987
|
"inheritedFrom": {
|
|
82036
|
-
"name": "
|
|
81988
|
+
"name": "SbbButtonBaseElement",
|
|
82037
81989
|
"module": "core/base-elements/button-base-element.js"
|
|
82038
81990
|
}
|
|
82039
81991
|
},
|
|
82040
81992
|
{
|
|
82041
81993
|
"kind": "field",
|
|
82042
|
-
"name": "
|
|
82043
|
-
"
|
|
81994
|
+
"name": "form",
|
|
81995
|
+
"type": {
|
|
81996
|
+
"text": "HTMLFormElement | null"
|
|
81997
|
+
},
|
|
81998
|
+
"privacy": "public",
|
|
81999
|
+
"description": "The `<form>` element to associate the button with.",
|
|
82044
82000
|
"inheritedFrom": {
|
|
82045
|
-
"name": "
|
|
82001
|
+
"name": "SbbButtonBaseElement",
|
|
82046
82002
|
"module": "core/base-elements/button-base-element.js"
|
|
82047
|
-
}
|
|
82003
|
+
},
|
|
82004
|
+
"attribute": "form"
|
|
82048
82005
|
},
|
|
82049
82006
|
{
|
|
82050
82007
|
"kind": "field",
|
|
82051
|
-
"name": "
|
|
82008
|
+
"name": "_formId",
|
|
82009
|
+
"type": {
|
|
82010
|
+
"text": "string"
|
|
82011
|
+
},
|
|
82052
82012
|
"privacy": "private",
|
|
82053
|
-
"
|
|
82054
|
-
"parameters": [
|
|
82055
|
-
{
|
|
82056
|
-
"description": "The origin event.",
|
|
82057
|
-
"name": "event"
|
|
82058
|
-
}
|
|
82059
|
-
],
|
|
82013
|
+
"default": "''",
|
|
82060
82014
|
"inheritedFrom": {
|
|
82061
|
-
"name": "
|
|
82015
|
+
"name": "SbbButtonBaseElement",
|
|
82062
82016
|
"module": "core/base-elements/button-base-element.js"
|
|
82063
82017
|
}
|
|
82064
82018
|
},
|
|
82065
82019
|
{
|
|
82066
82020
|
"kind": "field",
|
|
82067
|
-
"name": "
|
|
82021
|
+
"name": "_handleButtonClick",
|
|
82068
82022
|
"privacy": "private",
|
|
82069
82023
|
"inheritedFrom": {
|
|
82070
|
-
"name": "
|
|
82024
|
+
"name": "SbbButtonBaseElement",
|
|
82071
82025
|
"module": "core/base-elements/button-base-element.js"
|
|
82072
82026
|
}
|
|
82073
82027
|
},
|
|
82074
82028
|
{
|
|
82075
82029
|
"kind": "method",
|
|
82076
|
-
"name": "
|
|
82077
|
-
"privacy": "
|
|
82030
|
+
"name": "_requestSubmit",
|
|
82031
|
+
"privacy": "private",
|
|
82078
82032
|
"return": {
|
|
82079
82033
|
"type": {
|
|
82080
82034
|
"text": "void"
|
|
@@ -82082,344 +82036,390 @@
|
|
|
82082
82036
|
},
|
|
82083
82037
|
"parameters": [
|
|
82084
82038
|
{
|
|
82085
|
-
"name": "
|
|
82086
|
-
"type": {
|
|
82087
|
-
"text": "string"
|
|
82088
|
-
}
|
|
82089
|
-
},
|
|
82090
|
-
{
|
|
82091
|
-
"name": "force",
|
|
82092
|
-
"optional": true,
|
|
82039
|
+
"name": "form",
|
|
82093
82040
|
"type": {
|
|
82094
|
-
"text": "
|
|
82041
|
+
"text": "HTMLFormElement"
|
|
82095
82042
|
}
|
|
82096
82043
|
}
|
|
82097
82044
|
],
|
|
82098
82045
|
"inheritedFrom": {
|
|
82099
|
-
"name": "
|
|
82100
|
-
"module": "core/base-elements/
|
|
82046
|
+
"name": "SbbButtonBaseElement",
|
|
82047
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82101
82048
|
}
|
|
82102
82049
|
},
|
|
82103
82050
|
{
|
|
82104
82051
|
"kind": "field",
|
|
82105
|
-
"name": "
|
|
82106
|
-
"
|
|
82107
|
-
"text": "boolean | undefined"
|
|
82108
|
-
},
|
|
82109
|
-
"privacy": "protected",
|
|
82110
|
-
"readonly": true,
|
|
82052
|
+
"name": "_formKeyDown",
|
|
82053
|
+
"privacy": "private",
|
|
82111
82054
|
"inheritedFrom": {
|
|
82112
|
-
"name": "
|
|
82113
|
-
"module": "core/base-elements/
|
|
82055
|
+
"name": "SbbButtonBaseElement",
|
|
82056
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82114
82057
|
}
|
|
82115
82058
|
},
|
|
82116
82059
|
{
|
|
82117
82060
|
"kind": "field",
|
|
82118
|
-
"name": "
|
|
82061
|
+
"name": "formAssociated",
|
|
82119
82062
|
"type": {
|
|
82120
|
-
"text": "boolean
|
|
82063
|
+
"text": "boolean"
|
|
82121
82064
|
},
|
|
82122
|
-
"privacy": "
|
|
82123
|
-
"
|
|
82065
|
+
"privacy": "public",
|
|
82066
|
+
"static": true,
|
|
82067
|
+
"default": "true",
|
|
82124
82068
|
"inheritedFrom": {
|
|
82125
|
-
"name": "
|
|
82126
|
-
"module": "core/
|
|
82069
|
+
"name": "SbbFormAssociatedMixin",
|
|
82070
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82127
82071
|
}
|
|
82128
82072
|
},
|
|
82129
82073
|
{
|
|
82130
|
-
"kind": "
|
|
82131
|
-
"name": "
|
|
82132
|
-
"privacy": "
|
|
82133
|
-
"
|
|
82134
|
-
|
|
82135
|
-
|
|
82136
|
-
}
|
|
82074
|
+
"kind": "field",
|
|
82075
|
+
"name": "name",
|
|
82076
|
+
"privacy": "public",
|
|
82077
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
82078
|
+
"type": {
|
|
82079
|
+
"text": "string"
|
|
82137
82080
|
},
|
|
82081
|
+
"attribute": "name",
|
|
82138
82082
|
"inheritedFrom": {
|
|
82139
|
-
"name": "
|
|
82140
|
-
"module": "core/
|
|
82083
|
+
"name": "SbbFormAssociatedMixin",
|
|
82084
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82141
82085
|
}
|
|
82142
|
-
}
|
|
82143
|
-
]
|
|
82144
|
-
}
|
|
82145
|
-
],
|
|
82146
|
-
"exports": [
|
|
82147
|
-
{
|
|
82148
|
-
"kind": "js",
|
|
82149
|
-
"name": "SbbBlockLinkButtonElement",
|
|
82150
|
-
"declaration": {
|
|
82151
|
-
"name": "SbbBlockLinkButtonElement",
|
|
82152
|
-
"module": "link/block-link-button/block-link-button.component.js"
|
|
82153
|
-
}
|
|
82154
|
-
},
|
|
82155
|
-
{
|
|
82156
|
-
"kind": "custom-element-definition",
|
|
82157
|
-
"name": "sbb-block-link-button",
|
|
82158
|
-
"declaration": {
|
|
82159
|
-
"name": "SbbBlockLinkButtonElement",
|
|
82160
|
-
"module": "link/block-link-button/block-link-button.component.js"
|
|
82161
|
-
}
|
|
82162
|
-
}
|
|
82163
|
-
]
|
|
82164
|
-
},
|
|
82165
|
-
{
|
|
82166
|
-
"kind": "javascript-module",
|
|
82167
|
-
"path": "link/block-link-static/block-link-static.component.js",
|
|
82168
|
-
"declarations": [
|
|
82169
|
-
{
|
|
82170
|
-
"kind": "class",
|
|
82171
|
-
"description": "It displays a static link enhanced with the SBB Design.",
|
|
82172
|
-
"name": "SbbBlockLinkStaticElement",
|
|
82173
|
-
"slots": [
|
|
82174
|
-
{
|
|
82175
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
82176
|
-
"name": ""
|
|
82177
|
-
},
|
|
82178
|
-
{
|
|
82179
|
-
"description": "Slot used to display the icon, if one is set.",
|
|
82180
|
-
"name": "icon"
|
|
82181
|
-
}
|
|
82182
|
-
],
|
|
82183
|
-
"mixins": [
|
|
82184
|
-
{
|
|
82185
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
82186
|
-
"module": "link/common.js"
|
|
82187
82086
|
},
|
|
82188
82087
|
{
|
|
82189
|
-
"
|
|
82190
|
-
"
|
|
82191
|
-
}
|
|
82192
|
-
],
|
|
82193
|
-
"superclass": {
|
|
82194
|
-
"name": "SbbActionBaseElement",
|
|
82195
|
-
"module": "core/base-elements.js"
|
|
82196
|
-
},
|
|
82197
|
-
"tagName": "sbb-block-link-static",
|
|
82198
|
-
"customElement": true,
|
|
82199
|
-
"attributes": [
|
|
82200
|
-
{
|
|
82201
|
-
"name": "icon-placement",
|
|
82088
|
+
"kind": "field",
|
|
82089
|
+
"name": "validity",
|
|
82202
82090
|
"type": {
|
|
82203
|
-
"text": "
|
|
82091
|
+
"text": "ValidityState"
|
|
82204
82092
|
},
|
|
82205
|
-
"
|
|
82206
|
-
"description": "
|
|
82207
|
-
"
|
|
82093
|
+
"privacy": "public",
|
|
82094
|
+
"description": "Returns the ValidityState object for this element.",
|
|
82095
|
+
"readonly": true,
|
|
82208
82096
|
"inheritedFrom": {
|
|
82209
|
-
"name": "
|
|
82210
|
-
"module": "
|
|
82097
|
+
"name": "SbbFormAssociatedMixin",
|
|
82098
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82211
82099
|
}
|
|
82212
82100
|
},
|
|
82213
82101
|
{
|
|
82214
|
-
"
|
|
82102
|
+
"kind": "field",
|
|
82103
|
+
"name": "validationMessage",
|
|
82215
82104
|
"type": {
|
|
82216
|
-
"text": "
|
|
82105
|
+
"text": "string"
|
|
82217
82106
|
},
|
|
82218
|
-
"
|
|
82219
|
-
"
|
|
82220
|
-
"
|
|
82107
|
+
"privacy": "public",
|
|
82108
|
+
"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.",
|
|
82109
|
+
"readonly": true,
|
|
82221
82110
|
"inheritedFrom": {
|
|
82222
|
-
"name": "
|
|
82223
|
-
"module": "
|
|
82111
|
+
"name": "SbbFormAssociatedMixin",
|
|
82112
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82224
82113
|
}
|
|
82225
82114
|
},
|
|
82226
82115
|
{
|
|
82227
|
-
"
|
|
82116
|
+
"kind": "field",
|
|
82117
|
+
"name": "willValidate",
|
|
82228
82118
|
"type": {
|
|
82229
|
-
"text": "
|
|
82119
|
+
"text": "boolean"
|
|
82230
82120
|
},
|
|
82231
|
-
"
|
|
82232
|
-
"description": "
|
|
82233
|
-
"
|
|
82121
|
+
"privacy": "public",
|
|
82122
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
82123
|
+
"readonly": true,
|
|
82234
82124
|
"inheritedFrom": {
|
|
82235
|
-
"name": "
|
|
82236
|
-
"module": "
|
|
82125
|
+
"name": "SbbFormAssociatedMixin",
|
|
82126
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82237
82127
|
}
|
|
82238
82128
|
},
|
|
82239
82129
|
{
|
|
82240
|
-
"
|
|
82241
|
-
"
|
|
82242
|
-
"
|
|
82130
|
+
"kind": "field",
|
|
82131
|
+
"name": "_validityStates",
|
|
82132
|
+
"privacy": "private",
|
|
82133
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
82134
|
+
"inheritedFrom": {
|
|
82135
|
+
"name": "SbbFormAssociatedMixin",
|
|
82136
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82137
|
+
}
|
|
82138
|
+
},
|
|
82139
|
+
{
|
|
82140
|
+
"kind": "field",
|
|
82141
|
+
"name": "formDisabled",
|
|
82243
82142
|
"type": {
|
|
82244
82143
|
"text": "boolean"
|
|
82245
82144
|
},
|
|
82246
|
-
"
|
|
82145
|
+
"privacy": "protected",
|
|
82146
|
+
"default": "false",
|
|
82147
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
82247
82148
|
"inheritedFrom": {
|
|
82248
|
-
"name": "
|
|
82249
|
-
"module": "core/mixins/
|
|
82149
|
+
"name": "SbbFormAssociatedMixin",
|
|
82150
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82250
82151
|
}
|
|
82251
|
-
}
|
|
82252
|
-
],
|
|
82253
|
-
"members": [
|
|
82152
|
+
},
|
|
82254
82153
|
{
|
|
82255
|
-
"kind": "
|
|
82256
|
-
"name": "
|
|
82257
|
-
"
|
|
82258
|
-
|
|
82154
|
+
"kind": "method",
|
|
82155
|
+
"name": "checkValidity",
|
|
82156
|
+
"privacy": "public",
|
|
82157
|
+
"return": {
|
|
82158
|
+
"type": {
|
|
82159
|
+
"text": "boolean"
|
|
82160
|
+
}
|
|
82161
|
+
},
|
|
82162
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
82163
|
+
"inheritedFrom": {
|
|
82164
|
+
"name": "SbbFormAssociatedMixin",
|
|
82165
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82166
|
+
}
|
|
82167
|
+
},
|
|
82168
|
+
{
|
|
82169
|
+
"kind": "method",
|
|
82170
|
+
"name": "reportValidity",
|
|
82171
|
+
"privacy": "public",
|
|
82172
|
+
"return": {
|
|
82173
|
+
"type": {
|
|
82174
|
+
"text": "boolean"
|
|
82175
|
+
}
|
|
82259
82176
|
},
|
|
82177
|
+
"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.",
|
|
82178
|
+
"inheritedFrom": {
|
|
82179
|
+
"name": "SbbFormAssociatedMixin",
|
|
82180
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82181
|
+
}
|
|
82182
|
+
},
|
|
82183
|
+
{
|
|
82184
|
+
"kind": "method",
|
|
82185
|
+
"name": "setCustomValidity",
|
|
82260
82186
|
"privacy": "public",
|
|
82261
|
-
"
|
|
82262
|
-
|
|
82187
|
+
"return": {
|
|
82188
|
+
"type": {
|
|
82189
|
+
"text": "void"
|
|
82190
|
+
}
|
|
82191
|
+
},
|
|
82192
|
+
"parameters": [
|
|
82193
|
+
{
|
|
82194
|
+
"name": "message",
|
|
82195
|
+
"type": {
|
|
82196
|
+
"text": "string"
|
|
82197
|
+
}
|
|
82198
|
+
}
|
|
82199
|
+
],
|
|
82200
|
+
"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.",
|
|
82263
82201
|
"inheritedFrom": {
|
|
82264
|
-
"name": "
|
|
82265
|
-
"module": "
|
|
82202
|
+
"name": "SbbFormAssociatedMixin",
|
|
82203
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82266
82204
|
}
|
|
82267
82205
|
},
|
|
82268
82206
|
{
|
|
82269
|
-
"kind": "
|
|
82270
|
-
"name": "
|
|
82271
|
-
"
|
|
82272
|
-
|
|
82207
|
+
"kind": "method",
|
|
82208
|
+
"name": "_hasDisabledAncestor",
|
|
82209
|
+
"privacy": "private",
|
|
82210
|
+
"return": {
|
|
82211
|
+
"type": {
|
|
82212
|
+
"text": "boolean"
|
|
82213
|
+
}
|
|
82273
82214
|
},
|
|
82274
|
-
"privacy": "public",
|
|
82275
|
-
"default": "'start'",
|
|
82276
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
82277
|
-
"attribute": "icon-placement",
|
|
82278
|
-
"reflects": true,
|
|
82279
82215
|
"inheritedFrom": {
|
|
82280
|
-
"name": "
|
|
82281
|
-
"module": "
|
|
82216
|
+
"name": "SbbFormAssociatedMixin",
|
|
82217
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82282
82218
|
}
|
|
82283
82219
|
},
|
|
82284
82220
|
{
|
|
82285
82221
|
"kind": "method",
|
|
82286
|
-
"name": "
|
|
82222
|
+
"name": "updateFormValue",
|
|
82287
82223
|
"privacy": "protected",
|
|
82288
82224
|
"return": {
|
|
82289
82225
|
"type": {
|
|
82290
|
-
"text": "
|
|
82226
|
+
"text": "void"
|
|
82291
82227
|
}
|
|
82292
82228
|
},
|
|
82293
|
-
"description": "
|
|
82229
|
+
"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",
|
|
82294
82230
|
"inheritedFrom": {
|
|
82295
|
-
"name": "
|
|
82296
|
-
"module": "core/
|
|
82231
|
+
"name": "SbbFormAssociatedMixin",
|
|
82232
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82297
82233
|
}
|
|
82298
82234
|
},
|
|
82299
82235
|
{
|
|
82300
|
-
"kind": "
|
|
82301
|
-
"name": "
|
|
82302
|
-
"
|
|
82303
|
-
|
|
82236
|
+
"kind": "method",
|
|
82237
|
+
"name": "formState",
|
|
82238
|
+
"privacy": "protected",
|
|
82239
|
+
"return": {
|
|
82240
|
+
"type": {
|
|
82241
|
+
"text": "FormRestoreState"
|
|
82242
|
+
}
|
|
82304
82243
|
},
|
|
82305
|
-
"privacy": "public",
|
|
82306
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
82307
|
-
"default": "'s' / 'xs' (lean)",
|
|
82308
|
-
"attribute": "size",
|
|
82309
|
-
"reflects": true,
|
|
82310
82244
|
"inheritedFrom": {
|
|
82311
|
-
"name": "
|
|
82312
|
-
"module": "
|
|
82245
|
+
"name": "SbbFormAssociatedMixin",
|
|
82246
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82313
82247
|
}
|
|
82314
82248
|
},
|
|
82315
82249
|
{
|
|
82316
|
-
"kind": "
|
|
82317
|
-
"name": "
|
|
82318
|
-
"
|
|
82319
|
-
|
|
82250
|
+
"kind": "method",
|
|
82251
|
+
"name": "setValidityFlag",
|
|
82252
|
+
"privacy": "protected",
|
|
82253
|
+
"return": {
|
|
82254
|
+
"type": {
|
|
82255
|
+
"text": "void"
|
|
82256
|
+
}
|
|
82320
82257
|
},
|
|
82321
|
-
"
|
|
82322
|
-
|
|
82323
|
-
|
|
82324
|
-
|
|
82258
|
+
"parameters": [
|
|
82259
|
+
{
|
|
82260
|
+
"name": "flag",
|
|
82261
|
+
"type": {
|
|
82262
|
+
"text": "T"
|
|
82263
|
+
}
|
|
82264
|
+
},
|
|
82265
|
+
{
|
|
82266
|
+
"name": "message",
|
|
82267
|
+
"type": {
|
|
82268
|
+
"text": "string"
|
|
82269
|
+
}
|
|
82270
|
+
},
|
|
82271
|
+
{
|
|
82272
|
+
"name": "flagValue",
|
|
82273
|
+
"optional": true,
|
|
82274
|
+
"type": {
|
|
82275
|
+
"text": "ValidityStateFlags[T]"
|
|
82276
|
+
}
|
|
82277
|
+
}
|
|
82278
|
+
],
|
|
82279
|
+
"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).",
|
|
82325
82280
|
"inheritedFrom": {
|
|
82326
|
-
"name": "
|
|
82327
|
-
"module": "
|
|
82281
|
+
"name": "SbbFormAssociatedMixin",
|
|
82282
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82328
82283
|
}
|
|
82329
82284
|
},
|
|
82330
82285
|
{
|
|
82331
82286
|
"kind": "method",
|
|
82332
|
-
"name": "
|
|
82287
|
+
"name": "removeValidityFlag",
|
|
82333
82288
|
"privacy": "protected",
|
|
82334
82289
|
"return": {
|
|
82335
82290
|
"type": {
|
|
82336
|
-
"text": "
|
|
82291
|
+
"text": "void"
|
|
82337
82292
|
}
|
|
82338
82293
|
},
|
|
82339
82294
|
"parameters": [
|
|
82340
82295
|
{
|
|
82341
|
-
"name": "
|
|
82342
|
-
"optional": true,
|
|
82296
|
+
"name": "flag",
|
|
82343
82297
|
"type": {
|
|
82344
|
-
"text": "
|
|
82298
|
+
"text": "T"
|
|
82345
82299
|
}
|
|
82346
82300
|
}
|
|
82347
82301
|
],
|
|
82302
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
82348
82303
|
"inheritedFrom": {
|
|
82349
|
-
"name": "
|
|
82350
|
-
"module": "
|
|
82304
|
+
"name": "SbbFormAssociatedMixin",
|
|
82305
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82351
82306
|
}
|
|
82352
82307
|
},
|
|
82353
82308
|
{
|
|
82354
82309
|
"kind": "method",
|
|
82355
|
-
"name": "
|
|
82310
|
+
"name": "validate",
|
|
82356
82311
|
"privacy": "protected",
|
|
82357
82312
|
"return": {
|
|
82358
82313
|
"type": {
|
|
82359
|
-
"text": "
|
|
82314
|
+
"text": "void"
|
|
82360
82315
|
}
|
|
82361
82316
|
},
|
|
82317
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
82362
82318
|
"inheritedFrom": {
|
|
82363
|
-
"name": "
|
|
82364
|
-
"module": "
|
|
82319
|
+
"name": "SbbFormAssociatedMixin",
|
|
82320
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82365
82321
|
}
|
|
82366
82322
|
},
|
|
82367
82323
|
{
|
|
82368
82324
|
"kind": "method",
|
|
82369
|
-
"name": "
|
|
82325
|
+
"name": "shouldValidate",
|
|
82326
|
+
"privacy": "protected",
|
|
82327
|
+
"return": {
|
|
82328
|
+
"type": {
|
|
82329
|
+
"text": "boolean"
|
|
82330
|
+
}
|
|
82331
|
+
},
|
|
82332
|
+
"parameters": [
|
|
82333
|
+
{
|
|
82334
|
+
"name": "name",
|
|
82335
|
+
"type": {
|
|
82336
|
+
"text": "PropertyKey | undefined"
|
|
82337
|
+
}
|
|
82338
|
+
}
|
|
82339
|
+
],
|
|
82340
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
82341
|
+
"inheritedFrom": {
|
|
82342
|
+
"name": "SbbFormAssociatedMixin",
|
|
82343
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82344
|
+
}
|
|
82345
|
+
},
|
|
82346
|
+
{
|
|
82347
|
+
"kind": "method",
|
|
82348
|
+
"name": "_setInternalValidity",
|
|
82370
82349
|
"privacy": "private",
|
|
82371
82350
|
"return": {
|
|
82372
82351
|
"type": {
|
|
82373
|
-
"text": "
|
|
82352
|
+
"text": "void"
|
|
82374
82353
|
}
|
|
82375
82354
|
},
|
|
82376
82355
|
"inheritedFrom": {
|
|
82377
|
-
"name": "
|
|
82378
|
-
"module": "
|
|
82356
|
+
"name": "SbbFormAssociatedMixin",
|
|
82357
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
82379
82358
|
}
|
|
82380
82359
|
},
|
|
82381
82360
|
{
|
|
82382
82361
|
"kind": "field",
|
|
82383
|
-
"name": "
|
|
82384
|
-
"privacy": "public",
|
|
82385
|
-
"description": "Whether the component is disabled.",
|
|
82386
|
-
"default": "false",
|
|
82362
|
+
"name": "role",
|
|
82387
82363
|
"type": {
|
|
82388
|
-
"text": "
|
|
82364
|
+
"text": "ElementInternals['role']"
|
|
82389
82365
|
},
|
|
82390
|
-
"
|
|
82391
|
-
"
|
|
82366
|
+
"privacy": "public",
|
|
82367
|
+
"static": true,
|
|
82368
|
+
"readonly": true,
|
|
82369
|
+
"default": "'button'",
|
|
82392
82370
|
"inheritedFrom": {
|
|
82393
|
-
"name": "
|
|
82394
|
-
"module": "core/
|
|
82371
|
+
"name": "SbbButtonLikeBaseElement",
|
|
82372
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82395
82373
|
}
|
|
82396
82374
|
},
|
|
82397
82375
|
{
|
|
82398
82376
|
"kind": "field",
|
|
82399
|
-
"name": "
|
|
82377
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
82400
82378
|
"privacy": "private",
|
|
82401
|
-
"
|
|
82402
|
-
|
|
82403
|
-
|
|
82404
|
-
|
|
82379
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
82380
|
+
"parameters": [
|
|
82381
|
+
{
|
|
82382
|
+
"description": "The origin event.",
|
|
82383
|
+
"name": "event"
|
|
82384
|
+
}
|
|
82385
|
+
],
|
|
82405
82386
|
"inheritedFrom": {
|
|
82406
|
-
"name": "
|
|
82407
|
-
"module": "core/
|
|
82387
|
+
"name": "SbbButtonLikeBaseElement",
|
|
82388
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82408
82389
|
}
|
|
82409
82390
|
},
|
|
82410
82391
|
{
|
|
82411
|
-
"kind": "
|
|
82412
|
-
"name": "
|
|
82413
|
-
"privacy": "
|
|
82414
|
-
"
|
|
82415
|
-
"
|
|
82416
|
-
|
|
82392
|
+
"kind": "field",
|
|
82393
|
+
"name": "_removeActiveMarker",
|
|
82394
|
+
"privacy": "private",
|
|
82395
|
+
"inheritedFrom": {
|
|
82396
|
+
"name": "SbbButtonLikeBaseElement",
|
|
82397
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82398
|
+
}
|
|
82399
|
+
},
|
|
82400
|
+
{
|
|
82401
|
+
"kind": "field",
|
|
82402
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
82403
|
+
"privacy": "private",
|
|
82404
|
+
"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.",
|
|
82405
|
+
"parameters": [
|
|
82406
|
+
{
|
|
82407
|
+
"description": "The origin event.",
|
|
82408
|
+
"name": "event"
|
|
82417
82409
|
}
|
|
82418
|
-
|
|
82419
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
82410
|
+
],
|
|
82420
82411
|
"inheritedFrom": {
|
|
82421
|
-
"name": "
|
|
82422
|
-
"module": "core/
|
|
82412
|
+
"name": "SbbButtonLikeBaseElement",
|
|
82413
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82414
|
+
}
|
|
82415
|
+
},
|
|
82416
|
+
{
|
|
82417
|
+
"kind": "field",
|
|
82418
|
+
"name": "_dispatchClickEvent",
|
|
82419
|
+
"privacy": "private",
|
|
82420
|
+
"inheritedFrom": {
|
|
82421
|
+
"name": "SbbButtonLikeBaseElement",
|
|
82422
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82423
82423
|
}
|
|
82424
82424
|
},
|
|
82425
82425
|
{
|
|
@@ -82497,18 +82497,18 @@
|
|
|
82497
82497
|
"exports": [
|
|
82498
82498
|
{
|
|
82499
82499
|
"kind": "js",
|
|
82500
|
-
"name": "
|
|
82500
|
+
"name": "SbbBlockLinkButtonElement",
|
|
82501
82501
|
"declaration": {
|
|
82502
|
-
"name": "
|
|
82503
|
-
"module": "link/block-link-
|
|
82502
|
+
"name": "SbbBlockLinkButtonElement",
|
|
82503
|
+
"module": "link/block-link-button/block-link-button.component.js"
|
|
82504
82504
|
}
|
|
82505
82505
|
},
|
|
82506
82506
|
{
|
|
82507
82507
|
"kind": "custom-element-definition",
|
|
82508
|
-
"name": "sbb-block-link-
|
|
82508
|
+
"name": "sbb-block-link-button",
|
|
82509
82509
|
"declaration": {
|
|
82510
|
-
"name": "
|
|
82511
|
-
"module": "link/block-link-
|
|
82510
|
+
"name": "SbbBlockLinkButtonElement",
|
|
82511
|
+
"module": "link/block-link-button/block-link-button.component.js"
|
|
82512
82512
|
}
|
|
82513
82513
|
}
|
|
82514
82514
|
]
|