@sbb-esta/lyne-elements-dev 4.5.1-dev.1771924969 → 4.5.1-dev.1771942635

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.
Files changed (2) hide show
  1. package/custom-elements.json +838 -838
  2. package/package.json +2 -2
@@ -44611,6 +44611,157 @@
44611
44611
  }
44612
44612
  ]
44613
44613
  },
44614
+ {
44615
+ "kind": "javascript-module",
44616
+ "path": "container/container/container.component.js",
44617
+ "declarations": [
44618
+ {
44619
+ "kind": "class",
44620
+ "description": "It displays its content with the default page spacing.",
44621
+ "name": "SbbContainerElement",
44622
+ "slots": [
44623
+ {
44624
+ "description": "Use the unnamed slot to add anything to the container.",
44625
+ "name": ""
44626
+ },
44627
+ {
44628
+ "description": "The slot used by the sbb-sticky-bar component.",
44629
+ "name": "sticky-bar"
44630
+ },
44631
+ {
44632
+ "description": "The slot used to slot an `sbb-image` to use as background.",
44633
+ "name": "image"
44634
+ }
44635
+ ],
44636
+ "members": [
44637
+ {
44638
+ "kind": "field",
44639
+ "name": "expanded",
44640
+ "type": {
44641
+ "text": "boolean"
44642
+ },
44643
+ "privacy": "public",
44644
+ "default": "false",
44645
+ "description": "Whether the container is expanded.",
44646
+ "attribute": "expanded",
44647
+ "reflects": true
44648
+ },
44649
+ {
44650
+ "kind": "field",
44651
+ "name": "backgroundExpanded",
44652
+ "type": {
44653
+ "text": "boolean"
44654
+ },
44655
+ "privacy": "public",
44656
+ "default": "false",
44657
+ "description": "Whether the background color is shown on full container width on large screens.",
44658
+ "attribute": "background-expanded",
44659
+ "reflects": true
44660
+ },
44661
+ {
44662
+ "kind": "field",
44663
+ "name": "color",
44664
+ "type": {
44665
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
44666
+ },
44667
+ "privacy": "public",
44668
+ "default": "'white'",
44669
+ "description": "Color of the container, like transparent, white etc.",
44670
+ "attribute": "color",
44671
+ "reflects": true
44672
+ },
44673
+ {
44674
+ "kind": "method",
44675
+ "name": "toggleState",
44676
+ "privacy": "protected",
44677
+ "return": {
44678
+ "type": {
44679
+ "text": "void"
44680
+ }
44681
+ },
44682
+ "parameters": [
44683
+ {
44684
+ "name": "value",
44685
+ "type": {
44686
+ "text": "string"
44687
+ }
44688
+ },
44689
+ {
44690
+ "name": "force",
44691
+ "optional": true,
44692
+ "type": {
44693
+ "text": "boolean"
44694
+ }
44695
+ }
44696
+ ],
44697
+ "inheritedFrom": {
44698
+ "name": "SbbElementInternalsMixin",
44699
+ "module": "core/mixins/element-internals-mixin.js"
44700
+ }
44701
+ }
44702
+ ],
44703
+ "attributes": [
44704
+ {
44705
+ "name": "expanded",
44706
+ "type": {
44707
+ "text": "boolean"
44708
+ },
44709
+ "default": "false",
44710
+ "description": "Whether the container is expanded.",
44711
+ "fieldName": "expanded"
44712
+ },
44713
+ {
44714
+ "name": "background-expanded",
44715
+ "type": {
44716
+ "text": "boolean"
44717
+ },
44718
+ "default": "false",
44719
+ "description": "Whether the background color is shown on full container width on large screens.",
44720
+ "fieldName": "backgroundExpanded"
44721
+ },
44722
+ {
44723
+ "name": "color",
44724
+ "type": {
44725
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
44726
+ },
44727
+ "default": "'white'",
44728
+ "description": "Color of the container, like transparent, white etc.",
44729
+ "fieldName": "color"
44730
+ }
44731
+ ],
44732
+ "mixins": [
44733
+ {
44734
+ "name": "SbbElementInternalsMixin",
44735
+ "module": "core/mixins.js"
44736
+ }
44737
+ ],
44738
+ "superclass": {
44739
+ "name": "LitElement",
44740
+ "package": "lit"
44741
+ },
44742
+ "tagName": "sbb-container",
44743
+ "customElement": true
44744
+ }
44745
+ ],
44746
+ "exports": [
44747
+ {
44748
+ "kind": "js",
44749
+ "name": "SbbContainerElement",
44750
+ "declaration": {
44751
+ "name": "SbbContainerElement",
44752
+ "module": "container/container/container.component.js"
44753
+ }
44754
+ },
44755
+ {
44756
+ "kind": "custom-element-definition",
44757
+ "name": "sbb-container",
44758
+ "declaration": {
44759
+ "name": "SbbContainerElement",
44760
+ "module": "container/container/container.component.js"
44761
+ }
44762
+ }
44763
+ ]
44764
+ },
44614
44765
  {
44615
44766
  "kind": "javascript-module",
44616
44767
  "path": "container/sticky-bar/sticky-bar.component.js",
@@ -44994,157 +45145,6 @@
44994
45145
  }
44995
45146
  ]
44996
45147
  },
