@sbb-esta/lyne-elements-dev 4.9.0-dev.1774303107 → 4.9.0-dev.1774354777
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 +269 -269
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -80748,12 +80748,12 @@
|
|
|
80748
80748
|
},
|
|
80749
80749
|
{
|
|
80750
80750
|
"kind": "javascript-module",
|
|
80751
|
-
"path": "datepicker/datepicker-
|
|
80751
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
80752
80752
|
"declarations": [
|
|
80753
80753
|
{
|
|
80754
80754
|
"kind": "class",
|
|
80755
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
80756
|
-
"name": "
|
|
80755
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
80756
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
80757
80757
|
"members": [
|
|
80758
80758
|
{
|
|
80759
80759
|
"kind": "field",
|
|
@@ -80768,7 +80768,7 @@
|
|
|
80768
80768
|
"name": "SbbElement",
|
|
80769
80769
|
"module": "core/base-elements/element.js"
|
|
80770
80770
|
},
|
|
80771
|
-
"default": "'sbb-datepicker-
|
|
80771
|
+
"default": "'sbb-datepicker-previous-day'"
|
|
80772
80772
|
},
|
|
80773
80773
|
{
|
|
80774
80774
|
"kind": "field",
|
|
@@ -80781,7 +80781,7 @@
|
|
|
80781
80781
|
"name": "SbbDatepickerButtonBase",
|
|
80782
80782
|
"module": "datepicker/common/datepicker-button.js"
|
|
80783
80783
|
},
|
|
80784
|
-
"default": "'chevron-small-
|
|
80784
|
+
"default": "'chevron-small-left-small'"
|
|
80785
80785
|
},
|
|
80786
80786
|
{
|
|
80787
80787
|
"kind": "field",
|
|
@@ -80790,7 +80790,7 @@
|
|
|
80790
80790
|
"text": "Record<string, string>"
|
|
80791
80791
|
},
|
|
80792
80792
|
"privacy": "protected",
|
|
80793
|
-
"default": "
|
|
80793
|
+
"default": "i18nPreviousDay",
|
|
80794
80794
|
"inheritedFrom": {
|
|
80795
80795
|
"name": "SbbDatepickerButton",
|
|
80796
80796
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -80803,7 +80803,7 @@
|
|
|
80803
80803
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
80804
80804
|
},
|
|
80805
80805
|
"privacy": "protected",
|
|
80806
|
-
"default": "
|
|
80806
|
+
"default": "i18nSelectPreviousDay",
|
|
80807
80807
|
"inheritedFrom": {
|
|
80808
80808
|
"name": "SbbDatepickerButton",
|
|
80809
80809
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -80833,7 +80833,7 @@
|
|
|
80833
80833
|
},
|
|
80834
80834
|
{
|
|
80835
80835
|
"kind": "method",
|
|
80836
|
-
"name": "
|
|
80836
|
+
"name": "_isBeforeMinDate",
|
|
80837
80837
|
"privacy": "private",
|
|
80838
80838
|
"return": {
|
|
80839
80839
|
"type": {
|
|
@@ -81693,7 +81693,7 @@
|
|
|
81693
81693
|
"name": "SbbDatepickerButton",
|
|
81694
81694
|
"module": "datepicker/common/datepicker-button.js"
|
|
81695
81695
|
},
|
|
81696
|
-
"tagName": "sbb-datepicker-
|
|
81696
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
81697
81697
|
"customElement": true,
|
|
81698
81698
|
"classGenerics": "T = Date",
|
|
81699
81699
|
"attributes": [
|
|
@@ -81779,22 +81779,22 @@
|
|
|
81779
81779
|
"exports": [
|
|
81780
81780
|
{
|
|
81781
81781
|
"kind": "js",
|
|
81782
|
-
"name": "
|
|
81782
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
81783
81783
|
"declaration": {
|
|
81784
|
-
"name": "
|
|
81785
|
-
"module": "datepicker/datepicker-
|
|
81784
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
81785
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
81786
81786
|
}
|
|
81787
81787
|
}
|
|
81788
81788
|
]
|
|
81789
81789
|
},
|
|
81790
81790
|
{
|
|
81791
81791
|
"kind": "javascript-module",
|
|
81792
|
-
"path": "datepicker/datepicker-
|
|
81792
|
+
"path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
|
|
81793
81793
|
"declarations": [
|
|
81794
81794
|
{
|
|
81795
81795
|
"kind": "class",
|
|
81796
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
81797
|
-
"name": "
|
|
81796
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
|
|
81797
|
+
"name": "SbbDatepickerNextDayElement",
|
|
81798
81798
|
"members": [
|
|
81799
81799
|
{
|
|
81800
81800
|
"kind": "field",
|
|
@@ -81809,7 +81809,7 @@
|
|
|
81809
81809
|
"name": "SbbElement",
|
|
81810
81810
|
"module": "core/base-elements/element.js"
|
|
81811
81811
|
},
|
|
81812
|
-
"default": "'sbb-datepicker-
|
|
81812
|
+
"default": "'sbb-datepicker-next-day'"
|
|
81813
81813
|
},
|
|
81814
81814
|
{
|
|
81815
81815
|
"kind": "field",
|
|
@@ -81822,7 +81822,7 @@
|
|
|
81822
81822
|
"name": "SbbDatepickerButtonBase",
|
|
81823
81823
|
"module": "datepicker/common/datepicker-button.js"
|
|
81824
81824
|
},
|
|
81825
|
-
"default": "'chevron-small-
|
|
81825
|
+
"default": "'chevron-small-right-small'"
|
|
81826
81826
|
},
|
|
81827
81827
|
{
|
|
81828
81828
|
"kind": "field",
|
|
@@ -81831,7 +81831,7 @@
|
|
|
81831
81831
|
"text": "Record<string, string>"
|
|
81832
81832
|
},
|
|
81833
81833
|
"privacy": "protected",
|
|
81834
|
-
"default": "
|
|
81834
|
+
"default": "i18nNextDay",
|
|
81835
81835
|
"inheritedFrom": {
|
|
81836
81836
|
"name": "SbbDatepickerButton",
|
|
81837
81837
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81844,7 +81844,7 @@
|
|
|
81844
81844
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
81845
81845
|
},
|
|
81846
81846
|
"privacy": "protected",
|
|
81847
|
-
"default": "
|
|
81847
|
+
"default": "i18nSelectNextDay",
|
|
81848
81848
|
"inheritedFrom": {
|
|
81849
81849
|
"name": "SbbDatepickerButton",
|
|
81850
81850
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81874,7 +81874,7 @@
|
|
|
81874
81874
|
},
|
|
81875
81875
|
{
|
|
81876
81876
|
"kind": "method",
|
|
81877
|
-
"name": "
|
|
81877
|
+
"name": "_isAfterMaxDate",
|
|
81878
81878
|
"privacy": "private",
|
|
81879
81879
|
"return": {
|
|
81880
81880
|
"type": {
|
|
@@ -82734,7 +82734,7 @@
|
|
|
82734
82734
|
"name": "SbbDatepickerButton",
|
|
82735
82735
|
"module": "datepicker/common/datepicker-button.js"
|
|
82736
82736
|
},
|
|
82737
|
-
"tagName": "sbb-datepicker-
|
|
82737
|
+
"tagName": "sbb-datepicker-next-day",
|
|
82738
82738
|
"customElement": true,
|
|
82739
82739
|
"classGenerics": "T = Date",
|
|
82740
82740
|
"attributes": [
|
|
@@ -82820,10 +82820,10 @@
|
|
|
82820
82820
|
"exports": [
|
|
82821
82821
|
{
|
|
82822
82822
|
"kind": "js",
|
|
82823
|
-
"name": "
|
|
82823
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82824
82824
|
"declaration": {
|
|
82825
|
-
"name": "
|
|
82826
|
-
"module": "datepicker/datepicker-
|
|
82825
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82826
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
|
|
82827
82827
|
}
|
|
82828
82828
|
}
|
|
82829
82829
|
]
|
|
@@ -127019,12 +127019,12 @@
|
|
|
127019
127019
|
},
|
|
127020
127020
|
{
|
|
127021
127021
|
"kind": "javascript-module",
|
|
127022
|
-
"path": "teaser-product/teaser-product
|
|
127022
|
+
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
127023
127023
|
"declarations": [
|
|
127024
127024
|
{
|
|
127025
127025
|
"kind": "class",
|
|
127026
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product
|
|
127027
|
-
"name": "
|
|
127026
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product",
|
|
127027
|
+
"name": "SbbTeaserProductElement",
|
|
127028
127028
|
"cssProperties": [
|
|
127029
127029
|
{
|
|
127030
127030
|
"description": "At which percentage the background should start getting transparent.",
|
|
@@ -127065,7 +127065,7 @@
|
|
|
127065
127065
|
"name": "SbbElement",
|
|
127066
127066
|
"module": "core/base-elements/element.js"
|
|
127067
127067
|
},
|
|
127068
|
-
"default": "'sbb-teaser-product
|
|
127068
|
+
"default": "'sbb-teaser-product'"
|
|
127069
127069
|
},
|
|
127070
127070
|
{
|
|
127071
127071
|
"kind": "field",
|
|
@@ -127114,6 +127114,155 @@
|
|
|
127114
127114
|
"module": "core/mixins/negative-mixin.js"
|
|
127115
127115
|
}
|
|
127116
127116
|
},
|
|
127117
|
+
{
|
|
127118
|
+
"kind": "field",
|
|
127119
|
+
"name": "href",
|
|
127120
|
+
"type": {
|
|
127121
|
+
"text": "string"
|
|
127122
|
+
},
|
|
127123
|
+
"privacy": "public",
|
|
127124
|
+
"default": "''",
|
|
127125
|
+
"description": "The href value you want to link to.",
|
|
127126
|
+
"attribute": "href",
|
|
127127
|
+
"reflects": true,
|
|
127128
|
+
"inheritedFrom": {
|
|
127129
|
+
"name": "SbbLinkBaseElement",
|
|
127130
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127131
|
+
}
|
|
127132
|
+
},
|
|
127133
|
+
{
|
|
127134
|
+
"kind": "field",
|
|
127135
|
+
"name": "target",
|
|
127136
|
+
"type": {
|
|
127137
|
+
"text": "LinkTargetType | string"
|
|
127138
|
+
},
|
|
127139
|
+
"privacy": "public",
|
|
127140
|
+
"default": "''",
|
|
127141
|
+
"description": "Where to display the linked URL.",
|
|
127142
|
+
"attribute": "target",
|
|
127143
|
+
"reflects": true,
|
|
127144
|
+
"inheritedFrom": {
|
|
127145
|
+
"name": "SbbLinkBaseElement",
|
|
127146
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127147
|
+
}
|
|
127148
|
+
},
|
|
127149
|
+
{
|
|
127150
|
+
"kind": "field",
|
|
127151
|
+
"name": "rel",
|
|
127152
|
+
"type": {
|
|
127153
|
+
"text": "string"
|
|
127154
|
+
},
|
|
127155
|
+
"privacy": "public",
|
|
127156
|
+
"default": "''",
|
|
127157
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
127158
|
+
"attribute": "rel",
|
|
127159
|
+
"reflects": true,
|
|
127160
|
+
"inheritedFrom": {
|
|
127161
|
+
"name": "SbbLinkBaseElement",
|
|
127162
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127163
|
+
}
|
|
127164
|
+
},
|
|
127165
|
+
{
|
|
127166
|
+
"kind": "field",
|
|
127167
|
+
"name": "download",
|
|
127168
|
+
"type": {
|
|
127169
|
+
"text": "boolean"
|
|
127170
|
+
},
|
|
127171
|
+
"privacy": "public",
|
|
127172
|
+
"default": "false",
|
|
127173
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
127174
|
+
"attribute": "download",
|
|
127175
|
+
"reflects": true,
|
|
127176
|
+
"inheritedFrom": {
|
|
127177
|
+
"name": "SbbLinkBaseElement",
|
|
127178
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127179
|
+
}
|
|
127180
|
+
},
|
|
127181
|
+
{
|
|
127182
|
+
"kind": "field",
|
|
127183
|
+
"name": "accessibilityLabel",
|
|
127184
|
+
"type": {
|
|
127185
|
+
"text": "string"
|
|
127186
|
+
},
|
|
127187
|
+
"privacy": "public",
|
|
127188
|
+
"default": "''",
|
|
127189
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
127190
|
+
"attribute": "accessibility-label",
|
|
127191
|
+
"inheritedFrom": {
|
|
127192
|
+
"name": "SbbLinkBaseElement",
|
|
127193
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127194
|
+
}
|
|
127195
|
+
},
|
|
127196
|
+
{
|
|
127197
|
+
"kind": "field",
|
|
127198
|
+
"name": "accessibilityCurrent",
|
|
127199
|
+
"type": {
|
|
127200
|
+
"text": "string"
|
|
127201
|
+
},
|
|
127202
|
+
"privacy": "public",
|
|
127203
|
+
"default": "''",
|
|
127204
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
127205
|
+
"attribute": "accessibility-current",
|
|
127206
|
+
"inheritedFrom": {
|
|
127207
|
+
"name": "SbbLinkBaseElement",
|
|
127208
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127209
|
+
}
|
|
127210
|
+
},
|
|
127211
|
+
{
|
|
127212
|
+
"kind": "field",
|
|
127213
|
+
"name": "language",
|
|
127214
|
+
"privacy": "protected",
|
|
127215
|
+
"default": "new SbbLanguageController(this)",
|
|
127216
|
+
"inheritedFrom": {
|
|
127217
|
+
"name": "SbbLinkBaseElement",
|
|
127218
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127219
|
+
}
|
|
127220
|
+
},
|
|
127221
|
+
{
|
|
127222
|
+
"kind": "field",
|
|
127223
|
+
"name": "anchorRole",
|
|
127224
|
+
"type": {
|
|
127225
|
+
"text": "string | null"
|
|
127226
|
+
},
|
|
127227
|
+
"privacy": "protected",
|
|
127228
|
+
"readonly": true,
|
|
127229
|
+
"default": "null",
|
|
127230
|
+
"inheritedFrom": {
|
|
127231
|
+
"name": "SbbLinkBaseElement",
|
|
127232
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127233
|
+
}
|
|
127234
|
+
},
|
|
127235
|
+
{
|
|
127236
|
+
"kind": "field",
|
|
127237
|
+
"name": "_evaluateRelAttribute",
|
|
127238
|
+
"privacy": "private",
|
|
127239
|
+
"inheritedFrom": {
|
|
127240
|
+
"name": "SbbLinkBaseElement",
|
|
127241
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127242
|
+
}
|
|
127243
|
+
},
|
|
127244
|
+
{
|
|
127245
|
+
"kind": "method",
|
|
127246
|
+
"name": "renderLink",
|
|
127247
|
+
"privacy": "protected",
|
|
127248
|
+
"return": {
|
|
127249
|
+
"type": {
|
|
127250
|
+
"text": "TemplateResult"
|
|
127251
|
+
}
|
|
127252
|
+
},
|
|
127253
|
+
"parameters": [
|
|
127254
|
+
{
|
|
127255
|
+
"name": "renderContent",
|
|
127256
|
+
"type": {
|
|
127257
|
+
"text": "TemplateResult"
|
|
127258
|
+
}
|
|
127259
|
+
}
|
|
127260
|
+
],
|
|
127261
|
+
"inheritedFrom": {
|
|
127262
|
+
"name": "SbbLinkBaseElement",
|
|
127263
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127264
|
+
}
|
|
127265
|
+
},
|
|
127117
127266
|
{
|
|
127118
127267
|
"kind": "field",
|
|
127119
127268
|
"name": "maybeDisabled",
|
|
@@ -127267,10 +127416,10 @@
|
|
|
127267
127416
|
}
|
|
127268
127417
|
],
|
|
127269
127418
|
"superclass": {
|
|
127270
|
-
"name": "
|
|
127419
|
+
"name": "SbbLinkBaseElement",
|
|
127271
127420
|
"module": "core/base-elements.js"
|
|
127272
127421
|
},
|
|
127273
|
-
"tagName": "sbb-teaser-product
|
|
127422
|
+
"tagName": "sbb-teaser-product",
|
|
127274
127423
|
"customElement": true,
|
|
127275
127424
|
"attributes": [
|
|
127276
127425
|
{
|
|
@@ -127298,6 +127447,84 @@
|
|
|
127298
127447
|
"name": "SbbNegativeMixin",
|
|
127299
127448
|
"module": "core/mixins/negative-mixin.js"
|
|
127300
127449
|
}
|
|
127450
|
+
},
|
|
127451
|
+
{
|
|
127452
|
+
"name": "href",
|
|
127453
|
+
"type": {
|
|
127454
|
+
"text": "string"
|
|
127455
|
+
},
|
|
127456
|
+
"default": "''",
|
|
127457
|
+
"description": "The href value you want to link to.",
|
|
127458
|
+
"fieldName": "href",
|
|
127459
|
+
"inheritedFrom": {
|
|
127460
|
+
"name": "SbbLinkBaseElement",
|
|
127461
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127462
|
+
}
|
|
127463
|
+
},
|
|
127464
|
+
{
|
|
127465
|
+
"name": "target",
|
|
127466
|
+
"type": {
|
|
127467
|
+
"text": "LinkTargetType | string"
|
|
127468
|
+
},
|
|
127469
|
+
"default": "''",
|
|
127470
|
+
"description": "Where to display the linked URL.",
|
|
127471
|
+
"fieldName": "target",
|
|
127472
|
+
"inheritedFrom": {
|
|
127473
|
+
"name": "SbbLinkBaseElement",
|
|
127474
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127475
|
+
}
|
|
127476
|
+
},
|
|
127477
|
+
{
|
|
127478
|
+
"name": "rel",
|
|
127479
|
+
"type": {
|
|
127480
|
+
"text": "string"
|
|
127481
|
+
},
|
|
127482
|
+
"default": "''",
|
|
127483
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
127484
|
+
"fieldName": "rel",
|
|
127485
|
+
"inheritedFrom": {
|
|
127486
|
+
"name": "SbbLinkBaseElement",
|
|
127487
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127488
|
+
}
|
|
127489
|
+
},
|
|
127490
|
+
{
|
|
127491
|
+
"name": "download",
|
|
127492
|
+
"type": {
|
|
127493
|
+
"text": "boolean"
|
|
127494
|
+
},
|
|
127495
|
+
"default": "false",
|
|
127496
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
127497
|
+
"fieldName": "download",
|
|
127498
|
+
"inheritedFrom": {
|
|
127499
|
+
"name": "SbbLinkBaseElement",
|
|
127500
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127501
|
+
}
|
|
127502
|
+
},
|
|
127503
|
+
{
|
|
127504
|
+
"name": "accessibility-label",
|
|
127505
|
+
"type": {
|
|
127506
|
+
"text": "string"
|
|
127507
|
+
},
|
|
127508
|
+
"default": "''",
|
|
127509
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
127510
|
+
"fieldName": "accessibilityLabel",
|
|
127511
|
+
"inheritedFrom": {
|
|
127512
|
+
"name": "SbbLinkBaseElement",
|
|
127513
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127514
|
+
}
|
|
127515
|
+
},
|
|
127516
|
+
{
|
|
127517
|
+
"name": "accessibility-current",
|
|
127518
|
+
"type": {
|
|
127519
|
+
"text": "string"
|
|
127520
|
+
},
|
|
127521
|
+
"default": "''",
|
|
127522
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
127523
|
+
"fieldName": "accessibilityCurrent",
|
|
127524
|
+
"inheritedFrom": {
|
|
127525
|
+
"name": "SbbLinkBaseElement",
|
|
127526
|
+
"module": "core/base-elements/link-base-element.js"
|
|
127527
|
+
}
|
|
127301
127528
|
}
|
|
127302
127529
|
]
|
|
127303
127530
|
}
|
|
@@ -127305,22 +127532,22 @@
|
|
|
127305
127532
|
"exports": [
|
|
127306
127533
|
{
|
|
127307
127534
|
"kind": "js",
|
|
127308
|
-
"name": "
|
|
127535
|
+
"name": "SbbTeaserProductElement",
|
|
127309
127536
|
"declaration": {
|
|
127310
|
-
"name": "
|
|
127311
|
-
"module": "teaser-product/teaser-product
|
|
127537
|
+
"name": "SbbTeaserProductElement",
|
|
127538
|
+
"module": "teaser-product/teaser-product/teaser-product.component.js"
|
|
127312
127539
|
}
|
|
127313
127540
|
}
|
|
127314
127541
|
]
|
|
127315
127542
|
},
|
|
127316
127543
|
{
|
|
127317
127544
|
"kind": "javascript-module",
|
|
127318
|
-
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
127545
|
+
"path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
|
|
127319
127546
|
"declarations": [
|
|
127320
127547
|
{
|
|
127321
127548
|
"kind": "class",
|
|
127322
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product",
|
|
127323
|
-
"name": "
|
|
127549
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product.",
|
|
127550
|
+
"name": "SbbTeaserProductStaticElement",
|
|
127324
127551
|
"cssProperties": [
|
|
127325
127552
|
{
|
|
127326
127553
|
"description": "At which percentage the background should start getting transparent.",
|
|
@@ -127361,7 +127588,7 @@
|
|
|
127361
127588
|
"name": "SbbElement",
|
|
127362
127589
|
"module": "core/base-elements/element.js"
|
|
127363
127590
|
},
|
|
127364
|
-
"default": "'sbb-teaser-product'"
|
|
127591
|
+
"default": "'sbb-teaser-product-static'"
|
|
127365
127592
|
},
|
|
127366
127593
|
{
|
|
127367
127594
|
"kind": "field",
|
|
@@ -127410,155 +127637,6 @@
|
|
|
127410
127637
|
"module": "core/mixins/negative-mixin.js"
|
|
127411
127638
|
}
|
|
127412
127639
|
},
|
|
127413
|
-
{
|
|
127414
|
-
"kind": "field",
|
|
127415
|
-
"name": "href",
|
|
127416
|
-
"type": {
|
|
127417
|
-
"text": "string"
|
|
127418
|
-
},
|
|
127419
|
-
"privacy": "public",
|
|
127420
|
-
"default": "''",
|
|
127421
|
-
"description": "The href value you want to link to.",
|
|
127422
|
-
"attribute": "href",
|
|
127423
|
-
"reflects": true,
|
|
127424
|
-
"inheritedFrom": {
|
|
127425
|
-
"name": "SbbLinkBaseElement",
|
|
127426
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127427
|
-
}
|
|
127428
|
-
},
|
|
127429
|
-
{
|
|
127430
|
-
"kind": "field",
|
|
127431
|
-
"name": "target",
|
|
127432
|
-
"type": {
|
|
127433
|
-
"text": "LinkTargetType | string"
|
|
127434
|
-
},
|
|
127435
|
-
"privacy": "public",
|
|
127436
|
-
"default": "''",
|
|
127437
|
-
"description": "Where to display the linked URL.",
|
|
127438
|
-
"attribute": "target",
|
|
127439
|
-
"reflects": true,
|
|
127440
|
-
"inheritedFrom": {
|
|
127441
|
-
"name": "SbbLinkBaseElement",
|
|
127442
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127443
|
-
}
|
|
127444
|
-
},
|
|
127445
|
-
{
|
|
127446
|
-
"kind": "field",
|
|
127447
|
-
"name": "rel",
|
|
127448
|
-
"type": {
|
|
127449
|
-
"text": "string"
|
|
127450
|
-
},
|
|
127451
|
-
"privacy": "public",
|
|
127452
|
-
"default": "''",
|
|
127453
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
127454
|
-
"attribute": "rel",
|
|
127455
|
-
"reflects": true,
|
|
127456
|
-
"inheritedFrom": {
|
|
127457
|
-
"name": "SbbLinkBaseElement",
|
|
127458
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127459
|
-
}
|
|
127460
|
-
},
|
|
127461
|
-
{
|
|
127462
|
-
"kind": "field",
|
|
127463
|
-
"name": "download",
|
|
127464
|
-
"type": {
|
|
127465
|
-
"text": "boolean"
|
|
127466
|
-
},
|
|
127467
|
-
"privacy": "public",
|
|
127468
|
-
"default": "false",
|
|
127469
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
127470
|
-
"attribute": "download",
|
|
127471
|
-
"reflects": true,
|
|
127472
|
-
"inheritedFrom": {
|
|
127473
|
-
"name": "SbbLinkBaseElement",
|
|
127474
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127475
|
-
}
|
|
127476
|
-
},
|
|
127477
|
-
{
|
|
127478
|
-
"kind": "field",
|
|
127479
|
-
"name": "accessibilityLabel",
|
|
127480
|
-
"type": {
|
|
127481
|
-
"text": "string"
|
|
127482
|
-
},
|
|
127483
|
-
"privacy": "public",
|
|
127484
|
-
"default": "''",
|
|
127485
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
127486
|
-
"attribute": "accessibility-label",
|
|
127487
|
-
"inheritedFrom": {
|
|
127488
|
-
"name": "SbbLinkBaseElement",
|
|
127489
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127490
|
-
}
|
|
127491
|
-
},
|
|
127492
|
-
{
|
|
127493
|
-
"kind": "field",
|
|
127494
|
-
"name": "accessibilityCurrent",
|
|
127495
|
-
"type": {
|
|
127496
|
-
"text": "string"
|
|
127497
|
-
},
|
|
127498
|
-
"privacy": "public",
|
|
127499
|
-
"default": "''",
|
|
127500
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
127501
|
-
"attribute": "accessibility-current",
|
|
127502
|
-
"inheritedFrom": {
|
|
127503
|
-
"name": "SbbLinkBaseElement",
|
|
127504
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127505
|
-
}
|
|
127506
|
-
},
|
|
127507
|
-
{
|
|
127508
|
-
"kind": "field",
|
|
127509
|
-
"name": "language",
|
|
127510
|
-
"privacy": "protected",
|
|
127511
|
-
"default": "new SbbLanguageController(this)",
|
|
127512
|
-
"inheritedFrom": {
|
|
127513
|
-
"name": "SbbLinkBaseElement",
|
|
127514
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127515
|
-
}
|
|
127516
|
-
},
|
|
127517
|
-
{
|
|
127518
|
-
"kind": "field",
|
|
127519
|
-
"name": "anchorRole",
|
|
127520
|
-
"type": {
|
|
127521
|
-
"text": "string | null"
|
|
127522
|
-
},
|
|
127523
|
-
"privacy": "protected",
|
|
127524
|
-
"readonly": true,
|
|
127525
|
-
"default": "null",
|
|
127526
|
-
"inheritedFrom": {
|
|
127527
|
-
"name": "SbbLinkBaseElement",
|
|
127528
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127529
|
-
}
|
|
127530
|
-
},
|
|
127531
|
-
{
|
|
127532
|
-
"kind": "field",
|
|
127533
|
-
"name": "_evaluateRelAttribute",
|
|
127534
|
-
"privacy": "private",
|
|
127535
|
-
"inheritedFrom": {
|
|
127536
|
-
"name": "SbbLinkBaseElement",
|
|
127537
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127538
|
-
}
|
|
127539
|
-
},
|
|
127540
|
-
{
|
|
127541
|
-
"kind": "method",
|
|
127542
|
-
"name": "renderLink",
|
|
127543
|
-
"privacy": "protected",
|
|
127544
|
-
"return": {
|
|
127545
|
-
"type": {
|
|
127546
|
-
"text": "TemplateResult"
|
|
127547
|
-
}
|
|
127548
|
-
},
|
|
127549
|
-
"parameters": [
|
|
127550
|
-
{
|
|
127551
|
-
"name": "renderContent",
|
|
127552
|
-
"type": {
|
|
127553
|
-
"text": "TemplateResult"
|
|
127554
|
-
}
|
|
127555
|
-
}
|
|
127556
|
-
],
|
|
127557
|
-
"inheritedFrom": {
|
|
127558
|
-
"name": "SbbLinkBaseElement",
|
|
127559
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127560
|
-
}
|
|
127561
|
-
},
|
|
127562
127640
|
{
|
|
127563
127641
|
"kind": "field",
|
|
127564
127642
|
"name": "maybeDisabled",
|
|
@@ -127712,10 +127790,10 @@
|
|
|
127712
127790
|
}
|
|
127713
127791
|
],
|
|
127714
127792
|
"superclass": {
|
|
127715
|
-
"name": "
|
|
127793
|
+
"name": "SbbActionBaseElement",
|
|
127716
127794
|
"module": "core/base-elements.js"
|
|
127717
127795
|
},
|
|
127718
|
-
"tagName": "sbb-teaser-product",
|
|
127796
|
+
"tagName": "sbb-teaser-product-static",
|
|
127719
127797
|
"customElement": true,
|
|
127720
127798
|
"attributes": [
|
|
127721
127799
|
{
|
|
@@ -127743,84 +127821,6 @@
|
|
|
127743
127821
|
"name": "SbbNegativeMixin",
|
|
127744
127822
|
"module": "core/mixins/negative-mixin.js"
|
|
127745
127823
|
}
|
|
127746
|
-
},
|
|
127747
|
-
{
|
|
127748
|
-
"name": "href",
|
|
127749
|
-
"type": {
|
|
127750
|
-
"text": "string"
|
|
127751
|
-
},
|
|
127752
|
-
"default": "''",
|
|
127753
|
-
"description": "The href value you want to link to.",
|
|
127754
|
-
"fieldName": "href",
|
|
127755
|
-
"inheritedFrom": {
|
|
127756
|
-
"name": "SbbLinkBaseElement",
|
|
127757
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127758
|
-
}
|
|
127759
|
-
},
|
|
127760
|
-
{
|
|
127761
|
-
"name": "target",
|
|
127762
|
-
"type": {
|
|
127763
|
-
"text": "LinkTargetType | string"
|
|
127764
|
-
},
|
|
127765
|
-
"default": "''",
|
|
127766
|
-
"description": "Where to display the linked URL.",
|
|
127767
|
-
"fieldName": "target",
|
|
127768
|
-
"inheritedFrom": {
|
|
127769
|
-
"name": "SbbLinkBaseElement",
|
|
127770
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127771
|
-
}
|
|
127772
|
-
},
|
|
127773
|
-
{
|
|
127774
|
-
"name": "rel",
|
|
127775
|
-
"type": {
|
|
127776
|
-
"text": "string"
|
|
127777
|
-
},
|
|
127778
|
-
"default": "''",
|
|
127779
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
127780
|
-
"fieldName": "rel",
|
|
127781
|
-
"inheritedFrom": {
|
|
127782
|
-
"name": "SbbLinkBaseElement",
|
|
127783
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127784
|
-
}
|
|
127785
|
-
},
|
|
127786
|
-
{
|
|
127787
|
-
"name": "download",
|
|
127788
|
-
"type": {
|
|
127789
|
-
"text": "boolean"
|
|
127790
|
-
},
|
|
127791
|
-
"default": "false",
|
|
127792
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
127793
|
-
"fieldName": "download",
|
|
127794
|
-
"inheritedFrom": {
|
|
127795
|
-
"name": "SbbLinkBaseElement",
|
|
127796
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127797
|
-
}
|
|
127798
|
-
},
|
|
127799
|
-
{
|
|
127800
|
-
"name": "accessibility-label",
|
|
127801
|
-
"type": {
|
|
127802
|
-
"text": "string"
|
|
127803
|
-
},
|
|
127804
|
-
"default": "''",
|
|
127805
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
127806
|
-
"fieldName": "accessibilityLabel",
|
|
127807
|
-
"inheritedFrom": {
|
|
127808
|
-
"name": "SbbLinkBaseElement",
|
|
127809
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127810
|
-
}
|
|
127811
|
-
},
|
|
127812
|
-
{
|
|
127813
|
-
"name": "accessibility-current",
|
|
127814
|
-
"type": {
|
|
127815
|
-
"text": "string"
|
|
127816
|
-
},
|
|
127817
|
-
"default": "''",
|
|
127818
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
127819
|
-
"fieldName": "accessibilityCurrent",
|
|
127820
|
-
"inheritedFrom": {
|
|
127821
|
-
"name": "SbbLinkBaseElement",
|
|
127822
|
-
"module": "core/base-elements/link-base-element.js"
|
|
127823
|
-
}
|
|
127824
127824
|
}
|
|
127825
127825
|
]
|
|
127826
127826
|
}
|
|
@@ -127828,10 +127828,10 @@
|
|
|
127828
127828
|
"exports": [
|
|
127829
127829
|
{
|
|
127830
127830
|
"kind": "js",
|
|
127831
|
-
"name": "
|
|
127831
|
+
"name": "SbbTeaserProductStaticElement",
|
|
127832
127832
|
"declaration": {
|
|
127833
|
-
"name": "
|
|
127834
|
-
"module": "teaser-product/teaser-product/teaser-product.component.js"
|
|
127833
|
+
"name": "SbbTeaserProductStaticElement",
|
|
127834
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
127835
127835
|
}
|
|
127836
127836
|
}
|
|
127837
127837
|
]
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.9.0-dev.
|
|
3
|
+
"version": "4.9.0-dev.1774354777",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
9
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/4be8dcd3d5f2613b8aa10fcdd898ec18ea9b4584"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|