@sbb-esta/lyne-elements-dev 4.6.0-dev.1772035308 → 4.6.0-dev.1772036894
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/autocomplete/autocomplete-base-element.js +36 -31
- package/custom-elements.json +369 -345
- package/development/autocomplete/autocomplete-base-element.d.ts +2 -0
- package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
- package/development/autocomplete/autocomplete-base-element.js +24 -9
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -2616,6 +2616,16 @@
|
|
|
2616
2616
|
"default": "null",
|
|
2617
2617
|
"description": "Tracks input from keyboard."
|
|
2618
2618
|
},
|
|
2619
|
+
{
|
|
2620
|
+
"kind": "field",
|
|
2621
|
+
"name": "_isCustomChangeEvent",
|
|
2622
|
+
"type": {
|
|
2623
|
+
"text": "boolean"
|
|
2624
|
+
},
|
|
2625
|
+
"privacy": "private",
|
|
2626
|
+
"default": "false",
|
|
2627
|
+
"description": "If true, the 'change' event source is an option selection or a 'requireSelection' field cleanup"
|
|
2628
|
+
},
|
|
2619
2629
|
{
|
|
2620
2630
|
"kind": "field",
|
|
2621
2631
|
"name": "options",
|
|
@@ -4002,6 +4012,20 @@
|
|
|
4002
4012
|
"module": "autocomplete/autocomplete-base-element.js"
|
|
4003
4013
|
}
|
|
4004
4014
|
},
|
|
4015
|
+
{
|
|
4016
|
+
"kind": "field",
|
|
4017
|
+
"name": "_isCustomChangeEvent",
|
|
4018
|
+
"type": {
|
|
4019
|
+
"text": "boolean"
|
|
4020
|
+
},
|
|
4021
|
+
"privacy": "private",
|
|
4022
|
+
"default": "false",
|
|
4023
|
+
"description": "If true, the 'change' event source is an option selection or a 'requireSelection' field cleanup",
|
|
4024
|
+
"inheritedFrom": {
|
|
4025
|
+
"name": "SbbAutocompleteBaseElement",
|
|
4026
|
+
"module": "autocomplete/autocomplete-base-element.js"
|
|
4027
|
+
}
|
|
4028
|
+
},
|
|
4005
4029
|
{
|
|
4006
4030
|
"kind": "method",
|
|
4007
4031
|
"name": "open",
|
|
@@ -89688,138 +89712,6 @@
|
|
|
89688
89712
|
}
|
|
89689
89713
|
]
|
|
89690
89714
|
},
|
|
89691
|
-
{
|
|
89692
|
-
"kind": "javascript-module",
|
|
89693
|
-
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
89694
|
-
"declarations": [
|
|
89695
|
-
{
|
|
89696
|
-
"kind": "class",
|
|
89697
|
-
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
89698
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89699
|
-
"slots": [
|
|
89700
|
-
{
|
|
89701
|
-
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
89702
|
-
"name": ""
|
|
89703
|
-
}
|
|
89704
|
-
],
|
|
89705
|
-
"members": [
|
|
89706
|
-
{
|
|
89707
|
-
"kind": "field",
|
|
89708
|
-
"name": "date",
|
|
89709
|
-
"type": {
|
|
89710
|
-
"text": "string"
|
|
89711
|
-
},
|
|
89712
|
-
"privacy": "public",
|
|
89713
|
-
"default": "''",
|
|
89714
|
-
"description": "Date as ISO string (YYYY-MM-DD)",
|
|
89715
|
-
"attribute": "date"
|
|
89716
|
-
},
|
|
89717
|
-
{
|
|
89718
|
-
"kind": "field",
|
|
89719
|
-
"name": "_dateAdapter",
|
|
89720
|
-
"type": {
|
|
89721
|
-
"text": "DateAdapter<T>"
|
|
89722
|
-
},
|
|
89723
|
-
"privacy": "private"
|
|
89724
|
-
},
|
|
89725
|
-
{
|
|
89726
|
-
"kind": "field",
|
|
89727
|
-
"name": "_monthNames",
|
|
89728
|
-
"privacy": "private"
|
|
89729
|
-
},
|
|
89730
|
-
{
|
|
89731
|
-
"kind": "field",
|
|
89732
|
-
"name": "_monthLabel",
|
|
89733
|
-
"type": {
|
|
89734
|
-
"text": "string | null"
|
|
89735
|
-
},
|
|
89736
|
-
"privacy": "private",
|
|
89737
|
-
"default": "null"
|
|
89738
|
-
},
|
|
89739
|
-
{
|
|
89740
|
-
"kind": "field",
|
|
89741
|
-
"name": "_yearLabel",
|
|
89742
|
-
"type": {
|
|
89743
|
-
"text": "string | null"
|
|
89744
|
-
},
|
|
89745
|
-
"privacy": "private",
|
|
89746
|
-
"default": "null"
|
|
89747
|
-
},
|
|
89748
|
-
{
|
|
89749
|
-
"kind": "method",
|
|
89750
|
-
"name": "toggleState",
|
|
89751
|
-
"privacy": "protected",
|
|
89752
|
-
"return": {
|
|
89753
|
-
"type": {
|
|
89754
|
-
"text": "void"
|
|
89755
|
-
}
|
|
89756
|
-
},
|
|
89757
|
-
"parameters": [
|
|
89758
|
-
{
|
|
89759
|
-
"name": "value",
|
|
89760
|
-
"type": {
|
|
89761
|
-
"text": "string"
|
|
89762
|
-
}
|
|
89763
|
-
},
|
|
89764
|
-
{
|
|
89765
|
-
"name": "force",
|
|
89766
|
-
"optional": true,
|
|
89767
|
-
"type": {
|
|
89768
|
-
"text": "boolean"
|
|
89769
|
-
}
|
|
89770
|
-
}
|
|
89771
|
-
],
|
|
89772
|
-
"inheritedFrom": {
|
|
89773
|
-
"name": "SbbElementInternalsMixin",
|
|
89774
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
89775
|
-
}
|
|
89776
|
-
}
|
|
89777
|
-
],
|
|
89778
|
-
"attributes": [
|
|
89779
|
-
{
|
|
89780
|
-
"name": "date",
|
|
89781
|
-
"type": {
|
|
89782
|
-
"text": "string"
|
|
89783
|
-
},
|
|
89784
|
-
"default": "''",
|
|
89785
|
-
"description": "Date as ISO string (YYYY-MM-DD)",
|
|
89786
|
-
"fieldName": "date"
|
|
89787
|
-
}
|
|
89788
|
-
],
|
|
89789
|
-
"mixins": [
|
|
89790
|
-
{
|
|
89791
|
-
"name": "SbbElementInternalsMixin",
|
|
89792
|
-
"module": "core/mixins.js"
|
|
89793
|
-
}
|
|
89794
|
-
],
|
|
89795
|
-
"superclass": {
|
|
89796
|
-
"name": "LitElement",
|
|
89797
|
-
"package": "lit"
|
|
89798
|
-
},
|
|
89799
|
-
"classGenerics": "T = Date",
|
|
89800
|
-
"tagName": "sbb-mini-calendar-month",
|
|
89801
|
-
"customElement": true
|
|
89802
|
-
}
|
|
89803
|
-
],
|
|
89804
|
-
"exports": [
|
|
89805
|
-
{
|
|
89806
|
-
"kind": "js",
|
|
89807
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89808
|
-
"declaration": {
|
|
89809
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89810
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
89811
|
-
}
|
|
89812
|
-
},
|
|
89813
|
-
{
|
|
89814
|
-
"kind": "custom-element-definition",
|
|
89815
|
-
"name": "sbb-mini-calendar-month",
|
|
89816
|
-
"declaration": {
|
|
89817
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89818
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
89819
|
-
}
|
|
89820
|
-
}
|
|
89821
|
-
]
|
|
89822
|
-
},
|
|
89823
89715
|
{
|
|
89824
89716
|
"kind": "javascript-module",
|
|
89825
89717
|
"path": "navigation/common/navigation-action-common.js",
|
|
@@ -89990,6 +89882,138 @@
|
|
|
89990
89882
|
}
|
|
89991
89883
|
]
|
|
89992
89884
|
},
|
|
89885
|
+
{
|
|
89886
|
+
"kind": "javascript-module",
|
|
89887
|
+
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
89888
|
+
"declarations": [
|
|
89889
|
+
{
|
|
89890
|
+
"kind": "class",
|
|
89891
|
+
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
89892
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
89893
|
+
"slots": [
|
|
89894
|
+
{
|
|
89895
|
+
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
89896
|
+
"name": ""
|
|
89897
|
+
}
|
|
89898
|
+
],
|
|
89899
|
+
"members": [
|
|
89900
|
+
{
|
|
89901
|
+
"kind": "field",
|
|
89902
|
+
"name": "date",
|
|
89903
|
+
"type": {
|
|
89904
|
+
"text": "string"
|
|
89905
|
+
},
|
|
89906
|
+
"privacy": "public",
|
|
89907
|
+
"default": "''",
|
|
89908
|
+
"description": "Date as ISO string (YYYY-MM-DD)",
|
|
89909
|
+
"attribute": "date"
|
|
89910
|
+
},
|
|
89911
|
+
{
|
|
89912
|
+
"kind": "field",
|
|
89913
|
+
"name": "_dateAdapter",
|
|
89914
|
+
"type": {
|
|
89915
|
+
"text": "DateAdapter<T>"
|
|
89916
|
+
},
|
|
89917
|
+
"privacy": "private"
|
|
89918
|
+
},
|
|
89919
|
+
{
|
|
89920
|
+
"kind": "field",
|
|
89921
|
+
"name": "_monthNames",
|
|
89922
|
+
"privacy": "private"
|
|
89923
|
+
},
|
|
89924
|
+
{
|
|
89925
|
+
"kind": "field",
|
|
89926
|
+
"name": "_monthLabel",
|
|
89927
|
+
"type": {
|
|
89928
|
+
"text": "string | null"
|
|
89929
|
+
},
|
|
89930
|
+
"privacy": "private",
|
|
89931
|
+
"default": "null"
|
|
89932
|
+
},
|
|
89933
|
+
{
|
|
89934
|
+
"kind": "field",
|
|
89935
|
+
"name": "_yearLabel",
|
|
89936
|
+
"type": {
|
|
89937
|
+
"text": "string | null"
|
|
89938
|
+
},
|
|
89939
|
+
"privacy": "private",
|
|
89940
|
+
"default": "null"
|
|
89941
|
+
},
|
|
89942
|
+
{
|
|
89943
|
+
"kind": "method",
|
|
89944
|
+
"name": "toggleState",
|
|
89945
|
+
"privacy": "protected",
|
|
89946
|
+
"return": {
|
|
89947
|
+
"type": {
|
|
89948
|
+
"text": "void"
|
|
89949
|
+
}
|
|
89950
|
+
},
|
|
89951
|
+
"parameters": [
|
|
89952
|
+
{
|
|
89953
|
+
"name": "value",
|
|
89954
|
+
"type": {
|
|
89955
|
+
"text": "string"
|
|
89956
|
+
}
|
|
89957
|
+
},
|
|
89958
|
+
{
|
|
89959
|
+
"name": "force",
|
|
89960
|
+
"optional": true,
|
|
89961
|
+
"type": {
|
|
89962
|
+
"text": "boolean"
|
|
89963
|
+
}
|
|
89964
|
+
}
|
|
89965
|
+
],
|
|
89966
|
+
"inheritedFrom": {
|
|
89967
|
+
"name": "SbbElementInternalsMixin",
|
|
89968
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
89969
|
+
}
|
|
89970
|
+
}
|
|
89971
|
+
],
|
|
89972
|
+
"attributes": [
|
|
89973
|
+
{
|
|
89974
|
+
"name": "date",
|
|
89975
|
+
"type": {
|
|
89976
|
+
"text": "string"
|
|
89977
|
+
},
|
|
89978
|
+
"default": "''",
|
|
89979
|
+
"description": "Date as ISO string (YYYY-MM-DD)",
|
|
89980
|
+
"fieldName": "date"
|
|
89981
|
+
}
|
|
89982
|
+
],
|
|
89983
|
+
"mixins": [
|
|
89984
|
+
{
|
|
89985
|
+
"name": "SbbElementInternalsMixin",
|
|
89986
|
+
"module": "core/mixins.js"
|
|
89987
|
+
}
|
|
89988
|
+
],
|
|
89989
|
+
"superclass": {
|
|
89990
|
+
"name": "LitElement",
|
|
89991
|
+
"package": "lit"
|
|
89992
|
+
},
|
|
89993
|
+
"classGenerics": "T = Date",
|
|
89994
|
+
"tagName": "sbb-mini-calendar-month",
|
|
89995
|
+
"customElement": true
|
|
89996
|
+
}
|
|
89997
|
+
],
|
|
89998
|
+
"exports": [
|
|
89999
|
+
{
|
|
90000
|
+
"kind": "js",
|
|
90001
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90002
|
+
"declaration": {
|
|
90003
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90004
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
90005
|
+
}
|
|
90006
|
+
},
|
|
90007
|
+
{
|
|
90008
|
+
"kind": "custom-element-definition",
|
|
90009
|
+
"name": "sbb-mini-calendar-month",
|
|
90010
|
+
"declaration": {
|
|
90011
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90012
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
90013
|
+
}
|
|
90014
|
+
}
|
|
90015
|
+
]
|
|
90016
|
+
},
|
|
89993
90017
|
{
|
|
89994
90018
|
"kind": "javascript-module",
|
|
89995
90019
|
"path": "navigation/navigation/navigation.component.js",
|
|
@@ -108089,219 +108113,6 @@
|
|
|
108089
108113
|
}
|
|
108090
108114
|
]
|
|
108091
108115
|
},
|
|
108092
|
-
{
|
|
108093
|
-
"kind": "javascript-module",
|
|
108094
|
-
"path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
|
|
108095
|
-
"declarations": [
|
|
108096
|
-
{
|
|
108097
|
-
"kind": "class",
|
|
108098
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product.",
|
|
108099
|
-
"name": "SbbTeaserProductStaticElement",
|
|
108100
|
-
"cssProperties": [
|
|
108101
|
-
{
|
|
108102
|
-
"description": "At which percentage the background should start getting transparent.",
|
|
108103
|
-
"name": "--sbb-teaser-product-background-gradient-start",
|
|
108104
|
-
"default": "25%"
|
|
108105
|
-
},
|
|
108106
|
-
{
|
|
108107
|
-
"description": "At which percentage the background should be fully transparent.",
|
|
108108
|
-
"name": "--sbb-teaser-product-background-gradient-end",
|
|
108109
|
-
"default": "75%"
|
|
108110
|
-
}
|
|
108111
|
-
],
|
|
108112
|
-
"slots": [
|
|
108113
|
-
{
|
|
108114
|
-
"description": "Use this slot to provide the main content.",
|
|
108115
|
-
"name": ""
|
|
108116
|
-
},
|
|
108117
|
-
{
|
|
108118
|
-
"description": "Use this slot to provide an image or a `sbb-image` as a background.",
|
|
108119
|
-
"name": "image"
|
|
108120
|
-
},
|
|
108121
|
-
{
|
|
108122
|
-
"description": "Use this slot to provide a footnote.",
|
|
108123
|
-
"name": "footnote"
|
|
108124
|
-
}
|
|
108125
|
-
],
|
|
108126
|
-
"members": [
|
|
108127
|
-
{
|
|
108128
|
-
"kind": "field",
|
|
108129
|
-
"name": "imageAlignment",
|
|
108130
|
-
"type": {
|
|
108131
|
-
"text": "'after' | 'before'"
|
|
108132
|
-
},
|
|
108133
|
-
"privacy": "public",
|
|
108134
|
-
"default": "'after'",
|
|
108135
|
-
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
108136
|
-
"attribute": "image-alignment",
|
|
108137
|
-
"reflects": true,
|
|
108138
|
-
"inheritedFrom": {
|
|
108139
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
108140
|
-
"module": "teaser-product/common/teaser-product-common.js"
|
|
108141
|
-
}
|
|
108142
|
-
},
|
|
108143
|
-
{
|
|
108144
|
-
"kind": "method",
|
|
108145
|
-
"name": "renderTemplate",
|
|
108146
|
-
"privacy": "protected",
|
|
108147
|
-
"return": {
|
|
108148
|
-
"type": {
|
|
108149
|
-
"text": "TemplateResult"
|
|
108150
|
-
}
|
|
108151
|
-
},
|
|
108152
|
-
"description": "Override this method to render the component template.",
|
|
108153
|
-
"inheritedFrom": {
|
|
108154
|
-
"name": "SbbActionBaseElement",
|
|
108155
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108156
|
-
}
|
|
108157
|
-
},
|
|
108158
|
-
{
|
|
108159
|
-
"kind": "field",
|
|
108160
|
-
"name": "negative",
|
|
108161
|
-
"type": {
|
|
108162
|
-
"text": "boolean"
|
|
108163
|
-
},
|
|
108164
|
-
"privacy": "public",
|
|
108165
|
-
"default": "false",
|
|
108166
|
-
"description": "Negative coloring variant flag.",
|
|
108167
|
-
"attribute": "negative",
|
|
108168
|
-
"reflects": true,
|
|
108169
|
-
"inheritedFrom": {
|
|
108170
|
-
"name": "SbbNegativeMixin",
|
|
108171
|
-
"module": "core/mixins/negative-mixin.js"
|
|
108172
|
-
}
|
|
108173
|
-
},
|
|
108174
|
-
{
|
|
108175
|
-
"kind": "method",
|
|
108176
|
-
"name": "toggleState",
|
|
108177
|
-
"privacy": "protected",
|
|
108178
|
-
"return": {
|
|
108179
|
-
"type": {
|
|
108180
|
-
"text": "void"
|
|
108181
|
-
}
|
|
108182
|
-
},
|
|
108183
|
-
"parameters": [
|
|
108184
|
-
{
|
|
108185
|
-
"name": "value",
|
|
108186
|
-
"type": {
|
|
108187
|
-
"text": "string"
|
|
108188
|
-
}
|
|
108189
|
-
},
|
|
108190
|
-
{
|
|
108191
|
-
"name": "force",
|
|
108192
|
-
"optional": true,
|
|
108193
|
-
"type": {
|
|
108194
|
-
"text": "boolean"
|
|
108195
|
-
}
|
|
108196
|
-
}
|
|
108197
|
-
],
|
|
108198
|
-
"inheritedFrom": {
|
|
108199
|
-
"name": "SbbActionBaseElement",
|
|
108200
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108201
|
-
}
|
|
108202
|
-
},
|
|
108203
|
-
{
|
|
108204
|
-
"kind": "field",
|
|
108205
|
-
"name": "maybeDisabled",
|
|
108206
|
-
"type": {
|
|
108207
|
-
"text": "boolean | undefined"
|
|
108208
|
-
},
|
|
108209
|
-
"privacy": "protected",
|
|
108210
|
-
"readonly": true,
|
|
108211
|
-
"inheritedFrom": {
|
|
108212
|
-
"name": "SbbActionBaseElement",
|
|
108213
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108214
|
-
}
|
|
108215
|
-
},
|
|
108216
|
-
{
|
|
108217
|
-
"kind": "field",
|
|
108218
|
-
"name": "maybeDisabledInteractive",
|
|
108219
|
-
"type": {
|
|
108220
|
-
"text": "boolean | undefined"
|
|
108221
|
-
},
|
|
108222
|
-
"privacy": "protected",
|
|
108223
|
-
"readonly": true,
|
|
108224
|
-
"inheritedFrom": {
|
|
108225
|
-
"name": "SbbActionBaseElement",
|
|
108226
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108227
|
-
}
|
|
108228
|
-
},
|
|
108229
|
-
{
|
|
108230
|
-
"kind": "method",
|
|
108231
|
-
"name": "setupBaseEventHandlers",
|
|
108232
|
-
"privacy": "protected",
|
|
108233
|
-
"return": {
|
|
108234
|
-
"type": {
|
|
108235
|
-
"text": "void"
|
|
108236
|
-
}
|
|
108237
|
-
},
|
|
108238
|
-
"inheritedFrom": {
|
|
108239
|
-
"name": "SbbActionBaseElement",
|
|
108240
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108241
|
-
}
|
|
108242
|
-
}
|
|
108243
|
-
],
|
|
108244
|
-
"mixins": [
|
|
108245
|
-
{
|
|
108246
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
108247
|
-
"module": "teaser-product/common.js"
|
|
108248
|
-
}
|
|
108249
|
-
],
|
|
108250
|
-
"superclass": {
|
|
108251
|
-
"name": "SbbActionBaseElement",
|
|
108252
|
-
"module": "core/base-elements.js"
|
|
108253
|
-
},
|
|
108254
|
-
"tagName": "sbb-teaser-product-static",
|
|
108255
|
-
"customElement": true,
|
|
108256
|
-
"attributes": [
|
|
108257
|
-
{
|
|
108258
|
-
"name": "image-alignment",
|
|
108259
|
-
"type": {
|
|
108260
|
-
"text": "'after' | 'before'"
|
|
108261
|
-
},
|
|
108262
|
-
"default": "'after'",
|
|
108263
|
-
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
108264
|
-
"fieldName": "imageAlignment",
|
|
108265
|
-
"inheritedFrom": {
|
|
108266
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
108267
|
-
"module": "teaser-product/common/teaser-product-common.js"
|
|
108268
|
-
}
|
|
108269
|
-
},
|
|
108270
|
-
{
|
|
108271
|
-
"name": "negative",
|
|
108272
|
-
"type": {
|
|
108273
|
-
"text": "boolean"
|
|
108274
|
-
},
|
|
108275
|
-
"default": "false",
|
|
108276
|
-
"description": "Negative coloring variant flag.",
|
|
108277
|
-
"fieldName": "negative",
|
|
108278
|
-
"inheritedFrom": {
|
|
108279
|
-
"name": "SbbNegativeMixin",
|
|
108280
|
-
"module": "core/mixins/negative-mixin.js"
|
|
108281
|
-
}
|
|
108282
|
-
}
|
|
108283
|
-
]
|
|
108284
|
-
}
|
|
108285
|
-
],
|
|
108286
|
-
"exports": [
|
|
108287
|
-
{
|
|
108288
|
-
"kind": "js",
|
|
108289
|
-
"name": "SbbTeaserProductStaticElement",
|
|
108290
|
-
"declaration": {
|
|
108291
|
-
"name": "SbbTeaserProductStaticElement",
|
|
108292
|
-
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
108293
|
-
}
|
|
108294
|
-
},
|
|
108295
|
-
{
|
|
108296
|
-
"kind": "custom-element-definition",
|
|
108297
|
-
"name": "sbb-teaser-product-static",
|
|
108298
|
-
"declaration": {
|
|
108299
|
-
"name": "SbbTeaserProductStaticElement",
|
|
108300
|
-
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
108301
|
-
}
|
|
108302
|
-
}
|
|
108303
|
-
]
|
|
108304
|
-
},
|
|
108305
108116
|
{
|
|
108306
108117
|
"kind": "javascript-module",
|
|
108307
108118
|
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
@@ -108742,6 +108553,219 @@
|
|
|
108742
108553
|
}
|
|
108743
108554
|
]
|
|
108744
108555
|
},
|
|
108556
|
+
{
|
|
108557
|
+
"kind": "javascript-module",
|
|
108558
|
+
"path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
|
|
108559
|
+
"declarations": [
|
|
108560
|
+
{
|
|
108561
|
+
"kind": "class",
|
|
108562
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product.",
|
|
108563
|
+
"name": "SbbTeaserProductStaticElement",
|
|
108564
|
+
"cssProperties": [
|
|
108565
|
+
{
|
|
108566
|
+
"description": "At which percentage the background should start getting transparent.",
|
|
108567
|
+
"name": "--sbb-teaser-product-background-gradient-start",
|
|
108568
|
+
"default": "25%"
|
|
108569
|
+
},
|
|
108570
|
+
{
|
|
108571
|
+
"description": "At which percentage the background should be fully transparent.",
|
|
108572
|
+
"name": "--sbb-teaser-product-background-gradient-end",
|
|
108573
|
+
"default": "75%"
|
|
108574
|
+
}
|
|
108575
|
+
],
|
|
108576
|
+
"slots": [
|
|
108577
|
+
{
|
|
108578
|
+
"description": "Use this slot to provide the main content.",
|
|
108579
|
+
"name": ""
|
|
108580
|
+
},
|
|
108581
|
+
{
|
|
108582
|
+
"description": "Use this slot to provide an image or a `sbb-image` as a background.",
|
|
108583
|
+
"name": "image"
|
|
108584
|
+
},
|
|
108585
|
+
{
|
|
108586
|
+
"description": "Use this slot to provide a footnote.",
|
|
108587
|
+
"name": "footnote"
|
|
108588
|
+
}
|
|
108589
|
+
],
|
|
108590
|
+
"members": [
|
|
108591
|
+
{
|
|
108592
|
+
"kind": "field",
|
|
108593
|
+
"name": "imageAlignment",
|
|
108594
|
+
"type": {
|
|
108595
|
+
"text": "'after' | 'before'"
|
|
108596
|
+
},
|
|
108597
|
+
"privacy": "public",
|
|
108598
|
+
"default": "'after'",
|
|
108599
|
+
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
108600
|
+
"attribute": "image-alignment",
|
|
108601
|
+
"reflects": true,
|
|
108602
|
+
"inheritedFrom": {
|
|
108603
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
108604
|
+
"module": "teaser-product/common/teaser-product-common.js"
|
|
108605
|
+
}
|
|
108606
|
+
},
|
|
108607
|
+
{
|
|
108608
|
+
"kind": "method",
|
|
108609
|
+
"name": "renderTemplate",
|
|
108610
|
+
"privacy": "protected",
|
|
108611
|
+
"return": {
|
|
108612
|
+
"type": {
|
|
108613
|
+
"text": "TemplateResult"
|
|
108614
|
+
}
|
|
108615
|
+
},
|
|
108616
|
+
"description": "Override this method to render the component template.",
|
|
108617
|
+
"inheritedFrom": {
|
|
108618
|
+
"name": "SbbActionBaseElement",
|
|
108619
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108620
|
+
}
|
|
108621
|
+
},
|
|
108622
|
+
{
|
|
108623
|
+
"kind": "field",
|
|
108624
|
+
"name": "negative",
|
|
108625
|
+
"type": {
|
|
108626
|
+
"text": "boolean"
|
|
108627
|
+
},
|
|
108628
|
+
"privacy": "public",
|
|
108629
|
+
"default": "false",
|
|
108630
|
+
"description": "Negative coloring variant flag.",
|
|
108631
|
+
"attribute": "negative",
|
|
108632
|
+
"reflects": true,
|
|
108633
|
+
"inheritedFrom": {
|
|
108634
|
+
"name": "SbbNegativeMixin",
|
|
108635
|
+
"module": "core/mixins/negative-mixin.js"
|
|
108636
|
+
}
|
|
108637
|
+
},
|
|
108638
|
+
{
|
|
108639
|
+
"kind": "method",
|
|
108640
|
+
"name": "toggleState",
|
|
108641
|
+
"privacy": "protected",
|
|
108642
|
+
"return": {
|
|
108643
|
+
"type": {
|
|
108644
|
+
"text": "void"
|
|
108645
|
+
}
|
|
108646
|
+
},
|
|
108647
|
+
"parameters": [
|
|
108648
|
+
{
|
|
108649
|
+
"name": "value",
|
|
108650
|
+
"type": {
|
|
108651
|
+
"text": "string"
|
|
108652
|
+
}
|
|
108653
|
+
},
|
|
108654
|
+
{
|
|
108655
|
+
"name": "force",
|
|
108656
|
+
"optional": true,
|
|
108657
|
+
"type": {
|
|
108658
|
+
"text": "boolean"
|
|
108659
|
+
}
|
|
108660
|
+
}
|
|
108661
|
+
],
|
|
108662
|
+
"inheritedFrom": {
|
|
108663
|
+
"name": "SbbActionBaseElement",
|
|
108664
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108665
|
+
}
|
|
108666
|
+
},
|
|
108667
|
+
{
|
|
108668
|
+
"kind": "field",
|
|
108669
|
+
"name": "maybeDisabled",
|
|
108670
|
+
"type": {
|
|
108671
|
+
"text": "boolean | undefined"
|
|
108672
|
+
},
|
|
108673
|
+
"privacy": "protected",
|
|
108674
|
+
"readonly": true,
|
|
108675
|
+
"inheritedFrom": {
|
|
108676
|
+
"name": "SbbActionBaseElement",
|
|
108677
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108678
|
+
}
|
|
108679
|
+
},
|
|
108680
|
+
{
|
|
108681
|
+
"kind": "field",
|
|
108682
|
+
"name": "maybeDisabledInteractive",
|
|
108683
|
+
"type": {
|
|
108684
|
+
"text": "boolean | undefined"
|
|
108685
|
+
},
|
|
108686
|
+
"privacy": "protected",
|
|
108687
|
+
"readonly": true,
|
|
108688
|
+
"inheritedFrom": {
|
|
108689
|
+
"name": "SbbActionBaseElement",
|
|
108690
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108691
|
+
}
|
|
108692
|
+
},
|
|
108693
|
+
{
|
|
108694
|
+
"kind": "method",
|
|
108695
|
+
"name": "setupBaseEventHandlers",
|
|
108696
|
+
"privacy": "protected",
|
|
108697
|
+
"return": {
|
|
108698
|
+
"type": {
|
|
108699
|
+
"text": "void"
|
|
108700
|
+
}
|
|
108701
|
+
},
|
|
108702
|
+
"inheritedFrom": {
|
|
108703
|
+
"name": "SbbActionBaseElement",
|
|
108704
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108705
|
+
}
|
|
108706
|
+
}
|
|
108707
|
+
],
|
|
108708
|
+
"mixins": [
|
|
108709
|
+
{
|
|
108710
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
108711
|
+
"module": "teaser-product/common.js"
|
|
108712
|
+
}
|
|
108713
|
+
],
|
|
108714
|
+
"superclass": {
|
|
108715
|
+
"name": "SbbActionBaseElement",
|
|
108716
|
+
"module": "core/base-elements.js"
|
|
108717
|
+
},
|
|
108718
|
+
"tagName": "sbb-teaser-product-static",
|
|
108719
|
+
"customElement": true,
|
|
108720
|
+
"attributes": [
|
|
108721
|
+
{
|
|
108722
|
+
"name": "image-alignment",
|
|
108723
|
+
"type": {
|
|
108724
|
+
"text": "'after' | 'before'"
|
|
108725
|
+
},
|
|
108726
|
+
"default": "'after'",
|
|
108727
|
+
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
108728
|
+
"fieldName": "imageAlignment",
|
|
108729
|
+
"inheritedFrom": {
|
|
108730
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
108731
|
+
"module": "teaser-product/common/teaser-product-common.js"
|
|
108732
|
+
}
|
|
108733
|
+
},
|
|
108734
|
+
{
|
|
108735
|
+
"name": "negative",
|
|
108736
|
+
"type": {
|
|
108737
|
+
"text": "boolean"
|
|
108738
|
+
},
|
|
108739
|
+
"default": "false",
|
|
108740
|
+
"description": "Negative coloring variant flag.",
|
|
108741
|
+
"fieldName": "negative",
|
|
108742
|
+
"inheritedFrom": {
|
|
108743
|
+
"name": "SbbNegativeMixin",
|
|
108744
|
+
"module": "core/mixins/negative-mixin.js"
|
|
108745
|
+
}
|
|
108746
|
+
}
|
|
108747
|
+
]
|
|
108748
|
+
}
|
|
108749
|
+
],
|
|
108750
|
+
"exports": [
|
|
108751
|
+
{
|
|
108752
|
+
"kind": "js",
|
|
108753
|
+
"name": "SbbTeaserProductStaticElement",
|
|
108754
|
+
"declaration": {
|
|
108755
|
+
"name": "SbbTeaserProductStaticElement",
|
|
108756
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
108757
|
+
}
|
|
108758
|
+
},
|
|
108759
|
+
{
|
|
108760
|
+
"kind": "custom-element-definition",
|
|
108761
|
+
"name": "sbb-teaser-product-static",
|
|
108762
|
+
"declaration": {
|
|
108763
|
+
"name": "SbbTeaserProductStaticElement",
|
|
108764
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
108765
|
+
}
|
|
108766
|
+
}
|
|
108767
|
+
]
|
|
108768
|
+
},
|
|
108745
108769
|
{
|
|
108746
108770
|
"kind": "javascript-module",
|
|
108747
108771
|
"path": "timetable-form/timetable-form/timetable-form.component.js",
|