44997
- {
44998
- "kind": "javascript-module",
44999
- "path": "container/container/container.component.js",
45000
- "declarations": [
45001
- {
45002
- "kind": "class",
45003
- "description": "It displays its content with the default page spacing.",
45004
- "name": "SbbContainerElement",
45005
- "slots": [
45006
- {
45007
- "description": "Use the unnamed slot to add anything to the container.",
45008
- "name": ""
45009
- },
45010
- {
45011
- "description": "The slot used by the sbb-sticky-bar component.",
45012
- "name": "sticky-bar"
45013
- },
45014
- {
45015
- "description": "The slot used to slot an `sbb-image` to use as background.",
45016
- "name": "image"
45017
- }
45018
- ],
45019
- "members": [
45020
- {
45021
- "kind": "field",
45022
- "name": "expanded",
45023
- "type": {
45024
- "text": "boolean"
45025
- },
45026
- "privacy": "public",
45027
- "default": "false",
45028
- "description": "Whether the container is expanded.",
45029
- "attribute": "expanded",
45030
- "reflects": true
45031
- },
45032
- {
45033
- "kind": "field",
45034
- "name": "backgroundExpanded",
45035
- "type": {
45036
- "text": "boolean"
45037
- },
45038
- "privacy": "public",
45039
- "default": "false",
45040
- "description": "Whether the background color is shown on full container width on large screens.",
45041
- "attribute": "background-expanded",
45042
- "reflects": true
45043
- },
45044
- {
45045
- "kind": "field",
45046
- "name": "color",
45047
- "type": {
45048
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
45049
- },
45050
- "privacy": "public",
45051
- "default": "'white'",
45052
- "description": "Color of the container, like transparent, white etc.",
45053
- "attribute": "color",
45054
- "reflects": true
45055
- },
45056
- {
45057
- "kind": "method",
45058
- "name": "toggleState",
45059
- "privacy": "protected",
45060
- "return": {
45061
- "type": {
45062
- "text": "void"
45063
- }
45064
- },
45065
- "parameters": [
45066
- {
45067
- "name": "value",
45068
- "type": {
45069
- "text": "string"
45070
- }
45071
- },
45072
- {
45073
- "name": "force",
45074
- "optional": true,
45075
- "type": {
45076
- "text": "boolean"
45077
- }
45078
- }
45079
- ],
45080
- "inheritedFrom": {
45081
- "name": "SbbElementInternalsMixin",
45082
- "module": "core/mixins/element-internals-mixin.js"
45083
- }
45084
- }
45085
- ],
45086
- "attributes": [
45087
- {
45088
- "name": "expanded",
45089
- "type": {
45090
- "text": "boolean"
45091
- },
45092
- "default": "false",
45093
- "description": "Whether the container is expanded.",
45094
- "fieldName": "expanded"
45095
- },
45096
- {
45097
- "name": "background-expanded",
45098
- "type": {
45099
- "text": "boolean"
45100
- },
45101
- "default": "false",
45102
- "description": "Whether the background color is shown on full container width on large screens.",
45103
- "fieldName": "backgroundExpanded"
45104
- },
45105
- {
45106
- "name": "color",
45107
- "type": {
45108
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
45109
- },
45110
- "default": "'white'",
45111
- "description": "Color of the container, like transparent, white etc.",
45112
- "fieldName": "color"
45113
- }
45114
- ],
45115
- "mixins": [
45116
- {
45117
- "name": "SbbElementInternalsMixin",
45118
- "module": "core/mixins.js"
45119
- }
45120
- ],
45121
- "superclass": {
45122
- "name": "LitElement",
45123
- "package": "lit"
45124
- },
45125
- "tagName": "sbb-container",
45126
- "customElement": true
45127
- }
45128
- ],
45129
- "exports": [
45130
- {
45131
- "kind": "js",
45132
- "name": "SbbContainerElement",
45133
- "declaration": {
45134
- "name": "SbbContainerElement",
45135
- "module": "container/container/container.component.js"
45136
- }
45137
- },
45138
- {
45139
- "kind": "custom-element-definition",
45140
- "name": "sbb-container",
45141
- "declaration": {
45142
- "name": "SbbContainerElement",
45143
- "module": "container/container/container.component.js"
45144
- }
45145
- }
45146
- ]
45147
- },
45148
45148
  {
45149
45149
  "kind": "javascript-module",
45150
45150
  "path": "core/a11y/arrow-navigation.js",
@@ -75531,363 +75531,6 @@
75531
75531
  }
75532
75532
  ]
75533
75533
  },
