@sbb-esta/lyne-elements-dev 4.9.0-dev.1774908961 → 4.9.0-dev.1774933669
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 +1088 -1088
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -87494,111 +87494,85 @@
|
|
|
87494
87494
|
},
|
|
87495
87495
|
{
|
|
87496
87496
|
"kind": "javascript-module",
|
|
87497
|
-
"path": "
|
|
87497
|
+
"path": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js",
|
|
87498
87498
|
"declarations": [
|
|
87499
87499
|
{
|
|
87500
87500
|
"kind": "class",
|
|
87501
|
-
"description": "",
|
|
87502
|
-
"name": "
|
|
87503
|
-
"
|
|
87504
|
-
{
|
|
87505
|
-
"kind": "field",
|
|
87506
|
-
"name": "size",
|
|
87507
|
-
"type": {
|
|
87508
|
-
"text": "'s' | 'm'"
|
|
87509
|
-
},
|
|
87510
|
-
"privacy": "public"
|
|
87511
|
-
},
|
|
87501
|
+
"description": "It acts as a native `summary` tag for the `sbb-expansion-panel` component.",
|
|
87502
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
87503
|
+
"slots": [
|
|
87512
87504
|
{
|
|
87513
|
-
"
|
|
87514
|
-
"name": "
|
|
87515
|
-
"type": {
|
|
87516
|
-
"text": "boolean"
|
|
87517
|
-
},
|
|
87518
|
-
"privacy": "public"
|
|
87505
|
+
"description": "Use the unnamed slot to add content to the `sbb-expansion-panel-header`.",
|
|
87506
|
+
"name": ""
|
|
87519
87507
|
},
|
|
87520
87508
|
{
|
|
87521
|
-
"
|
|
87522
|
-
"name": "
|
|
87523
|
-
|
|
87524
|
-
|
|
87525
|
-
|
|
87526
|
-
"privacy": "public"
|
|
87527
|
-
},
|
|
87509
|
+
"description": "Slot used to render the `sbb-expansion-panel-header` icon.",
|
|
87510
|
+
"name": "icon"
|
|
87511
|
+
}
|
|
87512
|
+
],
|
|
87513
|
+
"members": [
|
|
87528
87514
|
{
|
|
87529
87515
|
"kind": "field",
|
|
87530
|
-
"name": "
|
|
87516
|
+
"name": "elementName",
|
|
87531
87517
|
"type": {
|
|
87532
87518
|
"text": "string"
|
|
87533
87519
|
},
|
|
87534
|
-
"privacy": "public"
|
|
87535
|
-
|
|
87536
|
-
|
|
87537
|
-
"
|
|
87538
|
-
|
|
87539
|
-
|
|
87540
|
-
"text": "string"
|
|
87520
|
+
"privacy": "public",
|
|
87521
|
+
"static": true,
|
|
87522
|
+
"readonly": true,
|
|
87523
|
+
"inheritedFrom": {
|
|
87524
|
+
"name": "SbbElement",
|
|
87525
|
+
"module": "core/base-elements/element.js"
|
|
87541
87526
|
},
|
|
87542
|
-
"
|
|
87527
|
+
"default": "'sbb-expansion-panel-header'"
|
|
87543
87528
|
},
|
|
87544
87529
|
{
|
|
87545
87530
|
"kind": "field",
|
|
87546
|
-
"name": "
|
|
87531
|
+
"name": "events",
|
|
87532
|
+
"privacy": "public",
|
|
87533
|
+
"static": true,
|
|
87534
|
+
"readonly": true,
|
|
87535
|
+
"default": "{ toggleexpanded: 'toggleexpanded', }",
|
|
87547
87536
|
"type": {
|
|
87548
|
-
"text": "
|
|
87549
|
-
}
|
|
87550
|
-
"privacy": "public"
|
|
87537
|
+
"text": "{\n toggleexpanded: 'toggleexpanded',\n }"
|
|
87538
|
+
}
|
|
87551
87539
|
},
|
|
87552
87540
|
{
|
|
87553
87541
|
"kind": "field",
|
|
87554
|
-
"name": "
|
|
87555
|
-
"
|
|
87556
|
-
|
|
87557
|
-
},
|
|
87558
|
-
"privacy": "public",
|
|
87559
|
-
"inheritedFrom": {
|
|
87560
|
-
"name": "SbbFormAssociatedMixin",
|
|
87561
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
87562
|
-
}
|
|
87542
|
+
"name": "_mediaMatcher",
|
|
87543
|
+
"privacy": "private",
|
|
87544
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryHover]: (m) => (this._isHover = m), })"
|
|
87563
87545
|
},
|
|
87564
87546
|
{
|
|
87565
87547
|
"kind": "field",
|
|
87566
|
-
"name": "
|
|
87548
|
+
"name": "_isHover",
|
|
87567
87549
|
"type": {
|
|
87568
|
-
"text": "
|
|
87550
|
+
"text": "boolean"
|
|
87569
87551
|
},
|
|
87570
|
-
"privacy": "
|
|
87552
|
+
"privacy": "private"
|
|
87571
87553
|
},
|
|
87572
87554
|
{
|
|
87573
87555
|
"kind": "field",
|
|
87574
|
-
"name": "
|
|
87556
|
+
"name": "_previousSize",
|
|
87575
87557
|
"type": {
|
|
87576
|
-
"text": "
|
|
87558
|
+
"text": "string | undefined"
|
|
87577
87559
|
},
|
|
87578
|
-
"privacy": "
|
|
87560
|
+
"privacy": "private"
|
|
87579
87561
|
},
|
|
87580
87562
|
{
|
|
87581
87563
|
"kind": "method",
|
|
87582
|
-
"name": "
|
|
87583
|
-
"privacy": "
|
|
87564
|
+
"name": "_emitExpandedEvent",
|
|
87565
|
+
"privacy": "private",
|
|
87584
87566
|
"return": {
|
|
87585
87567
|
"type": {
|
|
87586
|
-
"text": "
|
|
87587
|
-
}
|
|
87588
|
-
},
|
|
87589
|
-
"parameters": [
|
|
87590
|
-
{
|
|
87591
|
-
"name": "input",
|
|
87592
|
-
"type": {
|
|
87593
|
-
"text": "TemplateResult"
|
|
87594
|
-
}
|
|
87568
|
+
"text": "void"
|
|
87595
87569
|
}
|
|
87596
|
-
|
|
87570
|
+
}
|
|
87597
87571
|
},
|
|
87598
87572
|
{
|
|
87599
87573
|
"kind": "method",
|
|
87600
|
-
"name": "
|
|
87601
|
-
"privacy": "
|
|
87574
|
+
"name": "_onMouseMovement",
|
|
87575
|
+
"privacy": "private",
|
|
87602
87576
|
"return": {
|
|
87603
87577
|
"type": {
|
|
87604
87578
|
"text": "void"
|
|
@@ -87606,56 +87580,54 @@
|
|
|
87606
87580
|
},
|
|
87607
87581
|
"parameters": [
|
|
87608
87582
|
{
|
|
87609
|
-
"name": "
|
|
87583
|
+
"name": "toggleDataAttribute",
|
|
87610
87584
|
"type": {
|
|
87611
|
-
"text": "
|
|
87585
|
+
"text": "boolean"
|
|
87612
87586
|
}
|
|
87613
87587
|
}
|
|
87614
87588
|
]
|
|
87615
87589
|
},
|
|
87616
87590
|
{
|
|
87617
87591
|
"kind": "method",
|
|
87618
|
-
"name": "
|
|
87619
|
-
"privacy": "
|
|
87592
|
+
"name": "_setIconState",
|
|
87593
|
+
"privacy": "private",
|
|
87620
87594
|
"return": {
|
|
87621
87595
|
"type": {
|
|
87622
|
-
"text": "
|
|
87596
|
+
"text": "void"
|
|
87623
87597
|
}
|
|
87624
|
-
}
|
|
87598
|
+
},
|
|
87599
|
+
"description": "The :state(icon) is used by the 'sbb-expansion-panel'.\nIt needs to be set before the"
|
|
87625
87600
|
},
|
|
87626
87601
|
{
|
|
87627
87602
|
"kind": "method",
|
|
87628
|
-
"name": "
|
|
87629
|
-
"privacy": "
|
|
87603
|
+
"name": "renderTemplate",
|
|
87604
|
+
"privacy": "protected",
|
|
87630
87605
|
"return": {
|
|
87631
87606
|
"type": {
|
|
87632
|
-
"text": "
|
|
87607
|
+
"text": "TemplateResult"
|
|
87633
87608
|
}
|
|
87609
|
+
},
|
|
87610
|
+
"description": "Override this method to render the component template.",
|
|
87611
|
+
"inheritedFrom": {
|
|
87612
|
+
"name": "SbbActionBaseElement",
|
|
87613
|
+
"module": "core/base-elements/action-base-element.js"
|
|
87634
87614
|
}
|
|
87635
87615
|
},
|
|
87636
87616
|
{
|
|
87637
|
-
"kind": "
|
|
87638
|
-
"name": "
|
|
87639
|
-
"
|
|
87640
|
-
|
|
87641
|
-
"type": {
|
|
87642
|
-
"text": "void"
|
|
87643
|
-
}
|
|
87617
|
+
"kind": "field",
|
|
87618
|
+
"name": "disabledInteractive",
|
|
87619
|
+
"type": {
|
|
87620
|
+
"text": "boolean"
|
|
87644
87621
|
},
|
|
87645
|
-
"
|
|
87646
|
-
|
|
87647
|
-
|
|
87648
|
-
|
|
87649
|
-
|
|
87650
|
-
|
|
87651
|
-
|
|
87652
|
-
|
|
87653
|
-
|
|
87654
|
-
"type": {
|
|
87655
|
-
"text": "FormRestoreReason"
|
|
87656
|
-
}
|
|
87657
|
-
}
|
|
87658
|
-
]
|
|
87622
|
+
"privacy": "public",
|
|
87623
|
+
"default": "false",
|
|
87624
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
87625
|
+
"attribute": "disabled-interactive",
|
|
87626
|
+
"reflects": true,
|
|
87627
|
+
"inheritedFrom": {
|
|
87628
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
87629
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
87630
|
+
}
|
|
87659
87631
|
},
|
|
87660
87632
|
{
|
|
87661
87633
|
"kind": "field",
|
|
@@ -87703,16 +87675,112 @@
|
|
|
87703
87675
|
},
|
|
87704
87676
|
{
|
|
87705
87677
|
"kind": "field",
|
|
87706
|
-
"name": "
|
|
87678
|
+
"name": "iconName",
|
|
87707
87679
|
"type": {
|
|
87708
|
-
"text": "
|
|
87680
|
+
"text": "string"
|
|
87709
87681
|
},
|
|
87710
87682
|
"privacy": "public",
|
|
87711
|
-
"
|
|
87712
|
-
"
|
|
87683
|
+
"default": "''",
|
|
87684
|
+
"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.",
|
|
87685
|
+
"attribute": "icon-name",
|
|
87713
87686
|
"inheritedFrom": {
|
|
87714
|
-
"name": "
|
|
87715
|
-
"module": "
|
|
87687
|
+
"name": "SbbIconNameMixin",
|
|
87688
|
+
"module": "icon/icon-name-mixin.js"
|
|
87689
|
+
}
|
|
87690
|
+
},
|
|
87691
|
+
{
|
|
87692
|
+
"kind": "method",
|
|
87693
|
+
"name": "renderIconSlot",
|
|
87694
|
+
"privacy": "protected",
|
|
87695
|
+
"return": {
|
|
87696
|
+
"type": {
|
|
87697
|
+
"text": "TemplateResult"
|
|
87698
|
+
}
|
|
87699
|
+
},
|
|
87700
|
+
"parameters": [
|
|
87701
|
+
{
|
|
87702
|
+
"name": "classname",
|
|
87703
|
+
"optional": true,
|
|
87704
|
+
"type": {
|
|
87705
|
+
"text": "string"
|
|
87706
|
+
}
|
|
87707
|
+
}
|
|
87708
|
+
],
|
|
87709
|
+
"inheritedFrom": {
|
|
87710
|
+
"name": "SbbIconNameMixin",
|
|
87711
|
+
"module": "icon/icon-name-mixin.js"
|
|
87712
|
+
}
|
|
87713
|
+
},
|
|
87714
|
+
{
|
|
87715
|
+
"kind": "method",
|
|
87716
|
+
"name": "renderIconName",
|
|
87717
|
+
"privacy": "protected",
|
|
87718
|
+
"return": {
|
|
87719
|
+
"type": {
|
|
87720
|
+
"text": "string"
|
|
87721
|
+
}
|
|
87722
|
+
},
|
|
87723
|
+
"inheritedFrom": {
|
|
87724
|
+
"name": "SbbIconNameMixin",
|
|
87725
|
+
"module": "icon/icon-name-mixin.js"
|
|
87726
|
+
}
|
|
87727
|
+
},
|
|
87728
|
+
{
|
|
87729
|
+
"kind": "method",
|
|
87730
|
+
"name": "_renderIconName",
|
|
87731
|
+
"privacy": "private",
|
|
87732
|
+
"return": {
|
|
87733
|
+
"type": {
|
|
87734
|
+
"text": "string"
|
|
87735
|
+
}
|
|
87736
|
+
},
|
|
87737
|
+
"inheritedFrom": {
|
|
87738
|
+
"name": "SbbIconNameMixin",
|
|
87739
|
+
"module": "icon/icon-name-mixin.js"
|
|
87740
|
+
}
|
|
87741
|
+
},
|
|
87742
|
+
{
|
|
87743
|
+
"kind": "field",
|
|
87744
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
87745
|
+
"type": {
|
|
87746
|
+
"text": "array"
|
|
87747
|
+
},
|
|
87748
|
+
"privacy": "private",
|
|
87749
|
+
"readonly": true,
|
|
87750
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
87751
|
+
"inheritedFrom": {
|
|
87752
|
+
"name": "SbbButtonBaseElement",
|
|
87753
|
+
"module": "core/base-elements/button-base-element.js"
|
|
87754
|
+
}
|
|
87755
|
+
},
|
|
87756
|
+
{
|
|
87757
|
+
"kind": "field",
|
|
87758
|
+
"name": "value",
|
|
87759
|
+
"type": {
|
|
87760
|
+
"text": "string"
|
|
87761
|
+
},
|
|
87762
|
+
"privacy": "public",
|
|
87763
|
+
"inheritedFrom": {
|
|
87764
|
+
"name": "SbbButtonBaseElement",
|
|
87765
|
+
"module": "core/base-elements/button-base-element.js"
|
|
87766
|
+
},
|
|
87767
|
+
"default": "''",
|
|
87768
|
+
"description": "Value of the form element.",
|
|
87769
|
+
"attribute": "value"
|
|
87770
|
+
},
|
|
87771
|
+
{
|
|
87772
|
+
"kind": "field",
|
|
87773
|
+
"name": "type",
|
|
87774
|
+
"privacy": "public",
|
|
87775
|
+
"description": "The type attribute to use for the button.",
|
|
87776
|
+
"default": "'button'",
|
|
87777
|
+
"type": {
|
|
87778
|
+
"text": "SbbButtonType"
|
|
87779
|
+
},
|
|
87780
|
+
"attribute": "type",
|
|
87781
|
+
"inheritedFrom": {
|
|
87782
|
+
"name": "SbbButtonBaseElement",
|
|
87783
|
+
"module": "core/base-elements/button-base-element.js"
|
|
87716
87784
|
}
|
|
87717
87785
|
},
|
|
87718
87786
|
{
|
|
@@ -87722,8 +87790,75 @@
|
|
|
87722
87790
|
"text": "HTMLFormElement | null"
|
|
87723
87791
|
},
|
|
87724
87792
|
"privacy": "public",
|
|
87725
|
-
"description": "
|
|
87726
|
-
"
|
|
87793
|
+
"description": "The `<form>` element to associate the button with.",
|
|
87794
|
+
"inheritedFrom": {
|
|
87795
|
+
"name": "SbbButtonBaseElement",
|
|
87796
|
+
"module": "core/base-elements/button-base-element.js"
|
|
87797
|
+
},
|
|
87798
|
+
"attribute": "form"
|
|
87799
|
+
},
|
|
87800
|
+
{
|
|
87801
|
+
"kind": "field",
|
|
87802
|
+
"name": "_formId",
|
|
87803
|
+
"type": {
|
|
87804
|
+
"text": "string"
|
|
87805
|
+
},
|
|
87806
|
+
"privacy": "private",
|
|
87807
|
+
"default": "''",
|
|
87808
|
+
"inheritedFrom": {
|
|
87809
|
+
"name": "SbbButtonBaseElement",
|
|
87810
|
+
"module": "core/base-elements/button-base-element.js"
|
|
87811
|
+
}
|
|
87812
|
+
},
|
|
87813
|
+
{
|
|
87814
|
+
"kind": "field",
|
|
87815
|
+
"name": "_handleButtonClick",
|
|
87816
|
+
"privacy": "private",
|
|
87817
|
+
"inheritedFrom": {
|
|
87818
|
+
"name": "SbbButtonBaseElement",
|
|
87819
|
+
"module": "core/base-elements/button-base-element.js"
|
|
87820
|
+
}
|
|
87821
|
+
},
|
|
87822
|
+
{
|
|
87823
|
+
"kind": "method",
|
|
87824
|
+
"name": "_requestSubmit",
|
|
87825
|
+
"privacy": "private",
|
|
87826
|
+
"return": {
|
|
87827
|
+
"type": {
|
|
87828
|
+
"text": "void"
|
|
87829
|
+
}
|
|
87830
|
+
},
|
|
87831
|
+
"parameters": [
|
|
87832
|
+
{
|
|
87833
|
+
"name": "form",
|
|
87834
|
+
"type": {
|
|
87835
|
+
"text": "HTMLFormElement"
|
|
87836
|
+
}
|
|
87837
|
+
}
|
|
87838
|
+
],
|
|
87839
|
+
"inheritedFrom": {
|
|
87840
|
+
"name": "SbbButtonBaseElement",
|
|
87841
|
+
"module": "core/base-elements/button-base-element.js"
|
|
87842
|
+
}
|
|
87843
|
+
},
|
|
87844
|
+
{
|
|
87845
|
+
"kind": "field",
|
|
87846
|
+
"name": "_formKeyDown",
|
|
87847
|
+
"privacy": "private",
|
|
87848
|
+
"inheritedFrom": {
|
|
87849
|
+
"name": "SbbButtonBaseElement",
|
|
87850
|
+
"module": "core/base-elements/button-base-element.js"
|
|
87851
|
+
}
|
|
87852
|
+
},
|
|
87853
|
+
{
|
|
87854
|
+
"kind": "field",
|
|
87855
|
+
"name": "formAssociated",
|
|
87856
|
+
"type": {
|
|
87857
|
+
"text": "boolean"
|
|
87858
|
+
},
|
|
87859
|
+
"privacy": "public",
|
|
87860
|
+
"static": true,
|
|
87861
|
+
"default": "true",
|
|
87727
87862
|
"inheritedFrom": {
|
|
87728
87863
|
"name": "SbbFormAssociatedMixin",
|
|
87729
87864
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -88016,6 +88151,111 @@
|
|
|
88016
88151
|
"module": "core/mixins/form-associated-mixin.js"
|
|
88017
88152
|
}
|
|
88018
88153
|
},
|
|
88154
|
+
{
|
|
88155
|
+
"kind": "field",
|
|
88156
|
+
"name": "role",
|
|
88157
|
+
"type": {
|
|
88158
|
+
"text": "ElementInternals['role']"
|
|
88159
|
+
},
|
|
88160
|
+
"privacy": "public",
|
|
88161
|
+
"static": true,
|
|
88162
|
+
"readonly": true,
|
|
88163
|
+
"default": "'button'",
|
|
88164
|
+
"inheritedFrom": {
|
|
88165
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88166
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88167
|
+
}
|
|
88168
|
+
},
|
|
88169
|
+
{
|
|
88170
|
+
"kind": "field",
|
|
88171
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
88172
|
+
"privacy": "private",
|
|
88173
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
88174
|
+
"parameters": [
|
|
88175
|
+
{
|
|
88176
|
+
"description": "The origin event.",
|
|
88177
|
+
"name": "event"
|
|
88178
|
+
}
|
|
88179
|
+
],
|
|
88180
|
+
"inheritedFrom": {
|
|
88181
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88182
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88183
|
+
}
|
|
88184
|
+
},
|
|
88185
|
+
{
|
|
88186
|
+
"kind": "field",
|
|
88187
|
+
"name": "_removeActiveMarker",
|
|
88188
|
+
"privacy": "private",
|
|
88189
|
+
"inheritedFrom": {
|
|
88190
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88191
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88192
|
+
}
|
|
88193
|
+
},
|
|
88194
|
+
{
|
|
88195
|
+
"kind": "field",
|
|
88196
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
88197
|
+
"privacy": "private",
|
|
88198
|
+
"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.",
|
|
88199
|
+
"parameters": [
|
|
88200
|
+
{
|
|
88201
|
+
"description": "The origin event.",
|
|
88202
|
+
"name": "event"
|
|
88203
|
+
}
|
|
88204
|
+
],
|
|
88205
|
+
"inheritedFrom": {
|
|
88206
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88207
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88208
|
+
}
|
|
88209
|
+
},
|
|
88210
|
+
{
|
|
88211
|
+
"kind": "field",
|
|
88212
|
+
"name": "_dispatchClickEvent",
|
|
88213
|
+
"privacy": "private",
|
|
88214
|
+
"inheritedFrom": {
|
|
88215
|
+
"name": "SbbButtonLikeBaseElement",
|
|
88216
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88217
|
+
}
|
|
88218
|
+
},
|
|
88219
|
+
{
|
|
88220
|
+
"kind": "field",
|
|
88221
|
+
"name": "maybeDisabled",
|
|
88222
|
+
"type": {
|
|
88223
|
+
"text": "boolean | undefined"
|
|
88224
|
+
},
|
|
88225
|
+
"privacy": "protected",
|
|
88226
|
+
"readonly": true,
|
|
88227
|
+
"inheritedFrom": {
|
|
88228
|
+
"name": "SbbActionBaseElement",
|
|
88229
|
+
"module": "core/base-elements/action-base-element.js"
|
|
88230
|
+
}
|
|
88231
|
+
},
|
|
88232
|
+
{
|
|
88233
|
+
"kind": "field",
|
|
88234
|
+
"name": "maybeDisabledInteractive",
|
|
88235
|
+
"type": {
|
|
88236
|
+
"text": "boolean | undefined"
|
|
88237
|
+
},
|
|
88238
|
+
"privacy": "protected",
|
|
88239
|
+
"readonly": true,
|
|
88240
|
+
"inheritedFrom": {
|
|
88241
|
+
"name": "SbbActionBaseElement",
|
|
88242
|
+
"module": "core/base-elements/action-base-element.js"
|
|
88243
|
+
}
|
|
88244
|
+
},
|
|
88245
|
+
{
|
|
88246
|
+
"kind": "method",
|
|
88247
|
+
"name": "setupBaseEventHandlers",
|
|
88248
|
+
"privacy": "protected",
|
|
88249
|
+
"return": {
|
|
88250
|
+
"type": {
|
|
88251
|
+
"text": "void"
|
|
88252
|
+
}
|
|
88253
|
+
},
|
|
88254
|
+
"inheritedFrom": {
|
|
88255
|
+
"name": "SbbActionBaseElement",
|
|
88256
|
+
"module": "core/base-elements/action-base-element.js"
|
|
88257
|
+
}
|
|
88258
|
+
},
|
|
88019
88259
|
{
|
|
88020
88260
|
"kind": "field",
|
|
88021
88261
|
"name": "_hydrationRequired",
|
|
@@ -88109,20 +88349,6 @@
|
|
|
88109
88349
|
"module": "core/base-elements/element.js"
|
|
88110
88350
|
}
|
|
88111
88351
|
},
|
|
88112
|
-
{
|
|
88113
|
-
"kind": "field",
|
|
88114
|
-
"name": "elementName",
|
|
88115
|
-
"type": {
|
|
88116
|
-
"text": "string"
|
|
88117
|
-
},
|
|
88118
|
-
"privacy": "public",
|
|
88119
|
-
"static": true,
|
|
88120
|
-
"readonly": true,
|
|
88121
|
-
"inheritedFrom": {
|
|
88122
|
-
"name": "SbbElement",
|
|
88123
|
-
"module": "core/base-elements/element.js"
|
|
88124
|
-
}
|
|
88125
|
-
},
|
|
88126
88352
|
{
|
|
88127
88353
|
"kind": "field",
|
|
88128
88354
|
"name": "_controllers",
|
|
@@ -88136,21 +88362,45 @@
|
|
|
88136
88362
|
}
|
|
88137
88363
|
}
|
|
88138
88364
|
],
|
|
88365
|
+
"events": [
|
|
88366
|
+
{
|
|
88367
|
+
"name": "toggleexpanded",
|
|
88368
|
+
"type": {
|
|
88369
|
+
"text": "Event"
|
|
88370
|
+
},
|
|
88371
|
+
"description": "Notifies that the `sbb-expansion-panel` is about to expand/shrink."
|
|
88372
|
+
}
|
|
88373
|
+
],
|
|
88139
88374
|
"mixins": [
|
|
88140
88375
|
{
|
|
88141
|
-
"name": "
|
|
88376
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
88142
88377
|
"module": "core/mixins.js"
|
|
88143
88378
|
},
|
|
88144
88379
|
{
|
|
88145
|
-
"name": "
|
|
88146
|
-
"module": "
|
|
88380
|
+
"name": "SbbIconNameMixin",
|
|
88381
|
+
"module": "icon.js"
|
|
88147
88382
|
}
|
|
88148
88383
|
],
|
|
88149
88384
|
"superclass": {
|
|
88150
|
-
"name": "
|
|
88385
|
+
"name": "SbbButtonBaseElement",
|
|
88151
88386
|
"module": "core/base-elements.js"
|
|
88152
88387
|
},
|
|
88388
|
+
"tagName": "sbb-expansion-panel-header",
|
|
88389
|
+
"customElement": true,
|
|
88153
88390
|
"attributes": [
|
|
88391
|
+
{
|
|
88392
|
+
"name": "disabled-interactive",
|
|
88393
|
+
"type": {
|
|
88394
|
+
"text": "boolean"
|
|
88395
|
+
},
|
|
88396
|
+
"default": "false",
|
|
88397
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
88398
|
+
"fieldName": "disabledInteractive",
|
|
88399
|
+
"inheritedFrom": {
|
|
88400
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
88401
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
88402
|
+
}
|
|
88403
|
+
},
|
|
88154
88404
|
{
|
|
88155
88405
|
"name": "disabled",
|
|
88156
88406
|
"description": "Whether the component is disabled.",
|
|
@@ -88165,157 +88415,150 @@
|
|
|
88165
88415
|
}
|
|
88166
88416
|
},
|
|
88167
88417
|
{
|
|
88168
|
-
"name": "name",
|
|
88169
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
88418
|
+
"name": "icon-name",
|
|
88170
88419
|
"type": {
|
|
88171
88420
|
"text": "string"
|
|
88172
88421
|
},
|
|
88173
|
-
"
|
|
88422
|
+
"default": "''",
|
|
88423
|
+
"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.",
|
|
88424
|
+
"fieldName": "iconName",
|
|
88174
88425
|
"inheritedFrom": {
|
|
88175
|
-
"name": "
|
|
88176
|
-
"module": "
|
|
88177
|
-
}
|
|
88178
|
-
}
|
|
88179
|
-
]
|
|
88180
|
-
},
|
|
88181
|
-
{
|
|
88182
|
-
"kind": "mixin",
|
|
88183
|
-
"description": "",
|
|
88184
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
88185
|
-
"members": [
|
|
88186
|
-
{
|
|
88187
|
-
"kind": "field",
|
|
88188
|
-
"name": "events",
|
|
88189
|
-
"privacy": "public",
|
|
88190
|
-
"static": true,
|
|
88191
|
-
"readonly": true,
|
|
88192
|
-
"default": "{ filechanged: 'filechanged', }",
|
|
88193
|
-
"type": {
|
|
88194
|
-
"text": "{\n filechanged: 'filechanged',\n }"
|
|
88426
|
+
"name": "SbbIconNameMixin",
|
|
88427
|
+
"module": "icon/icon-name-mixin.js"
|
|
88195
88428
|
}
|
|
88196
88429
|
},
|
|
88197
88430
|
{
|
|
88198
|
-
"
|
|
88199
|
-
"name": "size",
|
|
88431
|
+
"name": "value",
|
|
88200
88432
|
"type": {
|
|
88201
|
-
"text": "
|
|
88433
|
+
"text": "string"
|
|
88202
88434
|
},
|
|
88203
|
-
"
|
|
88204
|
-
"description": "
|
|
88205
|
-
"
|
|
88206
|
-
"
|
|
88207
|
-
|
|
88435
|
+
"default": "''",
|
|
88436
|
+
"description": "Value of the form element.",
|
|
88437
|
+
"fieldName": "value",
|
|
88438
|
+
"inheritedFrom": {
|
|
88439
|
+
"name": "SbbButtonBaseElement",
|
|
88440
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88441
|
+
}
|
|
88208
88442
|
},
|
|
88209
88443
|
{
|
|
88210
|
-
"
|
|
88211
|
-
"
|
|
88444
|
+
"name": "type",
|
|
88445
|
+
"description": "The type attribute to use for the button.",
|
|
88446
|
+
"default": "'button'",
|
|
88212
88447
|
"type": {
|
|
88213
|
-
"text": "
|
|
88448
|
+
"text": "SbbButtonType"
|
|
88214
88449
|
},
|
|
88215
|
-
"
|
|
88216
|
-
"
|
|
88217
|
-
|
|
88218
|
-
|
|
88450
|
+
"fieldName": "type",
|
|
88451
|
+
"inheritedFrom": {
|
|
88452
|
+
"name": "SbbButtonBaseElement",
|
|
88453
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88454
|
+
}
|
|
88219
88455
|
},
|
|
88220
88456
|
{
|
|
88221
|
-
"
|
|
88222
|
-
"
|
|
88457
|
+
"name": "form",
|
|
88458
|
+
"description": "The `<form>` element to associate the button with.",
|
|
88223
88459
|
"type": {
|
|
88224
|
-
"text": "
|
|
88460
|
+
"text": "HTMLFormElement | null"
|
|
88225
88461
|
},
|
|
88226
|
-
"
|
|
88227
|
-
"
|
|
88228
|
-
|
|
88229
|
-
|
|
88462
|
+
"fieldName": "form",
|
|
88463
|
+
"inheritedFrom": {
|
|
88464
|
+
"name": "SbbButtonBaseElement",
|
|
88465
|
+
"module": "core/base-elements/button-base-element.js"
|
|
88466
|
+
}
|
|
88230
88467
|
},
|
|
88231
88468
|
{
|
|
88232
|
-
"
|
|
88233
|
-
"
|
|
88469
|
+
"name": "name",
|
|
88470
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
88234
88471
|
"type": {
|
|
88235
88472
|
"text": "string"
|
|
88236
88473
|
},
|
|
88237
|
-
"
|
|
88238
|
-
"
|
|
88239
|
-
|
|
88240
|
-
|
|
88241
|
-
|
|
88474
|
+
"fieldName": "name",
|
|
88475
|
+
"inheritedFrom": {
|
|
88476
|
+
"name": "SbbFormAssociatedMixin",
|
|
88477
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88478
|
+
}
|
|
88479
|
+
}
|
|
88480
|
+
]
|
|
88481
|
+
}
|
|
88482
|
+
],
|
|
88483
|
+
"exports": [
|
|
88484
|
+
{
|
|
88485
|
+
"kind": "js",
|
|
88486
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
88487
|
+
"declaration": {
|
|
88488
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
88489
|
+
"module": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js"
|
|
88490
|
+
}
|
|
88491
|
+
}
|
|
88492
|
+
]
|
|
88493
|
+
},
|
|
88494
|
+
{
|
|
88495
|
+
"kind": "javascript-module",
|
|
88496
|
+
"path": "file-selector/common/file-selector-common.js",
|
|
88497
|
+
"declarations": [
|
|
88498
|
+
{
|
|
88499
|
+
"kind": "class",
|
|
88500
|
+
"description": "",
|
|
88501
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
88502
|
+
"members": [
|
|
88242
88503
|
{
|
|
88243
88504
|
"kind": "field",
|
|
88244
|
-
"name": "
|
|
88505
|
+
"name": "size",
|
|
88245
88506
|
"type": {
|
|
88246
|
-
"text": "
|
|
88507
|
+
"text": "'s' | 'm'"
|
|
88247
88508
|
},
|
|
88248
|
-
"privacy": "public"
|
|
88249
|
-
"default": "''",
|
|
88250
|
-
"description": "This will be forwarded as aria-label to the native input element.",
|
|
88251
|
-
"attribute": "accessibility-label"
|
|
88509
|
+
"privacy": "public"
|
|
88252
88510
|
},
|
|
88253
88511
|
{
|
|
88254
88512
|
"kind": "field",
|
|
88255
|
-
"name": "
|
|
88513
|
+
"name": "multiple",
|
|
88256
88514
|
"type": {
|
|
88257
|
-
"text": "
|
|
88515
|
+
"text": "boolean"
|
|
88258
88516
|
},
|
|
88259
|
-
"privacy": "public"
|
|
88260
|
-
"description": "The path of the first selected file. Empty string ('') if no file is selected",
|
|
88261
|
-
"inheritedFrom": {
|
|
88262
|
-
"name": "SbbFormAssociatedMixin",
|
|
88263
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88264
|
-
}
|
|
88265
|
-
},
|
|
88266
|
-
{
|
|
88267
|
-
"kind": "field",
|
|
88268
|
-
"name": "files",
|
|
88269
|
-
"privacy": "public",
|
|
88270
|
-
"description": "The list of selected files.",
|
|
88271
|
-
"type": {
|
|
88272
|
-
"text": "Readonly<File>[]"
|
|
88273
|
-
}
|
|
88517
|
+
"privacy": "public"
|
|
88274
88518
|
},
|
|
88275
88519
|
{
|
|
88276
88520
|
"kind": "field",
|
|
88277
|
-
"name": "
|
|
88521
|
+
"name": "multipleMode",
|
|
88278
88522
|
"type": {
|
|
88279
|
-
"text": "
|
|
88523
|
+
"text": "'default' | 'persistent'"
|
|
88280
88524
|
},
|
|
88281
|
-
"privacy": "
|
|
88282
|
-
"default": "[]"
|
|
88525
|
+
"privacy": "public"
|
|
88283
88526
|
},
|
|
88284
88527
|
{
|
|
88285
88528
|
"kind": "field",
|
|
88286
|
-
"name": "
|
|
88529
|
+
"name": "accept",
|
|
88287
88530
|
"type": {
|
|
88288
88531
|
"text": "string"
|
|
88289
88532
|
},
|
|
88290
|
-
"privacy": "public"
|
|
88291
|
-
"description": "Form type of element.",
|
|
88292
|
-
"default": "'file'",
|
|
88293
|
-
"readonly": true
|
|
88533
|
+
"privacy": "public"
|
|
88294
88534
|
},
|
|
88295
88535
|
{
|
|
88296
88536
|
"kind": "field",
|
|
88297
|
-
"name": "
|
|
88537
|
+
"name": "accessibilityLabel",
|
|
88298
88538
|
"type": {
|
|
88299
|
-
"text": "
|
|
88539
|
+
"text": "string"
|
|
88300
88540
|
},
|
|
88301
|
-
"privacy": "
|
|
88541
|
+
"privacy": "public"
|
|
88302
88542
|
},
|
|
88303
88543
|
{
|
|
88304
88544
|
"kind": "field",
|
|
88305
|
-
"name": "
|
|
88545
|
+
"name": "files",
|
|
88306
88546
|
"type": {
|
|
88307
|
-
"text": "
|
|
88547
|
+
"text": "Readonly<File>[]"
|
|
88308
88548
|
},
|
|
88309
|
-
"privacy": "
|
|
88310
|
-
"default": "['B', 'kB', 'MB', 'GB', 'TB']"
|
|
88549
|
+
"privacy": "public"
|
|
88311
88550
|
},
|
|
88312
88551
|
{
|
|
88313
88552
|
"kind": "field",
|
|
88314
|
-
"name": "
|
|
88553
|
+
"name": "value",
|
|
88315
88554
|
"type": {
|
|
88316
|
-
"text": "
|
|
88555
|
+
"text": "string | null"
|
|
88317
88556
|
},
|
|
88318
|
-
"privacy": "
|
|
88557
|
+
"privacy": "public",
|
|
88558
|
+
"inheritedFrom": {
|
|
88559
|
+
"name": "SbbFormAssociatedMixin",
|
|
88560
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88561
|
+
}
|
|
88319
88562
|
},
|
|
88320
88563
|
{
|
|
88321
88564
|
"kind": "field",
|
|
@@ -88328,25 +88571,10 @@
|
|
|
88328
88571
|
{
|
|
88329
88572
|
"kind": "field",
|
|
88330
88573
|
"name": "language",
|
|
88331
|
-
"privacy": "protected",
|
|
88332
|
-
"default": "new SbbLanguageController(this)"
|
|
88333
|
-
},
|
|
88334
|
-
{
|
|
88335
|
-
"kind": "field",
|
|
88336
|
-
"name": "_counter",
|
|
88337
|
-
"type": {
|
|
88338
|
-
"text": "number"
|
|
88339
|
-
},
|
|
88340
|
-
"privacy": "private",
|
|
88341
|
-
"default": "0"
|
|
88342
|
-
},
|
|
88343
|
-
{
|
|
88344
|
-
"kind": "field",
|
|
88345
|
-
"name": "_dragTarget",
|
|
88346
88574
|
"type": {
|
|
88347
|
-
"text": "
|
|
88575
|
+
"text": "SbbLanguageController"
|
|
88348
88576
|
},
|
|
88349
|
-
"privacy": "
|
|
88577
|
+
"privacy": "protected"
|
|
88350
88578
|
},
|
|
88351
88579
|
{
|
|
88352
88580
|
"kind": "method",
|
|
@@ -88366,118 +88594,6 @@
|
|
|
88366
88594
|
}
|
|
88367
88595
|
]
|
|
88368
88596
|
},
|
|
88369
|
-
{
|
|
88370
|
-
"kind": "method",
|
|
88371
|
-
"name": "formResetCallback",
|
|
88372
|
-
"privacy": "public",
|
|
88373
|
-
"return": {
|
|
88374
|
-
"type": {
|
|
88375
|
-
"text": "void"
|
|
88376
|
-
}
|
|
88377
|
-
}
|
|
88378
|
-
},
|
|
88379
|
-
{
|
|
88380
|
-
"kind": "method",
|
|
88381
|
-
"name": "formStateRestoreCallback",
|
|
88382
|
-
"privacy": "public",
|
|
88383
|
-
"return": {
|
|
88384
|
-
"type": {
|
|
88385
|
-
"text": "void"
|
|
88386
|
-
}
|
|
88387
|
-
},
|
|
88388
|
-
"parameters": [
|
|
88389
|
-
{
|
|
88390
|
-
"name": "state",
|
|
88391
|
-
"type": {
|
|
88392
|
-
"text": "FormRestoreState | null"
|
|
88393
|
-
}
|
|
88394
|
-
},
|
|
88395
|
-
{
|
|
88396
|
-
"name": "_reason",
|
|
88397
|
-
"optional": true,
|
|
88398
|
-
"type": {
|
|
88399
|
-
"text": "FormRestoreReason"
|
|
88400
|
-
}
|
|
88401
|
-
}
|
|
88402
|
-
]
|
|
88403
|
-
},
|
|
88404
|
-
{
|
|
88405
|
-
"kind": "method",
|
|
88406
|
-
"name": "updateFormValue",
|
|
88407
|
-
"privacy": "protected",
|
|
88408
|
-
"return": {
|
|
88409
|
-
"type": {
|
|
88410
|
-
"text": "void"
|
|
88411
|
-
}
|
|
88412
|
-
},
|
|
88413
|
-
"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",
|
|
88414
|
-
"inheritedFrom": {
|
|
88415
|
-
"name": "SbbFormAssociatedMixin",
|
|
88416
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88417
|
-
}
|
|
88418
|
-
},
|
|
88419
|
-
{
|
|
88420
|
-
"kind": "method",
|
|
88421
|
-
"name": "_checkFileEquality",
|
|
88422
|
-
"privacy": "private",
|
|
88423
|
-
"return": {
|
|
88424
|
-
"type": {
|
|
88425
|
-
"text": "boolean"
|
|
88426
|
-
}
|
|
88427
|
-
},
|
|
88428
|
-
"parameters": [
|
|
88429
|
-
{
|
|
88430
|
-
"name": "file1",
|
|
88431
|
-
"type": {
|
|
88432
|
-
"text": "Readonly<File>"
|
|
88433
|
-
}
|
|
88434
|
-
},
|
|
88435
|
-
{
|
|
88436
|
-
"name": "file2",
|
|
88437
|
-
"type": {
|
|
88438
|
-
"text": "Readonly<File>"
|
|
88439
|
-
}
|
|
88440
|
-
}
|
|
88441
|
-
]
|
|
88442
|
-
},
|
|
88443
|
-
{
|
|
88444
|
-
"kind": "method",
|
|
88445
|
-
"name": "_onFocus",
|
|
88446
|
-
"privacy": "private",
|
|
88447
|
-
"return": {
|
|
88448
|
-
"type": {
|
|
88449
|
-
"text": "void"
|
|
88450
|
-
}
|
|
88451
|
-
}
|
|
88452
|
-
},
|
|
88453
|
-
{
|
|
88454
|
-
"kind": "method",
|
|
88455
|
-
"name": "_onBlur",
|
|
88456
|
-
"privacy": "private",
|
|
88457
|
-
"return": {
|
|
88458
|
-
"type": {
|
|
88459
|
-
"text": "void"
|
|
88460
|
-
}
|
|
88461
|
-
}
|
|
88462
|
-
},
|
|
88463
|
-
{
|
|
88464
|
-
"kind": "method",
|
|
88465
|
-
"name": "_readFiles",
|
|
88466
|
-
"privacy": "private",
|
|
88467
|
-
"return": {
|
|
88468
|
-
"type": {
|
|
88469
|
-
"text": "void"
|
|
88470
|
-
}
|
|
88471
|
-
},
|
|
88472
|
-
"parameters": [
|
|
88473
|
-
{
|
|
88474
|
-
"name": "event",
|
|
88475
|
-
"type": {
|
|
88476
|
-
"text": "Event"
|
|
88477
|
-
}
|
|
88478
|
-
}
|
|
88479
|
-
]
|
|
88480
|
-
},
|
|
88481
88597
|
{
|
|
88482
88598
|
"kind": "method",
|
|
88483
88599
|
"name": "createFileList",
|
|
@@ -88508,55 +88624,8 @@
|
|
|
88508
88624
|
},
|
|
88509
88625
|
{
|
|
88510
88626
|
"kind": "method",
|
|
88511
|
-
"name": "
|
|
88512
|
-
"privacy": "
|
|
88513
|
-
"return": {
|
|
88514
|
-
"type": {
|
|
88515
|
-
"text": "void"
|
|
88516
|
-
}
|
|
88517
|
-
},
|
|
88518
|
-
"parameters": [
|
|
88519
|
-
{
|
|
88520
|
-
"name": "file",
|
|
88521
|
-
"type": {
|
|
88522
|
-
"text": "Readonly<File>"
|
|
88523
|
-
}
|
|
88524
|
-
}
|
|
88525
|
-
]
|
|
88526
|
-
},
|
|
88527
|
-
{
|
|
88528
|
-
"kind": "method",
|
|
88529
|
-
"name": "_dispatchFileChangedEvent",
|
|
88530
|
-
"privacy": "private",
|
|
88531
|
-
"return": {
|
|
88532
|
-
"type": {
|
|
88533
|
-
"text": "void"
|
|
88534
|
-
}
|
|
88535
|
-
}
|
|
88536
|
-
},
|
|
88537
|
-
{
|
|
88538
|
-
"kind": "method",
|
|
88539
|
-
"name": "_formatFileSize",
|
|
88540
|
-
"privacy": "private",
|
|
88541
|
-
"return": {
|
|
88542
|
-
"type": {
|
|
88543
|
-
"text": "string"
|
|
88544
|
-
}
|
|
88545
|
-
},
|
|
88546
|
-
"parameters": [
|
|
88547
|
-
{
|
|
88548
|
-
"name": "size",
|
|
88549
|
-
"type": {
|
|
88550
|
-
"text": "number"
|
|
88551
|
-
}
|
|
88552
|
-
}
|
|
88553
|
-
],
|
|
88554
|
-
"description": "Calculates the correct unit for the file's size."
|
|
88555
|
-
},
|
|
88556
|
-
{
|
|
88557
|
-
"kind": "method",
|
|
88558
|
-
"name": "_updateA11yLiveRegion",
|
|
88559
|
-
"privacy": "private",
|
|
88627
|
+
"name": "formResetCallback",
|
|
88628
|
+
"privacy": "public",
|
|
88560
88629
|
"return": {
|
|
88561
88630
|
"type": {
|
|
88562
88631
|
"text": "void"
|
|
@@ -88565,90 +88634,8 @@
|
|
|
88565
88634
|
},
|
|
88566
88635
|
{
|
|
88567
88636
|
"kind": "method",
|
|
88568
|
-
"name": "
|
|
88569
|
-
"privacy": "
|
|
88570
|
-
"return": {
|
|
88571
|
-
"type": {
|
|
88572
|
-
"text": "TemplateResult"
|
|
88573
|
-
}
|
|
88574
|
-
}
|
|
88575
|
-
},
|
|
88576
|
-
{
|
|
88577
|
-
"kind": "method",
|
|
88578
|
-
"name": "_onDragEnter",
|
|
88579
|
-
"privacy": "private",
|
|
88580
|
-
"return": {
|
|
88581
|
-
"type": {
|
|
88582
|
-
"text": "void"
|
|
88583
|
-
}
|
|
88584
|
-
},
|
|
88585
|
-
"parameters": [
|
|
88586
|
-
{
|
|
88587
|
-
"name": "event",
|
|
88588
|
-
"type": {
|
|
88589
|
-
"text": "DragEvent"
|
|
88590
|
-
}
|
|
88591
|
-
}
|
|
88592
|
-
]
|
|
88593
|
-
},
|
|
88594
|
-
{
|
|
88595
|
-
"kind": "method",
|
|
88596
|
-
"name": "_onDragLeave",
|
|
88597
|
-
"privacy": "private",
|
|
88598
|
-
"return": {
|
|
88599
|
-
"type": {
|
|
88600
|
-
"text": "void"
|
|
88601
|
-
}
|
|
88602
|
-
},
|
|
88603
|
-
"parameters": [
|
|
88604
|
-
{
|
|
88605
|
-
"name": "event",
|
|
88606
|
-
"type": {
|
|
88607
|
-
"text": "DragEvent"
|
|
88608
|
-
}
|
|
88609
|
-
}
|
|
88610
|
-
]
|
|
88611
|
-
},
|
|
88612
|
-
{
|
|
88613
|
-
"kind": "method",
|
|
88614
|
-
"name": "_onFileDrop",
|
|
88615
|
-
"privacy": "private",
|
|
88616
|
-
"return": {
|
|
88617
|
-
"type": {
|
|
88618
|
-
"text": "void"
|
|
88619
|
-
}
|
|
88620
|
-
},
|
|
88621
|
-
"parameters": [
|
|
88622
|
-
{
|
|
88623
|
-
"name": "event",
|
|
88624
|
-
"type": {
|
|
88625
|
-
"text": "DragEvent"
|
|
88626
|
-
}
|
|
88627
|
-
}
|
|
88628
|
-
]
|
|
88629
|
-
},
|
|
88630
|
-
{
|
|
88631
|
-
"kind": "method",
|
|
88632
|
-
"name": "_blockEvent",
|
|
88633
|
-
"privacy": "private",
|
|
88634
|
-
"return": {
|
|
88635
|
-
"type": {
|
|
88636
|
-
"text": "void"
|
|
88637
|
-
}
|
|
88638
|
-
},
|
|
88639
|
-
"parameters": [
|
|
88640
|
-
{
|
|
88641
|
-
"name": "event",
|
|
88642
|
-
"type": {
|
|
88643
|
-
"text": "DragEvent"
|
|
88644
|
-
}
|
|
88645
|
-
}
|
|
88646
|
-
]
|
|
88647
|
-
},
|
|
88648
|
-
{
|
|
88649
|
-
"kind": "method",
|
|
88650
|
-
"name": "_setDragState",
|
|
88651
|
-
"privacy": "private",
|
|
88637
|
+
"name": "formStateRestoreCallback",
|
|
88638
|
+
"privacy": "public",
|
|
88652
88639
|
"return": {
|
|
88653
88640
|
"type": {
|
|
88654
88641
|
"text": "void"
|
|
@@ -88656,17 +88643,15 @@
|
|
|
88656
88643
|
},
|
|
88657
88644
|
"parameters": [
|
|
88658
88645
|
{
|
|
88659
|
-
"name": "
|
|
88660
|
-
"default": "undefined",
|
|
88646
|
+
"name": "state",
|
|
88661
88647
|
"type": {
|
|
88662
|
-
"text": "
|
|
88648
|
+
"text": "FormRestoreState | null"
|
|
88663
88649
|
}
|
|
88664
88650
|
},
|
|
88665
88651
|
{
|
|
88666
|
-
"name": "
|
|
88667
|
-
"default": "false",
|
|
88652
|
+
"name": "reason",
|
|
88668
88653
|
"type": {
|
|
88669
|
-
"text": "
|
|
88654
|
+
"text": "FormRestoreReason"
|
|
88670
88655
|
}
|
|
88671
88656
|
}
|
|
88672
88657
|
]
|
|
@@ -88890,6 +88875,21 @@
|
|
|
88890
88875
|
"module": "core/mixins/form-associated-mixin.js"
|
|
88891
88876
|
}
|
|
88892
88877
|
},
|
|
88878
|
+
{
|
|
88879
|
+
"kind": "method",
|
|
88880
|
+
"name": "updateFormValue",
|
|
88881
|
+
"privacy": "protected",
|
|
88882
|
+
"return": {
|
|
88883
|
+
"type": {
|
|
88884
|
+
"text": "void"
|
|
88885
|
+
}
|
|
88886
|
+
},
|
|
88887
|
+
"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",
|
|
88888
|
+
"inheritedFrom": {
|
|
88889
|
+
"name": "SbbFormAssociatedMixin",
|
|
88890
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88891
|
+
}
|
|
88892
|
+
},
|
|
88893
88893
|
{
|
|
88894
88894
|
"kind": "method",
|
|
88895
88895
|
"name": "formState",
|
|
@@ -89014,77 +89014,142 @@
|
|
|
89014
89014
|
"name": "SbbFormAssociatedMixin",
|
|
89015
89015
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89016
89016
|
}
|
|
89017
|
-
}
|
|
89018
|
-
],
|
|
89019
|
-
"events": [
|
|
89020
|
-
{
|
|
89021
|
-
"name": "input",
|
|
89022
|
-
"type": {
|
|
89023
|
-
"text": "InputEvent"
|
|
89024
|
-
},
|
|
89025
|
-
"description": "The input event fires when the value has been changed as a direct result of a user action."
|
|
89026
89017
|
},
|
|
89027
89018
|
{
|
|
89028
|
-
"
|
|
89019
|
+
"kind": "field",
|
|
89020
|
+
"name": "_hydrationRequired",
|
|
89029
89021
|
"type": {
|
|
89030
|
-
"text": "
|
|
89022
|
+
"text": "boolean"
|
|
89031
89023
|
},
|
|
89032
|
-
"
|
|
89024
|
+
"privacy": "private",
|
|
89025
|
+
"default": "!!this.shadowRoot",
|
|
89026
|
+
"inheritedFrom": {
|
|
89027
|
+
"name": "SbbElement",
|
|
89028
|
+
"module": "core/base-elements/element.js"
|
|
89029
|
+
}
|
|
89033
89030
|
},
|
|
89034
89031
|
{
|
|
89035
|
-
"
|
|
89036
|
-
"
|
|
89037
|
-
|
|
89038
|
-
|
|
89039
|
-
"
|
|
89040
|
-
|
|
89041
|
-
|
|
89042
|
-
|
|
89032
|
+
"kind": "field",
|
|
89033
|
+
"name": "_hydrationComplete",
|
|
89034
|
+
"privacy": "private",
|
|
89035
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
89036
|
+
"inheritedFrom": {
|
|
89037
|
+
"name": "SbbElement",
|
|
89038
|
+
"module": "core/base-elements/element.js"
|
|
89039
|
+
}
|
|
89040
|
+
},
|
|
89043
89041
|
{
|
|
89044
|
-
"
|
|
89042
|
+
"kind": "field",
|
|
89043
|
+
"name": "_resolveHydration",
|
|
89045
89044
|
"type": {
|
|
89046
|
-
"text": "
|
|
89045
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
89047
89046
|
},
|
|
89048
|
-
"
|
|
89049
|
-
"
|
|
89050
|
-
|
|
89047
|
+
"privacy": "private",
|
|
89048
|
+
"inheritedFrom": {
|
|
89049
|
+
"name": "SbbElement",
|
|
89050
|
+
"module": "core/base-elements/element.js"
|
|
89051
|
+
}
|
|
89051
89052
|
},
|
|
89052
89053
|
{
|
|
89053
|
-
"
|
|
89054
|
+
"kind": "field",
|
|
89055
|
+
"name": "hydrationRequired",
|
|
89054
89056
|
"type": {
|
|
89055
89057
|
"text": "boolean"
|
|
89056
89058
|
},
|
|
89057
|
-
"
|
|
89058
|
-
"description": "
|
|
89059
|
-
"
|
|
89059
|
+
"privacy": "protected",
|
|
89060
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
89061
|
+
"readonly": true,
|
|
89062
|
+
"inheritedFrom": {
|
|
89063
|
+
"name": "SbbElement",
|
|
89064
|
+
"module": "core/base-elements/element.js"
|
|
89065
|
+
},
|
|
89066
|
+
"default": "!!this.shadowRoot"
|
|
89060
89067
|
},
|
|
89061
89068
|
{
|
|
89062
|
-
"
|
|
89069
|
+
"kind": "method",
|
|
89070
|
+
"name": "toggleState",
|
|
89071
|
+
"privacy": "protected",
|
|
89072
|
+
"return": {
|
|
89073
|
+
"type": {
|
|
89074
|
+
"text": "void"
|
|
89075
|
+
}
|
|
89076
|
+
},
|
|
89077
|
+
"parameters": [
|
|
89078
|
+
{
|
|
89079
|
+
"name": "value",
|
|
89080
|
+
"type": {
|
|
89081
|
+
"text": "string"
|
|
89082
|
+
}
|
|
89083
|
+
},
|
|
89084
|
+
{
|
|
89085
|
+
"name": "force",
|
|
89086
|
+
"optional": true,
|
|
89087
|
+
"type": {
|
|
89088
|
+
"text": "boolean"
|
|
89089
|
+
}
|
|
89090
|
+
}
|
|
89091
|
+
],
|
|
89092
|
+
"inheritedFrom": {
|
|
89093
|
+
"name": "SbbElement",
|
|
89094
|
+
"module": "core/base-elements/element.js"
|
|
89095
|
+
}
|
|
89096
|
+
},
|
|
89097
|
+
{
|
|
89098
|
+
"kind": "field",
|
|
89099
|
+
"name": "['_$sbbElement$']",
|
|
89063
89100
|
"type": {
|
|
89064
|
-
"text": "
|
|
89101
|
+
"text": "boolean"
|
|
89065
89102
|
},
|
|
89066
|
-
"
|
|
89067
|
-
"
|
|
89068
|
-
"
|
|
89103
|
+
"privacy": "public",
|
|
89104
|
+
"static": true,
|
|
89105
|
+
"default": "true",
|
|
89106
|
+
"inheritedFrom": {
|
|
89107
|
+
"name": "SbbElement",
|
|
89108
|
+
"module": "core/base-elements/element.js"
|
|
89109
|
+
}
|
|
89069
89110
|
},
|
|
89070
89111
|
{
|
|
89071
|
-
"
|
|
89112
|
+
"kind": "field",
|
|
89113
|
+
"name": "elementName",
|
|
89072
89114
|
"type": {
|
|
89073
89115
|
"text": "string"
|
|
89074
89116
|
},
|
|
89075
|
-
"
|
|
89076
|
-
"
|
|
89077
|
-
"
|
|
89117
|
+
"privacy": "public",
|
|
89118
|
+
"static": true,
|
|
89119
|
+
"readonly": true,
|
|
89120
|
+
"inheritedFrom": {
|
|
89121
|
+
"name": "SbbElement",
|
|
89122
|
+
"module": "core/base-elements/element.js"
|
|
89123
|
+
}
|
|
89078
89124
|
},
|
|
89079
89125
|
{
|
|
89080
|
-
"
|
|
89126
|
+
"kind": "field",
|
|
89127
|
+
"name": "_controllers",
|
|
89081
89128
|
"type": {
|
|
89082
|
-
"text": "
|
|
89129
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
89083
89130
|
},
|
|
89084
|
-
"
|
|
89085
|
-
"
|
|
89086
|
-
|
|
89131
|
+
"privacy": "private",
|
|
89132
|
+
"inheritedFrom": {
|
|
89133
|
+
"name": "SbbElement",
|
|
89134
|
+
"module": "core/base-elements/element.js"
|
|
89135
|
+
}
|
|
89136
|
+
}
|
|
89137
|
+
],
|
|
89138
|
+
"mixins": [
|
|
89139
|
+
{
|
|
89140
|
+
"name": "SbbDisabledMixin",
|
|
89141
|
+
"module": "core/mixins.js"
|
|
89087
89142
|
},
|
|
89143
|
+
{
|
|
89144
|
+
"name": "SbbFormAssociatedMixin",
|
|
89145
|
+
"module": "core/mixins.js"
|
|
89146
|
+
}
|
|
89147
|
+
],
|
|
89148
|
+
"superclass": {
|
|
89149
|
+
"name": "SbbElement",
|
|
89150
|
+
"module": "core/base-elements.js"
|
|
89151
|
+
},
|
|
89152
|
+
"attributes": [
|
|
89088
89153
|
{
|
|
89089
89154
|
"name": "disabled",
|
|
89090
89155
|
"description": "Whether the component is disabled.",
|
|
@@ -89110,125 +89175,200 @@
|
|
|
89110
89175
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89111
89176
|
}
|
|
89112
89177
|
}
|
|
89113
|
-
]
|
|
89114
|
-
|
|
89178
|
+
]
|
|
89179
|
+
},
|
|
89180
|
+
{
|
|
89181
|
+
"kind": "mixin",
|
|
89182
|
+
"description": "",
|
|
89183
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
89184
|
+
"members": [
|
|
89115
89185
|
{
|
|
89116
|
-
"
|
|
89117
|
-
"
|
|
89186
|
+
"kind": "field",
|
|
89187
|
+
"name": "events",
|
|
89188
|
+
"privacy": "public",
|
|
89189
|
+
"static": true,
|
|
89190
|
+
"readonly": true,
|
|
89191
|
+
"default": "{ filechanged: 'filechanged', }",
|
|
89192
|
+
"type": {
|
|
89193
|
+
"text": "{\n filechanged: 'filechanged',\n }"
|
|
89194
|
+
}
|
|
89118
89195
|
},
|
|
89119
89196
|
{
|
|
89120
|
-
"
|
|
89121
|
-
"
|
|
89122
|
-
|
|
89123
|
-
|
|
89124
|
-
|
|
89197
|
+
"kind": "field",
|
|
89198
|
+
"name": "size",
|
|
89199
|
+
"type": {
|
|
89200
|
+
"text": "'s' | 'm'"
|
|
89201
|
+
},
|
|
89202
|
+
"privacy": "public",
|
|
89203
|
+
"description": "Size variant, either s or m.",
|
|
89204
|
+
"default": "'m' / 's' (lean)",
|
|
89205
|
+
"attribute": "size",
|
|
89206
|
+
"reflects": true
|
|
89207
|
+
},
|
|
89125
89208
|
{
|
|
89126
|
-
"
|
|
89209
|
+
"kind": "field",
|
|
89210
|
+
"name": "multiple",
|
|
89127
89211
|
"type": {
|
|
89128
|
-
"text": "
|
|
89129
|
-
}
|
|
89130
|
-
|
|
89131
|
-
|
|
89132
|
-
|
|
89133
|
-
|
|
89134
|
-
|
|
89135
|
-
{
|
|
89136
|
-
"kind": "js",
|
|
89137
|
-
"name": "fileSelectorCommonStyle",
|
|
89138
|
-
"declaration": {
|
|
89139
|
-
"name": "default",
|
|
89140
|
-
"module": "./file-selector-common.scss?lit&inline"
|
|
89141
|
-
}
|
|
89142
|
-
},
|
|
89143
|
-
{
|
|
89144
|
-
"kind": "js",
|
|
89145
|
-
"name": "SbbFileSelectorCommonElementMixinType",
|
|
89146
|
-
"declaration": {
|
|
89147
|
-
"name": "SbbFileSelectorCommonElementMixinType",
|
|
89148
|
-
"module": "file-selector/common/file-selector-common.js"
|
|
89149
|
-
}
|
|
89150
|
-
},
|
|
89151
|
-
{
|
|
89152
|
-
"kind": "js",
|
|
89153
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
89154
|
-
"declaration": {
|
|
89155
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
89156
|
-
"module": "file-selector/common/file-selector-common.js"
|
|
89157
|
-
}
|
|
89158
|
-
}
|
|
89159
|
-
]
|
|
89160
|
-
},
|
|
89161
|
-
{
|
|
89162
|
-
"kind": "javascript-module",
|
|
89163
|
-
"path": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js",
|
|
89164
|
-
"declarations": [
|
|
89165
|
-
{
|
|
89166
|
-
"kind": "class",
|
|
89167
|
-
"description": "It acts as a native `summary` tag for the `sbb-expansion-panel` component.",
|
|
89168
|
-
"name": "SbbExpansionPanelHeaderElement",
|
|
89169
|
-
"slots": [
|
|
89212
|
+
"text": "boolean"
|
|
89213
|
+
},
|
|
89214
|
+
"privacy": "public",
|
|
89215
|
+
"default": "false",
|
|
89216
|
+
"description": "Whether more than one file can be selected.",
|
|
89217
|
+
"attribute": "multiple"
|
|
89218
|
+
},
|
|
89170
89219
|
{
|
|
89171
|
-
"
|
|
89172
|
-
"name": ""
|
|
89220
|
+
"kind": "field",
|
|
89221
|
+
"name": "multipleMode",
|
|
89222
|
+
"type": {
|
|
89223
|
+
"text": "'default' | 'persistent'"
|
|
89224
|
+
},
|
|
89225
|
+
"privacy": "public",
|
|
89226
|
+
"default": "'default'",
|
|
89227
|
+
"description": "Whether the newly added files should override the previously added ones.",
|
|
89228
|
+
"attribute": "multiple-mode"
|
|
89173
89229
|
},
|
|
89174
89230
|
{
|
|
89175
|
-
"
|
|
89176
|
-
"name": "
|
|
89177
|
-
|
|
89178
|
-
|
|
89179
|
-
|
|
89231
|
+
"kind": "field",
|
|
89232
|
+
"name": "accept",
|
|
89233
|
+
"type": {
|
|
89234
|
+
"text": "string"
|
|
89235
|
+
},
|
|
89236
|
+
"privacy": "public",
|
|
89237
|
+
"default": "''",
|
|
89238
|
+
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
89239
|
+
"attribute": "accept"
|
|
89240
|
+
},
|
|
89180
89241
|
{
|
|
89181
89242
|
"kind": "field",
|
|
89182
|
-
"name": "
|
|
89243
|
+
"name": "accessibilityLabel",
|
|
89183
89244
|
"type": {
|
|
89184
89245
|
"text": "string"
|
|
89185
89246
|
},
|
|
89186
89247
|
"privacy": "public",
|
|
89187
|
-
"
|
|
89188
|
-
"
|
|
89189
|
-
"
|
|
89190
|
-
|
|
89191
|
-
|
|
89248
|
+
"default": "''",
|
|
89249
|
+
"description": "This will be forwarded as aria-label to the native input element.",
|
|
89250
|
+
"attribute": "accessibility-label"
|
|
89251
|
+
},
|
|
89252
|
+
{
|
|
89253
|
+
"kind": "field",
|
|
89254
|
+
"name": "value",
|
|
89255
|
+
"type": {
|
|
89256
|
+
"text": "string | null"
|
|
89192
89257
|
},
|
|
89193
|
-
"
|
|
89258
|
+
"privacy": "public",
|
|
89259
|
+
"description": "The path of the first selected file. Empty string ('') if no file is selected",
|
|
89260
|
+
"inheritedFrom": {
|
|
89261
|
+
"name": "SbbFormAssociatedMixin",
|
|
89262
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89263
|
+
}
|
|
89194
89264
|
},
|
|
89195
89265
|
{
|
|
89196
89266
|
"kind": "field",
|
|
89197
|
-
"name": "
|
|
89267
|
+
"name": "files",
|
|
89198
89268
|
"privacy": "public",
|
|
89199
|
-
"
|
|
89200
|
-
"readonly": true,
|
|
89201
|
-
"default": "{ toggleexpanded: 'toggleexpanded', }",
|
|
89269
|
+
"description": "The list of selected files.",
|
|
89202
89270
|
"type": {
|
|
89203
|
-
"text": "
|
|
89271
|
+
"text": "Readonly<File>[]"
|
|
89204
89272
|
}
|
|
89205
89273
|
},
|
|
89206
89274
|
{
|
|
89207
89275
|
"kind": "field",
|
|
89208
|
-
"name": "
|
|
89276
|
+
"name": "_files",
|
|
89277
|
+
"type": {
|
|
89278
|
+
"text": "Readonly<File>[]"
|
|
89279
|
+
},
|
|
89209
89280
|
"privacy": "private",
|
|
89210
|
-
"default": "
|
|
89281
|
+
"default": "[]"
|
|
89211
89282
|
},
|
|
89212
89283
|
{
|
|
89213
89284
|
"kind": "field",
|
|
89214
|
-
"name": "
|
|
89285
|
+
"name": "type",
|
|
89215
89286
|
"type": {
|
|
89216
|
-
"text": "
|
|
89287
|
+
"text": "string"
|
|
89288
|
+
},
|
|
89289
|
+
"privacy": "public",
|
|
89290
|
+
"description": "Form type of element.",
|
|
89291
|
+
"default": "'file'",
|
|
89292
|
+
"readonly": true
|
|
89293
|
+
},
|
|
89294
|
+
{
|
|
89295
|
+
"kind": "field",
|
|
89296
|
+
"name": "_hiddenInput",
|
|
89297
|
+
"type": {
|
|
89298
|
+
"text": "HTMLInputElement"
|
|
89217
89299
|
},
|
|
89218
89300
|
"privacy": "private"
|
|
89219
89301
|
},
|
|
89220
89302
|
{
|
|
89221
89303
|
"kind": "field",
|
|
89222
|
-
"name": "
|
|
89304
|
+
"name": "_suffixes",
|
|
89223
89305
|
"type": {
|
|
89224
|
-
"text": "string
|
|
89306
|
+
"text": "string[]"
|
|
89307
|
+
},
|
|
89308
|
+
"privacy": "private",
|
|
89309
|
+
"default": "['B', 'kB', 'MB', 'GB', 'TB']"
|
|
89310
|
+
},
|
|
89311
|
+
{
|
|
89312
|
+
"kind": "field",
|
|
89313
|
+
"name": "_liveRegion",
|
|
89314
|
+
"type": {
|
|
89315
|
+
"text": "HTMLParagraphElement"
|
|
89225
89316
|
},
|
|
89226
89317
|
"privacy": "private"
|
|
89227
89318
|
},
|
|
89228
89319
|
{
|
|
89229
|
-
"kind": "
|
|
89230
|
-
"name": "
|
|
89320
|
+
"kind": "field",
|
|
89321
|
+
"name": "loadButton",
|
|
89322
|
+
"type": {
|
|
89323
|
+
"text": "SbbSecondaryButtonStaticElement"
|
|
89324
|
+
},
|
|
89325
|
+
"privacy": "protected"
|
|
89326
|
+
},
|
|
89327
|
+
{
|
|
89328
|
+
"kind": "field",
|
|
89329
|
+
"name": "language",
|
|
89330
|
+
"privacy": "protected",
|
|
89331
|
+
"default": "new SbbLanguageController(this)"
|
|
89332
|
+
},
|
|
89333
|
+
{
|
|
89334
|
+
"kind": "field",
|
|
89335
|
+
"name": "_counter",
|
|
89336
|
+
"type": {
|
|
89337
|
+
"text": "number"
|
|
89338
|
+
},
|
|
89231
89339
|
"privacy": "private",
|
|
89340
|
+
"default": "0"
|
|
89341
|
+
},
|
|
89342
|
+
{
|
|
89343
|
+
"kind": "field",
|
|
89344
|
+
"name": "_dragTarget",
|
|
89345
|
+
"type": {
|
|
89346
|
+
"text": "HTMLElement | undefined"
|
|
89347
|
+
},
|
|
89348
|
+
"privacy": "private"
|
|
89349
|
+
},
|
|
89350
|
+
{
|
|
89351
|
+
"kind": "method",
|
|
89352
|
+
"name": "renderTemplate",
|
|
89353
|
+
"privacy": "protected",
|
|
89354
|
+
"return": {
|
|
89355
|
+
"type": {
|
|
89356
|
+
"text": "TemplateResult"
|
|
89357
|
+
}
|
|
89358
|
+
},
|
|
89359
|
+
"parameters": [
|
|
89360
|
+
{
|
|
89361
|
+
"name": "input",
|
|
89362
|
+
"type": {
|
|
89363
|
+
"text": "TemplateResult"
|
|
89364
|
+
}
|
|
89365
|
+
}
|
|
89366
|
+
]
|
|
89367
|
+
},
|
|
89368
|
+
{
|
|
89369
|
+
"kind": "method",
|
|
89370
|
+
"name": "formResetCallback",
|
|
89371
|
+
"privacy": "public",
|
|
89232
89372
|
"return": {
|
|
89233
89373
|
"type": {
|
|
89234
89374
|
"text": "void"
|
|
@@ -89237,8 +89377,8 @@
|
|
|
89237
89377
|
},
|
|
89238
89378
|
{
|
|
89239
89379
|
"kind": "method",
|
|
89240
|
-
"name": "
|
|
89241
|
-
"privacy": "
|
|
89380
|
+
"name": "formStateRestoreCallback",
|
|
89381
|
+
"privacy": "public",
|
|
89242
89382
|
"return": {
|
|
89243
89383
|
"type": {
|
|
89244
89384
|
"text": "void"
|
|
@@ -89246,248 +89386,267 @@
|
|
|
89246
89386
|
},
|
|
89247
89387
|
"parameters": [
|
|
89248
89388
|
{
|
|
89249
|
-
"name": "
|
|
89389
|
+
"name": "state",
|
|
89250
89390
|
"type": {
|
|
89251
|
-
"text": "
|
|
89391
|
+
"text": "FormRestoreState | null"
|
|
89392
|
+
}
|
|
89393
|
+
},
|
|
89394
|
+
{
|
|
89395
|
+
"name": "_reason",
|
|
89396
|
+
"optional": true,
|
|
89397
|
+
"type": {
|
|
89398
|
+
"text": "FormRestoreReason"
|
|
89252
89399
|
}
|
|
89253
89400
|
}
|
|
89254
89401
|
]
|
|
89255
89402
|
},
|
|
89256
89403
|
{
|
|
89257
89404
|
"kind": "method",
|
|
89258
|
-
"name": "
|
|
89259
|
-
"privacy": "
|
|
89405
|
+
"name": "updateFormValue",
|
|
89406
|
+
"privacy": "protected",
|
|
89260
89407
|
"return": {
|
|
89261
89408
|
"type": {
|
|
89262
89409
|
"text": "void"
|
|
89263
89410
|
}
|
|
89264
89411
|
},
|
|
89265
|
-
"description": "
|
|
89412
|
+
"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",
|
|
89413
|
+
"inheritedFrom": {
|
|
89414
|
+
"name": "SbbFormAssociatedMixin",
|
|
89415
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89416
|
+
}
|
|
89266
89417
|
},
|
|
89267
89418
|
{
|
|
89268
89419
|
"kind": "method",
|
|
89269
|
-
"name": "
|
|
89270
|
-
"privacy": "
|
|
89420
|
+
"name": "_checkFileEquality",
|
|
89421
|
+
"privacy": "private",
|
|
89271
89422
|
"return": {
|
|
89272
89423
|
"type": {
|
|
89273
|
-
"text": "
|
|
89424
|
+
"text": "boolean"
|
|
89274
89425
|
}
|
|
89275
89426
|
},
|
|
89276
|
-
"
|
|
89277
|
-
|
|
89278
|
-
|
|
89279
|
-
|
|
89280
|
-
|
|
89427
|
+
"parameters": [
|
|
89428
|
+
{
|
|
89429
|
+
"name": "file1",
|
|
89430
|
+
"type": {
|
|
89431
|
+
"text": "Readonly<File>"
|
|
89432
|
+
}
|
|
89433
|
+
},
|
|
89434
|
+
{
|
|
89435
|
+
"name": "file2",
|
|
89436
|
+
"type": {
|
|
89437
|
+
"text": "Readonly<File>"
|
|
89438
|
+
}
|
|
89439
|
+
}
|
|
89440
|
+
]
|
|
89281
89441
|
},
|
|
89282
89442
|
{
|
|
89283
|
-
"kind": "
|
|
89284
|
-
"name": "
|
|
89285
|
-
"
|
|
89286
|
-
|
|
89287
|
-
|
|
89288
|
-
|
|
89289
|
-
|
|
89290
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
89291
|
-
"attribute": "disabled-interactive",
|
|
89292
|
-
"reflects": true,
|
|
89293
|
-
"inheritedFrom": {
|
|
89294
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
89295
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
89443
|
+
"kind": "method",
|
|
89444
|
+
"name": "_onFocus",
|
|
89445
|
+
"privacy": "private",
|
|
89446
|
+
"return": {
|
|
89447
|
+
"type": {
|
|
89448
|
+
"text": "void"
|
|
89449
|
+
}
|
|
89296
89450
|
}
|
|
89297
89451
|
},
|
|
89298
89452
|
{
|
|
89299
|
-
"kind": "
|
|
89300
|
-
"name": "
|
|
89301
|
-
"privacy": "
|
|
89302
|
-
"
|
|
89303
|
-
|
|
89304
|
-
|
|
89305
|
-
|
|
89306
|
-
},
|
|
89307
|
-
"attribute": "disabled",
|
|
89308
|
-
"reflects": true,
|
|
89309
|
-
"inheritedFrom": {
|
|
89310
|
-
"name": "SbbDisabledMixin",
|
|
89311
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
89453
|
+
"kind": "method",
|
|
89454
|
+
"name": "_onBlur",
|
|
89455
|
+
"privacy": "private",
|
|
89456
|
+
"return": {
|
|
89457
|
+
"type": {
|
|
89458
|
+
"text": "void"
|
|
89459
|
+
}
|
|
89312
89460
|
}
|
|
89313
89461
|
},
|
|
89314
89462
|
{
|
|
89315
|
-
"kind": "
|
|
89316
|
-
"name": "
|
|
89463
|
+
"kind": "method",
|
|
89464
|
+
"name": "_readFiles",
|
|
89317
89465
|
"privacy": "private",
|
|
89318
|
-
"
|
|
89319
|
-
"
|
|
89466
|
+
"return": {
|
|
89467
|
+
"type": {
|
|
89468
|
+
"text": "void"
|
|
89469
|
+
}
|
|
89320
89470
|
},
|
|
89321
|
-
"
|
|
89322
|
-
|
|
89323
|
-
|
|
89324
|
-
|
|
89325
|
-
|
|
89471
|
+
"parameters": [
|
|
89472
|
+
{
|
|
89473
|
+
"name": "event",
|
|
89474
|
+
"type": {
|
|
89475
|
+
"text": "Event"
|
|
89476
|
+
}
|
|
89477
|
+
}
|
|
89478
|
+
]
|
|
89326
89479
|
},
|
|
89327
89480
|
{
|
|
89328
89481
|
"kind": "method",
|
|
89329
|
-
"name": "
|
|
89482
|
+
"name": "createFileList",
|
|
89330
89483
|
"privacy": "protected",
|
|
89331
89484
|
"return": {
|
|
89332
89485
|
"type": {
|
|
89333
|
-
"text": "
|
|
89486
|
+
"text": "void"
|
|
89334
89487
|
}
|
|
89335
89488
|
},
|
|
89336
|
-
"
|
|
89337
|
-
|
|
89338
|
-
|
|
89339
|
-
|
|
89340
|
-
|
|
89489
|
+
"parameters": [
|
|
89490
|
+
{
|
|
89491
|
+
"name": "files",
|
|
89492
|
+
"type": {
|
|
89493
|
+
"text": "FileList"
|
|
89494
|
+
}
|
|
89495
|
+
}
|
|
89496
|
+
]
|
|
89341
89497
|
},
|
|
89342
89498
|
{
|
|
89343
|
-
"kind": "
|
|
89344
|
-
"name": "
|
|
89345
|
-
"
|
|
89346
|
-
|
|
89347
|
-
|
|
89348
|
-
|
|
89349
|
-
|
|
89350
|
-
"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.",
|
|
89351
|
-
"attribute": "icon-name",
|
|
89352
|
-
"inheritedFrom": {
|
|
89353
|
-
"name": "SbbIconNameMixin",
|
|
89354
|
-
"module": "icon/icon-name-mixin.js"
|
|
89499
|
+
"kind": "method",
|
|
89500
|
+
"name": "getButtonLabel",
|
|
89501
|
+
"privacy": "protected",
|
|
89502
|
+
"return": {
|
|
89503
|
+
"type": {
|
|
89504
|
+
"text": "string"
|
|
89505
|
+
}
|
|
89355
89506
|
}
|
|
89356
89507
|
},
|
|
89357
89508
|
{
|
|
89358
89509
|
"kind": "method",
|
|
89359
|
-
"name": "
|
|
89360
|
-
"privacy": "
|
|
89510
|
+
"name": "_removeFile",
|
|
89511
|
+
"privacy": "private",
|
|
89361
89512
|
"return": {
|
|
89362
89513
|
"type": {
|
|
89363
|
-
"text": "
|
|
89514
|
+
"text": "void"
|
|
89364
89515
|
}
|
|
89365
89516
|
},
|
|
89366
89517
|
"parameters": [
|
|
89367
89518
|
{
|
|
89368
|
-
"name": "
|
|
89369
|
-
"optional": true,
|
|
89519
|
+
"name": "file",
|
|
89370
89520
|
"type": {
|
|
89371
|
-
"text": "
|
|
89521
|
+
"text": "Readonly<File>"
|
|
89372
89522
|
}
|
|
89373
89523
|
}
|
|
89374
|
-
]
|
|
89375
|
-
"inheritedFrom": {
|
|
89376
|
-
"name": "SbbIconNameMixin",
|
|
89377
|
-
"module": "icon/icon-name-mixin.js"
|
|
89378
|
-
}
|
|
89524
|
+
]
|
|
89379
89525
|
},
|
|
89380
89526
|
{
|
|
89381
89527
|
"kind": "method",
|
|
89382
|
-
"name": "
|
|
89383
|
-
"privacy": "
|
|
89528
|
+
"name": "_dispatchFileChangedEvent",
|
|
89529
|
+
"privacy": "private",
|
|
89384
89530
|
"return": {
|
|
89385
89531
|
"type": {
|
|
89386
|
-
"text": "
|
|
89532
|
+
"text": "void"
|
|
89387
89533
|
}
|
|
89388
|
-
},
|
|
89389
|
-
"inheritedFrom": {
|
|
89390
|
-
"name": "SbbIconNameMixin",
|
|
89391
|
-
"module": "icon/icon-name-mixin.js"
|
|
89392
89534
|
}
|
|
89393
89535
|
},
|
|
89394
89536
|
{
|
|
89395
89537
|
"kind": "method",
|
|
89396
|
-
"name": "
|
|
89538
|
+
"name": "_formatFileSize",
|
|
89397
89539
|
"privacy": "private",
|
|
89398
89540
|
"return": {
|
|
89399
89541
|
"type": {
|
|
89400
89542
|
"text": "string"
|
|
89401
89543
|
}
|
|
89402
89544
|
},
|
|
89403
|
-
"
|
|
89404
|
-
|
|
89405
|
-
|
|
89406
|
-
|
|
89545
|
+
"parameters": [
|
|
89546
|
+
{
|
|
89547
|
+
"name": "size",
|
|
89548
|
+
"type": {
|
|
89549
|
+
"text": "number"
|
|
89550
|
+
}
|
|
89551
|
+
}
|
|
89552
|
+
],
|
|
89553
|
+
"description": "Calculates the correct unit for the file's size."
|
|
89407
89554
|
},
|
|
89408
89555
|
{
|
|
89409
|
-
"kind": "
|
|
89410
|
-
"name": "
|
|
89411
|
-
"type": {
|
|
89412
|
-
"text": "array"
|
|
89413
|
-
},
|
|
89556
|
+
"kind": "method",
|
|
89557
|
+
"name": "_updateA11yLiveRegion",
|
|
89414
89558
|
"privacy": "private",
|
|
89415
|
-
"
|
|
89416
|
-
|
|
89417
|
-
|
|
89418
|
-
|
|
89419
|
-
"module": "core/base-elements/button-base-element.js"
|
|
89559
|
+
"return": {
|
|
89560
|
+
"type": {
|
|
89561
|
+
"text": "void"
|
|
89562
|
+
}
|
|
89420
89563
|
}
|
|
89421
89564
|
},
|
|
89422
89565
|
{
|
|
89423
|
-
"kind": "
|
|
89424
|
-
"name": "
|
|
89425
|
-
"
|
|
89426
|
-
|
|
89427
|
-
|
|
89428
|
-
|
|
89429
|
-
|
|
89430
|
-
|
|
89431
|
-
"module": "core/base-elements/button-base-element.js"
|
|
89432
|
-
},
|
|
89433
|
-
"default": "''",
|
|
89434
|
-
"description": "Value of the form element.",
|
|
89435
|
-
"attribute": "value"
|
|
89566
|
+
"kind": "method",
|
|
89567
|
+
"name": "_renderFileList",
|
|
89568
|
+
"privacy": "private",
|
|
89569
|
+
"return": {
|
|
89570
|
+
"type": {
|
|
89571
|
+
"text": "TemplateResult"
|
|
89572
|
+
}
|
|
89573
|
+
}
|
|
89436
89574
|
},
|
|
89437
89575
|
{
|
|
89438
|
-
"kind": "
|
|
89439
|
-
"name": "
|
|
89440
|
-
"privacy": "
|
|
89441
|
-
"
|
|
89442
|
-
|
|
89443
|
-
|
|
89444
|
-
|
|
89576
|
+
"kind": "method",
|
|
89577
|
+
"name": "_onDragEnter",
|
|
89578
|
+
"privacy": "private",
|
|
89579
|
+
"return": {
|
|
89580
|
+
"type": {
|
|
89581
|
+
"text": "void"
|
|
89582
|
+
}
|
|
89445
89583
|
},
|
|
89446
|
-
"
|
|
89447
|
-
|
|
89448
|
-
|
|
89449
|
-
|
|
89450
|
-
|
|
89584
|
+
"parameters": [
|
|
89585
|
+
{
|
|
89586
|
+
"name": "event",
|
|
89587
|
+
"type": {
|
|
89588
|
+
"text": "DragEvent"
|
|
89589
|
+
}
|
|
89590
|
+
}
|
|
89591
|
+
]
|
|
89451
89592
|
},
|
|
89452
89593
|
{
|
|
89453
|
-
"kind": "
|
|
89454
|
-
"name": "
|
|
89455
|
-
"
|
|
89456
|
-
|
|
89457
|
-
|
|
89458
|
-
|
|
89459
|
-
|
|
89460
|
-
"inheritedFrom": {
|
|
89461
|
-
"name": "SbbButtonBaseElement",
|
|
89462
|
-
"module": "core/base-elements/button-base-element.js"
|
|
89594
|
+
"kind": "method",
|
|
89595
|
+
"name": "_onDragLeave",
|
|
89596
|
+
"privacy": "private",
|
|
89597
|
+
"return": {
|
|
89598
|
+
"type": {
|
|
89599
|
+
"text": "void"
|
|
89600
|
+
}
|
|
89463
89601
|
},
|
|
89464
|
-
"
|
|
89602
|
+
"parameters": [
|
|
89603
|
+
{
|
|
89604
|
+
"name": "event",
|
|
89605
|
+
"type": {
|
|
89606
|
+
"text": "DragEvent"
|
|
89607
|
+
}
|
|
89608
|
+
}
|
|
89609
|
+
]
|
|
89465
89610
|
},
|
|
89466
89611
|
{
|
|
89467
|
-
"kind": "
|
|
89468
|
-
"name": "
|
|
89469
|
-
"type": {
|
|
89470
|
-
"text": "string"
|
|
89471
|
-
},
|
|
89612
|
+
"kind": "method",
|
|
89613
|
+
"name": "_onFileDrop",
|
|
89472
89614
|
"privacy": "private",
|
|
89473
|
-
"
|
|
89474
|
-
|
|
89475
|
-
|
|
89476
|
-
|
|
89477
|
-
}
|
|
89615
|
+
"return": {
|
|
89616
|
+
"type": {
|
|
89617
|
+
"text": "void"
|
|
89618
|
+
}
|
|
89619
|
+
},
|
|
89620
|
+
"parameters": [
|
|
89621
|
+
{
|
|
89622
|
+
"name": "event",
|
|
89623
|
+
"type": {
|
|
89624
|
+
"text": "DragEvent"
|
|
89625
|
+
}
|
|
89626
|
+
}
|
|
89627
|
+
]
|
|
89478
89628
|
},
|
|
89479
89629
|
{
|
|
89480
|
-
"kind": "
|
|
89481
|
-
"name": "
|
|
89630
|
+
"kind": "method",
|
|
89631
|
+
"name": "_blockEvent",
|
|
89482
89632
|
"privacy": "private",
|
|
89483
|
-
"
|
|
89484
|
-
"
|
|
89485
|
-
|
|
89486
|
-
|
|
89633
|
+
"return": {
|
|
89634
|
+
"type": {
|
|
89635
|
+
"text": "void"
|
|
89636
|
+
}
|
|
89637
|
+
},
|
|
89638
|
+
"parameters": [
|
|
89639
|
+
{
|
|
89640
|
+
"name": "event",
|
|
89641
|
+
"type": {
|
|
89642
|
+
"text": "DragEvent"
|
|
89643
|
+
}
|
|
89644
|
+
}
|
|
89645
|
+
]
|
|
89487
89646
|
},
|
|
89488
89647
|
{
|
|
89489
89648
|
"kind": "method",
|
|
89490
|
-
"name": "
|
|
89649
|
+
"name": "_setDragState",
|
|
89491
89650
|
"privacy": "private",
|
|
89492
89651
|
"return": {
|
|
89493
89652
|
"type": {
|
|
@@ -89496,24 +89655,63 @@
|
|
|
89496
89655
|
},
|
|
89497
89656
|
"parameters": [
|
|
89498
89657
|
{
|
|
89499
|
-
"name": "
|
|
89658
|
+
"name": "dragTarget",
|
|
89659
|
+
"default": "undefined",
|
|
89500
89660
|
"type": {
|
|
89501
|
-
"text": "
|
|
89661
|
+
"text": "HTMLElement | undefined"
|
|
89662
|
+
}
|
|
89663
|
+
},
|
|
89664
|
+
{
|
|
89665
|
+
"name": "isDragEnter",
|
|
89666
|
+
"default": "false",
|
|
89667
|
+
"type": {
|
|
89668
|
+
"text": "boolean"
|
|
89502
89669
|
}
|
|
89503
89670
|
}
|
|
89504
|
-
]
|
|
89671
|
+
]
|
|
89672
|
+
},
|
|
89673
|
+
{
|
|
89674
|
+
"kind": "field",
|
|
89675
|
+
"name": "disabled",
|
|
89676
|
+
"privacy": "public",
|
|
89677
|
+
"description": "Whether the component is disabled.",
|
|
89678
|
+
"default": "false",
|
|
89679
|
+
"type": {
|
|
89680
|
+
"text": "boolean"
|
|
89681
|
+
},
|
|
89682
|
+
"attribute": "disabled",
|
|
89683
|
+
"reflects": true,
|
|
89505
89684
|
"inheritedFrom": {
|
|
89506
|
-
"name": "
|
|
89507
|
-
"module": "core/
|
|
89685
|
+
"name": "SbbDisabledMixin",
|
|
89686
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89508
89687
|
}
|
|
89509
89688
|
},
|
|
89510
89689
|
{
|
|
89511
89690
|
"kind": "field",
|
|
89512
|
-
"name": "
|
|
89691
|
+
"name": "#disabled",
|
|
89513
89692
|
"privacy": "private",
|
|
89693
|
+
"type": {
|
|
89694
|
+
"text": "boolean"
|
|
89695
|
+
},
|
|
89696
|
+
"default": "false",
|
|
89514
89697
|
"inheritedFrom": {
|
|
89515
|
-
"name": "
|
|
89516
|
-
"module": "core/
|
|
89698
|
+
"name": "SbbDisabledMixin",
|
|
89699
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89700
|
+
}
|
|
89701
|
+
},
|
|
89702
|
+
{
|
|
89703
|
+
"kind": "method",
|
|
89704
|
+
"name": "isDisabledExternally",
|
|
89705
|
+
"privacy": "protected",
|
|
89706
|
+
"return": {
|
|
89707
|
+
"type": {
|
|
89708
|
+
"text": "boolean"
|
|
89709
|
+
}
|
|
89710
|
+
},
|
|
89711
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
89712
|
+
"inheritedFrom": {
|
|
89713
|
+
"name": "SbbDisabledMixin",
|
|
89714
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89517
89715
|
}
|
|
89518
89716
|
},
|
|
89519
89717
|
{
|
|
@@ -89530,6 +89728,20 @@
|
|
|
89530
89728
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89531
89729
|
}
|
|
89532
89730
|
},
|
|
89731
|
+
{
|
|
89732
|
+
"kind": "field",
|
|
89733
|
+
"name": "form",
|
|
89734
|
+
"type": {
|
|
89735
|
+
"text": "HTMLFormElement | null"
|
|
89736
|
+
},
|
|
89737
|
+
"privacy": "public",
|
|
89738
|
+
"description": "Returns the form owner of this element.",
|
|
89739
|
+
"readonly": true,
|
|
89740
|
+
"inheritedFrom": {
|
|
89741
|
+
"name": "SbbFormAssociatedMixin",
|
|
89742
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89743
|
+
}
|
|
89744
|
+
},
|
|
89533
89745
|
{
|
|
89534
89746
|
"kind": "field",
|
|
89535
89747
|
"name": "name",
|
|
@@ -89677,21 +89889,6 @@
|
|
|
89677
89889
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89678
89890
|
}
|
|
89679
89891
|
},
|
|
89680
|
-
{
|
|
89681
|
-
"kind": "method",
|
|
89682
|
-
"name": "updateFormValue",
|
|
89683
|
-
"privacy": "protected",
|
|
89684
|
-
"return": {
|
|
89685
|
-
"type": {
|
|
89686
|
-
"text": "void"
|
|
89687
|
-
}
|
|
89688
|
-
},
|
|
89689
|
-
"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",
|
|
89690
|
-
"inheritedFrom": {
|
|
89691
|
-
"name": "SbbFormAssociatedMixin",
|
|
89692
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89693
|
-
}
|
|
89694
|
-
},
|
|
89695
89892
|
{
|
|
89696
89893
|
"kind": "method",
|
|
89697
89894
|
"name": "formState",
|
|
@@ -89816,256 +90013,76 @@
|
|
|
89816
90013
|
"name": "SbbFormAssociatedMixin",
|
|
89817
90014
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89818
90015
|
}
|
|
89819
|
-
}
|
|
89820
|
-
|
|
89821
|
-
|
|
89822
|
-
"name": "role",
|
|
89823
|
-
"type": {
|
|
89824
|
-
"text": "ElementInternals['role']"
|
|
89825
|
-
},
|
|
89826
|
-
"privacy": "public",
|
|
89827
|
-
"static": true,
|
|
89828
|
-
"readonly": true,
|
|
89829
|
-
"default": "'button'",
|
|
89830
|
-
"inheritedFrom": {
|
|
89831
|
-
"name": "SbbButtonLikeBaseElement",
|
|
89832
|
-
"module": "core/base-elements/button-base-element.js"
|
|
89833
|
-
}
|
|
89834
|
-
},
|
|
89835
|
-
{
|
|
89836
|
-
"kind": "field",
|
|
89837
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
89838
|
-
"privacy": "private",
|
|
89839
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
89840
|
-
"parameters": [
|
|
89841
|
-
{
|
|
89842
|
-
"description": "The origin event.",
|
|
89843
|
-
"name": "event"
|
|
89844
|
-
}
|
|
89845
|
-
],
|
|
89846
|
-
"inheritedFrom": {
|
|
89847
|
-
"name": "SbbButtonLikeBaseElement",
|
|
89848
|
-
"module": "core/base-elements/button-base-element.js"
|
|
89849
|
-
}
|
|
89850
|
-
},
|
|
89851
|
-
{
|
|
89852
|
-
"kind": "field",
|
|
89853
|
-
"name": "_removeActiveMarker",
|
|
89854
|
-
"privacy": "private",
|
|
89855
|
-
"inheritedFrom": {
|
|
89856
|
-
"name": "SbbButtonLikeBaseElement",
|
|
89857
|
-
"module": "core/base-elements/button-base-element.js"
|
|
89858
|
-
}
|
|
89859
|
-
},
|
|
89860
|
-
{
|
|
89861
|
-
"kind": "field",
|
|
89862
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
89863
|
-
"privacy": "private",
|
|
89864
|
-
"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.",
|
|
89865
|
-
"parameters": [
|
|
89866
|
-
{
|
|
89867
|
-
"description": "The origin event.",
|
|
89868
|
-
"name": "event"
|
|
89869
|
-
}
|
|
89870
|
-
],
|
|
89871
|
-
"inheritedFrom": {
|
|
89872
|
-
"name": "SbbButtonLikeBaseElement",
|
|
89873
|
-
"module": "core/base-elements/button-base-element.js"
|
|
89874
|
-
}
|
|
89875
|
-
},
|
|
89876
|
-
{
|
|
89877
|
-
"kind": "field",
|
|
89878
|
-
"name": "_dispatchClickEvent",
|
|
89879
|
-
"privacy": "private",
|
|
89880
|
-
"inheritedFrom": {
|
|
89881
|
-
"name": "SbbButtonLikeBaseElement",
|
|
89882
|
-
"module": "core/base-elements/button-base-element.js"
|
|
89883
|
-
}
|
|
89884
|
-
},
|
|
90016
|
+
}
|
|
90017
|
+
],
|
|
90018
|
+
"events": [
|
|
89885
90019
|
{
|
|
89886
|
-
"
|
|
89887
|
-
"name": "maybeDisabled",
|
|
90020
|
+
"name": "input",
|
|
89888
90021
|
"type": {
|
|
89889
|
-
"text": "
|
|
90022
|
+
"text": "InputEvent"
|
|
89890
90023
|
},
|
|
89891
|
-
"
|
|
89892
|
-
"readonly": true,
|
|
89893
|
-
"inheritedFrom": {
|
|
89894
|
-
"name": "SbbActionBaseElement",
|
|
89895
|
-
"module": "core/base-elements/action-base-element.js"
|
|
89896
|
-
}
|
|
90024
|
+
"description": "The input event fires when the value has been changed as a direct result of a user action."
|
|
89897
90025
|
},
|
|
89898
90026
|
{
|
|
89899
|
-
"
|
|
89900
|
-
"name": "maybeDisabledInteractive",
|
|
90027
|
+
"name": "change",
|
|
89901
90028
|
"type": {
|
|
89902
|
-
"text": "
|
|
89903
|
-
},
|
|
89904
|
-
"privacy": "protected",
|
|
89905
|
-
"readonly": true,
|
|
89906
|
-
"inheritedFrom": {
|
|
89907
|
-
"name": "SbbActionBaseElement",
|
|
89908
|
-
"module": "core/base-elements/action-base-element.js"
|
|
89909
|
-
}
|
|
89910
|
-
},
|
|
89911
|
-
{
|
|
89912
|
-
"kind": "method",
|
|
89913
|
-
"name": "setupBaseEventHandlers",
|
|
89914
|
-
"privacy": "protected",
|
|
89915
|
-
"return": {
|
|
89916
|
-
"type": {
|
|
89917
|
-
"text": "void"
|
|
89918
|
-
}
|
|
90029
|
+
"text": "Event"
|
|
89919
90030
|
},
|
|
89920
|
-
"
|
|
89921
|
-
"name": "SbbActionBaseElement",
|
|
89922
|
-
"module": "core/base-elements/action-base-element.js"
|
|
89923
|
-
}
|
|
90031
|
+
"description": "The change event is fired when the user modifies the element's value.\nUnlike the input event, the change event is not necessarily fired\nfor each alteration to an element's value."
|
|
89924
90032
|
},
|
|
89925
90033
|
{
|
|
89926
|
-
"
|
|
89927
|
-
"name": "_hydrationRequired",
|
|
90034
|
+
"name": "filechanged",
|
|
89928
90035
|
"type": {
|
|
89929
|
-
"text": "
|
|
90036
|
+
"text": "CustomEvent<Readonly<File>[]>"
|
|
89930
90037
|
},
|
|
89931
|
-
"
|
|
89932
|
-
|
|
89933
|
-
|
|
89934
|
-
|
|
89935
|
-
"module": "core/base-elements/element.js"
|
|
89936
|
-
}
|
|
89937
|
-
},
|
|
89938
|
-
{
|
|
89939
|
-
"kind": "field",
|
|
89940
|
-
"name": "_hydrationComplete",
|
|
89941
|
-
"privacy": "private",
|
|
89942
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
89943
|
-
"inheritedFrom": {
|
|
89944
|
-
"name": "SbbElement",
|
|
89945
|
-
"module": "core/base-elements/element.js"
|
|
89946
|
-
}
|
|
89947
|
-
},
|
|
90038
|
+
"description": "An event which is emitted each time the file list changes."
|
|
90039
|
+
}
|
|
90040
|
+
],
|
|
90041
|
+
"attributes": [
|
|
89948
90042
|
{
|
|
89949
|
-
"
|
|
89950
|
-
"name": "_resolveHydration",
|
|
90043
|
+
"name": "size",
|
|
89951
90044
|
"type": {
|
|
89952
|
-
"text": "
|
|
90045
|
+
"text": "'s' | 'm'"
|
|
89953
90046
|
},
|
|
89954
|
-
"
|
|
89955
|
-
"
|
|
89956
|
-
|
|
89957
|
-
"module": "core/base-elements/element.js"
|
|
89958
|
-
}
|
|
90047
|
+
"description": "Size variant, either s or m.",
|
|
90048
|
+
"default": "'m' / 's' (lean)",
|
|
90049
|
+
"fieldName": "size"
|
|
89959
90050
|
},
|
|
89960
90051
|
{
|
|
89961
|
-
"
|
|
89962
|
-
"name": "hydrationRequired",
|
|
90052
|
+
"name": "multiple",
|
|
89963
90053
|
"type": {
|
|
89964
90054
|
"text": "boolean"
|
|
89965
90055
|
},
|
|
89966
|
-
"
|
|
89967
|
-
"description": "
|
|
89968
|
-
"
|
|
89969
|
-
"inheritedFrom": {
|
|
89970
|
-
"name": "SbbElement",
|
|
89971
|
-
"module": "core/base-elements/element.js"
|
|
89972
|
-
},
|
|
89973
|
-
"default": "!!this.shadowRoot"
|
|
89974
|
-
},
|
|
89975
|
-
{
|
|
89976
|
-
"kind": "method",
|
|
89977
|
-
"name": "toggleState",
|
|
89978
|
-
"privacy": "protected",
|
|
89979
|
-
"return": {
|
|
89980
|
-
"type": {
|
|
89981
|
-
"text": "void"
|
|
89982
|
-
}
|
|
89983
|
-
},
|
|
89984
|
-
"parameters": [
|
|
89985
|
-
{
|
|
89986
|
-
"name": "value",
|
|
89987
|
-
"type": {
|
|
89988
|
-
"text": "string"
|
|
89989
|
-
}
|
|
89990
|
-
},
|
|
89991
|
-
{
|
|
89992
|
-
"name": "force",
|
|
89993
|
-
"optional": true,
|
|
89994
|
-
"type": {
|
|
89995
|
-
"text": "boolean"
|
|
89996
|
-
}
|
|
89997
|
-
}
|
|
89998
|
-
],
|
|
89999
|
-
"inheritedFrom": {
|
|
90000
|
-
"name": "SbbElement",
|
|
90001
|
-
"module": "core/base-elements/element.js"
|
|
90002
|
-
}
|
|
90056
|
+
"default": "false",
|
|
90057
|
+
"description": "Whether more than one file can be selected.",
|
|
90058
|
+
"fieldName": "multiple"
|
|
90003
90059
|
},
|
|
90004
90060
|
{
|
|
90005
|
-
"
|
|
90006
|
-
"name": "['_$sbbElement$']",
|
|
90061
|
+
"name": "multiple-mode",
|
|
90007
90062
|
"type": {
|
|
90008
|
-
"text": "
|
|
90063
|
+
"text": "'default' | 'persistent'"
|
|
90009
90064
|
},
|
|
90010
|
-
"
|
|
90011
|
-
"
|
|
90012
|
-
"
|
|
90013
|
-
"inheritedFrom": {
|
|
90014
|
-
"name": "SbbElement",
|
|
90015
|
-
"module": "core/base-elements/element.js"
|
|
90016
|
-
}
|
|
90065
|
+
"default": "'default'",
|
|
90066
|
+
"description": "Whether the newly added files should override the previously added ones.",
|
|
90067
|
+
"fieldName": "multipleMode"
|
|
90017
90068
|
},
|
|
90018
90069
|
{
|
|
90019
|
-
"
|
|
90020
|
-
"name": "_controllers",
|
|
90021
|
-
"type": {
|
|
90022
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
90023
|
-
},
|
|
90024
|
-
"privacy": "private",
|
|
90025
|
-
"inheritedFrom": {
|
|
90026
|
-
"name": "SbbElement",
|
|
90027
|
-
"module": "core/base-elements/element.js"
|
|
90028
|
-
}
|
|
90029
|
-
}
|
|
90030
|
-
],
|
|
90031
|
-
"events": [
|
|
90032
|
-
{
|
|
90033
|
-
"name": "toggleexpanded",
|
|
90070
|
+
"name": "accept",
|
|
90034
90071
|
"type": {
|
|
90035
|
-
"text": "
|
|
90072
|
+
"text": "string"
|
|
90036
90073
|
},
|
|
90037
|
-
"
|
|
90038
|
-
|
|
90039
|
-
|
|
90040
|
-
"mixins": [
|
|
90041
|
-
{
|
|
90042
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
90043
|
-
"module": "core/mixins.js"
|
|
90074
|
+
"default": "''",
|
|
90075
|
+
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
90076
|
+
"fieldName": "accept"
|
|
90044
90077
|
},
|
|
90045
90078
|
{
|
|
90046
|
-
"name": "
|
|
90047
|
-
"module": "icon.js"
|
|
90048
|
-
}
|
|
90049
|
-
],
|
|
90050
|
-
"superclass": {
|
|
90051
|
-
"name": "SbbButtonBaseElement",
|
|
90052
|
-
"module": "core/base-elements.js"
|
|
90053
|
-
},
|
|
90054
|
-
"tagName": "sbb-expansion-panel-header",
|
|
90055
|
-
"customElement": true,
|
|
90056
|
-
"attributes": [
|
|
90057
|
-
{
|
|
90058
|
-
"name": "disabled-interactive",
|
|
90079
|
+
"name": "accessibility-label",
|
|
90059
90080
|
"type": {
|
|
90060
|
-
"text": "
|
|
90081
|
+
"text": "string"
|
|
90061
90082
|
},
|
|
90062
|
-
"default": "
|
|
90063
|
-
"description": "
|
|
90064
|
-
"fieldName": "
|
|
90065
|
-
"inheritedFrom": {
|
|
90066
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
90067
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
90068
|
-
}
|
|
90083
|
+
"default": "''",
|
|
90084
|
+
"description": "This will be forwarded as aria-label to the native input element.",
|
|
90085
|
+
"fieldName": "accessibilityLabel"
|
|
90069
90086
|
},
|
|
90070
90087
|
{
|
|
90071
90088
|
"name": "disabled",
|
|
@@ -90081,66 +90098,33 @@
|
|
|
90081
90098
|
}
|
|
90082
90099
|
},
|
|
90083
90100
|
{
|
|
90084
|
-
"name": "
|
|
90085
|
-
"
|
|
90086
|
-
"text": "string"
|
|
90087
|
-
},
|
|
90088
|
-
"default": "''",
|
|
90089
|
-
"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.",
|
|
90090
|
-
"fieldName": "iconName",
|
|
90091
|
-
"inheritedFrom": {
|
|
90092
|
-
"name": "SbbIconNameMixin",
|
|
90093
|
-
"module": "icon/icon-name-mixin.js"
|
|
90094
|
-
}
|
|
90095
|
-
},
|
|
90096
|
-
{
|
|
90097
|
-
"name": "value",
|
|
90101
|
+
"name": "name",
|
|
90102
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
90098
90103
|
"type": {
|
|
90099
90104
|
"text": "string"
|
|
90100
90105
|
},
|
|
90101
|
-
"
|
|
90102
|
-
"description": "Value of the form element.",
|
|
90103
|
-
"fieldName": "value",
|
|
90106
|
+
"fieldName": "name",
|
|
90104
90107
|
"inheritedFrom": {
|
|
90105
|
-
"name": "
|
|
90106
|
-
"module": "core/
|
|
90108
|
+
"name": "SbbFormAssociatedMixin",
|
|
90109
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
90107
90110
|
}
|
|
90108
|
-
}
|
|
90111
|
+
}
|
|
90112
|
+
],
|
|
90113
|
+
"mixins": [
|
|
90109
90114
|
{
|
|
90110
|
-
"name": "
|
|
90111
|
-
"
|
|
90112
|
-
"default": "'button'",
|
|
90113
|
-
"type": {
|
|
90114
|
-
"text": "SbbButtonType"
|
|
90115
|
-
},
|
|
90116
|
-
"fieldName": "type",
|
|
90117
|
-
"inheritedFrom": {
|
|
90118
|
-
"name": "SbbButtonBaseElement",
|
|
90119
|
-
"module": "core/base-elements/button-base-element.js"
|
|
90120
|
-
}
|
|
90115
|
+
"name": "SbbDisabledMixin",
|
|
90116
|
+
"module": "core/mixins.js"
|
|
90121
90117
|
},
|
|
90122
90118
|
{
|
|
90123
|
-
"name": "
|
|
90124
|
-
"
|
|
90125
|
-
|
|
90126
|
-
|
|
90127
|
-
|
|
90128
|
-
"fieldName": "form",
|
|
90129
|
-
"inheritedFrom": {
|
|
90130
|
-
"name": "SbbButtonBaseElement",
|
|
90131
|
-
"module": "core/base-elements/button-base-element.js"
|
|
90132
|
-
}
|
|
90133
|
-
},
|
|
90119
|
+
"name": "SbbFormAssociatedMixin",
|
|
90120
|
+
"module": "core/mixins.js"
|
|
90121
|
+
}
|
|
90122
|
+
],
|
|
90123
|
+
"parameters": [
|
|
90134
90124
|
{
|
|
90135
|
-
"name": "
|
|
90136
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
90125
|
+
"name": "superclass",
|
|
90137
90126
|
"type": {
|
|
90138
|
-
"text": "
|
|
90139
|
-
},
|
|
90140
|
-
"fieldName": "name",
|
|
90141
|
-
"inheritedFrom": {
|
|
90142
|
-
"name": "SbbFormAssociatedMixin",
|
|
90143
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
90127
|
+
"text": "T"
|
|
90144
90128
|
}
|
|
90145
90129
|
}
|
|
90146
90130
|
]
|
|
@@ -90149,10 +90133,26 @@
|
|
|
90149
90133
|
"exports": [
|
|
90150
90134
|
{
|
|
90151
90135
|
"kind": "js",
|
|
90152
|
-
"name": "
|
|
90136
|
+
"name": "fileSelectorCommonStyle",
|
|
90153
90137
|
"declaration": {
|
|
90154
|
-
"name": "
|
|
90155
|
-
"module": "
|
|
90138
|
+
"name": "default",
|
|
90139
|
+
"module": "./file-selector-common.scss?lit&inline"
|
|
90140
|
+
}
|
|
90141
|
+
},
|
|
90142
|
+
{
|
|
90143
|
+
"kind": "js",
|
|
90144
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
90145
|
+
"declaration": {
|
|
90146
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
90147
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
90148
|
+
}
|
|
90149
|
+
},
|
|
90150
|
+
{
|
|
90151
|
+
"kind": "js",
|
|
90152
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
90153
|
+
"declaration": {
|
|
90154
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
90155
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
90156
90156
|
}
|
|
90157
90157
|
}
|
|
90158
90158
|
]
|
|
@@ -119576,6 +119576,37 @@
|
|
|
119576
119576
|
}
|
|
119577
119577
|
]
|
|
119578
119578
|
},
|
|
119579
|
+
{
|
|
119580
|
+
"kind": "javascript-module",
|
|
119581
|
+
"path": "sidebar/common/styles.js",
|
|
119582
|
+
"declarations": [],
|
|
119583
|
+
"exports": [
|
|
119584
|
+
{
|
|
119585
|
+
"kind": "js",
|
|
119586
|
+
"name": "sidebarContainerCommonStyle",
|
|
119587
|
+
"declaration": {
|
|
119588
|
+
"name": "default",
|
|
119589
|
+
"module": "./sidebar-container-common.scss?lit&inline"
|
|
119590
|
+
}
|
|
119591
|
+
},
|
|
119592
|
+
{
|
|
119593
|
+
"kind": "js",
|
|
119594
|
+
"name": "sidebarContentCommonStyle",
|
|
119595
|
+
"declaration": {
|
|
119596
|
+
"name": "default",
|
|
119597
|
+
"module": "./sidebar-content-common.scss?lit&inline"
|
|
119598
|
+
}
|
|
119599
|
+
},
|
|
119600
|
+
{
|
|
119601
|
+
"kind": "js",
|
|
119602
|
+
"name": "iconSidebarButtonCommonStyle",
|
|
119603
|
+
"declaration": {
|
|
119604
|
+
"name": "default",
|
|
119605
|
+
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
119606
|
+
}
|
|
119607
|
+
}
|
|
119608
|
+
]
|
|
119609
|
+
},
|
|
119579
119610
|
{
|
|
119580
119611
|
"kind": "javascript-module",
|
|
119581
119612
|
"path": "sidebar/sidebar/sidebar.component.js",
|
|
@@ -120307,37 +120338,6 @@
|
|
|
120307
120338
|
}
|
|
120308
120339
|
]
|
|
120309
120340
|
},
|
|
120310
|
-
{
|
|
120311
|
-
"kind": "javascript-module",
|
|
120312
|
-
"path": "sidebar/common/styles.js",
|
|
120313
|
-
"declarations": [],
|
|
120314
|
-
"exports": [
|
|
120315
|
-
{
|
|
120316
|
-
"kind": "js",
|
|
120317
|
-
"name": "sidebarContainerCommonStyle",
|
|
120318
|
-
"declaration": {
|
|
120319
|
-
"name": "default",
|
|
120320
|
-
"module": "./sidebar-container-common.scss?lit&inline"
|
|
120321
|
-
}
|
|
120322
|
-
},
|
|
120323
|
-
{
|
|
120324
|
-
"kind": "js",
|
|
120325
|
-
"name": "sidebarContentCommonStyle",
|
|
120326
|
-
"declaration": {
|
|
120327
|
-
"name": "default",
|
|
120328
|
-
"module": "./sidebar-content-common.scss?lit&inline"
|
|
120329
|
-
}
|
|
120330
|
-
},
|
|
120331
|
-
{
|
|
120332
|
-
"kind": "js",
|
|
120333
|
-
"name": "iconSidebarButtonCommonStyle",
|
|
120334
|
-
"declaration": {
|
|
120335
|
-
"name": "default",
|
|
120336
|
-
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
120337
|
-
}
|
|
120338
|
-
}
|
|
120339
|
-
]
|
|
120340
|
-
},
|
|
120341
120341
|
{
|
|
120342
120342
|
"kind": "javascript-module",
|
|
120343
120343
|
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|