@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1776924015 → 5.0.0-next-dev.1776928791
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/chip-label/chip-label.component.js +1 -1
- package/chip-label.component-zRiHSxbn.js +77 -0
- package/chip-label.js +1 -1
- package/chip-label.pure.js +1 -1
- package/core/styles/_index.scss +0 -1
- package/custom-elements.json +546 -546
- package/development/chip-label/chip-label.component.d.ts +1 -1
- package/development/chip-label/chip-label.component.d.ts.map +1 -1
- package/development/chip-label/chip-label.component.js +1 -1
- package/development/chip-label.component-Cx8mfi0y.js +100 -0
- package/development/chip-label.js +1 -1
- package/development/chip-label.pure.js +1 -1
- package/development/teaser/teaser.component.js +1 -1
- package/development/{teaser.component-DwM26tMt.js → teaser.component-C7uXEaPK.js} +2 -2
- package/development/teaser.js +1 -1
- package/development/teaser.pure.js +1 -1
- package/package.json +2 -2
- package/teaser/teaser.component.js +1 -1
- package/{teaser.component-Bl_Myx2h.js → teaser.component-B2y2AlAx.js} +1 -1
- package/teaser.js +1 -1
- package/teaser.pure.js +1 -1
- package/chip-label.component-CUJTTb1-.js +0 -79
- package/core/styles/mixins/chip.scss +0 -95
- package/development/chip-label.component-C1CGL8zb.js +0 -102
package/custom-elements.json
CHANGED
|
@@ -10350,7 +10350,7 @@
|
|
|
10350
10350
|
"kind": "field",
|
|
10351
10351
|
"name": "size",
|
|
10352
10352
|
"type": {
|
|
10353
|
-
"text": "'xxs' | 'xs' | 's'"
|
|
10353
|
+
"text": "'xxxs' | 'xxs' | 'xs' | 's'"
|
|
10354
10354
|
},
|
|
10355
10355
|
"privacy": "public",
|
|
10356
10356
|
"default": "'xxs'",
|
|
@@ -10634,7 +10634,7 @@
|
|
|
10634
10634
|
{
|
|
10635
10635
|
"name": "size",
|
|
10636
10636
|
"type": {
|
|
10637
|
-
"text": "'xxs' | 'xs' | 's'"
|
|
10637
|
+
"text": "'xxxs' | 'xxs' | 'xs' | 's'"
|
|
10638
10638
|
},
|
|
10639
10639
|
"default": "'xxs'",
|
|
10640
10640
|
"description": "Size of the chip.",
|
|
@@ -120834,51 +120834,20 @@
|
|
|
120834
120834
|
},
|
|
120835
120835
|
{
|
|
120836
120836
|
"kind": "javascript-module",
|
|
120837
|
-
"path": "link/
|
|
120837
|
+
"path": "link/common/block-link-common.js",
|
|
120838
120838
|
"declarations": [
|
|
120839
120839
|
{
|
|
120840
120840
|
"kind": "class",
|
|
120841
|
-
"description": "
|
|
120842
|
-
"name": "
|
|
120843
|
-
"slots": [
|
|
120844
|
-
{
|
|
120845
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
120846
|
-
"name": ""
|
|
120847
|
-
},
|
|
120848
|
-
{
|
|
120849
|
-
"description": "Slot used to display the icon, if one is set.",
|
|
120850
|
-
"name": "icon"
|
|
120851
|
-
}
|
|
120852
|
-
],
|
|
120841
|
+
"description": "",
|
|
120842
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
120853
120843
|
"members": [
|
|
120854
120844
|
{
|
|
120855
120845
|
"kind": "field",
|
|
120856
|
-
"name": "
|
|
120857
|
-
"type": {
|
|
120858
|
-
"text": "string"
|
|
120859
|
-
},
|
|
120860
|
-
"privacy": "public",
|
|
120861
|
-
"static": true,
|
|
120862
|
-
"readonly": true,
|
|
120863
|
-
"inheritedFrom": {
|
|
120864
|
-
"name": "SbbElement",
|
|
120865
|
-
"module": "core/base-elements/element.js"
|
|
120866
|
-
},
|
|
120867
|
-
"default": "'sbb-block-link-static'"
|
|
120868
|
-
},
|
|
120869
|
-
{
|
|
120870
|
-
"kind": "field",
|
|
120871
|
-
"name": "styles",
|
|
120846
|
+
"name": "iconPlacement",
|
|
120872
120847
|
"type": {
|
|
120873
|
-
"text": "
|
|
120848
|
+
"text": "SbbIconPlacement"
|
|
120874
120849
|
},
|
|
120875
|
-
"privacy": "public"
|
|
120876
|
-
"static": true,
|
|
120877
|
-
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
120878
|
-
"inheritedFrom": {
|
|
120879
|
-
"name": "SbbLinkCommonElementMixin",
|
|
120880
|
-
"module": "link/common/link-common.js"
|
|
120881
|
-
}
|
|
120850
|
+
"privacy": "public"
|
|
120882
120851
|
},
|
|
120883
120852
|
{
|
|
120884
120853
|
"kind": "field",
|
|
@@ -120886,30 +120855,20 @@
|
|
|
120886
120855
|
"type": {
|
|
120887
120856
|
"text": "SbbLinkSize"
|
|
120888
120857
|
},
|
|
120889
|
-
"privacy": "public"
|
|
120890
|
-
"description": "Size variant, either xs, s or m.",
|
|
120891
|
-
"default": "'s' / 'xs' (lean)",
|
|
120892
|
-
"attribute": "size",
|
|
120893
|
-
"reflects": true,
|
|
120894
|
-
"inheritedFrom": {
|
|
120895
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
120896
|
-
"module": "link/common/block-link-common.js"
|
|
120897
|
-
}
|
|
120858
|
+
"privacy": "public"
|
|
120898
120859
|
},
|
|
120899
120860
|
{
|
|
120900
120861
|
"kind": "field",
|
|
120901
|
-
"name": "
|
|
120862
|
+
"name": "styles",
|
|
120902
120863
|
"type": {
|
|
120903
|
-
"text": "
|
|
120864
|
+
"text": "CSSResultGroup"
|
|
120904
120865
|
},
|
|
120905
120866
|
"privacy": "public",
|
|
120906
|
-
"
|
|
120907
|
-
"
|
|
120908
|
-
"attribute": "icon-placement",
|
|
120909
|
-
"reflects": true,
|
|
120867
|
+
"static": true,
|
|
120868
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
120910
120869
|
"inheritedFrom": {
|
|
120911
|
-
"name": "
|
|
120912
|
-
"module": "link/common/
|
|
120870
|
+
"name": "SbbLinkCommonElementMixin",
|
|
120871
|
+
"module": "link/common/link-common.js"
|
|
120913
120872
|
}
|
|
120914
120873
|
},
|
|
120915
120874
|
{
|
|
@@ -120927,6 +120886,22 @@
|
|
|
120927
120886
|
"module": "core/base-elements/action-base-element.js"
|
|
120928
120887
|
}
|
|
120929
120888
|
},
|
|
120889
|
+
{
|
|
120890
|
+
"kind": "field",
|
|
120891
|
+
"name": "negative",
|
|
120892
|
+
"type": {
|
|
120893
|
+
"text": "boolean"
|
|
120894
|
+
},
|
|
120895
|
+
"privacy": "public",
|
|
120896
|
+
"default": "false",
|
|
120897
|
+
"description": "Negative coloring variant flag.",
|
|
120898
|
+
"attribute": "negative",
|
|
120899
|
+
"reflects": true,
|
|
120900
|
+
"inheritedFrom": {
|
|
120901
|
+
"name": "SbbNegativeMixin",
|
|
120902
|
+
"module": "core/mixins/negative-mixin.js"
|
|
120903
|
+
}
|
|
120904
|
+
},
|
|
120930
120905
|
{
|
|
120931
120906
|
"kind": "field",
|
|
120932
120907
|
"name": "elementDependencies",
|
|
@@ -121007,50 +120982,6 @@
|
|
|
121007
120982
|
"module": "icon/icon-name-mixin.js"
|
|
121008
120983
|
}
|
|
121009
120984
|
},
|
|
121010
|
-
{
|
|
121011
|
-
"kind": "field",
|
|
121012
|
-
"name": "disabled",
|
|
121013
|
-
"privacy": "public",
|
|
121014
|
-
"description": "Whether the component is disabled.",
|
|
121015
|
-
"default": "false",
|
|
121016
|
-
"type": {
|
|
121017
|
-
"text": "boolean"
|
|
121018
|
-
},
|
|
121019
|
-
"attribute": "disabled",
|
|
121020
|
-
"reflects": true,
|
|
121021
|
-
"inheritedFrom": {
|
|
121022
|
-
"name": "SbbDisabledMixin",
|
|
121023
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
121024
|
-
}
|
|
121025
|
-
},
|
|
121026
|
-
{
|
|
121027
|
-
"kind": "field",
|
|
121028
|
-
"name": "#disabled",
|
|
121029
|
-
"privacy": "private",
|
|
121030
|
-
"type": {
|
|
121031
|
-
"text": "boolean"
|
|
121032
|
-
},
|
|
121033
|
-
"default": "false",
|
|
121034
|
-
"inheritedFrom": {
|
|
121035
|
-
"name": "SbbDisabledMixin",
|
|
121036
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
121037
|
-
}
|
|
121038
|
-
},
|
|
121039
|
-
{
|
|
121040
|
-
"kind": "method",
|
|
121041
|
-
"name": "isDisabledExternally",
|
|
121042
|
-
"privacy": "protected",
|
|
121043
|
-
"return": {
|
|
121044
|
-
"type": {
|
|
121045
|
-
"text": "boolean"
|
|
121046
|
-
}
|
|
121047
|
-
},
|
|
121048
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
121049
|
-
"inheritedFrom": {
|
|
121050
|
-
"name": "SbbDisabledMixin",
|
|
121051
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
121052
|
-
}
|
|
121053
|
-
},
|
|
121054
120985
|
{
|
|
121055
120986
|
"kind": "field",
|
|
121056
120987
|
"name": "maybeDisabled",
|
|
@@ -121105,6 +121036,20 @@
|
|
|
121105
121036
|
"module": "core/base-elements/element.js"
|
|
121106
121037
|
}
|
|
121107
121038
|
},
|
|
121039
|
+
{
|
|
121040
|
+
"kind": "field",
|
|
121041
|
+
"name": "elementName",
|
|
121042
|
+
"type": {
|
|
121043
|
+
"text": "string"
|
|
121044
|
+
},
|
|
121045
|
+
"privacy": "public",
|
|
121046
|
+
"static": true,
|
|
121047
|
+
"readonly": true,
|
|
121048
|
+
"inheritedFrom": {
|
|
121049
|
+
"name": "SbbElement",
|
|
121050
|
+
"module": "core/base-elements/element.js"
|
|
121051
|
+
}
|
|
121052
|
+
},
|
|
121108
121053
|
{
|
|
121109
121054
|
"kind": "field",
|
|
121110
121055
|
"name": "role",
|
|
@@ -121340,45 +121285,30 @@
|
|
|
121340
121285
|
],
|
|
121341
121286
|
"mixins": [
|
|
121342
121287
|
{
|
|
121343
|
-
"name": "
|
|
121344
|
-
"module": "link/common/
|
|
121288
|
+
"name": "SbbLinkCommonElementMixin",
|
|
121289
|
+
"module": "link/common/link-common.js"
|
|
121345
121290
|
},
|
|
121346
121291
|
{
|
|
121347
|
-
"name": "
|
|
121348
|
-
"module": "
|
|
121292
|
+
"name": "SbbIconNameMixin",
|
|
121293
|
+
"module": "icon.pure.js"
|
|
121349
121294
|
}
|
|
121350
121295
|
],
|
|
121351
121296
|
"superclass": {
|
|
121352
121297
|
"name": "SbbActionBaseElement",
|
|
121353
121298
|
"module": "core.js"
|
|
121354
121299
|
},
|
|
121355
|
-
"tagName": "sbb-block-link-static",
|
|
121356
|
-
"customElement": true,
|
|
121357
121300
|
"attributes": [
|
|
121358
121301
|
{
|
|
121359
|
-
"name": "
|
|
121360
|
-
"type": {
|
|
121361
|
-
"text": "SbbLinkSize"
|
|
121362
|
-
},
|
|
121363
|
-
"description": "Size variant, either xs, s or m.",
|
|
121364
|
-
"default": "'s' / 'xs' (lean)",
|
|
121365
|
-
"fieldName": "size",
|
|
121366
|
-
"inheritedFrom": {
|
|
121367
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
121368
|
-
"module": "link/common/block-link-common.js"
|
|
121369
|
-
}
|
|
121370
|
-
},
|
|
121371
|
-
{
|
|
121372
|
-
"name": "icon-placement",
|
|
121302
|
+
"name": "negative",
|
|
121373
121303
|
"type": {
|
|
121374
|
-
"text": "
|
|
121304
|
+
"text": "boolean"
|
|
121375
121305
|
},
|
|
121376
|
-
"default": "
|
|
121377
|
-
"description": "
|
|
121378
|
-
"fieldName": "
|
|
121306
|
+
"default": "false",
|
|
121307
|
+
"description": "Negative coloring variant flag.",
|
|
121308
|
+
"fieldName": "negative",
|
|
121379
121309
|
"inheritedFrom": {
|
|
121380
|
-
"name": "
|
|
121381
|
-
"module": "
|
|
121310
|
+
"name": "SbbNegativeMixin",
|
|
121311
|
+
"module": "core/mixins/negative-mixin.js"
|
|
121382
121312
|
}
|
|
121383
121313
|
},
|
|
121384
121314
|
{
|
|
@@ -121393,50 +121323,27 @@
|
|
|
121393
121323
|
"name": "SbbIconNameMixin",
|
|
121394
121324
|
"module": "icon/icon-name-mixin.js"
|
|
121395
121325
|
}
|
|
121396
|
-
},
|
|
121397
|
-
{
|
|
121398
|
-
"name": "disabled",
|
|
121399
|
-
"description": "Whether the component is disabled.",
|
|
121400
|
-
"default": "false",
|
|
121401
|
-
"type": {
|
|
121402
|
-
"text": "boolean"
|
|
121403
|
-
},
|
|
121404
|
-
"fieldName": "disabled",
|
|
121405
|
-
"inheritedFrom": {
|
|
121406
|
-
"name": "SbbDisabledMixin",
|
|
121407
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
121408
|
-
}
|
|
121409
121326
|
}
|
|
121410
121327
|
]
|
|
121411
|
-
}
|
|
121412
|
-
],
|
|
121413
|
-
"exports": [
|
|
121414
|
-
{
|
|
121415
|
-
"kind": "js",
|
|
121416
|
-
"name": "SbbBlockLinkStaticElement",
|
|
121417
|
-
"declaration": {
|
|
121418
|
-
"name": "SbbBlockLinkStaticElement",
|
|
121419
|
-
"module": "link/block-link-static/block-link-static.component.js"
|
|
121420
|
-
}
|
|
121421
|
-
}
|
|
121422
|
-
]
|
|
121423
|
-
},
|
|
121424
|
-
{
|
|
121425
|
-
"kind": "javascript-module",
|
|
121426
|
-
"path": "link/common/block-link-common.js",
|
|
121427
|
-
"declarations": [
|
|
121328
|
+
},
|
|
121428
121329
|
{
|
|
121429
|
-
"kind": "
|
|
121330
|
+
"kind": "mixin",
|
|
121430
121331
|
"description": "",
|
|
121431
|
-
"name": "
|
|
121332
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
121432
121333
|
"members": [
|
|
121433
121334
|
{
|
|
121434
121335
|
"kind": "field",
|
|
121435
|
-
"name": "
|
|
121336
|
+
"name": "styles",
|
|
121436
121337
|
"type": {
|
|
121437
|
-
"text": "
|
|
121338
|
+
"text": "CSSResultGroup"
|
|
121438
121339
|
},
|
|
121439
|
-
"privacy": "public"
|
|
121340
|
+
"privacy": "public",
|
|
121341
|
+
"static": true,
|
|
121342
|
+
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
121343
|
+
"inheritedFrom": {
|
|
121344
|
+
"name": "SbbLinkCommonElementMixin",
|
|
121345
|
+
"module": "link/common/link-common.js"
|
|
121346
|
+
}
|
|
121440
121347
|
},
|
|
121441
121348
|
{
|
|
121442
121349
|
"kind": "field",
|
|
@@ -121444,21 +121351,23 @@
|
|
|
121444
121351
|
"type": {
|
|
121445
121352
|
"text": "SbbLinkSize"
|
|
121446
121353
|
},
|
|
121447
|
-
"privacy": "public"
|
|
121354
|
+
"privacy": "public",
|
|
121355
|
+
"description": "Size variant, either xs, s or m.",
|
|
121356
|
+
"default": "'s' / 'xs' (lean)",
|
|
121357
|
+
"attribute": "size",
|
|
121358
|
+
"reflects": true
|
|
121448
121359
|
},
|
|
121449
121360
|
{
|
|
121450
121361
|
"kind": "field",
|
|
121451
|
-
"name": "
|
|
121362
|
+
"name": "iconPlacement",
|
|
121452
121363
|
"type": {
|
|
121453
|
-
"text": "
|
|
121364
|
+
"text": "SbbIconPlacement"
|
|
121454
121365
|
},
|
|
121455
121366
|
"privacy": "public",
|
|
121456
|
-
"
|
|
121457
|
-
"
|
|
121458
|
-
"
|
|
121459
|
-
|
|
121460
|
-
"module": "link/common/link-common.js"
|
|
121461
|
-
}
|
|
121367
|
+
"default": "'start'",
|
|
121368
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
121369
|
+
"attribute": "icon-placement",
|
|
121370
|
+
"reflects": true
|
|
121462
121371
|
},
|
|
121463
121372
|
{
|
|
121464
121373
|
"kind": "method",
|
|
@@ -121469,10 +121378,9 @@
|
|
|
121469
121378
|
"text": "TemplateResult"
|
|
121470
121379
|
}
|
|
121471
121380
|
},
|
|
121472
|
-
"description": "Override this method to render the component template.",
|
|
121473
121381
|
"inheritedFrom": {
|
|
121474
|
-
"name": "
|
|
121475
|
-
"module": "
|
|
121382
|
+
"name": "SbbLinkCommonElementMixin",
|
|
121383
|
+
"module": "link/common/link-common.js"
|
|
121476
121384
|
}
|
|
121477
121385
|
},
|
|
121478
121386
|
{
|
|
@@ -121499,11 +121407,11 @@
|
|
|
121499
121407
|
},
|
|
121500
121408
|
"privacy": "public",
|
|
121501
121409
|
"static": true,
|
|
121410
|
+
"default": "[SbbIconElement]",
|
|
121502
121411
|
"inheritedFrom": {
|
|
121503
|
-
"name": "
|
|
121504
|
-
"module": "
|
|
121505
|
-
}
|
|
121506
|
-
"default": "[SbbIconElement]"
|
|
121412
|
+
"name": "SbbIconNameMixin",
|
|
121413
|
+
"module": "icon/icon-name-mixin.js"
|
|
121414
|
+
}
|
|
121507
121415
|
},
|
|
121508
121416
|
{
|
|
121509
121417
|
"kind": "field",
|
|
@@ -121570,6 +121478,156 @@
|
|
|
121570
121478
|
"name": "SbbIconNameMixin",
|
|
121571
121479
|
"module": "icon/icon-name-mixin.js"
|
|
121572
121480
|
}
|
|
121481
|
+
}
|
|
121482
|
+
],
|
|
121483
|
+
"attributes": [
|
|
121484
|
+
{
|
|
121485
|
+
"name": "size",
|
|
121486
|
+
"type": {
|
|
121487
|
+
"text": "SbbLinkSize"
|
|
121488
|
+
},
|
|
121489
|
+
"description": "Size variant, either xs, s or m.",
|
|
121490
|
+
"default": "'s' / 'xs' (lean)",
|
|
121491
|
+
"fieldName": "size"
|
|
121492
|
+
},
|
|
121493
|
+
{
|
|
121494
|
+
"name": "icon-placement",
|
|
121495
|
+
"type": {
|
|
121496
|
+
"text": "SbbIconPlacement"
|
|
121497
|
+
},
|
|
121498
|
+
"default": "'start'",
|
|
121499
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
121500
|
+
"fieldName": "iconPlacement"
|
|
121501
|
+
},
|
|
121502
|
+
{
|
|
121503
|
+
"name": "negative",
|
|
121504
|
+
"type": {
|
|
121505
|
+
"text": "boolean"
|
|
121506
|
+
},
|
|
121507
|
+
"default": "false",
|
|
121508
|
+
"description": "Negative coloring variant flag.",
|
|
121509
|
+
"fieldName": "negative",
|
|
121510
|
+
"inheritedFrom": {
|
|
121511
|
+
"name": "SbbNegativeMixin",
|
|
121512
|
+
"module": "core/mixins/negative-mixin.js"
|
|
121513
|
+
}
|
|
121514
|
+
},
|
|
121515
|
+
{
|
|
121516
|
+
"name": "icon-name",
|
|
121517
|
+
"type": {
|
|
121518
|
+
"text": "string"
|
|
121519
|
+
},
|
|
121520
|
+
"default": "''",
|
|
121521
|
+
"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.",
|
|
121522
|
+
"fieldName": "iconName",
|
|
121523
|
+
"inheritedFrom": {
|
|
121524
|
+
"name": "SbbIconNameMixin",
|
|
121525
|
+
"module": "icon/icon-name-mixin.js"
|
|
121526
|
+
}
|
|
121527
|
+
}
|
|
121528
|
+
],
|
|
121529
|
+
"mixins": [
|
|
121530
|
+
{
|
|
121531
|
+
"name": "SbbLinkCommonElementMixin",
|
|
121532
|
+
"module": "link/common/link-common.js"
|
|
121533
|
+
},
|
|
121534
|
+
{
|
|
121535
|
+
"name": "SbbIconNameMixin",
|
|
121536
|
+
"module": "icon.pure.js"
|
|
121537
|
+
}
|
|
121538
|
+
],
|
|
121539
|
+
"parameters": [
|
|
121540
|
+
{
|
|
121541
|
+
"name": "superClass",
|
|
121542
|
+
"type": {
|
|
121543
|
+
"text": "T"
|
|
121544
|
+
}
|
|
121545
|
+
}
|
|
121546
|
+
]
|
|
121547
|
+
}
|
|
121548
|
+
],
|
|
121549
|
+
"exports": [
|
|
121550
|
+
{
|
|
121551
|
+
"kind": "js",
|
|
121552
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
121553
|
+
"declaration": {
|
|
121554
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
121555
|
+
"module": "link/common/block-link-common.js"
|
|
121556
|
+
}
|
|
121557
|
+
},
|
|
121558
|
+
{
|
|
121559
|
+
"kind": "js",
|
|
121560
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
121561
|
+
"declaration": {
|
|
121562
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
121563
|
+
"module": "link/common/block-link-common.js"
|
|
121564
|
+
}
|
|
121565
|
+
}
|
|
121566
|
+
]
|
|
121567
|
+
},
|
|
121568
|
+
{
|
|
121569
|
+
"kind": "javascript-module",
|
|
121570
|
+
"path": "link/common/inline-link-common.js",
|
|
121571
|
+
"declarations": [
|
|
121572
|
+
{
|
|
121573
|
+
"kind": "class",
|
|
121574
|
+
"description": "",
|
|
121575
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
121576
|
+
"mixins": [
|
|
121577
|
+
{
|
|
121578
|
+
"name": "SbbLinkCommonElementMixin",
|
|
121579
|
+
"module": "link/common/link-common.js"
|
|
121580
|
+
}
|
|
121581
|
+
],
|
|
121582
|
+
"superclass": {
|
|
121583
|
+
"name": "SbbActionBaseElement",
|
|
121584
|
+
"module": "core.js"
|
|
121585
|
+
},
|
|
121586
|
+
"members": [
|
|
121587
|
+
{
|
|
121588
|
+
"kind": "field",
|
|
121589
|
+
"name": "styles",
|
|
121590
|
+
"type": {
|
|
121591
|
+
"text": "CSSResultGroup"
|
|
121592
|
+
},
|
|
121593
|
+
"privacy": "public",
|
|
121594
|
+
"static": true,
|
|
121595
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
121596
|
+
"inheritedFrom": {
|
|
121597
|
+
"name": "SbbLinkCommonElementMixin",
|
|
121598
|
+
"module": "link/common/link-common.js"
|
|
121599
|
+
}
|
|
121600
|
+
},
|
|
121601
|
+
{
|
|
121602
|
+
"kind": "method",
|
|
121603
|
+
"name": "renderTemplate",
|
|
121604
|
+
"privacy": "protected",
|
|
121605
|
+
"return": {
|
|
121606
|
+
"type": {
|
|
121607
|
+
"text": "TemplateResult"
|
|
121608
|
+
}
|
|
121609
|
+
},
|
|
121610
|
+
"description": "Override this method to render the component template.",
|
|
121611
|
+
"inheritedFrom": {
|
|
121612
|
+
"name": "SbbActionBaseElement",
|
|
121613
|
+
"module": "core/base-elements/action-base-element.js"
|
|
121614
|
+
}
|
|
121615
|
+
},
|
|
121616
|
+
{
|
|
121617
|
+
"kind": "field",
|
|
121618
|
+
"name": "negative",
|
|
121619
|
+
"type": {
|
|
121620
|
+
"text": "boolean"
|
|
121621
|
+
},
|
|
121622
|
+
"privacy": "public",
|
|
121623
|
+
"default": "false",
|
|
121624
|
+
"description": "Negative coloring variant flag.",
|
|
121625
|
+
"attribute": "negative",
|
|
121626
|
+
"reflects": true,
|
|
121627
|
+
"inheritedFrom": {
|
|
121628
|
+
"name": "SbbNegativeMixin",
|
|
121629
|
+
"module": "core/mixins/negative-mixin.js"
|
|
121630
|
+
}
|
|
121573
121631
|
},
|
|
121574
121632
|
{
|
|
121575
121633
|
"kind": "field",
|
|
@@ -121639,6 +121697,19 @@
|
|
|
121639
121697
|
"module": "core/base-elements/element.js"
|
|
121640
121698
|
}
|
|
121641
121699
|
},
|
|
121700
|
+
{
|
|
121701
|
+
"kind": "field",
|
|
121702
|
+
"name": "elementDependencies",
|
|
121703
|
+
"type": {
|
|
121704
|
+
"text": "SbbElementType[] | undefined"
|
|
121705
|
+
},
|
|
121706
|
+
"privacy": "public",
|
|
121707
|
+
"static": true,
|
|
121708
|
+
"inheritedFrom": {
|
|
121709
|
+
"name": "SbbElement",
|
|
121710
|
+
"module": "core/base-elements/element.js"
|
|
121711
|
+
}
|
|
121712
|
+
},
|
|
121642
121713
|
{
|
|
121643
121714
|
"kind": "field",
|
|
121644
121715
|
"name": "role",
|
|
@@ -121872,20 +121943,6 @@
|
|
|
121872
121943
|
}
|
|
121873
121944
|
}
|
|
121874
121945
|
],
|
|
121875
|
-
"mixins": [
|
|
121876
|
-
{
|
|
121877
|
-
"name": "SbbLinkCommonElementMixin",
|
|
121878
|
-
"module": "link/common/link-common.js"
|
|
121879
|
-
},
|
|
121880
|
-
{
|
|
121881
|
-
"name": "SbbIconNameMixin",
|
|
121882
|
-
"module": "icon.pure.js"
|
|
121883
|
-
}
|
|
121884
|
-
],
|
|
121885
|
-
"superclass": {
|
|
121886
|
-
"name": "SbbActionBaseElement",
|
|
121887
|
-
"module": "core.js"
|
|
121888
|
-
},
|
|
121889
121946
|
"attributes": [
|
|
121890
121947
|
{
|
|
121891
121948
|
"name": "negative",
|
|
@@ -121899,26 +121956,13 @@
|
|
|
121899
121956
|
"name": "SbbNegativeMixin",
|
|
121900
121957
|
"module": "core/mixins/negative-mixin.js"
|
|
121901
121958
|
}
|
|
121902
|
-
},
|
|
121903
|
-
{
|
|
121904
|
-
"name": "icon-name",
|
|
121905
|
-
"type": {
|
|
121906
|
-
"text": "string"
|
|
121907
|
-
},
|
|
121908
|
-
"default": "''",
|
|
121909
|
-
"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.",
|
|
121910
|
-
"fieldName": "iconName",
|
|
121911
|
-
"inheritedFrom": {
|
|
121912
|
-
"name": "SbbIconNameMixin",
|
|
121913
|
-
"module": "icon/icon-name-mixin.js"
|
|
121914
|
-
}
|
|
121915
121959
|
}
|
|
121916
121960
|
]
|
|
121917
121961
|
},
|
|
121918
121962
|
{
|
|
121919
121963
|
"kind": "mixin",
|
|
121920
121964
|
"description": "",
|
|
121921
|
-
"name": "
|
|
121965
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
121922
121966
|
"members": [
|
|
121923
121967
|
{
|
|
121924
121968
|
"kind": "field",
|
|
@@ -121928,36 +121972,12 @@
|
|
|
121928
121972
|
},
|
|
121929
121973
|
"privacy": "public",
|
|
121930
121974
|
"static": true,
|
|
121931
|
-
"default": "[super.styles, unsafeCSS(
|
|
121975
|
+
"default": "[super.styles, unsafeCSS(inlineStyle)]",
|
|
121932
121976
|
"inheritedFrom": {
|
|
121933
121977
|
"name": "SbbLinkCommonElementMixin",
|
|
121934
121978
|
"module": "link/common/link-common.js"
|
|
121935
121979
|
}
|
|
121936
121980
|
},
|
|
121937
|
-
{
|
|
121938
|
-
"kind": "field",
|
|
121939
|
-
"name": "size",
|
|
121940
|
-
"type": {
|
|
121941
|
-
"text": "SbbLinkSize"
|
|
121942
|
-
},
|
|
121943
|
-
"privacy": "public",
|
|
121944
|
-
"description": "Size variant, either xs, s or m.",
|
|
121945
|
-
"default": "'s' / 'xs' (lean)",
|
|
121946
|
-
"attribute": "size",
|
|
121947
|
-
"reflects": true
|
|
121948
|
-
},
|
|
121949
|
-
{
|
|
121950
|
-
"kind": "field",
|
|
121951
|
-
"name": "iconPlacement",
|
|
121952
|
-
"type": {
|
|
121953
|
-
"text": "SbbIconPlacement"
|
|
121954
|
-
},
|
|
121955
|
-
"privacy": "public",
|
|
121956
|
-
"default": "'start'",
|
|
121957
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
121958
|
-
"attribute": "icon-placement",
|
|
121959
|
-
"reflects": true
|
|
121960
|
-
},
|
|
121961
121981
|
{
|
|
121962
121982
|
"kind": "method",
|
|
121963
121983
|
"name": "renderTemplate",
|
|
@@ -121987,107 +122007,23 @@
|
|
|
121987
122007
|
"name": "SbbNegativeMixin",
|
|
121988
122008
|
"module": "core/mixins/negative-mixin.js"
|
|
121989
122009
|
}
|
|
121990
|
-
}
|
|
122010
|
+
}
|
|
122011
|
+
],
|
|
122012
|
+
"mixins": [
|
|
121991
122013
|
{
|
|
121992
|
-
"
|
|
121993
|
-
"
|
|
121994
|
-
|
|
121995
|
-
|
|
121996
|
-
|
|
121997
|
-
"privacy": "public",
|
|
121998
|
-
"static": true,
|
|
121999
|
-
"default": "[SbbIconElement]",
|
|
122000
|
-
"inheritedFrom": {
|
|
122001
|
-
"name": "SbbIconNameMixin",
|
|
122002
|
-
"module": "icon/icon-name-mixin.js"
|
|
122003
|
-
}
|
|
122004
|
-
},
|
|
122014
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122015
|
+
"module": "link/common/link-common.js"
|
|
122016
|
+
}
|
|
122017
|
+
],
|
|
122018
|
+
"parameters": [
|
|
122005
122019
|
{
|
|
122006
|
-
"
|
|
122007
|
-
"name": "iconName",
|
|
122020
|
+
"name": "superClass",
|
|
122008
122021
|
"type": {
|
|
122009
|
-
"text": "
|
|
122010
|
-
},
|
|
122011
|
-
"privacy": "public",
|
|
122012
|
-
"default": "''",
|
|
122013
|
-
"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.",
|
|
122014
|
-
"attribute": "icon-name",
|
|
122015
|
-
"inheritedFrom": {
|
|
122016
|
-
"name": "SbbIconNameMixin",
|
|
122017
|
-
"module": "icon/icon-name-mixin.js"
|
|
122018
|
-
}
|
|
122019
|
-
},
|
|
122020
|
-
{
|
|
122021
|
-
"kind": "method",
|
|
122022
|
-
"name": "renderIconSlot",
|
|
122023
|
-
"privacy": "protected",
|
|
122024
|
-
"return": {
|
|
122025
|
-
"type": {
|
|
122026
|
-
"text": "TemplateResult"
|
|
122027
|
-
}
|
|
122028
|
-
},
|
|
122029
|
-
"parameters": [
|
|
122030
|
-
{
|
|
122031
|
-
"name": "classname",
|
|
122032
|
-
"optional": true,
|
|
122033
|
-
"type": {
|
|
122034
|
-
"text": "string"
|
|
122035
|
-
}
|
|
122036
|
-
}
|
|
122037
|
-
],
|
|
122038
|
-
"inheritedFrom": {
|
|
122039
|
-
"name": "SbbIconNameMixin",
|
|
122040
|
-
"module": "icon/icon-name-mixin.js"
|
|
122041
|
-
}
|
|
122042
|
-
},
|
|
122043
|
-
{
|
|
122044
|
-
"kind": "method",
|
|
122045
|
-
"name": "renderIconName",
|
|
122046
|
-
"privacy": "protected",
|
|
122047
|
-
"return": {
|
|
122048
|
-
"type": {
|
|
122049
|
-
"text": "string"
|
|
122050
|
-
}
|
|
122051
|
-
},
|
|
122052
|
-
"inheritedFrom": {
|
|
122053
|
-
"name": "SbbIconNameMixin",
|
|
122054
|
-
"module": "icon/icon-name-mixin.js"
|
|
122055
|
-
}
|
|
122056
|
-
},
|
|
122057
|
-
{
|
|
122058
|
-
"kind": "method",
|
|
122059
|
-
"name": "_renderIconName",
|
|
122060
|
-
"privacy": "private",
|
|
122061
|
-
"return": {
|
|
122062
|
-
"type": {
|
|
122063
|
-
"text": "string"
|
|
122064
|
-
}
|
|
122065
|
-
},
|
|
122066
|
-
"inheritedFrom": {
|
|
122067
|
-
"name": "SbbIconNameMixin",
|
|
122068
|
-
"module": "icon/icon-name-mixin.js"
|
|
122022
|
+
"text": "T"
|
|
122069
122023
|
}
|
|
122070
122024
|
}
|
|
122071
122025
|
],
|
|
122072
122026
|
"attributes": [
|
|
122073
|
-
{
|
|
122074
|
-
"name": "size",
|
|
122075
|
-
"type": {
|
|
122076
|
-
"text": "SbbLinkSize"
|
|
122077
|
-
},
|
|
122078
|
-
"description": "Size variant, either xs, s or m.",
|
|
122079
|
-
"default": "'s' / 'xs' (lean)",
|
|
122080
|
-
"fieldName": "size"
|
|
122081
|
-
},
|
|
122082
|
-
{
|
|
122083
|
-
"name": "icon-placement",
|
|
122084
|
-
"type": {
|
|
122085
|
-
"text": "SbbIconPlacement"
|
|
122086
|
-
},
|
|
122087
|
-
"default": "'start'",
|
|
122088
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
122089
|
-
"fieldName": "iconPlacement"
|
|
122090
|
-
},
|
|
122091
122027
|
{
|
|
122092
122028
|
"name": "negative",
|
|
122093
122029
|
"type": {
|
|
@@ -122100,37 +122036,6 @@
|
|
|
122100
122036
|
"name": "SbbNegativeMixin",
|
|
122101
122037
|
"module": "core/mixins/negative-mixin.js"
|
|
122102
122038
|
}
|
|
122103
|
-
},
|
|
122104
|
-
{
|
|
122105
|
-
"name": "icon-name",
|
|
122106
|
-
"type": {
|
|
122107
|
-
"text": "string"
|
|
122108
|
-
},
|
|
122109
|
-
"default": "''",
|
|
122110
|
-
"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.",
|
|
122111
|
-
"fieldName": "iconName",
|
|
122112
|
-
"inheritedFrom": {
|
|
122113
|
-
"name": "SbbIconNameMixin",
|
|
122114
|
-
"module": "icon/icon-name-mixin.js"
|
|
122115
|
-
}
|
|
122116
|
-
}
|
|
122117
|
-
],
|
|
122118
|
-
"mixins": [
|
|
122119
|
-
{
|
|
122120
|
-
"name": "SbbLinkCommonElementMixin",
|
|
122121
|
-
"module": "link/common/link-common.js"
|
|
122122
|
-
},
|
|
122123
|
-
{
|
|
122124
|
-
"name": "SbbIconNameMixin",
|
|
122125
|
-
"module": "icon.pure.js"
|
|
122126
|
-
}
|
|
122127
|
-
],
|
|
122128
|
-
"parameters": [
|
|
122129
|
-
{
|
|
122130
|
-
"name": "superClass",
|
|
122131
|
-
"type": {
|
|
122132
|
-
"text": "T"
|
|
122133
|
-
}
|
|
122134
122039
|
}
|
|
122135
122040
|
]
|
|
122136
122041
|
}
|
|
@@ -122138,70 +122043,56 @@
|
|
|
122138
122043
|
"exports": [
|
|
122139
122044
|
{
|
|
122140
122045
|
"kind": "js",
|
|
122141
|
-
"name": "
|
|
122046
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
122142
122047
|
"declaration": {
|
|
122143
|
-
"name": "
|
|
122144
|
-
"module": "link/common/
|
|
122048
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
122049
|
+
"module": "link/common/inline-link-common.js"
|
|
122145
122050
|
}
|
|
122146
122051
|
},
|
|
122147
122052
|
{
|
|
122148
122053
|
"kind": "js",
|
|
122149
|
-
"name": "
|
|
122054
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
122150
122055
|
"declaration": {
|
|
122151
|
-
"name": "
|
|
122152
|
-
"module": "link/common/
|
|
122056
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
122057
|
+
"module": "link/common/inline-link-common.js"
|
|
122153
122058
|
}
|
|
122154
122059
|
}
|
|
122155
122060
|
]
|
|
122156
122061
|
},
|
|
122157
122062
|
{
|
|
122158
122063
|
"kind": "javascript-module",
|
|
122159
|
-
"path": "link/common/
|
|
122064
|
+
"path": "link/common/link-common.js",
|
|
122160
122065
|
"declarations": [
|
|
122161
122066
|
{
|
|
122162
122067
|
"kind": "class",
|
|
122163
122068
|
"description": "",
|
|
122164
|
-
"name": "
|
|
122069
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
122165
122070
|
"mixins": [
|
|
122166
122071
|
{
|
|
122167
|
-
"name": "
|
|
122168
|
-
"module": "
|
|
122072
|
+
"name": "SbbNegativeMixin",
|
|
122073
|
+
"module": "core.js"
|
|
122169
122074
|
}
|
|
122170
122075
|
],
|
|
122171
122076
|
"superclass": {
|
|
122172
122077
|
"name": "SbbActionBaseElement",
|
|
122173
122078
|
"module": "core.js"
|
|
122174
122079
|
},
|
|
122175
|
-
"
|
|
122080
|
+
"attributes": [
|
|
122176
122081
|
{
|
|
122177
|
-
"
|
|
122178
|
-
"name": "styles",
|
|
122082
|
+
"name": "negative",
|
|
122179
122083
|
"type": {
|
|
122180
|
-
"text": "
|
|
122181
|
-
},
|
|
122182
|
-
"privacy": "public",
|
|
122183
|
-
"static": true,
|
|
122184
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
122185
|
-
"inheritedFrom": {
|
|
122186
|
-
"name": "SbbLinkCommonElementMixin",
|
|
122187
|
-
"module": "link/common/link-common.js"
|
|
122188
|
-
}
|
|
122189
|
-
},
|
|
122190
|
-
{
|
|
122191
|
-
"kind": "method",
|
|
122192
|
-
"name": "renderTemplate",
|
|
122193
|
-
"privacy": "protected",
|
|
122194
|
-
"return": {
|
|
122195
|
-
"type": {
|
|
122196
|
-
"text": "TemplateResult"
|
|
122197
|
-
}
|
|
122084
|
+
"text": "boolean"
|
|
122198
122085
|
},
|
|
122199
|
-
"
|
|
122086
|
+
"default": "false",
|
|
122087
|
+
"description": "Negative coloring variant flag.",
|
|
122088
|
+
"fieldName": "negative",
|
|
122200
122089
|
"inheritedFrom": {
|
|
122201
|
-
"name": "
|
|
122202
|
-
"module": "core/
|
|
122090
|
+
"name": "SbbNegativeMixin",
|
|
122091
|
+
"module": "core/mixins/negative-mixin.js"
|
|
122203
122092
|
}
|
|
122204
|
-
}
|
|
122093
|
+
}
|
|
122094
|
+
],
|
|
122095
|
+
"members": [
|
|
122205
122096
|
{
|
|
122206
122097
|
"kind": "field",
|
|
122207
122098
|
"name": "negative",
|
|
@@ -122258,6 +122149,21 @@
|
|
|
122258
122149
|
"module": "core/base-elements/action-base-element.js"
|
|
122259
122150
|
}
|
|
122260
122151
|
},
|
|
122152
|
+
{
|
|
122153
|
+
"kind": "method",
|
|
122154
|
+
"name": "renderTemplate",
|
|
122155
|
+
"privacy": "protected",
|
|
122156
|
+
"return": {
|
|
122157
|
+
"type": {
|
|
122158
|
+
"text": "TemplateResult"
|
|
122159
|
+
}
|
|
122160
|
+
},
|
|
122161
|
+
"description": "Override this method to render the component template.",
|
|
122162
|
+
"inheritedFrom": {
|
|
122163
|
+
"name": "SbbActionBaseElement",
|
|
122164
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122165
|
+
}
|
|
122166
|
+
},
|
|
122261
122167
|
{
|
|
122262
122168
|
"kind": "field",
|
|
122263
122169
|
"name": "['_$sbbElement$']",
|
|
@@ -122531,27 +122437,12 @@
|
|
|
122531
122437
|
"module": "core/base-elements/element.js"
|
|
122532
122438
|
}
|
|
122533
122439
|
}
|
|
122534
|
-
],
|
|
122535
|
-
"attributes": [
|
|
122536
|
-
{
|
|
122537
|
-
"name": "negative",
|
|
122538
|
-
"type": {
|
|
122539
|
-
"text": "boolean"
|
|
122540
|
-
},
|
|
122541
|
-
"default": "false",
|
|
122542
|
-
"description": "Negative coloring variant flag.",
|
|
122543
|
-
"fieldName": "negative",
|
|
122544
|
-
"inheritedFrom": {
|
|
122545
|
-
"name": "SbbNegativeMixin",
|
|
122546
|
-
"module": "core/mixins/negative-mixin.js"
|
|
122547
|
-
}
|
|
122548
|
-
}
|
|
122549
122440
|
]
|
|
122550
122441
|
},
|
|
122551
122442
|
{
|
|
122552
122443
|
"kind": "mixin",
|
|
122553
122444
|
"description": "",
|
|
122554
|
-
"name": "
|
|
122445
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122555
122446
|
"members": [
|
|
122556
122447
|
{
|
|
122557
122448
|
"kind": "field",
|
|
@@ -122561,11 +122452,7 @@
|
|
|
122561
122452
|
},
|
|
122562
122453
|
"privacy": "public",
|
|
122563
122454
|
"static": true,
|
|
122564
|
-
"default": "[
|
|
122565
|
-
"inheritedFrom": {
|
|
122566
|
-
"name": "SbbLinkCommonElementMixin",
|
|
122567
|
-
"module": "link/common/link-common.js"
|
|
122568
|
-
}
|
|
122455
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
122569
122456
|
},
|
|
122570
122457
|
{
|
|
122571
122458
|
"kind": "method",
|
|
@@ -122575,10 +122462,6 @@
|
|
|
122575
122462
|
"type": {
|
|
122576
122463
|
"text": "TemplateResult"
|
|
122577
122464
|
}
|
|
122578
|
-
},
|
|
122579
|
-
"inheritedFrom": {
|
|
122580
|
-
"name": "SbbLinkCommonElementMixin",
|
|
122581
|
-
"module": "link/common/link-common.js"
|
|
122582
122465
|
}
|
|
122583
122466
|
},
|
|
122584
122467
|
{
|
|
@@ -122600,8 +122483,8 @@
|
|
|
122600
122483
|
],
|
|
122601
122484
|
"mixins": [
|
|
122602
122485
|
{
|
|
122603
|
-
"name": "
|
|
122604
|
-
"module": "
|
|
122486
|
+
"name": "SbbNegativeMixin",
|
|
122487
|
+
"module": "core.js"
|
|
122605
122488
|
}
|
|
122606
122489
|
],
|
|
122607
122490
|
"parameters": [
|
|
@@ -122632,80 +122515,112 @@
|
|
|
122632
122515
|
"exports": [
|
|
122633
122516
|
{
|
|
122634
122517
|
"kind": "js",
|
|
122635
|
-
"name": "
|
|
122518
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
122636
122519
|
"declaration": {
|
|
122637
|
-
"name": "
|
|
122638
|
-
"module": "link/common/
|
|
122520
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
122521
|
+
"module": "link/common/link-common.js"
|
|
122639
122522
|
}
|
|
122640
122523
|
},
|
|
122641
122524
|
{
|
|
122642
122525
|
"kind": "js",
|
|
122643
|
-
"name": "
|
|
122526
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122644
122527
|
"declaration": {
|
|
122645
|
-
"name": "
|
|
122646
|
-
"module": "link/common/
|
|
122528
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122529
|
+
"module": "link/common/link-common.js"
|
|
122647
122530
|
}
|
|
122648
122531
|
}
|
|
122649
122532
|
]
|
|
122650
122533
|
},
|
|
122651
122534
|
{
|
|
122652
122535
|
"kind": "javascript-module",
|
|
122653
|
-
"path": "link/
|
|
122536
|
+
"path": "link/block-link-static/block-link-static.component.js",
|
|
122654
122537
|
"declarations": [
|
|
122655
122538
|
{
|
|
122656
122539
|
"kind": "class",
|
|
122657
|
-
"description": "",
|
|
122658
|
-
"name": "
|
|
122659
|
-
"
|
|
122540
|
+
"description": "It displays a static link enhanced with the SBB Design.",
|
|
122541
|
+
"name": "SbbBlockLinkStaticElement",
|
|
122542
|
+
"slots": [
|
|
122660
122543
|
{
|
|
122661
|
-
"
|
|
122662
|
-
"
|
|
122544
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
122545
|
+
"name": ""
|
|
122546
|
+
},
|
|
122547
|
+
{
|
|
122548
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
122549
|
+
"name": "icon"
|
|
122663
122550
|
}
|
|
122664
122551
|
],
|
|
122665
|
-
"
|
|
122666
|
-
"name": "SbbActionBaseElement",
|
|
122667
|
-
"module": "core.js"
|
|
122668
|
-
},
|
|
122669
|
-
"attributes": [
|
|
122552
|
+
"members": [
|
|
122670
122553
|
{
|
|
122671
|
-
"
|
|
122554
|
+
"kind": "field",
|
|
122555
|
+
"name": "elementName",
|
|
122672
122556
|
"type": {
|
|
122673
|
-
"text": "
|
|
122557
|
+
"text": "string"
|
|
122674
122558
|
},
|
|
122675
|
-
"
|
|
122676
|
-
"
|
|
122677
|
-
"
|
|
122559
|
+
"privacy": "public",
|
|
122560
|
+
"static": true,
|
|
122561
|
+
"readonly": true,
|
|
122678
122562
|
"inheritedFrom": {
|
|
122679
|
-
"name": "
|
|
122680
|
-
"module": "core/
|
|
122563
|
+
"name": "SbbElement",
|
|
122564
|
+
"module": "core/base-elements/element.js"
|
|
122565
|
+
},
|
|
122566
|
+
"default": "'sbb-block-link-static'"
|
|
122567
|
+
},
|
|
122568
|
+
{
|
|
122569
|
+
"kind": "field",
|
|
122570
|
+
"name": "styles",
|
|
122571
|
+
"type": {
|
|
122572
|
+
"text": "CSSResultGroup"
|
|
122573
|
+
},
|
|
122574
|
+
"privacy": "public",
|
|
122575
|
+
"static": true,
|
|
122576
|
+
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
122577
|
+
"inheritedFrom": {
|
|
122578
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122579
|
+
"module": "link/common/link-common.js"
|
|
122681
122580
|
}
|
|
122682
|
-
}
|
|
122683
|
-
],
|
|
122684
|
-
"members": [
|
|
122581
|
+
},
|
|
122685
122582
|
{
|
|
122686
122583
|
"kind": "field",
|
|
122687
|
-
"name": "
|
|
122584
|
+
"name": "size",
|
|
122688
122585
|
"type": {
|
|
122689
|
-
"text": "
|
|
122586
|
+
"text": "SbbLinkSize"
|
|
122690
122587
|
},
|
|
122691
122588
|
"privacy": "public",
|
|
122692
|
-
"
|
|
122693
|
-
"
|
|
122694
|
-
"attribute": "
|
|
122589
|
+
"description": "Size variant, either xs, s or m.",
|
|
122590
|
+
"default": "'s' / 'xs' (lean)",
|
|
122591
|
+
"attribute": "size",
|
|
122695
122592
|
"reflects": true,
|
|
122696
122593
|
"inheritedFrom": {
|
|
122697
|
-
"name": "
|
|
122698
|
-
"module": "
|
|
122594
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
122595
|
+
"module": "link/common/block-link-common.js"
|
|
122699
122596
|
}
|
|
122700
122597
|
},
|
|
122701
122598
|
{
|
|
122702
122599
|
"kind": "field",
|
|
122703
|
-
"name": "
|
|
122600
|
+
"name": "iconPlacement",
|
|
122704
122601
|
"type": {
|
|
122705
|
-
"text": "
|
|
122602
|
+
"text": "SbbIconPlacement"
|
|
122706
122603
|
},
|
|
122604
|
+
"privacy": "public",
|
|
122605
|
+
"default": "'start'",
|
|
122606
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
122607
|
+
"attribute": "icon-placement",
|
|
122608
|
+
"reflects": true,
|
|
122609
|
+
"inheritedFrom": {
|
|
122610
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
122611
|
+
"module": "link/common/block-link-common.js"
|
|
122612
|
+
}
|
|
122613
|
+
},
|
|
122614
|
+
{
|
|
122615
|
+
"kind": "method",
|
|
122616
|
+
"name": "renderTemplate",
|
|
122707
122617
|
"privacy": "protected",
|
|
122708
|
-
"
|
|
122618
|
+
"return": {
|
|
122619
|
+
"type": {
|
|
122620
|
+
"text": "TemplateResult"
|
|
122621
|
+
}
|
|
122622
|
+
},
|
|
122623
|
+
"description": "Override this method to render the component template.",
|
|
122709
122624
|
"inheritedFrom": {
|
|
122710
122625
|
"name": "SbbActionBaseElement",
|
|
122711
122626
|
"module": "core/base-elements/action-base-element.js"
|
|
@@ -122713,82 +122628,177 @@
|
|
|
122713
122628
|
},
|
|
122714
122629
|
{
|
|
122715
122630
|
"kind": "field",
|
|
122716
|
-
"name": "
|
|
122631
|
+
"name": "elementDependencies",
|
|
122717
122632
|
"type": {
|
|
122718
|
-
"text": "
|
|
122633
|
+
"text": "SbbElementType[]"
|
|
122719
122634
|
},
|
|
122720
|
-
"privacy": "
|
|
122721
|
-
"
|
|
122635
|
+
"privacy": "public",
|
|
122636
|
+
"static": true,
|
|
122722
122637
|
"inheritedFrom": {
|
|
122723
|
-
"name": "
|
|
122724
|
-
"module": "core/base-elements/
|
|
122638
|
+
"name": "SbbElement",
|
|
122639
|
+
"module": "core/base-elements/element.js"
|
|
122640
|
+
},
|
|
122641
|
+
"default": "[SbbIconElement]"
|
|
122642
|
+
},
|
|
122643
|
+
{
|
|
122644
|
+
"kind": "field",
|
|
122645
|
+
"name": "iconName",
|
|
122646
|
+
"type": {
|
|
122647
|
+
"text": "string"
|
|
122648
|
+
},
|
|
122649
|
+
"privacy": "public",
|
|
122650
|
+
"default": "''",
|
|
122651
|
+
"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.",
|
|
122652
|
+
"attribute": "icon-name",
|
|
122653
|
+
"inheritedFrom": {
|
|
122654
|
+
"name": "SbbIconNameMixin",
|
|
122655
|
+
"module": "icon/icon-name-mixin.js"
|
|
122725
122656
|
}
|
|
122726
122657
|
},
|
|
122727
122658
|
{
|
|
122728
122659
|
"kind": "method",
|
|
122729
|
-
"name": "
|
|
122660
|
+
"name": "renderIconSlot",
|
|
122730
122661
|
"privacy": "protected",
|
|
122731
122662
|
"return": {
|
|
122732
122663
|
"type": {
|
|
122733
|
-
"text": "
|
|
122664
|
+
"text": "TemplateResult"
|
|
122734
122665
|
}
|
|
122735
122666
|
},
|
|
122667
|
+
"parameters": [
|
|
122668
|
+
{
|
|
122669
|
+
"name": "classname",
|
|
122670
|
+
"optional": true,
|
|
122671
|
+
"type": {
|
|
122672
|
+
"text": "string"
|
|
122673
|
+
}
|
|
122674
|
+
}
|
|
122675
|
+
],
|
|
122736
122676
|
"inheritedFrom": {
|
|
122737
|
-
"name": "
|
|
122738
|
-
"module": "
|
|
122677
|
+
"name": "SbbIconNameMixin",
|
|
122678
|
+
"module": "icon/icon-name-mixin.js"
|
|
122739
122679
|
}
|
|
122740
122680
|
},
|
|
122741
122681
|
{
|
|
122742
122682
|
"kind": "method",
|
|
122743
|
-
"name": "
|
|
122683
|
+
"name": "renderIconName",
|
|
122744
122684
|
"privacy": "protected",
|
|
122745
122685
|
"return": {
|
|
122746
122686
|
"type": {
|
|
122747
|
-
"text": "
|
|
122687
|
+
"text": "string"
|
|
122748
122688
|
}
|
|
122749
122689
|
},
|
|
122750
|
-
"description": "Override this method to render the component template.",
|
|
122751
122690
|
"inheritedFrom": {
|
|
122752
|
-
"name": "
|
|
122753
|
-
"module": "
|
|
122691
|
+
"name": "SbbIconNameMixin",
|
|
122692
|
+
"module": "icon/icon-name-mixin.js"
|
|
122693
|
+
}
|
|
122694
|
+
},
|
|
122695
|
+
{
|
|
122696
|
+
"kind": "method",
|
|
122697
|
+
"name": "_renderIconName",
|
|
122698
|
+
"privacy": "private",
|
|
122699
|
+
"return": {
|
|
122700
|
+
"type": {
|
|
122701
|
+
"text": "string"
|
|
122702
|
+
}
|
|
122703
|
+
},
|
|
122704
|
+
"inheritedFrom": {
|
|
122705
|
+
"name": "SbbIconNameMixin",
|
|
122706
|
+
"module": "icon/icon-name-mixin.js"
|
|
122754
122707
|
}
|
|
122755
122708
|
},
|
|
122756
122709
|
{
|
|
122757
122710
|
"kind": "field",
|
|
122758
|
-
"name": "
|
|
122711
|
+
"name": "disabled",
|
|
122712
|
+
"privacy": "public",
|
|
122713
|
+
"description": "Whether the component is disabled.",
|
|
122714
|
+
"default": "false",
|
|
122759
122715
|
"type": {
|
|
122760
122716
|
"text": "boolean"
|
|
122761
122717
|
},
|
|
122762
|
-
"
|
|
122763
|
-
"
|
|
122764
|
-
"default": "true",
|
|
122718
|
+
"attribute": "disabled",
|
|
122719
|
+
"reflects": true,
|
|
122765
122720
|
"inheritedFrom": {
|
|
122766
|
-
"name": "
|
|
122767
|
-
"module": "core/
|
|
122721
|
+
"name": "SbbDisabledMixin",
|
|
122722
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
122768
122723
|
}
|
|
122769
122724
|
},
|
|
122770
122725
|
{
|
|
122771
122726
|
"kind": "field",
|
|
122772
|
-
"name": "
|
|
122727
|
+
"name": "#disabled",
|
|
122728
|
+
"privacy": "private",
|
|
122773
122729
|
"type": {
|
|
122774
|
-
"text": "
|
|
122730
|
+
"text": "boolean"
|
|
122775
122731
|
},
|
|
122776
|
-
"
|
|
122777
|
-
"
|
|
122732
|
+
"default": "false",
|
|
122733
|
+
"inheritedFrom": {
|
|
122734
|
+
"name": "SbbDisabledMixin",
|
|
122735
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
122736
|
+
}
|
|
122737
|
+
},
|
|
122738
|
+
{
|
|
122739
|
+
"kind": "method",
|
|
122740
|
+
"name": "isDisabledExternally",
|
|
122741
|
+
"privacy": "protected",
|
|
122742
|
+
"return": {
|
|
122743
|
+
"type": {
|
|
122744
|
+
"text": "boolean"
|
|
122745
|
+
}
|
|
122746
|
+
},
|
|
122747
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
122748
|
+
"inheritedFrom": {
|
|
122749
|
+
"name": "SbbDisabledMixin",
|
|
122750
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
122751
|
+
}
|
|
122752
|
+
},
|
|
122753
|
+
{
|
|
122754
|
+
"kind": "field",
|
|
122755
|
+
"name": "maybeDisabled",
|
|
122756
|
+
"type": {
|
|
122757
|
+
"text": "boolean | undefined"
|
|
122758
|
+
},
|
|
122759
|
+
"privacy": "protected",
|
|
122778
122760
|
"readonly": true,
|
|
122779
122761
|
"inheritedFrom": {
|
|
122780
|
-
"name": "
|
|
122781
|
-
"module": "core/base-elements/element.js"
|
|
122762
|
+
"name": "SbbActionBaseElement",
|
|
122763
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122782
122764
|
}
|
|
122783
122765
|
},
|
|
122784
122766
|
{
|
|
122785
122767
|
"kind": "field",
|
|
122786
|
-
"name": "
|
|
122768
|
+
"name": "maybeDisabledInteractive",
|
|
122787
122769
|
"type": {
|
|
122788
|
-
"text": "
|
|
122770
|
+
"text": "boolean | undefined"
|
|
122771
|
+
},
|
|
122772
|
+
"privacy": "protected",
|
|
122773
|
+
"readonly": true,
|
|
122774
|
+
"inheritedFrom": {
|
|
122775
|
+
"name": "SbbActionBaseElement",
|
|
122776
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122777
|
+
}
|
|
122778
|
+
},
|
|
122779
|
+
{
|
|
122780
|
+
"kind": "method",
|
|
122781
|
+
"name": "setupBaseEventHandlers",
|
|
122782
|
+
"privacy": "protected",
|
|
122783
|
+
"return": {
|
|
122784
|
+
"type": {
|
|
122785
|
+
"text": "void"
|
|
122786
|
+
}
|
|
122787
|
+
},
|
|
122788
|
+
"inheritedFrom": {
|
|
122789
|
+
"name": "SbbActionBaseElement",
|
|
122790
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122791
|
+
}
|
|
122792
|
+
},
|
|
122793
|
+
{
|
|
122794
|
+
"kind": "field",
|
|
122795
|
+
"name": "['_$sbbElement$']",
|
|
122796
|
+
"type": {
|
|
122797
|
+
"text": "boolean"
|
|
122789
122798
|
},
|
|
122790
122799
|
"privacy": "public",
|
|
122791
122800
|
"static": true,
|
|
122801
|
+
"default": "true",
|
|
122792
122802
|
"inheritedFrom": {
|
|
122793
122803
|
"name": "SbbElement",
|
|
122794
122804
|
"module": "core/base-elements/element.js"
|
|
@@ -123026,76 +123036,74 @@
|
|
|
123026
123036
|
"module": "core/base-elements/element.js"
|
|
123027
123037
|
}
|
|
123028
123038
|
}
|
|
123029
|
-
]
|
|
123030
|
-
|
|
123031
|
-
{
|
|
123032
|
-
"kind": "mixin",
|
|
123033
|
-
"description": "",
|
|
123034
|
-
"name": "SbbLinkCommonElementMixin",
|
|
123035
|
-
"members": [
|
|
123039
|
+
],
|
|
123040
|
+
"mixins": [
|
|
123036
123041
|
{
|
|
123037
|
-
"
|
|
123038
|
-
"
|
|
123039
|
-
"type": {
|
|
123040
|
-
"text": "CSSResultGroup"
|
|
123041
|
-
},
|
|
123042
|
-
"privacy": "public",
|
|
123043
|
-
"static": true,
|
|
123044
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
123042
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
123043
|
+
"module": "link/common/block-link-common.js"
|
|
123045
123044
|
},
|
|
123046
123045
|
{
|
|
123047
|
-
"
|
|
123048
|
-
"
|
|
123049
|
-
|
|
123050
|
-
|
|
123051
|
-
|
|
123052
|
-
|
|
123053
|
-
|
|
123046
|
+
"name": "SbbDisabledMixin",
|
|
123047
|
+
"module": "core.js"
|
|
123048
|
+
}
|
|
123049
|
+
],
|
|
123050
|
+
"superclass": {
|
|
123051
|
+
"name": "SbbActionBaseElement",
|
|
123052
|
+
"module": "core.js"
|
|
123053
|
+
},
|
|
123054
|
+
"tagName": "sbb-block-link-static",
|
|
123055
|
+
"customElement": true,
|
|
123056
|
+
"attributes": [
|
|
123057
|
+
{
|
|
123058
|
+
"name": "size",
|
|
123059
|
+
"type": {
|
|
123060
|
+
"text": "SbbLinkSize"
|
|
123061
|
+
},
|
|
123062
|
+
"description": "Size variant, either xs, s or m.",
|
|
123063
|
+
"default": "'s' / 'xs' (lean)",
|
|
123064
|
+
"fieldName": "size",
|
|
123065
|
+
"inheritedFrom": {
|
|
123066
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
123067
|
+
"module": "link/common/block-link-common.js"
|
|
123054
123068
|
}
|
|
123055
123069
|
},
|
|
123056
123070
|
{
|
|
123057
|
-
"
|
|
123058
|
-
"name": "negative",
|
|
123071
|
+
"name": "icon-placement",
|
|
123059
123072
|
"type": {
|
|
123060
|
-
"text": "
|
|
123073
|
+
"text": "SbbIconPlacement"
|
|
123061
123074
|
},
|
|
123062
|
-
"
|
|
123063
|
-
"
|
|
123064
|
-
"
|
|
123065
|
-
"attribute": "negative",
|
|
123066
|
-
"reflects": true,
|
|
123075
|
+
"default": "'start'",
|
|
123076
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
123077
|
+
"fieldName": "iconPlacement",
|
|
123067
123078
|
"inheritedFrom": {
|
|
123068
|
-
"name": "
|
|
123069
|
-
"module": "
|
|
123079
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
123080
|
+
"module": "link/common/block-link-common.js"
|
|
123070
123081
|
}
|
|
123071
|
-
}
|
|
123072
|
-
],
|
|
123073
|
-
"mixins": [
|
|
123074
|
-
{
|
|
123075
|
-
"name": "SbbNegativeMixin",
|
|
123076
|
-
"module": "core.js"
|
|
123077
|
-
}
|
|
123078
|
-
],
|
|
123079
|
-
"parameters": [
|
|
123082
|
+
},
|
|
123080
123083
|
{
|
|
123081
|
-
"name": "
|
|
123084
|
+
"name": "icon-name",
|
|
123082
123085
|
"type": {
|
|
123083
|
-
"text": "
|
|
123086
|
+
"text": "string"
|
|
123087
|
+
},
|
|
123088
|
+
"default": "''",
|
|
123089
|
+
"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.",
|
|
123090
|
+
"fieldName": "iconName",
|
|
123091
|
+
"inheritedFrom": {
|
|
123092
|
+
"name": "SbbIconNameMixin",
|
|
123093
|
+
"module": "icon/icon-name-mixin.js"
|
|
123084
123094
|
}
|
|
123085
|
-
}
|
|
123086
|
-
],
|
|
123087
|
-
"attributes": [
|
|
123095
|
+
},
|
|
123088
123096
|
{
|
|
123089
|
-
"name": "
|
|
123097
|
+
"name": "disabled",
|
|
123098
|
+
"description": "Whether the component is disabled.",
|
|
123099
|
+
"default": "false",
|
|
123090
123100
|
"type": {
|
|
123091
123101
|
"text": "boolean"
|
|
123092
123102
|
},
|
|
123093
|
-
"
|
|
123094
|
-
"description": "Negative coloring variant flag.",
|
|
123095
|
-
"fieldName": "negative",
|
|
123103
|
+
"fieldName": "disabled",
|
|
123096
123104
|
"inheritedFrom": {
|
|
123097
|
-
"name": "
|
|
123098
|
-
"module": "core/mixins/
|
|
123105
|
+
"name": "SbbDisabledMixin",
|
|
123106
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
123099
123107
|
}
|
|
123100
123108
|
}
|
|
123101
123109
|
]
|
|
@@ -123104,18 +123112,10 @@
|
|
|
123104
123112
|
"exports": [
|
|
123105
123113
|
{
|
|
123106
123114
|
"kind": "js",
|
|
123107
|
-
"name": "
|
|
123108
|
-
"declaration": {
|
|
123109
|
-
"name": "SbbLinkCommonElementMixinType",
|
|
123110
|
-
"module": "link/common/link-common.js"
|
|
123111
|
-
}
|
|
123112
|
-
},
|
|
123113
|
-
{
|
|
123114
|
-
"kind": "js",
|
|
123115
|
-
"name": "SbbLinkCommonElementMixin",
|
|
123115
|
+
"name": "SbbBlockLinkStaticElement",
|
|
123116
123116
|
"declaration": {
|
|
123117
|
-
"name": "
|
|
123118
|
-
"module": "link/
|
|
123117
|
+
"name": "SbbBlockLinkStaticElement",
|
|
123118
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
123119
123119
|
}
|
|
123120
123120
|
}
|
|
123121
123121
|
]
|