75534
- {
75535
- "kind": "javascript-module",
75536
- "path": "header/common/header-action-common.js",
75537
- "declarations": [
75538
- {
75539
- "kind": "class",
75540
- "description": "",
75541
- "name": "SbbHeaderActionCommonElementMixinType",
75542
- "members": [
75543
- {
75544
- "kind": "field",
75545
- "name": "expandFrom",
75546
- "type": {
75547
- "text": "SbbHorizontalFrom"
75548
- },
75549
- "privacy": "public"
75550
- },
75551
- {
75552
- "kind": "field",
75553
- "name": "iconName",
75554
- "type": {
75555
- "text": "string"
75556
- },
75557
- "privacy": "public",
75558
- "default": "''",
75559
- "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.",
75560
- "attribute": "icon-name",
75561
- "inheritedFrom": {
75562
- "name": "SbbIconNameMixin",
75563
- "module": "icon/icon-name-mixin.js"
75564
- }
75565
- },
75566
- {
75567
- "kind": "method",
75568
- "name": "renderIconSlot",
75569
- "privacy": "protected",
75570
- "return": {
75571
- "type": {
75572
- "text": "TemplateResult"
75573
- }
75574
- },
75575
- "parameters": [
75576
- {
75577
- "name": "classname",
75578
- "optional": true,
75579
- "type": {
75580
- "text": "string"
75581
- }
75582
- }
75583
- ],
75584
- "inheritedFrom": {
75585
- "name": "SbbIconNameMixin",
75586
- "module": "icon/icon-name-mixin.js"
75587
- }
75588
- },
75589
- {
75590
- "kind": "method",
75591
- "name": "renderIconName",
75592
- "privacy": "protected",
75593
- "return": {
75594
- "type": {
75595
- "text": "string"
75596
- }
75597
- },
75598
- "inheritedFrom": {
75599
- "name": "SbbIconNameMixin",
75600
- "module": "icon/icon-name-mixin.js"
75601
- }
75602
- },
75603
- {
75604
- "kind": "method",
75605
- "name": "_renderIconName",
75606
- "privacy": "private",
75607
- "return": {
75608
- "type": {
75609
- "text": "string"
75610
- }
75611
- },
75612
- "inheritedFrom": {
75613
- "name": "SbbIconNameMixin",
75614
- "module": "icon/icon-name-mixin.js"
75615
- }
75616
- },
75617
- {
75618
- "kind": "method",
75619
- "name": "toggleState",
75620
- "privacy": "protected",
75621
- "return": {
75622
- "type": {
75623
- "text": "void"
75624
- }
75625
- },
75626
- "parameters": [
75627
- {
75628
- "name": "value",
75629
- "type": {
75630
- "text": "string"
75631
- }
75632
- },
75633
- {
75634
- "name": "force",
75635
- "optional": true,
75636
- "type": {
75637
- "text": "boolean"
75638
- }
75639
- }
75640
- ],
75641
- "inheritedFrom": {
75642
- "name": "SbbActionBaseElement",
75643
- "module": "core/base-elements/action-base-element.js"
75644
- }
75645
- },
75646
- {
75647
- "kind": "field",
75648
- "name": "maybeDisabled",
75649
- "type": {
75650
- "text": "boolean | undefined"
75651
- },
75652
- "privacy": "protected",
75653
- "readonly": true,
75654
- "inheritedFrom": {
75655
- "name": "SbbActionBaseElement",
75656
- "module": "core/base-elements/action-base-element.js"
75657
- }
75658
- },
75659
- {
75660
- "kind": "field",
75661
- "name": "maybeDisabledInteractive",
75662
- "type": {
75663
- "text": "boolean | undefined"
75664
- },
75665
- "privacy": "protected",
75666
- "readonly": true,
75667
- "inheritedFrom": {
75668
- "name": "SbbActionBaseElement",
75669
- "module": "core/base-elements/action-base-element.js"
75670
- }
75671
- },
75672
- {
75673
- "kind": "method",
75674
- "name": "setupBaseEventHandlers",
75675
- "privacy": "protected",
75676
- "return": {
75677
- "type": {
75678
- "text": "void"
75679
- }
75680
- },
75681
- "inheritedFrom": {
75682
- "name": "SbbActionBaseElement",
75683
- "module": "core/base-elements/action-base-element.js"
75684
- }
75685
- },
75686
- {
75687
- "kind": "method",
75688
- "name": "renderTemplate",
75689
- "privacy": "protected",
75690
- "return": {
75691
- "type": {
75692
- "text": "TemplateResult"
75693
- }
75694
- },
75695
- "description": "Override this method to render the component template.",
75696
- "inheritedFrom": {
75697
- "name": "SbbActionBaseElement",
75698
- "module": "core/base-elements/action-base-element.js"
75699
- }
75700
- }
75701
- ],
75702
- "mixins": [
75703
- {
75704
- "name": "SbbIconNameMixin",
75705
- "module": "icon.js"
75706
- }
75707
- ],
75708
- "superclass": {
75709
- "name": "SbbActionBaseElement",
75710
- "module": "core/base-elements.js"
75711
- },
75712
- "attributes": [
75713
- {
75714
- "name": "icon-name",
75715
- "type": {
75716
- "text": "string"
75717
- },
75718
- "default": "''",
75719
- "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.",
75720
- "fieldName": "iconName",
75721
- "inheritedFrom": {
75722
- "name": "SbbIconNameMixin",
75723
- "module": "icon/icon-name-mixin.js"
75724
- }
75725
- }
75726
- ]
75727
- },
75728
- {
75729
- "kind": "mixin",
75730
- "description": "",
75731
- "name": "SbbHeaderActionCommonElementMixin",
75732
- "members": [
75733
- {
75734
- "kind": "field",
75735
- "name": "styles",
75736
- "type": {
75737
- "text": "CSSResultGroup"
75738
- },
75739
- "privacy": "public",
75740
- "static": true,
75741
- "default": "[boxSizingStyles, style]"
75742
- },
75743
- {
75744
- "kind": "field",
75745
- "name": "expandFrom",
75746
- "type": {
75747
- "text": "SbbHorizontalFrom"
75748
- },
75749
- "privacy": "public",
75750
- "default": "'large'",
75751
- "description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
75752
- "attribute": "expand-from",
75753
- "reflects": true
75754
- },
75755
- {
75756
- "kind": "method",
75757
- "name": "renderTemplate",
75758
- "privacy": "protected",
75759
- "return": {
75760
- "type": {
75761
- "text": "TemplateResult"
75762
- }
75763
- }
75764
- },
75765
- {
75766
- "kind": "field",
75767
- "name": "iconName",
75768
- "type": {
75769
- "text": "string"
75770
- },
75771
- "privacy": "public",
75772
- "default": "''",
75773
- "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.",
75774
- "attribute": "icon-name",
75775
- "inheritedFrom": {
75776
- "name": "SbbIconNameMixin",
75777
- "module": "icon/icon-name-mixin.js"
75778
- }
75779
- },
75780
- {
75781
- "kind": "method",
75782
- "name": "renderIconSlot",
75783
- "privacy": "protected",
75784
- "return": {
75785
- "type": {
75786
- "text": "TemplateResult"
75787
- }
75788
- },
75789
- "parameters": [
75790
- {
75791
- "name": "classname",
75792
- "optional": true,
75793
- "type": {
75794
- "text": "string"
75795
- }
75796
- }
75797
- ],
75798
- "inheritedFrom": {
75799
- "name": "SbbIconNameMixin",
75800
- "module": "icon/icon-name-mixin.js"
75801
- }
75802
- },
75803
- {
75804
- "kind": "method",
75805
- "name": "renderIconName",
75806
- "privacy": "protected",
75807
- "return": {
75808
- "type": {
75809
- "text": "string"
75810
- }
75811
- },
75812
- "inheritedFrom": {
75813
- "name": "SbbIconNameMixin",
75814
- "module": "icon/icon-name-mixin.js"
75815
- }
75816
- },
75817
- {
75818
- "kind": "method",
75819
- "name": "_renderIconName",
75820
- "privacy": "private",
75821
- "return": {
75822
- "type": {
75823
- "text": "string"
75824
- }
75825
- },
75826
- "inheritedFrom": {
75827
- "name": "SbbIconNameMixin",
75828
- "module": "icon/icon-name-mixin.js"
75829
- }
75830
- }
75831
- ],
75832
- "attributes": [
75833
- {
75834
- "name": "expand-from",
75835
- "type": {
75836
- "text": "SbbHorizontalFrom"
75837
- },
75838
- "default": "'large'",
75839
- "description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
75840
- "fieldName": "expandFrom"
75841
- },
75842
- {
75843
- "name": "icon-name",
75844
- "type": {
75845
- "text": "string"
75846
- },
75847
- "default": "''",
75848
- "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.",
75849
- "fieldName": "iconName",
75850
- "inheritedFrom": {
75851
- "name": "SbbIconNameMixin",
75852
- "module": "icon/icon-name-mixin.js"
75853
- }
75854
- }
75855
- ],
75856
- "mixins": [
75857
- {
75858
- "name": "SbbIconNameMixin",
75859
- "module": "icon.js"
75860
- }
75861
- ],
75862
- "parameters": [
75863
- {
75864
- "name": "superClass",
75865
- "type": {
75866
- "text": "T"
75867
- }
75868
- }
75869
- ]
75870
- }
75871
- ],
75872
- "exports": [
75873
- {
75874
- "kind": "js",
75875
- "name": "SbbHeaderActionCommonElementMixinType",
75876
- "declaration": {
75877
- "name": "SbbHeaderActionCommonElementMixinType",
75878
- "module": "header/common/header-action-common.js"
75879
- }
75880
- },
75881
- {
75882
- "kind": "js",
75883
- "name": "SbbHeaderActionCommonElementMixin",
75884
- "declaration": {
75885
- "name": "SbbHeaderActionCommonElementMixin",
75886
- "module": "header/common/header-action-common.js"
75887
- }
75888
- }
75889
- ]
75890
- },
75891
75534
  {
75892
75535
  "kind": "javascript-module",
75893
75536
  "path": "form-field/form-field-clear/form-field-clear.component.js",
@@ -76597,6 +76240,363 @@
76597
76240
  }
