@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1776257807 → 5.0.0-next-dev.1776258948
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 +324 -324
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -43688,12 +43688,12 @@
|
|
|
43688
43688
|
},
|
|
43689
43689
|
{
|
|
43690
43690
|
"kind": "javascript-module",
|
|
43691
|
-
"path": "button/accent-button-
|
|
43691
|
+
"path": "button/accent-button-link/accent-button-link.component.js",
|
|
43692
43692
|
"declarations": [
|
|
43693
43693
|
{
|
|
43694
43694
|
"kind": "class",
|
|
43695
|
-
"description": "It displays a
|
|
43696
|
-
"name": "
|
|
43695
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link.",
|
|
43696
|
+
"name": "SbbAccentButtonLinkElement",
|
|
43697
43697
|
"cssProperties": [
|
|
43698
43698
|
{
|
|
43699
43699
|
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
@@ -43703,7 +43703,7 @@
|
|
|
43703
43703
|
],
|
|
43704
43704
|
"slots": [
|
|
43705
43705
|
{
|
|
43706
|
-
"description": "Use the unnamed slot to add content to the accent-button-
|
|
43706
|
+
"description": "Use the unnamed slot to add content to the accent-button-link.",
|
|
43707
43707
|
"name": ""
|
|
43708
43708
|
},
|
|
43709
43709
|
{
|
|
@@ -43721,7 +43721,7 @@
|
|
|
43721
43721
|
"privacy": "public",
|
|
43722
43722
|
"static": true,
|
|
43723
43723
|
"readonly": true,
|
|
43724
|
-
"default": "'sbb-accent-button-
|
|
43724
|
+
"default": "'sbb-accent-button-link'",
|
|
43725
43725
|
"inheritedFrom": {
|
|
43726
43726
|
"name": "SbbElement",
|
|
43727
43727
|
"module": "core/base-elements/element.js"
|
|
@@ -43870,6 +43870,22 @@
|
|
|
43870
43870
|
"module": "icon/icon-name-mixin.js"
|
|
43871
43871
|
}
|
|
43872
43872
|
},
|
|
43873
|
+
{
|
|
43874
|
+
"kind": "field",
|
|
43875
|
+
"name": "disabledInteractive",
|
|
43876
|
+
"type": {
|
|
43877
|
+
"text": "boolean"
|
|
43878
|
+
},
|
|
43879
|
+
"privacy": "public",
|
|
43880
|
+
"default": "false",
|
|
43881
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
43882
|
+
"attribute": "disabled-interactive",
|
|
43883
|
+
"reflects": true,
|
|
43884
|
+
"inheritedFrom": {
|
|
43885
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
43886
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
43887
|
+
}
|
|
43888
|
+
},
|
|
43873
43889
|
{
|
|
43874
43890
|
"kind": "field",
|
|
43875
43891
|
"name": "disabled",
|
|
@@ -43914,6 +43930,155 @@
|
|
|
43914
43930
|
"module": "core/mixins/disabled-mixin.js"
|
|
43915
43931
|
}
|
|
43916
43932
|
},
|
|
43933
|
+
{
|
|
43934
|
+
"kind": "field",
|
|
43935
|
+
"name": "href",
|
|
43936
|
+
"type": {
|
|
43937
|
+
"text": "string"
|
|
43938
|
+
},
|
|
43939
|
+
"privacy": "public",
|
|
43940
|
+
"default": "''",
|
|
43941
|
+
"description": "The href value you want to link to.",
|
|
43942
|
+
"attribute": "href",
|
|
43943
|
+
"reflects": true,
|
|
43944
|
+
"inheritedFrom": {
|
|
43945
|
+
"name": "SbbLinkBaseElement",
|
|
43946
|
+
"module": "core/base-elements/link-base-element.js"
|
|
43947
|
+
}
|
|
43948
|
+
},
|
|
43949
|
+
{
|
|
43950
|
+
"kind": "field",
|
|
43951
|
+
"name": "target",
|
|
43952
|
+
"type": {
|
|
43953
|
+
"text": "LinkTargetType | string"
|
|
43954
|
+
},
|
|
43955
|
+
"privacy": "public",
|
|
43956
|
+
"default": "''",
|
|
43957
|
+
"description": "Where to display the linked URL.",
|
|
43958
|
+
"attribute": "target",
|
|
43959
|
+
"reflects": true,
|
|
43960
|
+
"inheritedFrom": {
|
|
43961
|
+
"name": "SbbLinkBaseElement",
|
|
43962
|
+
"module": "core/base-elements/link-base-element.js"
|
|
43963
|
+
}
|
|
43964
|
+
},
|
|
43965
|
+
{
|
|
43966
|
+
"kind": "field",
|
|
43967
|
+
"name": "rel",
|
|
43968
|
+
"type": {
|
|
43969
|
+
"text": "string"
|
|
43970
|
+
},
|
|
43971
|
+
"privacy": "public",
|
|
43972
|
+
"default": "''",
|
|
43973
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
43974
|
+
"attribute": "rel",
|
|
43975
|
+
"reflects": true,
|
|
43976
|
+
"inheritedFrom": {
|
|
43977
|
+
"name": "SbbLinkBaseElement",
|
|
43978
|
+
"module": "core/base-elements/link-base-element.js"
|
|
43979
|
+
}
|
|
43980
|
+
},
|
|
43981
|
+
{
|
|
43982
|
+
"kind": "field",
|
|
43983
|
+
"name": "download",
|
|
43984
|
+
"type": {
|
|
43985
|
+
"text": "boolean"
|
|
43986
|
+
},
|
|
43987
|
+
"privacy": "public",
|
|
43988
|
+
"default": "false",
|
|
43989
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
43990
|
+
"attribute": "download",
|
|
43991
|
+
"reflects": true,
|
|
43992
|
+
"inheritedFrom": {
|
|
43993
|
+
"name": "SbbLinkBaseElement",
|
|
43994
|
+
"module": "core/base-elements/link-base-element.js"
|
|
43995
|
+
}
|
|
43996
|
+
},
|
|
43997
|
+
{
|
|
43998
|
+
"kind": "field",
|
|
43999
|
+
"name": "accessibilityLabel",
|
|
44000
|
+
"type": {
|
|
44001
|
+
"text": "string"
|
|
44002
|
+
},
|
|
44003
|
+
"privacy": "public",
|
|
44004
|
+
"default": "''",
|
|
44005
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
44006
|
+
"attribute": "accessibility-label",
|
|
44007
|
+
"inheritedFrom": {
|
|
44008
|
+
"name": "SbbLinkBaseElement",
|
|
44009
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44010
|
+
}
|
|
44011
|
+
},
|
|
44012
|
+
{
|
|
44013
|
+
"kind": "field",
|
|
44014
|
+
"name": "accessibilityCurrent",
|
|
44015
|
+
"type": {
|
|
44016
|
+
"text": "string"
|
|
44017
|
+
},
|
|
44018
|
+
"privacy": "public",
|
|
44019
|
+
"default": "''",
|
|
44020
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
44021
|
+
"attribute": "accessibility-current",
|
|
44022
|
+
"inheritedFrom": {
|
|
44023
|
+
"name": "SbbLinkBaseElement",
|
|
44024
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44025
|
+
}
|
|
44026
|
+
},
|
|
44027
|
+
{
|
|
44028
|
+
"kind": "field",
|
|
44029
|
+
"name": "language",
|
|
44030
|
+
"privacy": "protected",
|
|
44031
|
+
"default": "new SbbLanguageController(this)",
|
|
44032
|
+
"inheritedFrom": {
|
|
44033
|
+
"name": "SbbLinkBaseElement",
|
|
44034
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44035
|
+
}
|
|
44036
|
+
},
|
|
44037
|
+
{
|
|
44038
|
+
"kind": "field",
|
|
44039
|
+
"name": "anchorRole",
|
|
44040
|
+
"type": {
|
|
44041
|
+
"text": "string | null"
|
|
44042
|
+
},
|
|
44043
|
+
"privacy": "protected",
|
|
44044
|
+
"readonly": true,
|
|
44045
|
+
"default": "null",
|
|
44046
|
+
"inheritedFrom": {
|
|
44047
|
+
"name": "SbbLinkBaseElement",
|
|
44048
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44049
|
+
}
|
|
44050
|
+
},
|
|
44051
|
+
{
|
|
44052
|
+
"kind": "field",
|
|
44053
|
+
"name": "_evaluateRelAttribute",
|
|
44054
|
+
"privacy": "private",
|
|
44055
|
+
"inheritedFrom": {
|
|
44056
|
+
"name": "SbbLinkBaseElement",
|
|
44057
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44058
|
+
}
|
|
44059
|
+
},
|
|
44060
|
+
{
|
|
44061
|
+
"kind": "method",
|
|
44062
|
+
"name": "renderLink",
|
|
44063
|
+
"privacy": "protected",
|
|
44064
|
+
"return": {
|
|
44065
|
+
"type": {
|
|
44066
|
+
"text": "TemplateResult"
|
|
44067
|
+
}
|
|
44068
|
+
},
|
|
44069
|
+
"parameters": [
|
|
44070
|
+
{
|
|
44071
|
+
"name": "renderContent",
|
|
44072
|
+
"type": {
|
|
44073
|
+
"text": "TemplateResult"
|
|
44074
|
+
}
|
|
44075
|
+
}
|
|
44076
|
+
],
|
|
44077
|
+
"inheritedFrom": {
|
|
44078
|
+
"name": "SbbLinkBaseElement",
|
|
44079
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44080
|
+
}
|
|
44081
|
+
},
|
|
43917
44082
|
{
|
|
43918
44083
|
"kind": "field",
|
|
43919
44084
|
"name": "maybeDisabled",
|
|
@@ -44206,16 +44371,20 @@
|
|
|
44206
44371
|
"name": "SbbButtonCommonElementMixin",
|
|
44207
44372
|
"module": "button/common/button-common.js"
|
|
44208
44373
|
},
|
|
44374
|
+
{
|
|
44375
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
44376
|
+
"module": "core.js"
|
|
44377
|
+
},
|
|
44209
44378
|
{
|
|
44210
44379
|
"name": "SbbDisabledMixin",
|
|
44211
44380
|
"module": "core.js"
|
|
44212
44381
|
}
|
|
44213
44382
|
],
|
|
44214
44383
|
"superclass": {
|
|
44215
|
-
"name": "
|
|
44384
|
+
"name": "SbbLinkBaseElement",
|
|
44216
44385
|
"module": "core.js"
|
|
44217
44386
|
},
|
|
44218
|
-
"tagName": "sbb-accent-button-
|
|
44387
|
+
"tagName": "sbb-accent-button-link",
|
|
44219
44388
|
"customElement": true,
|
|
44220
44389
|
"attributes": [
|
|
44221
44390
|
{
|
|
@@ -44270,6 +44439,19 @@
|
|
|
44270
44439
|
"module": "icon/icon-name-mixin.js"
|
|
44271
44440
|
}
|
|
44272
44441
|
},
|
|
44442
|
+
{
|
|
44443
|
+
"name": "disabled-interactive",
|
|
44444
|
+
"type": {
|
|
44445
|
+
"text": "boolean"
|
|
44446
|
+
},
|
|
44447
|
+
"default": "false",
|
|
44448
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
44449
|
+
"fieldName": "disabledInteractive",
|
|
44450
|
+
"inheritedFrom": {
|
|
44451
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
44452
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
44453
|
+
}
|
|
44454
|
+
},
|
|
44273
44455
|
{
|
|
44274
44456
|
"name": "disabled",
|
|
44275
44457
|
"description": "Whether the component is disabled.",
|
|
@@ -44282,69 +44464,147 @@
|
|
|
44282
44464
|
"name": "SbbDisabledMixin",
|
|
44283
44465
|
"module": "core/mixins/disabled-mixin.js"
|
|
44284
44466
|
}
|
|
44285
|
-
}
|
|
44286
|
-
]
|
|
44287
|
-
}
|
|
44288
|
-
],
|
|
44289
|
-
"exports": [
|
|
44290
|
-
{
|
|
44291
|
-
"kind": "js",
|
|
44292
|
-
"name": "SbbAccentButtonStaticElement",
|
|
44293
|
-
"declaration": {
|
|
44294
|
-
"name": "SbbAccentButtonStaticElement",
|
|
44295
|
-
"module": "button/accent-button-static/accent-button-static.component.js"
|
|
44296
|
-
}
|
|
44297
|
-
}
|
|
44298
|
-
]
|
|
44299
|
-
},
|
|
44300
|
-
{
|
|
44301
|
-
"kind": "javascript-module",
|
|
44302
|
-
"path": "button/accent-button-link/accent-button-link.component.js",
|
|
44303
|
-
"declarations": [
|
|
44304
|
-
{
|
|
44305
|
-
"kind": "class",
|
|
44306
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link.",
|
|
44307
|
-
"name": "SbbAccentButtonLinkElement",
|
|
44308
|
-
"cssProperties": [
|
|
44309
|
-
{
|
|
44310
|
-
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
44311
|
-
"name": "--sbb-button-loading-delay",
|
|
44312
|
-
"default": "300ms"
|
|
44313
|
-
}
|
|
44314
|
-
],
|
|
44315
|
-
"slots": [
|
|
44316
|
-
{
|
|
44317
|
-
"description": "Use the unnamed slot to add content to the accent-button-link.",
|
|
44318
|
-
"name": ""
|
|
44319
44467
|
},
|
|
44320
44468
|
{
|
|
44321
|
-
"
|
|
44322
|
-
"name": "icon"
|
|
44323
|
-
}
|
|
44324
|
-
],
|
|
44325
|
-
"members": [
|
|
44326
|
-
{
|
|
44327
|
-
"kind": "field",
|
|
44328
|
-
"name": "elementName",
|
|
44469
|
+
"name": "href",
|
|
44329
44470
|
"type": {
|
|
44330
44471
|
"text": "string"
|
|
44331
44472
|
},
|
|
44332
|
-
"
|
|
44333
|
-
"
|
|
44334
|
-
"
|
|
44335
|
-
"default": "'sbb-accent-button-link'",
|
|
44473
|
+
"default": "''",
|
|
44474
|
+
"description": "The href value you want to link to.",
|
|
44475
|
+
"fieldName": "href",
|
|
44336
44476
|
"inheritedFrom": {
|
|
44337
|
-
"name": "
|
|
44338
|
-
"module": "core/base-elements/element.js"
|
|
44477
|
+
"name": "SbbLinkBaseElement",
|
|
44478
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44339
44479
|
}
|
|
44340
44480
|
},
|
|
44341
44481
|
{
|
|
44342
|
-
"
|
|
44343
|
-
"name": "size",
|
|
44482
|
+
"name": "target",
|
|
44344
44483
|
"type": {
|
|
44345
|
-
"text": "
|
|
44484
|
+
"text": "LinkTargetType | string"
|
|
44346
44485
|
},
|
|
44347
|
-
"
|
|
44486
|
+
"default": "''",
|
|
44487
|
+
"description": "Where to display the linked URL.",
|
|
44488
|
+
"fieldName": "target",
|
|
44489
|
+
"inheritedFrom": {
|
|
44490
|
+
"name": "SbbLinkBaseElement",
|
|
44491
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44492
|
+
}
|
|
44493
|
+
},
|
|
44494
|
+
{
|
|
44495
|
+
"name": "rel",
|
|
44496
|
+
"type": {
|
|
44497
|
+
"text": "string"
|
|
44498
|
+
},
|
|
44499
|
+
"default": "''",
|
|
44500
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
44501
|
+
"fieldName": "rel",
|
|
44502
|
+
"inheritedFrom": {
|
|
44503
|
+
"name": "SbbLinkBaseElement",
|
|
44504
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44505
|
+
}
|
|
44506
|
+
},
|
|
44507
|
+
{
|
|
44508
|
+
"name": "download",
|
|
44509
|
+
"type": {
|
|
44510
|
+
"text": "boolean"
|
|
44511
|
+
},
|
|
44512
|
+
"default": "false",
|
|
44513
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
44514
|
+
"fieldName": "download",
|
|
44515
|
+
"inheritedFrom": {
|
|
44516
|
+
"name": "SbbLinkBaseElement",
|
|
44517
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44518
|
+
}
|
|
44519
|
+
},
|
|
44520
|
+
{
|
|
44521
|
+
"name": "accessibility-label",
|
|
44522
|
+
"type": {
|
|
44523
|
+
"text": "string"
|
|
44524
|
+
},
|
|
44525
|
+
"default": "''",
|
|
44526
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
44527
|
+
"fieldName": "accessibilityLabel",
|
|
44528
|
+
"inheritedFrom": {
|
|
44529
|
+
"name": "SbbLinkBaseElement",
|
|
44530
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44531
|
+
}
|
|
44532
|
+
},
|
|
44533
|
+
{
|
|
44534
|
+
"name": "accessibility-current",
|
|
44535
|
+
"type": {
|
|
44536
|
+
"text": "string"
|
|
44537
|
+
},
|
|
44538
|
+
"default": "''",
|
|
44539
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
44540
|
+
"fieldName": "accessibilityCurrent",
|
|
44541
|
+
"inheritedFrom": {
|
|
44542
|
+
"name": "SbbLinkBaseElement",
|
|
44543
|
+
"module": "core/base-elements/link-base-element.js"
|
|
44544
|
+
}
|
|
44545
|
+
}
|
|
44546
|
+
]
|
|
44547
|
+
}
|
|
44548
|
+
],
|
|
44549
|
+
"exports": [
|
|
44550
|
+
{
|
|
44551
|
+
"kind": "js",
|
|
44552
|
+
"name": "SbbAccentButtonLinkElement",
|
|
44553
|
+
"declaration": {
|
|
44554
|
+
"name": "SbbAccentButtonLinkElement",
|
|
44555
|
+
"module": "button/accent-button-link/accent-button-link.component.js"
|
|
44556
|
+
}
|
|
44557
|
+
}
|
|
44558
|
+
]
|
|
44559
|
+
},
|
|
44560
|
+
{
|
|
44561
|
+
"kind": "javascript-module",
|
|
44562
|
+
"path": "button/accent-button-static/accent-button-static.component.js",
|
|
44563
|
+
"declarations": [
|
|
44564
|
+
{
|
|
44565
|
+
"kind": "class",
|
|
44566
|
+
"description": "It displays a static button enhanced with the SBB Design in the 'accent' variant.",
|
|
44567
|
+
"name": "SbbAccentButtonStaticElement",
|
|
44568
|
+
"cssProperties": [
|
|
44569
|
+
{
|
|
44570
|
+
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
44571
|
+
"name": "--sbb-button-loading-delay",
|
|
44572
|
+
"default": "300ms"
|
|
44573
|
+
}
|
|
44574
|
+
],
|
|
44575
|
+
"slots": [
|
|
44576
|
+
{
|
|
44577
|
+
"description": "Use the unnamed slot to add content to the accent-button-static.",
|
|
44578
|
+
"name": ""
|
|
44579
|
+
},
|
|
44580
|
+
{
|
|
44581
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
44582
|
+
"name": "icon"
|
|
44583
|
+
}
|
|
44584
|
+
],
|
|
44585
|
+
"members": [
|
|
44586
|
+
{
|
|
44587
|
+
"kind": "field",
|
|
44588
|
+
"name": "elementName",
|
|
44589
|
+
"type": {
|
|
44590
|
+
"text": "string"
|
|
44591
|
+
},
|
|
44592
|
+
"privacy": "public",
|
|
44593
|
+
"static": true,
|
|
44594
|
+
"readonly": true,
|
|
44595
|
+
"default": "'sbb-accent-button-static'",
|
|
44596
|
+
"inheritedFrom": {
|
|
44597
|
+
"name": "SbbElement",
|
|
44598
|
+
"module": "core/base-elements/element.js"
|
|
44599
|
+
}
|
|
44600
|
+
},
|
|
44601
|
+
{
|
|
44602
|
+
"kind": "field",
|
|
44603
|
+
"name": "size",
|
|
44604
|
+
"type": {
|
|
44605
|
+
"text": "SbbButtonSize"
|
|
44606
|
+
},
|
|
44607
|
+
"privacy": "public",
|
|
44348
44608
|
"description": "Size variant, either l, m or s.",
|
|
44349
44609
|
"default": "'l' / 's' (lean)",
|
|
44350
44610
|
"attribute": "size",
|
|
@@ -44481,22 +44741,6 @@
|
|
|
44481
44741
|
"module": "icon/icon-name-mixin.js"
|
|
44482
44742
|
}
|
|
44483
44743
|
},
|
|
44484
|
-
{
|
|
44485
|
-
"kind": "field",
|
|
44486
|
-
"name": "disabledInteractive",
|
|
44487
|
-
"type": {
|
|
44488
|
-
"text": "boolean"
|
|
44489
|
-
},
|
|
44490
|
-
"privacy": "public",
|
|
44491
|
-
"default": "false",
|
|
44492
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
44493
|
-
"attribute": "disabled-interactive",
|
|
44494
|
-
"reflects": true,
|
|
44495
|
-
"inheritedFrom": {
|
|
44496
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
44497
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
44498
|
-
}
|
|
44499
|
-
},
|
|
44500
44744
|
{
|
|
44501
44745
|
"kind": "field",
|
|
44502
44746
|
"name": "disabled",
|
|
@@ -44541,155 +44785,6 @@
|
|
|
44541
44785
|
"module": "core/mixins/disabled-mixin.js"
|
|
44542
44786
|
}
|
|
44543
44787
|
},
|
|
44544
|
-
{
|
|
44545
|
-
"kind": "field",
|
|
44546
|
-
"name": "href",
|
|
44547
|
-
"type": {
|
|
44548
|
-
"text": "string"
|
|
44549
|
-
},
|
|
44550
|
-
"privacy": "public",
|
|
44551
|
-
"default": "''",
|
|
44552
|
-
"description": "The href value you want to link to.",
|
|
44553
|
-
"attribute": "href",
|
|
44554
|
-
"reflects": true,
|
|
44555
|
-
"inheritedFrom": {
|
|
44556
|
-
"name": "SbbLinkBaseElement",
|
|
44557
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44558
|
-
}
|
|
44559
|
-
},
|
|
44560
|
-
{
|
|
44561
|
-
"kind": "field",
|
|
44562
|
-
"name": "target",
|
|
44563
|
-
"type": {
|
|
44564
|
-
"text": "LinkTargetType | string"
|
|
44565
|
-
},
|
|
44566
|
-
"privacy": "public",
|
|
44567
|
-
"default": "''",
|
|
44568
|
-
"description": "Where to display the linked URL.",
|
|
44569
|
-
"attribute": "target",
|
|
44570
|
-
"reflects": true,
|
|
44571
|
-
"inheritedFrom": {
|
|
44572
|
-
"name": "SbbLinkBaseElement",
|
|
44573
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44574
|
-
}
|
|
44575
|
-
},
|
|
44576
|
-
{
|
|
44577
|
-
"kind": "field",
|
|
44578
|
-
"name": "rel",
|
|
44579
|
-
"type": {
|
|
44580
|
-
"text": "string"
|
|
44581
|
-
},
|
|
44582
|
-
"privacy": "public",
|
|
44583
|
-
"default": "''",
|
|
44584
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
44585
|
-
"attribute": "rel",
|
|
44586
|
-
"reflects": true,
|
|
44587
|
-
"inheritedFrom": {
|
|
44588
|
-
"name": "SbbLinkBaseElement",
|
|
44589
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44590
|
-
}
|
|
44591
|
-
},
|
|
44592
|
-
{
|
|
44593
|
-
"kind": "field",
|
|
44594
|
-
"name": "download",
|
|
44595
|
-
"type": {
|
|
44596
|
-
"text": "boolean"
|
|
44597
|
-
},
|
|
44598
|
-
"privacy": "public",
|
|
44599
|
-
"default": "false",
|
|
44600
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
44601
|
-
"attribute": "download",
|
|
44602
|
-
"reflects": true,
|
|
44603
|
-
"inheritedFrom": {
|
|
44604
|
-
"name": "SbbLinkBaseElement",
|
|
44605
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44606
|
-
}
|
|
44607
|
-
},
|
|
44608
|
-
{
|
|
44609
|
-
"kind": "field",
|
|
44610
|
-
"name": "accessibilityLabel",
|
|
44611
|
-
"type": {
|
|
44612
|
-
"text": "string"
|
|
44613
|
-
},
|
|
44614
|
-
"privacy": "public",
|
|
44615
|
-
"default": "''",
|
|
44616
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
44617
|
-
"attribute": "accessibility-label",
|
|
44618
|
-
"inheritedFrom": {
|
|
44619
|
-
"name": "SbbLinkBaseElement",
|
|
44620
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44621
|
-
}
|
|
44622
|
-
},
|
|
44623
|
-
{
|
|
44624
|
-
"kind": "field",
|
|
44625
|
-
"name": "accessibilityCurrent",
|
|
44626
|
-
"type": {
|
|
44627
|
-
"text": "string"
|
|
44628
|
-
},
|
|
44629
|
-
"privacy": "public",
|
|
44630
|
-
"default": "''",
|
|
44631
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
44632
|
-
"attribute": "accessibility-current",
|
|
44633
|
-
"inheritedFrom": {
|
|
44634
|
-
"name": "SbbLinkBaseElement",
|
|
44635
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44636
|
-
}
|
|
44637
|
-
},
|
|
44638
|
-
{
|
|
44639
|
-
"kind": "field",
|
|
44640
|
-
"name": "language",
|
|
44641
|
-
"privacy": "protected",
|
|
44642
|
-
"default": "new SbbLanguageController(this)",
|
|
44643
|
-
"inheritedFrom": {
|
|
44644
|
-
"name": "SbbLinkBaseElement",
|
|
44645
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44646
|
-
}
|
|
44647
|
-
},
|
|
44648
|
-
{
|
|
44649
|
-
"kind": "field",
|
|
44650
|
-
"name": "anchorRole",
|
|
44651
|
-
"type": {
|
|
44652
|
-
"text": "string | null"
|
|
44653
|
-
},
|
|
44654
|
-
"privacy": "protected",
|
|
44655
|
-
"readonly": true,
|
|
44656
|
-
"default": "null",
|
|
44657
|
-
"inheritedFrom": {
|
|
44658
|
-
"name": "SbbLinkBaseElement",
|
|
44659
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44660
|
-
}
|
|
44661
|
-
},
|
|
44662
|
-
{
|
|
44663
|
-
"kind": "field",
|
|
44664
|
-
"name": "_evaluateRelAttribute",
|
|
44665
|
-
"privacy": "private",
|
|
44666
|
-
"inheritedFrom": {
|
|
44667
|
-
"name": "SbbLinkBaseElement",
|
|
44668
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44669
|
-
}
|
|
44670
|
-
},
|
|
44671
|
-
{
|
|
44672
|
-
"kind": "method",
|
|
44673
|
-
"name": "renderLink",
|
|
44674
|
-
"privacy": "protected",
|
|
44675
|
-
"return": {
|
|
44676
|
-
"type": {
|
|
44677
|
-
"text": "TemplateResult"
|
|
44678
|
-
}
|
|
44679
|
-
},
|
|
44680
|
-
"parameters": [
|
|
44681
|
-
{
|
|
44682
|
-
"name": "renderContent",
|
|
44683
|
-
"type": {
|
|
44684
|
-
"text": "TemplateResult"
|
|
44685
|
-
}
|
|
44686
|
-
}
|
|
44687
|
-
],
|
|
44688
|
-
"inheritedFrom": {
|
|
44689
|
-
"name": "SbbLinkBaseElement",
|
|
44690
|
-
"module": "core/base-elements/link-base-element.js"
|
|
44691
|
-
}
|
|
44692
|
-
},
|
|
44693
44788
|
{
|
|
44694
44789
|
"kind": "field",
|
|
44695
44790
|
"name": "maybeDisabled",
|
|
@@ -44982,20 +45077,16 @@
|
|
|
44982
45077
|
"name": "SbbButtonCommonElementMixin",
|
|
44983
45078
|
"module": "button/common/button-common.js"
|
|
44984
45079
|
},
|
|
44985
|
-
{
|
|
44986
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
44987
|
-
"module": "core.js"
|
|
44988
|
-
},
|
|
44989
45080
|
{
|
|
44990
45081
|
"name": "SbbDisabledMixin",
|
|
44991
45082
|
"module": "core.js"
|
|
44992
45083
|
}
|
|
44993
45084
|
],
|
|
44994
45085
|
"superclass": {
|
|
44995
|
-
"name": "
|
|
45086
|
+
"name": "SbbActionBaseElement",
|
|
44996
45087
|
"module": "core.js"
|
|
44997
45088
|
},
|
|
44998
|
-
"tagName": "sbb-accent-button-
|
|
45089
|
+
"tagName": "sbb-accent-button-static",
|
|
44999
45090
|
"customElement": true,
|
|
45000
45091
|
"attributes": [
|
|
45001
45092
|
{
|
|
@@ -45050,19 +45141,6 @@
|
|
|
45050
45141
|
"module": "icon/icon-name-mixin.js"
|
|
45051
45142
|
}
|
|
45052
45143
|
},
|
|
45053
|
-
{
|
|
45054
|
-
"name": "disabled-interactive",
|
|
45055
|
-
"type": {
|
|
45056
|
-
"text": "boolean"
|
|
45057
|
-
},
|
|
45058
|
-
"default": "false",
|
|
45059
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
45060
|
-
"fieldName": "disabledInteractive",
|
|
45061
|
-
"inheritedFrom": {
|
|
45062
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
45063
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
45064
|
-
}
|
|
45065
|
-
},
|
|
45066
45144
|
{
|
|
45067
45145
|
"name": "disabled",
|
|
45068
45146
|
"description": "Whether the component is disabled.",
|
|
@@ -45075,84 +45153,6 @@
|
|
|
45075
45153
|
"name": "SbbDisabledMixin",
|
|
45076
45154
|
"module": "core/mixins/disabled-mixin.js"
|
|
45077
45155
|
}
|
|
45078
|
-
},
|
|
45079
|
-
{
|
|
45080
|
-
"name": "href",
|
|
45081
|
-
"type": {
|
|
45082
|
-
"text": "string"
|
|
45083
|
-
},
|
|
45084
|
-
"default": "''",
|
|
45085
|
-
"description": "The href value you want to link to.",
|
|
45086
|
-
"fieldName": "href",
|
|
45087
|
-
"inheritedFrom": {
|
|
45088
|
-
"name": "SbbLinkBaseElement",
|
|
45089
|
-
"module": "core/base-elements/link-base-element.js"
|
|
45090
|
-
}
|
|
45091
|
-
},
|
|
45092
|
-
{
|
|
45093
|
-
"name": "target",
|
|
45094
|
-
"type": {
|
|
45095
|
-
"text": "LinkTargetType | string"
|
|
45096
|
-
},
|
|
45097
|
-
"default": "''",
|
|
45098
|
-
"description": "Where to display the linked URL.",
|
|
45099
|
-
"fieldName": "target",
|
|
45100
|
-
"inheritedFrom": {
|
|
45101
|
-
"name": "SbbLinkBaseElement",
|
|
45102
|
-
"module": "core/base-elements/link-base-element.js"
|
|
45103
|
-
}
|
|
45104
|
-
},
|
|
45105
|
-
{
|
|
45106
|
-
"name": "rel",
|
|
45107
|
-
"type": {
|
|
45108
|
-
"text": "string"
|
|
45109
|
-
},
|
|
45110
|
-
"default": "''",
|
|
45111
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
45112
|
-
"fieldName": "rel",
|
|
45113
|
-
"inheritedFrom": {
|
|
45114
|
-
"name": "SbbLinkBaseElement",
|
|
45115
|
-
"module": "core/base-elements/link-base-element.js"
|
|
45116
|
-
}
|
|
45117
|
-
},
|
|
45118
|
-
{
|
|
45119
|
-
"name": "download",
|
|
45120
|
-
"type": {
|
|
45121
|
-
"text": "boolean"
|
|
45122
|
-
},
|
|
45123
|
-
"default": "false",
|
|
45124
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
45125
|
-
"fieldName": "download",
|
|
45126
|
-
"inheritedFrom": {
|
|
45127
|
-
"name": "SbbLinkBaseElement",
|
|
45128
|
-
"module": "core/base-elements/link-base-element.js"
|
|
45129
|
-
}
|
|
45130
|
-
},
|
|
45131
|
-
{
|
|
45132
|
-
"name": "accessibility-label",
|
|
45133
|
-
"type": {
|
|
45134
|
-
"text": "string"
|
|
45135
|
-
},
|
|
45136
|
-
"default": "''",
|
|
45137
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
45138
|
-
"fieldName": "accessibilityLabel",
|
|
45139
|
-
"inheritedFrom": {
|
|
45140
|
-
"name": "SbbLinkBaseElement",
|
|
45141
|
-
"module": "core/base-elements/link-base-element.js"
|
|
45142
|
-
}
|
|
45143
|
-
},
|
|
45144
|
-
{
|
|
45145
|
-
"name": "accessibility-current",
|
|
45146
|
-
"type": {
|
|
45147
|
-
"text": "string"
|
|
45148
|
-
},
|
|
45149
|
-
"default": "''",
|
|
45150
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
45151
|
-
"fieldName": "accessibilityCurrent",
|
|
45152
|
-
"inheritedFrom": {
|
|
45153
|
-
"name": "SbbLinkBaseElement",
|
|
45154
|
-
"module": "core/base-elements/link-base-element.js"
|
|
45155
|
-
}
|
|
45156
45156
|
}
|
|
45157
45157
|
]
|
|
45158
45158
|
}
|
|
@@ -45160,10 +45160,10 @@
|
|
|
45160
45160
|
"exports": [
|
|
45161
45161
|
{
|
|
45162
45162
|
"kind": "js",
|
|
45163
|
-
"name": "
|
|
45163
|
+
"name": "SbbAccentButtonStaticElement",
|
|
45164
45164
|
"declaration": {
|
|
45165
|
-
"name": "
|
|
45166
|
-
"module": "button/accent-button-
|
|
45165
|
+
"name": "SbbAccentButtonStaticElement",
|
|
45166
|
+
"module": "button/accent-button-static/accent-button-static.component.js"
|
|
45167
45167
|
}
|
|
45168
45168
|
}
|
|
45169
45169
|
]
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "5.0.0-next-dev.
|
|
3
|
+
"version": "5.0.0-next-dev.1776258948",
|
|
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/f41339a429e117240b1de1822b2947aa67f0db0d"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|