@sbb-esta/lyne-elements-dev 4.9.0-dev.1774286227 → 4.9.0-dev.1774303107
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 +245 -245
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -127019,12 +127019,12 @@
|
|
|
127019
127019
|
},
|
|
127020
127020
|
{
|
|
127021
127021
|
"kind": "javascript-module",
|
|
127022
|
-
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
127022
|
+
"path": "teaser-product/teaser-product-static/teaser-product-static.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": "SbbTeaserProductStaticElement",
|
|
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-static'"
|
|
127069
127069
|
},
|
|
127070
127070
|
{
|
|
127071
127071
|
"kind": "field",
|
|
@@ -127114,155 +127114,6 @@
|
|
|
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
|
-
},
|
|
127266
127117
|
{
|
|
127267
127118
|
"kind": "field",
|
|
127268
127119
|
"name": "maybeDisabled",
|
|
@@ -127416,10 +127267,10 @@
|
|
|
127416
127267
|
}
|
|
127417
127268
|
],
|
|
127418
127269
|
"superclass": {
|
|
127419
|
-
"name": "
|
|
127270
|
+
"name": "SbbActionBaseElement",
|
|
127420
127271
|
"module": "core/base-elements.js"
|
|
127421
127272
|
},
|
|
127422
|
-
"tagName": "sbb-teaser-product",
|
|
127273
|
+
"tagName": "sbb-teaser-product-static",
|
|
127423
127274
|
"customElement": true,
|
|
127424
127275
|
"attributes": [
|
|
127425
127276
|
{
|
|
@@ -127447,84 +127298,6 @@
|
|
|
127447
127298
|
"name": "SbbNegativeMixin",
|
|
127448
127299
|
"module": "core/mixins/negative-mixin.js"
|
|
127449
127300
|
}
|
|
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
|
-
}
|
|
127528
127301
|
}
|
|
127529
127302
|
]
|
|
127530
127303
|
}
|
|
@@ -127532,22 +127305,22 @@
|
|
|
127532
127305
|
"exports": [
|
|
127533
127306
|
{
|
|
127534
127307
|
"kind": "js",
|
|
127535
|
-
"name": "
|
|
127308
|
+
"name": "SbbTeaserProductStaticElement",
|
|
127536
127309
|
"declaration": {
|
|
127537
|
-
"name": "
|
|
127538
|
-
"module": "teaser-product/teaser-product/teaser-product.component.js"
|
|
127310
|
+
"name": "SbbTeaserProductStaticElement",
|
|
127311
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
127539
127312
|
}
|
|
127540
127313
|
}
|
|
127541
127314
|
]
|
|
127542
127315
|
},
|
|
127543
127316
|
{
|
|
127544
127317
|
"kind": "javascript-module",
|
|
127545
|
-
"path": "teaser-product/teaser-product
|
|
127318
|
+
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
127546
127319
|
"declarations": [
|
|
127547
127320
|
{
|
|
127548
127321
|
"kind": "class",
|
|
127549
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product
|
|
127550
|
-
"name": "
|
|
127322
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product",
|
|
127323
|
+
"name": "SbbTeaserProductElement",
|
|
127551
127324
|
"cssProperties": [
|
|
127552
127325
|
{
|
|
127553
127326
|
"description": "At which percentage the background should start getting transparent.",
|
|
@@ -127588,7 +127361,7 @@
|
|
|
127588
127361
|
"name": "SbbElement",
|
|
127589
127362
|
"module": "core/base-elements/element.js"
|
|
127590
127363
|
},
|
|
127591
|
-
"default": "'sbb-teaser-product
|
|
127364
|
+
"default": "'sbb-teaser-product'"
|
|
127592
127365
|
},
|
|
127593
127366
|
{
|
|
127594
127367
|
"kind": "field",
|
|
@@ -127637,6 +127410,155 @@
|
|
|
127637
127410
|
"module": "core/mixins/negative-mixin.js"
|
|
127638
127411
|
}
|
|
127639
127412
|
},
|
|
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
|
+
},
|
|
127640
127562
|
{
|
|
127641
127563
|
"kind": "field",
|
|
127642
127564
|
"name": "maybeDisabled",
|
|
@@ -127790,10 +127712,10 @@
|
|
|
127790
127712
|
}
|
|
127791
127713
|
],
|
|
127792
127714
|
"superclass": {
|
|
127793
|
-
"name": "
|
|
127715
|
+
"name": "SbbLinkBaseElement",
|
|
127794
127716
|
"module": "core/base-elements.js"
|
|
127795
127717
|
},
|
|
127796
|
-
"tagName": "sbb-teaser-product
|
|
127718
|
+
"tagName": "sbb-teaser-product",
|
|
127797
127719
|
"customElement": true,
|
|
127798
127720
|
"attributes": [
|
|
127799
127721
|
{
|
|
@@ -127821,6 +127743,84 @@
|
|
|
127821
127743
|
"name": "SbbNegativeMixin",
|
|
127822
127744
|
"module": "core/mixins/negative-mixin.js"
|
|
127823
127745
|
}
|
|
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": "SbbTeaserProductElement",
|
|
127832
127832
|
"declaration": {
|
|
127833
|
-
"name": "
|
|
127834
|
-
"module": "teaser-product/teaser-product
|
|
127833
|
+
"name": "SbbTeaserProductElement",
|
|
127834
|
+
"module": "teaser-product/teaser-product/teaser-product.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.1774303107",
|
|
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/d266ab7c7d3ecfa7c2e4e384d2ed9ce5f4b5f866"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|