76598
76241
  ]
76599
76242
  },
76243
+ {
76244
+ "kind": "javascript-module",
76245
+ "path": "header/common/header-action-common.js",
76246
+ "declarations": [
76247
+ {
76248
+ "kind": "class",
76249
+ "description": "",
76250
+ "name": "SbbHeaderActionCommonElementMixinType",
76251
+ "members": [
76252
+ {
76253
+ "kind": "field",
76254
+ "name": "expandFrom",
76255
+ "type": {
76256
+ "text": "SbbHorizontalFrom"
76257
+ },
76258
+ "privacy": "public"
76259
+ },
76260
+ {
76261
+ "kind": "field",
76262
+ "name": "iconName",
76263
+ "type": {
76264
+ "text": "string"
76265
+ },
76266
+ "privacy": "public",
76267
+ "default": "''",
76268
+ "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.",
76269
+ "attribute": "icon-name",
76270
+ "inheritedFrom": {
76271
+ "name": "SbbIconNameMixin",
76272
+ "module": "icon/icon-name-mixin.js"
76273
+ }
76274
+ },
76275
+ {
76276
+ "kind": "method",
76277
+ "name": "renderIconSlot",
76278
+ "privacy": "protected",
76279
+ "return": {
76280
+ "type": {
76281
+ "text": "TemplateResult"
76282
+ }
76283
+ },
76284
+ "parameters": [
76285
+ {
76286
+ "name": "classname",
76287
+ "optional": true,
76288
+ "type": {
76289
+ "text": "string"
76290
+ }
76291
+ }
76292
+ ],
76293
+ "inheritedFrom": {
76294
+ "name": "SbbIconNameMixin",
76295
+ "module": "icon/icon-name-mixin.js"
76296
+ }
76297
+ },
76298
+ {
76299
+ "kind": "method",
76300
+ "name": "renderIconName",
76301
+ "privacy": "protected",
76302
+ "return": {
76303
+ "type": {
76304
+ "text": "string"
76305
+ }
76306
+ },
76307
+ "inheritedFrom": {
76308
+ "name": "SbbIconNameMixin",
76309
+ "module": "icon/icon-name-mixin.js"
76310
+ }
76311
+ },
76312
+ {
76313
+ "kind": "method",
76314
+ "name": "_renderIconName",
76315
+ "privacy": "private",
76316
+ "return": {
76317
+ "type": {
76318
+ "text": "string"
76319
+ }
76320
+ },
76321
+ "inheritedFrom": {
76322
+ "name": "SbbIconNameMixin",
76323
+ "module": "icon/icon-name-mixin.js"
76324
+ }
76325
+ },
76326
+ {
76327
+ "kind": "method",
76328
+ "name": "toggleState",
76329
+ "privacy": "protected",
76330
+ "return": {
76331
+ "type": {
76332
+ "text": "void"
76333
+ }
76334
+ },
76335
+ "parameters": [
76336
+ {
76337
+ "name": "value",
76338
+ "type": {
76339
+ "text": "string"
76340
+ }
76341
+ },
76342
+ {
76343
+ "name": "force",
76344
+ "optional": true,
76345
+ "type": {
76346
+ "text": "boolean"
76347
+ }
76348
+ }
76349
+ ],
76350
+ "inheritedFrom": {
76351
+ "name": "SbbActionBaseElement",
76352
+ "module": "core/base-elements/action-base-element.js"
76353
+ }
76354
+ },
76355
+ {
76356
+ "kind": "field",
76357
+ "name": "maybeDisabled",
76358
+ "type": {
76359
+ "text": "boolean | undefined"
76360
+ },
76361
+ "privacy": "protected",
76362
+ "readonly": true,
76363
+ "inheritedFrom": {
76364
+ "name": "SbbActionBaseElement",
76365
+ "module": "core/base-elements/action-base-element.js"
76366
+ }
76367
+ },
76368
+ {
76369
+ "kind": "field",
76370
+ "name": "maybeDisabledInteractive",
76371
+ "type": {
76372
+ "text": "boolean | undefined"
76373
+ },
76374
+ "privacy": "protected",
76375
+ "readonly": true,
76376
+ "inheritedFrom": {
76377
+ "name": "SbbActionBaseElement",
76378
+ "module": "core/base-elements/action-base-element.js"
76379
+ }
76380
+ },
76381
+ {
76382
+ "kind": "method",
76383
+ "name": "setupBaseEventHandlers",
76384
+ "privacy": "protected",
76385
+ "return": {
76386
+ "type": {
76387
+ "text": "void"
76388
+ }
76389
+ },
76390
+ "inheritedFrom": {
76391
+ "name": "SbbActionBaseElement",
76392
+ "module": "core/base-elements/action-base-element.js"
76393
+ }
76394
+ },
76395
+ {
76396
+ "kind": "method",
76397
+ "name": "renderTemplate",
76398
+ "privacy": "protected",
76399
+ "return": {
76400
+ "type": {
76401
+ "text": "TemplateResult"
76402
+ }
76403
+ },
76404
+ "description": "Override this method to render the component template.",
76405
+ "inheritedFrom": {
76406
+ "name": "SbbActionBaseElement",
76407
+ "module": "core/base-elements/action-base-element.js"
76408
+ }
76409
+ }
76410
+ ],
76411
+ "mixins": [
76412
+ {
76413
+ "name": "SbbIconNameMixin",
76414
+ "module": "icon.js"
76415
+ }
76416
+ ],
76417
+ "superclass": {
76418
+ "name": "SbbActionBaseElement",
76419
+ "module": "core/base-elements.js"
76420
+ },
76421
+ "attributes": [
76422
+ {
76423
+ "name": "icon-name",
76424
+ "type": {
76425
+ "text": "string"
76426
+ },
76427
+ "default": "''",
76428
+ "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.",
76429
+ "fieldName": "iconName",
76430
+ "inheritedFrom": {
76431
+ "name": "SbbIconNameMixin",
76432
+ "module": "icon/icon-name-mixin.js"
76433
+ }
76434
+ }
76435
+ ]
76436
+ },
76437
+ {
76438
+ "kind": "mixin",
76439
+ "description": "",
76440
+ "name": "SbbHeaderActionCommonElementMixin",
76441
+ "members": [
76442
+ {
76443
+ "kind": "field",
76444
+ "name": "styles",
76445
+ "type": {
76446
+ "text": "CSSResultGroup"
76447
+ },
76448
+ "privacy": "public",
76449
+ "static": true,
76450
+ "default": "[boxSizingStyles, style]"
76451
+ },
76452
+ {
76453
+ "kind": "field",
76454
+ "name": "expandFrom",
76455
+ "type": {
76456
+ "text": "SbbHorizontalFrom"
76457
+ },
76458
+ "privacy": "public",
76459
+ "default": "'large'",
76460
+ "description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
76461
+ "attribute": "expand-from",
76462
+ "reflects": true
76463
+ },
76464
+ {
76465
+ "kind": "method",
76466
+ "name": "renderTemplate",
76467
+ "privacy": "protected",
76468
+ "return": {
76469
+ "type": {
76470
+ "text": "TemplateResult"
76471
+ }
76472
+ }
76473
+ },
76474
+ {
76475
+ "kind": "field",
76476
+ "name": "iconName",
76477
+ "type": {
76478
+ "text": "string"
76479
+ },
76480
+ "privacy": "public",
76481
+ "default": "''",
76482
+ "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.",
76483
+ "attribute": "icon-name",
76484
+ "inheritedFrom": {
76485
+ "name": "SbbIconNameMixin",
76486
+ "module": "icon/icon-name-mixin.js"
76487
+ }
76488
+ },
76489
+ {
76490
+ "kind": "method",
76491
+ "name": "renderIconSlot",
76492
+ "privacy": "protected",
76493
+ "return": {
76494
+ "type": {
76495
+ "text": "TemplateResult"
76496
+ }
76497
+ },
76498
+ "parameters": [
76499
+ {
76500
+ "name": "classname",
76501
+ "optional": true,
76502
+ "type": {
76503
+ "text": "string"
76504
+ }
76505
+ }
76506
+ ],
76507
+ "inheritedFrom": {
76508
+ "name": "SbbIconNameMixin",
76509
+ "module": "icon/icon-name-mixin.js"
76510
+ }
76511
+ },
76512
+ {
76513
+ "kind": "method",
76514
+ "name": "renderIconName",
76515
+ "privacy": "protected",
76516
+ "return": {
76517
+ "type": {
76518
+ "text": "string"
76519
+ }
76520
+ },
76521
+ "inheritedFrom": {
76522
+ "name": "SbbIconNameMixin",
76523
+ "module": "icon/icon-name-mixin.js"
76524
+ }
76525
+ },
76526
+ {
76527
+ "kind": "method",
76528
+ "name": "_renderIconName",
76529
+ "privacy": "private",
76530
+ "return": {
76531
+ "type": {
76532
+ "text": "string"
76533
+ }
76534
+ },
76535
+ "inheritedFrom": {
76536
+ "name": "SbbIconNameMixin",
76537
+ "module": "icon/icon-name-mixin.js"
76538
+ }
76539
+ }
76540
+ ],
76541
+ "attributes": [
76542
+ {
76543
+ "name": "expand-from",
76544
+ "type": {
76545
+ "text": "SbbHorizontalFrom"
76546
+ },
76547
+ "default": "'large'",
76548
+ "description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
76549
+ "fieldName": "expandFrom"
76550
+ },
76551
+ {
76552
+ "name": "icon-name",
76553
+ "type": {
76554
+ "text": "string"
76555
+ },
76556
+ "default": "''",
76557
+ "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.",
76558
+ "fieldName": "iconName",
76559
+ "inheritedFrom": {
76560
+ "name": "SbbIconNameMixin",
76561
+ "module": "icon/icon-name-mixin.js"
76562
+ }
76563
+ }
76564
+ ],
76565
+ "mixins": [
76566
+ {
76567
+ "name": "SbbIconNameMixin",
76568
+ "module": "icon.js"
76569
+ }
76570
+ ],
76571
+ "parameters": [
76572
+ {
76573
+ "name": "superClass",
76574
+ "type": {
76575
+ "text": "T"
76576
+ }
76577
+ }
76578
+ ]
76579
+ }
76580
+ ],
76581
+ "exports": [
76582
+ {
76583
+ "kind": "js",
76584
+ "name": "SbbHeaderActionCommonElementMixinType",
76585
+ "declaration": {
76586
+ "name": "SbbHeaderActionCommonElementMixinType",
76587
+ "module": "header/common/header-action-common.js"
76588
+ }
76589
+ },
76590
+ {
76591
+ "kind": "js",
76592
+ "name": "SbbHeaderActionCommonElementMixin",
76593
+ "declaration": {
76594
+ "name": "SbbHeaderActionCommonElementMixin",
76595
+ "module": "header/common/header-action-common.js"
76596
+ }
76597
+ }
76598
+ ]
76599
+ },
76600
76600
  {
76601
76601
  "kind": "javascript-module",
76602
76602
  "path": "header/header/header.component.js",
@@ -109798,6 +109798,336 @@
109798
109798
  }
109799
109799
  ]
109800
109800
  },
109801
+ {
109802
+ "kind": "javascript-module",
109803
+ "path": "toggle/toggle-option/toggle-option.component.js",
109804
+ "declarations": [
109805
+ {
109806
+ "kind": "class",
109807
+ "description": "It displays a toggle option within a `sbb-toggle`.",
109808
+ "name": "SbbToggleOptionElement",
109809
+ "slots": [
109810
+ {
109811
+ "description": "Use the unnamed slot to add content to the label of the toggle option.",
109812
+ "name": ""
109813
+ },
109814
+ {
109815
+ "description": "Slot used to render the `sbb-icon`.",
109816
+ "name": "icon"
109817
+ }
109818
+ ],
109819
+ "members": [
109820
+ {
109821
+ "kind": "field",
109822
+ "name": "role",
109823
+ "type": {
109824
+ "text": "string"
109825
+ },
109826
+ "privacy": "public",
109827
+ "static": true,
109828
+ "readonly": true,
109829
+ "default": "'radio'"
109830
+ },
109831
+ {
109832
+ "kind": "field",
109833
+ "name": "checked",
109834
+ "type": {
109835
+ "text": "boolean"
109836
+ },
109837
+ "privacy": "public",
109838
+ "default": "false",
109839
+ "description": "Whether the toggle-option is checked.",
109840
+ "attribute": "checked",
109841
+ "reflects": true
109842
+ },
109843
+ {
109844
+ "kind": "field",
109845
+ "name": "value",
109846
+ "type": {
109847
+ "text": "(T = string) | null"
109848
+ },
109849
+ "privacy": "public",
109850
+ "default": "null",
109851
+ "description": "Value of toggle-option.",
109852
+ "attribute": "value"
109853
+ },
109854
+ {
109855
+ "kind": "field",
109856
+ "name": "_toggle",
109857
+ "type": {
109858
+ "text": "SbbToggleElement | null"
109859
+ },
109860
+ "privacy": "private",
109861
+ "default": "null"
109862
+ },
109863
+ {
109864
+ "kind": "method",
109865
+ "name": "_uncheckOtherOptions",
109866
+ "privacy": "private",
109867
+ "return": {
109868
+ "type": {
109869
+ "text": "void"
109870
+ }
109871
+ }
109872
+ },
109873
+ {
109874
+ "kind": "method",
109875
+ "name": "_handleDisabledChange",
109876
+ "privacy": "private",
109877
+ "return": {
109878
+ "type": {
109879
+ "text": "void"
109880
+ }
109881
+ }
109882
+ },
109883
+ {
109884
+ "kind": "method",
109885
+ "name": "_handleInput",
109886
+ "privacy": "private",
109887
+ "return": {
109888
+ "type": {
109889
+ "text": "void"
109890
+ }
109891
+ }
109892
+ },
109893
+ {
109894
+ "kind": "method",
109895
+ "name": "_verifyTabindex",
109896
+ "privacy": "private",
109897
+ "return": {
109898
+ "type": {
109899
+ "text": "void"
109900
+ }
109901
+ }
109902
+ },
109903
+ {
109904
+ "kind": "field",
109905
+ "name": "disabled",
109906
+ "privacy": "public",
109907
+ "description": "Whether the component is disabled.",
109908
+ "default": "false",
109909
+ "type": {
109910
+ "text": "boolean"
109911
+ },
109912
+ "attribute": "disabled",
109913
+ "reflects": true,
109914
+ "inheritedFrom": {
109915
+ "name": "SbbDisabledMixin",
109916
+ "module": "core/mixins/disabled-mixin.js"
109917
+ }
109918
+ },
109919
+ {
109920
+ "kind": "field",
109921
+ "name": "#disabled",
109922
+ "privacy": "private",
109923
+ "type": {
109924
+ "text": "boolean"
109925
+ },
109926
+ "default": "false",
109927
+ "inheritedFrom": {
109928
+ "name": "SbbDisabledMixin",
109929
+ "module": "core/mixins/disabled-mixin.js"
109930
+ }
109931
+ },
109932
+ {
109933
+ "kind": "method",
109934
+ "name": "isDisabledExternally",
109935
+ "privacy": "protected",
109936
+ "return": {
109937
+ "type": {
109938
+ "text": "boolean"
109939
+ }
109940
+ },
109941
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
109942
+ "inheritedFrom": {
109943
+ "name": "SbbDisabledMixin",
109944
+ "module": "core/mixins/disabled-mixin.js"
109945
+ }
109946
+ },
109947
+ {
109948
+ "kind": "field",
109949
+ "name": "iconName",
109950
+ "type": {
109951
+ "text": "string"
109952
+ },
109953
+ "privacy": "public",
109954
+ "default": "''",
109955
+ "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.",
109956
+ "attribute": "icon-name",
109957
+ "inheritedFrom": {
109958
+ "name": "SbbIconNameMixin",
109959
+ "module": "icon/icon-name-mixin.js"
109960
+ }
109961
+ },
109962
+ {
109963
+ "kind": "method",
109964
+ "name": "renderIconSlot",
109965
+ "privacy": "protected",
109966
+ "return": {
109967
+ "type": {
109968
+ "text": "TemplateResult"
109969
+ }
109970
+ },
109971
+ "parameters": [
109972
+ {
109973
+ "name": "classname",
109974
+ "optional": true,
109975
+ "type": {
109976
+ "text": "string"
109977
+ }
109978
+ }
109979
+ ],
109980
+ "inheritedFrom": {
109981
+ "name": "SbbIconNameMixin",
109982
+ "module": "icon/icon-name-mixin.js"
109983
+ }
109984
+ },
109985
+ {
109986
+ "kind": "method",
109987
+ "name": "renderIconName",
109988
+ "privacy": "protected",
109989
+ "return": {
109990
+ "type": {
109991
+ "text": "string"
109992
+ }
109993
+ },
109994
+ "inheritedFrom": {
109995
+ "name": "SbbIconNameMixin",
109996
+ "module": "icon/icon-name-mixin.js"
109997
+ }
109998
+ },
109999
+ {
110000
+ "kind": "method",
110001
+ "name": "_renderIconName",
110002
+ "privacy": "private",
110003
+ "return": {
110004
+ "type": {
110005
+ "text": "string"
110006
+ }
110007
+ },
110008
+ "inheritedFrom": {
110009
+ "name": "SbbIconNameMixin",
110010
+ "module": "icon/icon-name-mixin.js"
110011
+ }
110012
+ },
110013
+ {
110014
+ "kind": "method",
110015
+ "name": "toggleState",
110016
+ "privacy": "protected",
110017
+ "return": {
110018
+ "type": {
110019
+ "text": "void"
110020
+ }
110021
+ },
110022
+ "parameters": [
110023
+ {
110024
+ "name": "value",
110025
+ "type": {
110026
+ "text": "string"
110027
+ }
110028
+ },
110029
+ {
110030
+ "name": "force",
110031
+ "optional": true,
110032
+ "type": {
110033
+ "text": "boolean"
110034
+ }
110035
+ }
110036
+ ],
110037
+ "inheritedFrom": {
110038
+ "name": "SbbElementInternalsMixin",
110039
+ "module": "core/mixins/element-internals-mixin.js"
110040
+ }
110041
+ }
110042
+ ],
110043
+ "attributes": [
110044
+ {
110045
+ "name": "checked",
110046
+ "type": {
110047
+ "text": "boolean"
110048
+ },
110049
+ "default": "false",
110050
+ "description": "Whether the toggle-option is checked.",
110051
+ "fieldName": "checked"
110052
+ },
110053
+ {
110054
+ "name": "value",
110055
+ "type": {
110056
+ "text": "T | null"
110057
+ },
110058
+ "default": "null",
110059
+ "description": "Value of toggle-option.",
110060
+ "fieldName": "value"
110061
+ },
110062
+ {
110063
+ "name": "disabled",
110064
+ "description": "Whether the component is disabled.",
110065
+ "default": "false",
110066
+ "type": {
110067
+ "text": "boolean"
110068
+ },
110069
+ "fieldName": "disabled",
110070
+ "inheritedFrom": {
110071
+ "name": "SbbDisabledMixin",
110072
+ "module": "core/mixins/disabled-mixin.js"
110073
+ }
110074
+ },
110075
+ {
110076
+ "name": "icon-name",
110077
+ "type": {
110078
+ "text": "string"
110079
+ },
110080
+ "default": "''",
110081
+ "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.",
110082
+ "fieldName": "iconName",
110083
+ "inheritedFrom": {
110084
+ "name": "SbbIconNameMixin",
110085
+ "module": "icon/icon-name-mixin.js"
110086
+ }
110087
+ }
110088
+ ],
110089
+ "mixins": [
110090
+ {
110091
+ "name": "SbbDisabledMixin",
110092
+ "module": "core/mixins.js"
110093
+ },
110094
+ {
110095
+ "name": "SbbIconNameMixin",
110096
+ "module": "icon.js"
110097
+ },
110098
+ {
110099
+ "name": "SbbElementInternalsMixin",
110100
+ "module": "core/mixins.js"
110101
+ }
110102
+ ],
110103
+ "superclass": {
110104
+ "name": "LitElement",
110105
+ "package": "lit"
110106
+ },
110107
+ "classGenerics": "T = string",
110108
+ "tagName": "sbb-toggle-option",
110109
+ "customElement": true
110110
+ }
110111
+ ],
110112
+ "exports": [
110113
+ {
110114
+ "kind": "js",
110115
+ "name": "SbbToggleOptionElement",
110116
+ "declaration": {
110117
+ "name": "SbbToggleOptionElement",
110118
+ "module": "toggle/toggle-option/toggle-option.component.js"
110119
+ }
110120
+ },
110121
+ {
110122
+ "kind": "custom-element-definition",
110123
+ "name": "sbb-toggle-option",
110124
+ "declaration": {
110125
+ "name": "SbbToggleOptionElement",
110126
+ "module": "toggle/toggle-option/toggle-option.component.js"
110127
+ }
110128
+ }
110129
+ ]
110130
+ },
109801
110131
  {
109802
110132
  "kind": "javascript-module",
109803
110133
  "path": "toggle/toggle/toggle.component.js",
@@ -110488,336 +110818,6 @@
110488
110818
  }
110489
110819
  ]
110490
110820
  },
110491
- {
110492
- "kind": "javascript-module",
110493
- "path": "toggle/toggle-option/toggle-option.component.js",
110494
- "declarations": [
110495
- {
110496
- "kind": "class",
110497
- "description": "It displays a toggle option within a `sbb-toggle`.",
110498
- "name": "SbbToggleOptionElement",
110499
- "slots": [
110500
- {
110501
- "description": "Use the unnamed slot to add content to the label of the toggle option.",
110502
- "name": ""
110503
- },
110504
- {
110505
- "description": "Slot used to render the `sbb-icon`.",
110506
- "name": "icon"
110507
- }
110508
- ],
110509
- "members": [
110510
- {
110511
- "kind": "field",
110512
- "name": "role",
110513
- "type": {
110514
- "text": "string"
110515
- },
110516
- "privacy": "public",
110517
- "static": true,
110518
- "readonly": true,
110519
- "default": "'radio'"
110520
- },
110521
- {
110522
- "kind": "field",
110523
- "name": "checked",
110524
- "type": {
110525
- "text": "boolean"
110526
- },
110527
- "privacy": "public",
110528
- "default": "false",
110529
- "description": "Whether the toggle-option is checked.",
110530
- "attribute": "checked",
110531
- "reflects": true
110532
- },
110533
- {
110534
- "kind": "field",
110535
- "name": "value",
110536
- "type": {
110537
- "text": "(T = string) | null"
110538
- },
110539
- "privacy": "public",
110540
- "default": "null",
110541
- "description": "Value of toggle-option.",
110542
- "attribute": "value"
110543
- },
110544
- {
110545
- "kind": "field",
110546
- "name": "_toggle",
110547
- "type": {
110548
- "text": "SbbToggleElement | null"
110549
- },
110550
- "privacy": "private",
110551
- "default": "null"
110552
- },
110553
- {
110554
- "kind": "method",
110555
- "name": "_uncheckOtherOptions",
110556
- "privacy": "private",
110557
- "return": {
110558
- "type": {
110559
- "text": "void"
110560
- }
110561
- }
110562
- },
110563
- {
110564
- "kind": "method",
110565
- "name": "_handleDisabledChange",
110566
- "privacy": "private",
110567
- "return": {
110568
- "type": {
110569
- "text": "void"
110570
- }
110571
- }
110572
- },
110573
- {
110574
- "kind": "method",
110575
- "name": "_handleInput",
110576
- "privacy": "private",
110577
- "return": {
110578
- "type": {
110579
- "text": "void"
110580
- }
110581
- }
110582
- },
110583
- {
110584
- "kind": "method",
110585
- "name": "_verifyTabindex",
110586
- "privacy": "private",
110587
- "return": {
110588
- "type": {
110589
- "text": "void"
110590
- }
110591
- }
110592
- },
110593
- {
110594
- "kind": "field",
110595
- "name": "disabled",
110596
- "privacy": "public",
110597
- "description": "Whether the component is disabled.",
110598
- "default": "false",
110599
- "type": {
110600
- "text": "boolean"
110601
- },
110602
- "attribute": "disabled",
110603
- "reflects": true,
110604
- "inheritedFrom": {
110605
- "name": "SbbDisabledMixin",
110606
- "module": "core/mixins/disabled-mixin.js"
110607
- }
110608
- },
110609
- {
110610
- "kind": "field",
110611
- "name": "#disabled",
110612
- "privacy": "private",
110613
- "type": {
110614
- "text": "boolean"
110615
- },
110616
- "default": "false",
110617
- "inheritedFrom": {
110618
- "name": "SbbDisabledMixin",
110619
- "module": "core/mixins/disabled-mixin.js"
110620
- }
110621
- },
110622
- {
110623
- "kind": "method",
110624
- "name": "isDisabledExternally",
110625
- "privacy": "protected",
110626
- "return": {
110627
- "type": {
110628
- "text": "boolean"
110629
- }
110630
- },
110631
- "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
110632
- "inheritedFrom": {
110633
- "name": "SbbDisabledMixin",
110634
- "module": "core/mixins/disabled-mixin.js"
110635
- }
110636
- },
110637
- {
110638
- "kind": "field",
110639
- "name": "iconName",
110640
- "type": {
110641
- "text": "string"
110642
- },
110643
- "privacy": "public",
110644
- "default": "''",
110645
- "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.",
110646
- "attribute": "icon-name",
110647
- "inheritedFrom": {
110648
- "name": "SbbIconNameMixin",
110649
- "module": "icon/icon-name-mixin.js"
110650
- }
110651
- },
110652
- {
110653
- "kind": "method",
110654
- "name": "renderIconSlot",
110655
- "privacy": "protected",
110656
- "return": {
110657
- "type": {
110658
- "text": "TemplateResult"
110659
- }
110660
- },
110661
- "parameters": [
110662
- {
110663
- "name": "classname",
110664
- "optional": true,
110665
- "type": {
110666
- "text": "string"
110667
- }
110668
- }
110669
- ],
110670
- "inheritedFrom": {
110671
- "name": "SbbIconNameMixin",
110672
- "module": "icon/icon-name-mixin.js"
110673
- }
110674
- },
110675
- {
110676
- "kind": "method",
110677
- "name": "renderIconName",
110678
- "privacy": "protected",
110679
- "return": {
110680
- "type": {
110681
- "text": "string"
110682
- }
110683
- },
110684
- "inheritedFrom": {
110685
- "name": "SbbIconNameMixin",
110686
- "module": "icon/icon-name-mixin.js"
110687
- }
110688
- },
110689
- {
110690
- "kind": "method",
110691
- "name": "_renderIconName",
110692
- "privacy": "private",
110693
- "return": {
110694
- "type": {
110695
- "text": "string"
110696
- }
110697
- },
110698
- "inheritedFrom": {
110699
- "name": "SbbIconNameMixin",
110700
- "module": "icon/icon-name-mixin.js"
110701
- }
110702
- },
110703
- {
110704
- "kind": "method",
110705
- "name": "toggleState",
110706
- "privacy": "protected",
110707
- "return": {
110708
- "type": {
110709
- "text": "void"
110710
- }
110711
- },
110712
- "parameters": [
110713
- {
110714
- "name": "value",
110715
- "type": {
110716
- "text": "string"
110717
- }
110718
- },
110719
- {
110720
- "name": "force",
110721
- "optional": true,
110722
- "type": {
110723
- "text": "boolean"
110724
- }
110725
- }
110726
- ],
110727
- "inheritedFrom": {
110728
- "name": "SbbElementInternalsMixin",
110729
- "module": "core/mixins/element-internals-mixin.js"
110730
- }
110731
- }
110732
- ],
110733
- "attributes": [
110734
- {
110735
- "name": "checked",
110736
- "type": {
110737
- "text": "boolean"
110738
- },
110739
- "default": "false",
110740
- "description": "Whether the toggle-option is checked.",
110741
- "fieldName": "checked"
110742
- },
110743
- {
110744
- "name": "value",
110745
- "type": {
110746
- "text": "T | null"
110747
- },
110748
- "default": "null",
110749
- "description": "Value of toggle-option.",
110750
- "fieldName": "value"
110751
- },
110752
- {
110753
- "name": "disabled",
110754
- "description": "Whether the component is disabled.",
110755
- "default": "false",
110756
- "type": {
110757
- "text": "boolean"
110758
- },
110759
- "fieldName": "disabled",
110760
- "inheritedFrom": {
110761
- "name": "SbbDisabledMixin",
110762
- "module": "core/mixins/disabled-mixin.js"
110763
- }
110764
- },
110765
- {
110766
- "name": "icon-name",
110767
- "type": {
110768
- "text": "string"
110769
- },
110770
- "default": "''",
110771
- "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.",
110772
- "fieldName": "iconName",
110773
- "inheritedFrom": {
110774
- "name": "SbbIconNameMixin",
110775
- "module": "icon/icon-name-mixin.js"
110776
- }
110777
- }
110778
- ],
110779
- "mixins": [
110780
- {
110781
- "name": "SbbDisabledMixin",
110782
- "module": "core/mixins.js"
110783
- },
110784
- {
110785
- "name": "SbbIconNameMixin",
110786
- "module": "icon.js"
110787
- },
110788
- {
110789
- "name": "SbbElementInternalsMixin",
110790
- "module": "core/mixins.js"
110791
- }
110792
- ],
110793
- "superclass": {
110794
- "name": "LitElement",
110795
- "package": "lit"
110796
- },
110797
- "classGenerics": "T = string",
110798
- "tagName": "sbb-toggle-option",
110799
- "customElement": true
110800
- }
110801
- ],
110802
- "exports": [
110803
- {
110804
- "kind": "js",
110805
- "name": "SbbToggleOptionElement",
110806
- "declaration": {
110807
- "name": "SbbToggleOptionElement",
110808
- "module": "toggle/toggle-option/toggle-option.component.js"
110809
- }
110810
- },
110811
- {
110812
- "kind": "custom-element-definition",
110813
- "name": "sbb-toggle-option",
110814
- "declaration": {
110815
- "name": "SbbToggleOptionElement",
110816
- "module": "toggle/toggle-option/toggle-option.component.js"
110817
- }
110818
- }
110819
- ]
110820
- },
110821
110821
  {
110822
110822
  "kind": "javascript-module",
110823
110823
  "path": "train/train/train.component.js",