@sbb-esta/lyne-elements-dev 4.7.0-dev.1773674938 → 4.7.0-dev.1773698471
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 +669 -669
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -96342,20 +96342,37 @@
|
|
|
96342
96342
|
},
|
|
96343
96343
|
{
|
|
96344
96344
|
"kind": "javascript-module",
|
|
96345
|
-
"path": "link/
|
|
96345
|
+
"path": "link/block-link-static/block-link-static.component.js",
|
|
96346
96346
|
"declarations": [
|
|
96347
96347
|
{
|
|
96348
96348
|
"kind": "class",
|
|
96349
|
-
"description": "",
|
|
96350
|
-
"name": "
|
|
96349
|
+
"description": "It displays a static link enhanced with the SBB Design.",
|
|
96350
|
+
"name": "SbbBlockLinkStaticElement",
|
|
96351
|
+
"slots": [
|
|
96352
|
+
{
|
|
96353
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
96354
|
+
"name": ""
|
|
96355
|
+
},
|
|
96356
|
+
{
|
|
96357
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
96358
|
+
"name": "icon"
|
|
96359
|
+
}
|
|
96360
|
+
],
|
|
96351
96361
|
"members": [
|
|
96352
96362
|
{
|
|
96353
96363
|
"kind": "field",
|
|
96354
|
-
"name": "
|
|
96364
|
+
"name": "elementName",
|
|
96355
96365
|
"type": {
|
|
96356
|
-
"text": "
|
|
96366
|
+
"text": "string"
|
|
96357
96367
|
},
|
|
96358
|
-
"privacy": "public"
|
|
96368
|
+
"privacy": "public",
|
|
96369
|
+
"static": true,
|
|
96370
|
+
"readonly": true,
|
|
96371
|
+
"inheritedFrom": {
|
|
96372
|
+
"name": "SbbElement",
|
|
96373
|
+
"module": "core/base-elements/element.js"
|
|
96374
|
+
},
|
|
96375
|
+
"default": "'sbb-block-link-static'"
|
|
96359
96376
|
},
|
|
96360
96377
|
{
|
|
96361
96378
|
"kind": "field",
|
|
@@ -96365,7 +96382,7 @@
|
|
|
96365
96382
|
},
|
|
96366
96383
|
"privacy": "public",
|
|
96367
96384
|
"static": true,
|
|
96368
|
-
"default": "style",
|
|
96385
|
+
"default": "[boxSizingStyles, style, blockStyle]",
|
|
96369
96386
|
"inheritedFrom": {
|
|
96370
96387
|
"name": "SbbLinkCommonElementMixin",
|
|
96371
96388
|
"module": "link/common/link-common.js"
|
|
@@ -96373,18 +96390,18 @@
|
|
|
96373
96390
|
},
|
|
96374
96391
|
{
|
|
96375
96392
|
"kind": "field",
|
|
96376
|
-
"name": "
|
|
96393
|
+
"name": "iconPlacement",
|
|
96377
96394
|
"type": {
|
|
96378
|
-
"text": "
|
|
96395
|
+
"text": "SbbIconPlacement"
|
|
96379
96396
|
},
|
|
96380
96397
|
"privacy": "public",
|
|
96381
|
-
"
|
|
96382
|
-
"
|
|
96383
|
-
"attribute": "
|
|
96398
|
+
"default": "'start'",
|
|
96399
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
96400
|
+
"attribute": "icon-placement",
|
|
96384
96401
|
"reflects": true,
|
|
96385
96402
|
"inheritedFrom": {
|
|
96386
|
-
"name": "
|
|
96387
|
-
"module": "link/common/link-common.js"
|
|
96403
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
96404
|
+
"module": "link/common/block-link-common.js"
|
|
96388
96405
|
}
|
|
96389
96406
|
},
|
|
96390
96407
|
{
|
|
@@ -96404,18 +96421,18 @@
|
|
|
96404
96421
|
},
|
|
96405
96422
|
{
|
|
96406
96423
|
"kind": "field",
|
|
96407
|
-
"name": "
|
|
96424
|
+
"name": "size",
|
|
96408
96425
|
"type": {
|
|
96409
|
-
"text": "
|
|
96426
|
+
"text": "SbbLinkSize"
|
|
96410
96427
|
},
|
|
96411
96428
|
"privacy": "public",
|
|
96412
|
-
"
|
|
96413
|
-
"
|
|
96414
|
-
"attribute": "
|
|
96429
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
96430
|
+
"default": "'s' / 'xs' (lean)",
|
|
96431
|
+
"attribute": "size",
|
|
96415
96432
|
"reflects": true,
|
|
96416
96433
|
"inheritedFrom": {
|
|
96417
|
-
"name": "
|
|
96418
|
-
"module": "
|
|
96434
|
+
"name": "SbbLinkCommonElementMixin",
|
|
96435
|
+
"module": "link/common/link-common.js"
|
|
96419
96436
|
}
|
|
96420
96437
|
},
|
|
96421
96438
|
{
|
|
@@ -96484,6 +96501,50 @@
|
|
|
96484
96501
|
"module": "icon/icon-name-mixin.js"
|
|
96485
96502
|
}
|
|
96486
96503
|
},
|
|
96504
|
+
{
|
|
96505
|
+
"kind": "field",
|
|
96506
|
+
"name": "disabled",
|
|
96507
|
+
"privacy": "public",
|
|
96508
|
+
"description": "Whether the component is disabled.",
|
|
96509
|
+
"default": "false",
|
|
96510
|
+
"type": {
|
|
96511
|
+
"text": "boolean"
|
|
96512
|
+
},
|
|
96513
|
+
"attribute": "disabled",
|
|
96514
|
+
"reflects": true,
|
|
96515
|
+
"inheritedFrom": {
|
|
96516
|
+
"name": "SbbDisabledMixin",
|
|
96517
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
96518
|
+
}
|
|
96519
|
+
},
|
|
96520
|
+
{
|
|
96521
|
+
"kind": "field",
|
|
96522
|
+
"name": "#disabled",
|
|
96523
|
+
"privacy": "private",
|
|
96524
|
+
"type": {
|
|
96525
|
+
"text": "boolean"
|
|
96526
|
+
},
|
|
96527
|
+
"default": "false",
|
|
96528
|
+
"inheritedFrom": {
|
|
96529
|
+
"name": "SbbDisabledMixin",
|
|
96530
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
96531
|
+
}
|
|
96532
|
+
},
|
|
96533
|
+
{
|
|
96534
|
+
"kind": "method",
|
|
96535
|
+
"name": "isDisabledExternally",
|
|
96536
|
+
"privacy": "protected",
|
|
96537
|
+
"return": {
|
|
96538
|
+
"type": {
|
|
96539
|
+
"text": "boolean"
|
|
96540
|
+
}
|
|
96541
|
+
},
|
|
96542
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
96543
|
+
"inheritedFrom": {
|
|
96544
|
+
"name": "SbbDisabledMixin",
|
|
96545
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
96546
|
+
}
|
|
96547
|
+
},
|
|
96487
96548
|
{
|
|
96488
96549
|
"kind": "field",
|
|
96489
96550
|
"name": "maybeDisabled",
|
|
@@ -96617,20 +96678,6 @@
|
|
|
96617
96678
|
"module": "core/base-elements/element.js"
|
|
96618
96679
|
}
|
|
96619
96680
|
},
|
|
96620
|
-
{
|
|
96621
|
-
"kind": "field",
|
|
96622
|
-
"name": "elementName",
|
|
96623
|
-
"type": {
|
|
96624
|
-
"text": "string"
|
|
96625
|
-
},
|
|
96626
|
-
"privacy": "public",
|
|
96627
|
-
"static": true,
|
|
96628
|
-
"readonly": true,
|
|
96629
|
-
"inheritedFrom": {
|
|
96630
|
-
"name": "SbbElement",
|
|
96631
|
-
"module": "core/base-elements/element.js"
|
|
96632
|
-
}
|
|
96633
|
-
},
|
|
96634
96681
|
{
|
|
96635
96682
|
"kind": "field",
|
|
96636
96683
|
"name": "_controllers",
|
|
@@ -96646,19 +96693,34 @@
|
|
|
96646
96693
|
],
|
|
96647
96694
|
"mixins": [
|
|
96648
96695
|
{
|
|
96649
|
-
"name": "
|
|
96650
|
-
"module": "link/common
|
|
96696
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
96697
|
+
"module": "link/common.js"
|
|
96651
96698
|
},
|
|
96652
96699
|
{
|
|
96653
|
-
"name": "
|
|
96654
|
-
"module": "
|
|
96700
|
+
"name": "SbbDisabledMixin",
|
|
96701
|
+
"module": "core/mixins.js"
|
|
96655
96702
|
}
|
|
96656
96703
|
],
|
|
96657
96704
|
"superclass": {
|
|
96658
96705
|
"name": "SbbActionBaseElement",
|
|
96659
96706
|
"module": "core/base-elements.js"
|
|
96660
96707
|
},
|
|
96708
|
+
"tagName": "sbb-block-link-static",
|
|
96709
|
+
"customElement": true,
|
|
96661
96710
|
"attributes": [
|
|
96711
|
+
{
|
|
96712
|
+
"name": "icon-placement",
|
|
96713
|
+
"type": {
|
|
96714
|
+
"text": "SbbIconPlacement"
|
|
96715
|
+
},
|
|
96716
|
+
"default": "'start'",
|
|
96717
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
96718
|
+
"fieldName": "iconPlacement",
|
|
96719
|
+
"inheritedFrom": {
|
|
96720
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
96721
|
+
"module": "link/common/block-link-common.js"
|
|
96722
|
+
}
|
|
96723
|
+
},
|
|
96662
96724
|
{
|
|
96663
96725
|
"name": "size",
|
|
96664
96726
|
"type": {
|
|
@@ -96672,19 +96734,6 @@
|
|
|
96672
96734
|
"module": "link/common/link-common.js"
|
|
96673
96735
|
}
|
|
96674
96736
|
},
|
|
96675
|
-
{
|
|
96676
|
-
"name": "negative",
|
|
96677
|
-
"type": {
|
|
96678
|
-
"text": "boolean"
|
|
96679
|
-
},
|
|
96680
|
-
"default": "false",
|
|
96681
|
-
"description": "Negative coloring variant flag.",
|
|
96682
|
-
"fieldName": "negative",
|
|
96683
|
-
"inheritedFrom": {
|
|
96684
|
-
"name": "SbbNegativeMixin",
|
|
96685
|
-
"module": "core/mixins/negative-mixin.js"
|
|
96686
|
-
}
|
|
96687
|
-
},
|
|
96688
96737
|
{
|
|
96689
96738
|
"name": "icon-name",
|
|
96690
96739
|
"type": {
|
|
@@ -96697,49 +96746,60 @@
|
|
|
96697
96746
|
"name": "SbbIconNameMixin",
|
|
96698
96747
|
"module": "icon/icon-name-mixin.js"
|
|
96699
96748
|
}
|
|
96749
|
+
},
|
|
96750
|
+
{
|
|
96751
|
+
"name": "disabled",
|
|
96752
|
+
"description": "Whether the component is disabled.",
|
|
96753
|
+
"default": "false",
|
|
96754
|
+
"type": {
|
|
96755
|
+
"text": "boolean"
|
|
96756
|
+
},
|
|
96757
|
+
"fieldName": "disabled",
|
|
96758
|
+
"inheritedFrom": {
|
|
96759
|
+
"name": "SbbDisabledMixin",
|
|
96760
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
96761
|
+
}
|
|
96700
96762
|
}
|
|
96701
96763
|
]
|
|
96702
|
-
}
|
|
96764
|
+
}
|
|
96765
|
+
],
|
|
96766
|
+
"exports": [
|
|
96703
96767
|
{
|
|
96704
|
-
"kind": "
|
|
96768
|
+
"kind": "js",
|
|
96769
|
+
"name": "SbbBlockLinkStaticElement",
|
|
96770
|
+
"declaration": {
|
|
96771
|
+
"name": "SbbBlockLinkStaticElement",
|
|
96772
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
96773
|
+
}
|
|
96774
|
+
}
|
|
96775
|
+
]
|
|
96776
|
+
},
|
|
96777
|
+
{
|
|
96778
|
+
"kind": "javascript-module",
|
|
96779
|
+
"path": "link/common/block-link-common.js",
|
|
96780
|
+
"declarations": [
|
|
96781
|
+
{
|
|
96782
|
+
"kind": "class",
|
|
96705
96783
|
"description": "",
|
|
96706
|
-
"name": "
|
|
96784
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
96707
96785
|
"members": [
|
|
96708
96786
|
{
|
|
96709
96787
|
"kind": "field",
|
|
96710
|
-
"name": "
|
|
96788
|
+
"name": "iconPlacement",
|
|
96711
96789
|
"type": {
|
|
96712
|
-
"text": "
|
|
96790
|
+
"text": "SbbIconPlacement"
|
|
96713
96791
|
},
|
|
96714
|
-
"privacy": "public"
|
|
96715
|
-
"static": true,
|
|
96716
|
-
"default": "[boxSizingStyles, style, blockStyle]",
|
|
96717
|
-
"inheritedFrom": {
|
|
96718
|
-
"name": "SbbLinkCommonElementMixin",
|
|
96719
|
-
"module": "link/common/link-common.js"
|
|
96720
|
-
}
|
|
96792
|
+
"privacy": "public"
|
|
96721
96793
|
},
|
|
96722
96794
|
{
|
|
96723
96795
|
"kind": "field",
|
|
96724
|
-
"name": "
|
|
96796
|
+
"name": "styles",
|
|
96725
96797
|
"type": {
|
|
96726
|
-
"text": "
|
|
96798
|
+
"text": "CSSResultGroup"
|
|
96727
96799
|
},
|
|
96728
96800
|
"privacy": "public",
|
|
96729
|
-
"
|
|
96730
|
-
"
|
|
96731
|
-
"attribute": "icon-placement",
|
|
96732
|
-
"reflects": true
|
|
96733
|
-
},
|
|
96734
|
-
{
|
|
96735
|
-
"kind": "method",
|
|
96736
|
-
"name": "renderTemplate",
|
|
96737
|
-
"privacy": "protected",
|
|
96738
|
-
"return": {
|
|
96739
|
-
"type": {
|
|
96740
|
-
"text": "TemplateResult"
|
|
96741
|
-
}
|
|
96742
|
-
},
|
|
96801
|
+
"static": true,
|
|
96802
|
+
"default": "style",
|
|
96743
96803
|
"inheritedFrom": {
|
|
96744
96804
|
"name": "SbbLinkCommonElementMixin",
|
|
96745
96805
|
"module": "link/common/link-common.js"
|
|
@@ -96761,6 +96821,21 @@
|
|
|
96761
96821
|
"module": "link/common/link-common.js"
|
|
96762
96822
|
}
|
|
96763
96823
|
},
|
|
96824
|
+
{
|
|
96825
|
+
"kind": "method",
|
|
96826
|
+
"name": "renderTemplate",
|
|
96827
|
+
"privacy": "protected",
|
|
96828
|
+
"return": {
|
|
96829
|
+
"type": {
|
|
96830
|
+
"text": "TemplateResult"
|
|
96831
|
+
}
|
|
96832
|
+
},
|
|
96833
|
+
"description": "Override this method to render the component template.",
|
|
96834
|
+
"inheritedFrom": {
|
|
96835
|
+
"name": "SbbActionBaseElement",
|
|
96836
|
+
"module": "core/base-elements/action-base-element.js"
|
|
96837
|
+
}
|
|
96838
|
+
},
|
|
96764
96839
|
{
|
|
96765
96840
|
"kind": "field",
|
|
96766
96841
|
"name": "negative",
|
|
@@ -96842,221 +96917,23 @@
|
|
|
96842
96917
|
"name": "SbbIconNameMixin",
|
|
96843
96918
|
"module": "icon/icon-name-mixin.js"
|
|
96844
96919
|
}
|
|
96845
|
-
}
|
|
96846
|
-
],
|
|
96847
|
-
"attributes": [
|
|
96920
|
+
},
|
|
96848
96921
|
{
|
|
96849
|
-
"
|
|
96922
|
+
"kind": "field",
|
|
96923
|
+
"name": "maybeDisabled",
|
|
96850
96924
|
"type": {
|
|
96851
|
-
"text": "
|
|
96925
|
+
"text": "boolean | undefined"
|
|
96852
96926
|
},
|
|
96853
|
-
"
|
|
96854
|
-
"
|
|
96855
|
-
"
|
|
96927
|
+
"privacy": "protected",
|
|
96928
|
+
"readonly": true,
|
|
96929
|
+
"inheritedFrom": {
|
|
96930
|
+
"name": "SbbActionBaseElement",
|
|
96931
|
+
"module": "core/base-elements/action-base-element.js"
|
|
96932
|
+
}
|
|
96856
96933
|
},
|
|
96857
96934
|
{
|
|
96858
|
-
"
|
|
96859
|
-
"
|
|
96860
|
-
"text": "SbbLinkSize"
|
|
96861
|
-
},
|
|
96862
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
96863
|
-
"default": "'s' / 'xs' (lean)",
|
|
96864
|
-
"fieldName": "size",
|
|
96865
|
-
"inheritedFrom": {
|
|
96866
|
-
"name": "SbbLinkCommonElementMixin",
|
|
96867
|
-
"module": "link/common/link-common.js"
|
|
96868
|
-
}
|
|
96869
|
-
},
|
|
96870
|
-
{
|
|
96871
|
-
"name": "negative",
|
|
96872
|
-
"type": {
|
|
96873
|
-
"text": "boolean"
|
|
96874
|
-
},
|
|
96875
|
-
"default": "false",
|
|
96876
|
-
"description": "Negative coloring variant flag.",
|
|
96877
|
-
"fieldName": "negative",
|
|
96878
|
-
"inheritedFrom": {
|
|
96879
|
-
"name": "SbbNegativeMixin",
|
|
96880
|
-
"module": "core/mixins/negative-mixin.js"
|
|
96881
|
-
}
|
|
96882
|
-
},
|
|
96883
|
-
{
|
|
96884
|
-
"name": "icon-name",
|
|
96885
|
-
"type": {
|
|
96886
|
-
"text": "string"
|
|
96887
|
-
},
|
|
96888
|
-
"default": "''",
|
|
96889
|
-
"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.",
|
|
96890
|
-
"fieldName": "iconName",
|
|
96891
|
-
"inheritedFrom": {
|
|
96892
|
-
"name": "SbbIconNameMixin",
|
|
96893
|
-
"module": "icon/icon-name-mixin.js"
|
|
96894
|
-
}
|
|
96895
|
-
}
|
|
96896
|
-
],
|
|
96897
|
-
"mixins": [
|
|
96898
|
-
{
|
|
96899
|
-
"name": "SbbLinkCommonElementMixin",
|
|
96900
|
-
"module": "link/common/link-common.js"
|
|
96901
|
-
},
|
|
96902
|
-
{
|
|
96903
|
-
"name": "SbbIconNameMixin",
|
|
96904
|
-
"module": "icon.js"
|
|
96905
|
-
}
|
|
96906
|
-
],
|
|
96907
|
-
"parameters": [
|
|
96908
|
-
{
|
|
96909
|
-
"name": "superClass",
|
|
96910
|
-
"type": {
|
|
96911
|
-
"text": "T"
|
|
96912
|
-
}
|
|
96913
|
-
}
|
|
96914
|
-
]
|
|
96915
|
-
}
|
|
96916
|
-
],
|
|
96917
|
-
"exports": [
|
|
96918
|
-
{
|
|
96919
|
-
"kind": "js",
|
|
96920
|
-
"name": "SbbBlockLinkCommonElementMixinType",
|
|
96921
|
-
"declaration": {
|
|
96922
|
-
"name": "SbbBlockLinkCommonElementMixinType",
|
|
96923
|
-
"module": "link/common/block-link-common.js"
|
|
96924
|
-
}
|
|
96925
|
-
},
|
|
96926
|
-
{
|
|
96927
|
-
"kind": "js",
|
|
96928
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
96929
|
-
"declaration": {
|
|
96930
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
96931
|
-
"module": "link/common/block-link-common.js"
|
|
96932
|
-
}
|
|
96933
|
-
}
|
|
96934
|
-
]
|
|
96935
|
-
},
|
|
96936
|
-
{
|
|
96937
|
-
"kind": "javascript-module",
|
|
96938
|
-
"path": "link/common/inline-link-common.js",
|
|
96939
|
-
"declarations": [
|
|
96940
|
-
{
|
|
96941
|
-
"kind": "class",
|
|
96942
|
-
"description": "",
|
|
96943
|
-
"name": "SbbInlineLinkCommonElementMixinType",
|
|
96944
|
-
"mixins": [
|
|
96945
|
-
{
|
|
96946
|
-
"name": "SbbLinkCommonElementMixin",
|
|
96947
|
-
"module": "link/common/link-common.js"
|
|
96948
|
-
}
|
|
96949
|
-
],
|
|
96950
|
-
"superclass": {
|
|
96951
|
-
"name": "SbbActionBaseElement",
|
|
96952
|
-
"module": "core/base-elements.js"
|
|
96953
|
-
},
|
|
96954
|
-
"attributes": [
|
|
96955
|
-
{
|
|
96956
|
-
"name": "size",
|
|
96957
|
-
"type": {
|
|
96958
|
-
"text": "SbbLinkSize"
|
|
96959
|
-
},
|
|
96960
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
96961
|
-
"default": "'s' / 'xs' (lean)",
|
|
96962
|
-
"fieldName": "size",
|
|
96963
|
-
"inheritedFrom": {
|
|
96964
|
-
"name": "SbbLinkCommonElementMixin",
|
|
96965
|
-
"module": "link/common/link-common.js"
|
|
96966
|
-
}
|
|
96967
|
-
},
|
|
96968
|
-
{
|
|
96969
|
-
"name": "negative",
|
|
96970
|
-
"type": {
|
|
96971
|
-
"text": "boolean"
|
|
96972
|
-
},
|
|
96973
|
-
"default": "false",
|
|
96974
|
-
"description": "Negative coloring variant flag.",
|
|
96975
|
-
"fieldName": "negative",
|
|
96976
|
-
"inheritedFrom": {
|
|
96977
|
-
"name": "SbbNegativeMixin",
|
|
96978
|
-
"module": "core/mixins/negative-mixin.js"
|
|
96979
|
-
}
|
|
96980
|
-
}
|
|
96981
|
-
],
|
|
96982
|
-
"members": [
|
|
96983
|
-
{
|
|
96984
|
-
"kind": "field",
|
|
96985
|
-
"name": "styles",
|
|
96986
|
-
"type": {
|
|
96987
|
-
"text": "CSSResultGroup"
|
|
96988
|
-
},
|
|
96989
|
-
"privacy": "public",
|
|
96990
|
-
"static": true,
|
|
96991
|
-
"default": "style",
|
|
96992
|
-
"inheritedFrom": {
|
|
96993
|
-
"name": "SbbLinkCommonElementMixin",
|
|
96994
|
-
"module": "link/common/link-common.js"
|
|
96995
|
-
}
|
|
96996
|
-
},
|
|
96997
|
-
{
|
|
96998
|
-
"kind": "field",
|
|
96999
|
-
"name": "size",
|
|
97000
|
-
"type": {
|
|
97001
|
-
"text": "SbbLinkSize"
|
|
97002
|
-
},
|
|
97003
|
-
"privacy": "public",
|
|
97004
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97005
|
-
"default": "'s' / 'xs' (lean)",
|
|
97006
|
-
"attribute": "size",
|
|
97007
|
-
"reflects": true,
|
|
97008
|
-
"inheritedFrom": {
|
|
97009
|
-
"name": "SbbLinkCommonElementMixin",
|
|
97010
|
-
"module": "link/common/link-common.js"
|
|
97011
|
-
}
|
|
97012
|
-
},
|
|
97013
|
-
{
|
|
97014
|
-
"kind": "method",
|
|
97015
|
-
"name": "renderTemplate",
|
|
97016
|
-
"privacy": "protected",
|
|
97017
|
-
"return": {
|
|
97018
|
-
"type": {
|
|
97019
|
-
"text": "TemplateResult"
|
|
97020
|
-
}
|
|
97021
|
-
},
|
|
97022
|
-
"description": "Override this method to render the component template.",
|
|
97023
|
-
"inheritedFrom": {
|
|
97024
|
-
"name": "SbbActionBaseElement",
|
|
97025
|
-
"module": "core/base-elements/action-base-element.js"
|
|
97026
|
-
}
|
|
97027
|
-
},
|
|
97028
|
-
{
|
|
97029
|
-
"kind": "field",
|
|
97030
|
-
"name": "negative",
|
|
97031
|
-
"type": {
|
|
97032
|
-
"text": "boolean"
|
|
97033
|
-
},
|
|
97034
|
-
"privacy": "public",
|
|
97035
|
-
"default": "false",
|
|
97036
|
-
"description": "Negative coloring variant flag.",
|
|
97037
|
-
"attribute": "negative",
|
|
97038
|
-
"reflects": true,
|
|
97039
|
-
"inheritedFrom": {
|
|
97040
|
-
"name": "SbbNegativeMixin",
|
|
97041
|
-
"module": "core/mixins/negative-mixin.js"
|
|
97042
|
-
}
|
|
97043
|
-
},
|
|
97044
|
-
{
|
|
97045
|
-
"kind": "field",
|
|
97046
|
-
"name": "maybeDisabled",
|
|
97047
|
-
"type": {
|
|
97048
|
-
"text": "boolean | undefined"
|
|
97049
|
-
},
|
|
97050
|
-
"privacy": "protected",
|
|
97051
|
-
"readonly": true,
|
|
97052
|
-
"inheritedFrom": {
|
|
97053
|
-
"name": "SbbActionBaseElement",
|
|
97054
|
-
"module": "core/base-elements/action-base-element.js"
|
|
97055
|
-
}
|
|
97056
|
-
},
|
|
97057
|
-
{
|
|
97058
|
-
"kind": "field",
|
|
97059
|
-
"name": "maybeDisabledInteractive",
|
|
96935
|
+
"kind": "field",
|
|
96936
|
+
"name": "maybeDisabledInteractive",
|
|
97060
96937
|
"type": {
|
|
97061
96938
|
"text": "boolean | undefined"
|
|
97062
96939
|
},
|
|
@@ -97200,89 +97077,217 @@
|
|
|
97200
97077
|
"module": "core/base-elements/element.js"
|
|
97201
97078
|
}
|
|
97202
97079
|
}
|
|
97203
|
-
]
|
|
97204
|
-
|
|
97205
|
-
{
|
|
97206
|
-
"kind": "mixin",
|
|
97207
|
-
"description": "",
|
|
97208
|
-
"name": "SbbInlineLinkCommonElementMixin",
|
|
97209
|
-
"members": [
|
|
97080
|
+
],
|
|
97081
|
+
"mixins": [
|
|
97210
97082
|
{
|
|
97211
|
-
"
|
|
97212
|
-
"
|
|
97213
|
-
"type": {
|
|
97214
|
-
"text": "CSSResultGroup"
|
|
97215
|
-
},
|
|
97216
|
-
"privacy": "public",
|
|
97217
|
-
"static": true,
|
|
97218
|
-
"default": "[boxSizingStyles, style, inlineStyle]",
|
|
97219
|
-
"inheritedFrom": {
|
|
97220
|
-
"name": "SbbLinkCommonElementMixin",
|
|
97221
|
-
"module": "link/common/link-common.js"
|
|
97222
|
-
}
|
|
97083
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97084
|
+
"module": "link/common/link-common.js"
|
|
97223
97085
|
},
|
|
97224
97086
|
{
|
|
97225
|
-
"
|
|
97087
|
+
"name": "SbbIconNameMixin",
|
|
97088
|
+
"module": "icon.js"
|
|
97089
|
+
}
|
|
97090
|
+
],
|
|
97091
|
+
"superclass": {
|
|
97092
|
+
"name": "SbbActionBaseElement",
|
|
97093
|
+
"module": "core/base-elements.js"
|
|
97094
|
+
},
|
|
97095
|
+
"attributes": [
|
|
97096
|
+
{
|
|
97226
97097
|
"name": "size",
|
|
97227
97098
|
"type": {
|
|
97228
97099
|
"text": "SbbLinkSize"
|
|
97229
97100
|
},
|
|
97230
|
-
"privacy": "public",
|
|
97231
97101
|
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97232
97102
|
"default": "'s' / 'xs' (lean)",
|
|
97233
|
-
"
|
|
97234
|
-
"reflects": true,
|
|
97235
|
-
"inheritedFrom": {
|
|
97236
|
-
"name": "SbbLinkCommonElementMixin",
|
|
97237
|
-
"module": "link/common/link-common.js"
|
|
97238
|
-
}
|
|
97239
|
-
},
|
|
97240
|
-
{
|
|
97241
|
-
"kind": "method",
|
|
97242
|
-
"name": "renderTemplate",
|
|
97243
|
-
"privacy": "protected",
|
|
97244
|
-
"return": {
|
|
97245
|
-
"type": {
|
|
97246
|
-
"text": "TemplateResult"
|
|
97247
|
-
}
|
|
97248
|
-
},
|
|
97103
|
+
"fieldName": "size",
|
|
97249
97104
|
"inheritedFrom": {
|
|
97250
97105
|
"name": "SbbLinkCommonElementMixin",
|
|
97251
97106
|
"module": "link/common/link-common.js"
|
|
97252
97107
|
}
|
|
97253
97108
|
},
|
|
97254
97109
|
{
|
|
97255
|
-
"kind": "field",
|
|
97256
97110
|
"name": "negative",
|
|
97257
97111
|
"type": {
|
|
97258
97112
|
"text": "boolean"
|
|
97259
97113
|
},
|
|
97260
|
-
"privacy": "public",
|
|
97261
97114
|
"default": "false",
|
|
97262
97115
|
"description": "Negative coloring variant flag.",
|
|
97263
|
-
"
|
|
97264
|
-
"reflects": true,
|
|
97116
|
+
"fieldName": "negative",
|
|
97265
97117
|
"inheritedFrom": {
|
|
97266
97118
|
"name": "SbbNegativeMixin",
|
|
97267
97119
|
"module": "core/mixins/negative-mixin.js"
|
|
97268
97120
|
}
|
|
97269
|
-
}
|
|
97270
|
-
],
|
|
97271
|
-
"mixins": [
|
|
97121
|
+
},
|
|
97272
97122
|
{
|
|
97273
|
-
"name": "
|
|
97274
|
-
"
|
|
97123
|
+
"name": "icon-name",
|
|
97124
|
+
"type": {
|
|
97125
|
+
"text": "string"
|
|
97126
|
+
},
|
|
97127
|
+
"default": "''",
|
|
97128
|
+
"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.",
|
|
97129
|
+
"fieldName": "iconName",
|
|
97130
|
+
"inheritedFrom": {
|
|
97131
|
+
"name": "SbbIconNameMixin",
|
|
97132
|
+
"module": "icon/icon-name-mixin.js"
|
|
97133
|
+
}
|
|
97275
97134
|
}
|
|
97276
|
-
]
|
|
97277
|
-
|
|
97135
|
+
]
|
|
97136
|
+
},
|
|
97137
|
+
{
|
|
97138
|
+
"kind": "mixin",
|
|
97139
|
+
"description": "",
|
|
97140
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
97141
|
+
"members": [
|
|
97278
97142
|
{
|
|
97279
|
-
"
|
|
97143
|
+
"kind": "field",
|
|
97144
|
+
"name": "styles",
|
|
97280
97145
|
"type": {
|
|
97281
|
-
"text": "
|
|
97146
|
+
"text": "CSSResultGroup"
|
|
97147
|
+
},
|
|
97148
|
+
"privacy": "public",
|
|
97149
|
+
"static": true,
|
|
97150
|
+
"default": "[boxSizingStyles, style, blockStyle]",
|
|
97151
|
+
"inheritedFrom": {
|
|
97152
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97153
|
+
"module": "link/common/link-common.js"
|
|
97154
|
+
}
|
|
97155
|
+
},
|
|
97156
|
+
{
|
|
97157
|
+
"kind": "field",
|
|
97158
|
+
"name": "iconPlacement",
|
|
97159
|
+
"type": {
|
|
97160
|
+
"text": "SbbIconPlacement"
|
|
97161
|
+
},
|
|
97162
|
+
"privacy": "public",
|
|
97163
|
+
"default": "'start'",
|
|
97164
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
97165
|
+
"attribute": "icon-placement",
|
|
97166
|
+
"reflects": true
|
|
97167
|
+
},
|
|
97168
|
+
{
|
|
97169
|
+
"kind": "method",
|
|
97170
|
+
"name": "renderTemplate",
|
|
97171
|
+
"privacy": "protected",
|
|
97172
|
+
"return": {
|
|
97173
|
+
"type": {
|
|
97174
|
+
"text": "TemplateResult"
|
|
97175
|
+
}
|
|
97176
|
+
},
|
|
97177
|
+
"inheritedFrom": {
|
|
97178
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97179
|
+
"module": "link/common/link-common.js"
|
|
97180
|
+
}
|
|
97181
|
+
},
|
|
97182
|
+
{
|
|
97183
|
+
"kind": "field",
|
|
97184
|
+
"name": "size",
|
|
97185
|
+
"type": {
|
|
97186
|
+
"text": "SbbLinkSize"
|
|
97187
|
+
},
|
|
97188
|
+
"privacy": "public",
|
|
97189
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97190
|
+
"default": "'s' / 'xs' (lean)",
|
|
97191
|
+
"attribute": "size",
|
|
97192
|
+
"reflects": true,
|
|
97193
|
+
"inheritedFrom": {
|
|
97194
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97195
|
+
"module": "link/common/link-common.js"
|
|
97196
|
+
}
|
|
97197
|
+
},
|
|
97198
|
+
{
|
|
97199
|
+
"kind": "field",
|
|
97200
|
+
"name": "negative",
|
|
97201
|
+
"type": {
|
|
97202
|
+
"text": "boolean"
|
|
97203
|
+
},
|
|
97204
|
+
"privacy": "public",
|
|
97205
|
+
"default": "false",
|
|
97206
|
+
"description": "Negative coloring variant flag.",
|
|
97207
|
+
"attribute": "negative",
|
|
97208
|
+
"reflects": true,
|
|
97209
|
+
"inheritedFrom": {
|
|
97210
|
+
"name": "SbbNegativeMixin",
|
|
97211
|
+
"module": "core/mixins/negative-mixin.js"
|
|
97212
|
+
}
|
|
97213
|
+
},
|
|
97214
|
+
{
|
|
97215
|
+
"kind": "field",
|
|
97216
|
+
"name": "iconName",
|
|
97217
|
+
"type": {
|
|
97218
|
+
"text": "string"
|
|
97219
|
+
},
|
|
97220
|
+
"privacy": "public",
|
|
97221
|
+
"default": "''",
|
|
97222
|
+
"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.",
|
|
97223
|
+
"attribute": "icon-name",
|
|
97224
|
+
"inheritedFrom": {
|
|
97225
|
+
"name": "SbbIconNameMixin",
|
|
97226
|
+
"module": "icon/icon-name-mixin.js"
|
|
97227
|
+
}
|
|
97228
|
+
},
|
|
97229
|
+
{
|
|
97230
|
+
"kind": "method",
|
|
97231
|
+
"name": "renderIconSlot",
|
|
97232
|
+
"privacy": "protected",
|
|
97233
|
+
"return": {
|
|
97234
|
+
"type": {
|
|
97235
|
+
"text": "TemplateResult"
|
|
97236
|
+
}
|
|
97237
|
+
},
|
|
97238
|
+
"parameters": [
|
|
97239
|
+
{
|
|
97240
|
+
"name": "classname",
|
|
97241
|
+
"optional": true,
|
|
97242
|
+
"type": {
|
|
97243
|
+
"text": "string"
|
|
97244
|
+
}
|
|
97245
|
+
}
|
|
97246
|
+
],
|
|
97247
|
+
"inheritedFrom": {
|
|
97248
|
+
"name": "SbbIconNameMixin",
|
|
97249
|
+
"module": "icon/icon-name-mixin.js"
|
|
97250
|
+
}
|
|
97251
|
+
},
|
|
97252
|
+
{
|
|
97253
|
+
"kind": "method",
|
|
97254
|
+
"name": "renderIconName",
|
|
97255
|
+
"privacy": "protected",
|
|
97256
|
+
"return": {
|
|
97257
|
+
"type": {
|
|
97258
|
+
"text": "string"
|
|
97259
|
+
}
|
|
97260
|
+
},
|
|
97261
|
+
"inheritedFrom": {
|
|
97262
|
+
"name": "SbbIconNameMixin",
|
|
97263
|
+
"module": "icon/icon-name-mixin.js"
|
|
97264
|
+
}
|
|
97265
|
+
},
|
|
97266
|
+
{
|
|
97267
|
+
"kind": "method",
|
|
97268
|
+
"name": "_renderIconName",
|
|
97269
|
+
"privacy": "private",
|
|
97270
|
+
"return": {
|
|
97271
|
+
"type": {
|
|
97272
|
+
"text": "string"
|
|
97273
|
+
}
|
|
97274
|
+
},
|
|
97275
|
+
"inheritedFrom": {
|
|
97276
|
+
"name": "SbbIconNameMixin",
|
|
97277
|
+
"module": "icon/icon-name-mixin.js"
|
|
97282
97278
|
}
|
|
97283
97279
|
}
|
|
97284
97280
|
],
|
|
97285
97281
|
"attributes": [
|
|
97282
|
+
{
|
|
97283
|
+
"name": "icon-placement",
|
|
97284
|
+
"type": {
|
|
97285
|
+
"text": "SbbIconPlacement"
|
|
97286
|
+
},
|
|
97287
|
+
"default": "'start'",
|
|
97288
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
97289
|
+
"fieldName": "iconPlacement"
|
|
97290
|
+
},
|
|
97286
97291
|
{
|
|
97287
97292
|
"name": "size",
|
|
97288
97293
|
"type": {
|
|
@@ -97308,6 +97313,37 @@
|
|
|
97308
97313
|
"name": "SbbNegativeMixin",
|
|
97309
97314
|
"module": "core/mixins/negative-mixin.js"
|
|
97310
97315
|
}
|
|
97316
|
+
},
|
|
97317
|
+
{
|
|
97318
|
+
"name": "icon-name",
|
|
97319
|
+
"type": {
|
|
97320
|
+
"text": "string"
|
|
97321
|
+
},
|
|
97322
|
+
"default": "''",
|
|
97323
|
+
"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.",
|
|
97324
|
+
"fieldName": "iconName",
|
|
97325
|
+
"inheritedFrom": {
|
|
97326
|
+
"name": "SbbIconNameMixin",
|
|
97327
|
+
"module": "icon/icon-name-mixin.js"
|
|
97328
|
+
}
|
|
97329
|
+
}
|
|
97330
|
+
],
|
|
97331
|
+
"mixins": [
|
|
97332
|
+
{
|
|
97333
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97334
|
+
"module": "link/common/link-common.js"
|
|
97335
|
+
},
|
|
97336
|
+
{
|
|
97337
|
+
"name": "SbbIconNameMixin",
|
|
97338
|
+
"module": "icon.js"
|
|
97339
|
+
}
|
|
97340
|
+
],
|
|
97341
|
+
"parameters": [
|
|
97342
|
+
{
|
|
97343
|
+
"name": "superClass",
|
|
97344
|
+
"type": {
|
|
97345
|
+
"text": "T"
|
|
97346
|
+
}
|
|
97311
97347
|
}
|
|
97312
97348
|
]
|
|
97313
97349
|
}
|
|
@@ -97315,63 +97351,109 @@
|
|
|
97315
97351
|
"exports": [
|
|
97316
97352
|
{
|
|
97317
97353
|
"kind": "js",
|
|
97318
|
-
"name": "
|
|
97354
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
97319
97355
|
"declaration": {
|
|
97320
|
-
"name": "
|
|
97321
|
-
"module": "link/common/
|
|
97356
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
97357
|
+
"module": "link/common/block-link-common.js"
|
|
97322
97358
|
}
|
|
97323
97359
|
},
|
|
97324
97360
|
{
|
|
97325
97361
|
"kind": "js",
|
|
97326
|
-
"name": "
|
|
97362
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
97327
97363
|
"declaration": {
|
|
97328
|
-
"name": "
|
|
97329
|
-
"module": "link/common/
|
|
97364
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
97365
|
+
"module": "link/common/block-link-common.js"
|
|
97330
97366
|
}
|
|
97331
97367
|
}
|
|
97332
97368
|
]
|
|
97333
97369
|
},
|
|
97334
97370
|
{
|
|
97335
97371
|
"kind": "javascript-module",
|
|
97336
|
-
"path": "link/common/link-common.js",
|
|
97372
|
+
"path": "link/common/inline-link-common.js",
|
|
97337
97373
|
"declarations": [
|
|
97338
97374
|
{
|
|
97339
97375
|
"kind": "class",
|
|
97340
97376
|
"description": "",
|
|
97341
|
-
"name": "
|
|
97342
|
-
"
|
|
97377
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
97378
|
+
"mixins": [
|
|
97379
|
+
{
|
|
97380
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97381
|
+
"module": "link/common/link-common.js"
|
|
97382
|
+
}
|
|
97383
|
+
],
|
|
97384
|
+
"superclass": {
|
|
97385
|
+
"name": "SbbActionBaseElement",
|
|
97386
|
+
"module": "core/base-elements.js"
|
|
97387
|
+
},
|
|
97388
|
+
"attributes": [
|
|
97343
97389
|
{
|
|
97344
|
-
"kind": "field",
|
|
97345
97390
|
"name": "size",
|
|
97346
97391
|
"type": {
|
|
97347
97392
|
"text": "SbbLinkSize"
|
|
97348
97393
|
},
|
|
97349
|
-
"
|
|
97394
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97395
|
+
"default": "'s' / 'xs' (lean)",
|
|
97396
|
+
"fieldName": "size",
|
|
97397
|
+
"inheritedFrom": {
|
|
97398
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97399
|
+
"module": "link/common/link-common.js"
|
|
97400
|
+
}
|
|
97350
97401
|
},
|
|
97351
97402
|
{
|
|
97352
|
-
"kind": "field",
|
|
97353
97403
|
"name": "negative",
|
|
97354
97404
|
"type": {
|
|
97355
97405
|
"text": "boolean"
|
|
97356
97406
|
},
|
|
97357
|
-
"privacy": "public",
|
|
97358
97407
|
"default": "false",
|
|
97359
97408
|
"description": "Negative coloring variant flag.",
|
|
97360
|
-
"
|
|
97361
|
-
"reflects": true,
|
|
97409
|
+
"fieldName": "negative",
|
|
97362
97410
|
"inheritedFrom": {
|
|
97363
97411
|
"name": "SbbNegativeMixin",
|
|
97364
97412
|
"module": "core/mixins/negative-mixin.js"
|
|
97365
97413
|
}
|
|
97414
|
+
}
|
|
97415
|
+
],
|
|
97416
|
+
"members": [
|
|
97417
|
+
{
|
|
97418
|
+
"kind": "field",
|
|
97419
|
+
"name": "styles",
|
|
97420
|
+
"type": {
|
|
97421
|
+
"text": "CSSResultGroup"
|
|
97422
|
+
},
|
|
97423
|
+
"privacy": "public",
|
|
97424
|
+
"static": true,
|
|
97425
|
+
"default": "style",
|
|
97426
|
+
"inheritedFrom": {
|
|
97427
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97428
|
+
"module": "link/common/link-common.js"
|
|
97429
|
+
}
|
|
97366
97430
|
},
|
|
97367
97431
|
{
|
|
97368
97432
|
"kind": "field",
|
|
97369
|
-
"name": "
|
|
97433
|
+
"name": "size",
|
|
97370
97434
|
"type": {
|
|
97371
|
-
"text": "
|
|
97435
|
+
"text": "SbbLinkSize"
|
|
97372
97436
|
},
|
|
97437
|
+
"privacy": "public",
|
|
97438
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97439
|
+
"default": "'s' / 'xs' (lean)",
|
|
97440
|
+
"attribute": "size",
|
|
97441
|
+
"reflects": true,
|
|
97442
|
+
"inheritedFrom": {
|
|
97443
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97444
|
+
"module": "link/common/link-common.js"
|
|
97445
|
+
}
|
|
97446
|
+
},
|
|
97447
|
+
{
|
|
97448
|
+
"kind": "method",
|
|
97449
|
+
"name": "renderTemplate",
|
|
97373
97450
|
"privacy": "protected",
|
|
97374
|
-
"
|
|
97451
|
+
"return": {
|
|
97452
|
+
"type": {
|
|
97453
|
+
"text": "TemplateResult"
|
|
97454
|
+
}
|
|
97455
|
+
},
|
|
97456
|
+
"description": "Override this method to render the component template.",
|
|
97375
97457
|
"inheritedFrom": {
|
|
97376
97458
|
"name": "SbbActionBaseElement",
|
|
97377
97459
|
"module": "core/base-elements/action-base-element.js"
|
|
@@ -97379,7 +97461,23 @@
|
|
|
97379
97461
|
},
|
|
97380
97462
|
{
|
|
97381
97463
|
"kind": "field",
|
|
97382
|
-
"name": "
|
|
97464
|
+
"name": "negative",
|
|
97465
|
+
"type": {
|
|
97466
|
+
"text": "boolean"
|
|
97467
|
+
},
|
|
97468
|
+
"privacy": "public",
|
|
97469
|
+
"default": "false",
|
|
97470
|
+
"description": "Negative coloring variant flag.",
|
|
97471
|
+
"attribute": "negative",
|
|
97472
|
+
"reflects": true,
|
|
97473
|
+
"inheritedFrom": {
|
|
97474
|
+
"name": "SbbNegativeMixin",
|
|
97475
|
+
"module": "core/mixins/negative-mixin.js"
|
|
97476
|
+
}
|
|
97477
|
+
},
|
|
97478
|
+
{
|
|
97479
|
+
"kind": "field",
|
|
97480
|
+
"name": "maybeDisabled",
|
|
97383
97481
|
"type": {
|
|
97384
97482
|
"text": "boolean | undefined"
|
|
97385
97483
|
},
|
|
@@ -97388,17 +97486,16 @@
|
|
|
97388
97486
|
"inheritedFrom": {
|
|
97389
97487
|
"name": "SbbActionBaseElement",
|
|
97390
97488
|
"module": "core/base-elements/action-base-element.js"
|
|
97391
|
-
}
|
|
97392
|
-
},
|
|
97393
|
-
{
|
|
97394
|
-
"kind": "
|
|
97395
|
-
"name": "
|
|
97396
|
-
"
|
|
97397
|
-
|
|
97398
|
-
"type": {
|
|
97399
|
-
"text": "void"
|
|
97400
|
-
}
|
|
97489
|
+
}
|
|
97490
|
+
},
|
|
97491
|
+
{
|
|
97492
|
+
"kind": "field",
|
|
97493
|
+
"name": "maybeDisabledInteractive",
|
|
97494
|
+
"type": {
|
|
97495
|
+
"text": "boolean | undefined"
|
|
97401
97496
|
},
|
|
97497
|
+
"privacy": "protected",
|
|
97498
|
+
"readonly": true,
|
|
97402
97499
|
"inheritedFrom": {
|
|
97403
97500
|
"name": "SbbActionBaseElement",
|
|
97404
97501
|
"module": "core/base-elements/action-base-element.js"
|
|
@@ -97406,14 +97503,13 @@
|
|
|
97406
97503
|
},
|
|
97407
97504
|
{
|
|
97408
97505
|
"kind": "method",
|
|
97409
|
-
"name": "
|
|
97506
|
+
"name": "setupBaseEventHandlers",
|
|
97410
97507
|
"privacy": "protected",
|
|
97411
97508
|
"return": {
|
|
97412
97509
|
"type": {
|
|
97413
|
-
"text": "
|
|
97510
|
+
"text": "void"
|
|
97414
97511
|
}
|
|
97415
97512
|
},
|
|
97416
|
-
"description": "Override this method to render the component template.",
|
|
97417
97513
|
"inheritedFrom": {
|
|
97418
97514
|
"name": "SbbActionBaseElement",
|
|
97419
97515
|
"module": "core/base-elements/action-base-element.js"
|
|
@@ -97538,37 +97634,12 @@
|
|
|
97538
97634
|
"module": "core/base-elements/element.js"
|
|
97539
97635
|
}
|
|
97540
97636
|
}
|
|
97541
|
-
],
|
|
97542
|
-
"mixins": [
|
|
97543
|
-
{
|
|
97544
|
-
"name": "SbbNegativeMixin",
|
|
97545
|
-
"module": "core/mixins.js"
|
|
97546
|
-
}
|
|
97547
|
-
],
|
|
97548
|
-
"superclass": {
|
|
97549
|
-
"name": "SbbActionBaseElement",
|
|
97550
|
-
"module": "core/base-elements.js"
|
|
97551
|
-
},
|
|
97552
|
-
"attributes": [
|
|
97553
|
-
{
|
|
97554
|
-
"name": "negative",
|
|
97555
|
-
"type": {
|
|
97556
|
-
"text": "boolean"
|
|
97557
|
-
},
|
|
97558
|
-
"default": "false",
|
|
97559
|
-
"description": "Negative coloring variant flag.",
|
|
97560
|
-
"fieldName": "negative",
|
|
97561
|
-
"inheritedFrom": {
|
|
97562
|
-
"name": "SbbNegativeMixin",
|
|
97563
|
-
"module": "core/mixins/negative-mixin.js"
|
|
97564
|
-
}
|
|
97565
|
-
}
|
|
97566
97637
|
]
|
|
97567
97638
|
},
|
|
97568
97639
|
{
|
|
97569
97640
|
"kind": "mixin",
|
|
97570
97641
|
"description": "",
|
|
97571
|
-
"name": "
|
|
97642
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
97572
97643
|
"members": [
|
|
97573
97644
|
{
|
|
97574
97645
|
"kind": "field",
|
|
@@ -97578,7 +97649,11 @@
|
|
|
97578
97649
|
},
|
|
97579
97650
|
"privacy": "public",
|
|
97580
97651
|
"static": true,
|
|
97581
|
-
"default": "style"
|
|
97652
|
+
"default": "[boxSizingStyles, style, inlineStyle]",
|
|
97653
|
+
"inheritedFrom": {
|
|
97654
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97655
|
+
"module": "link/common/link-common.js"
|
|
97656
|
+
}
|
|
97582
97657
|
},
|
|
97583
97658
|
{
|
|
97584
97659
|
"kind": "field",
|
|
@@ -97590,7 +97665,11 @@
|
|
|
97590
97665
|
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97591
97666
|
"default": "'s' / 'xs' (lean)",
|
|
97592
97667
|
"attribute": "size",
|
|
97593
|
-
"reflects": true
|
|
97668
|
+
"reflects": true,
|
|
97669
|
+
"inheritedFrom": {
|
|
97670
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97671
|
+
"module": "link/common/link-common.js"
|
|
97672
|
+
}
|
|
97594
97673
|
},
|
|
97595
97674
|
{
|
|
97596
97675
|
"kind": "method",
|
|
@@ -97600,6 +97679,10 @@
|
|
|
97600
97679
|
"type": {
|
|
97601
97680
|
"text": "TemplateResult"
|
|
97602
97681
|
}
|
|
97682
|
+
},
|
|
97683
|
+
"inheritedFrom": {
|
|
97684
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97685
|
+
"module": "link/common/link-common.js"
|
|
97603
97686
|
}
|
|
97604
97687
|
},
|
|
97605
97688
|
{
|
|
@@ -97619,268 +97702,100 @@
|
|
|
97619
97702
|
}
|
|
97620
97703
|
}
|
|
97621
97704
|
],
|
|
97622
|
-
"attributes": [
|
|
97623
|
-
{
|
|
97624
|
-
"name": "size",
|
|
97625
|
-
"type": {
|
|
97626
|
-
"text": "SbbLinkSize"
|
|
97627
|
-
},
|
|
97628
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97629
|
-
"default": "'s' / 'xs' (lean)",
|
|
97630
|
-
"fieldName": "size"
|
|
97631
|
-
},
|
|
97632
|
-
{
|
|
97633
|
-
"name": "negative",
|
|
97634
|
-
"type": {
|
|
97635
|
-
"text": "boolean"
|
|
97636
|
-
},
|
|
97637
|
-
"default": "false",
|
|
97638
|
-
"description": "Negative coloring variant flag.",
|
|
97639
|
-
"fieldName": "negative",
|
|
97640
|
-
"inheritedFrom": {
|
|
97641
|
-
"name": "SbbNegativeMixin",
|
|
97642
|
-
"module": "core/mixins/negative-mixin.js"
|
|
97643
|
-
}
|
|
97644
|
-
}
|
|
97645
|
-
],
|
|
97646
97705
|
"mixins": [
|
|
97647
97706
|
{
|
|
97648
|
-
"name": "
|
|
97649
|
-
"module": "
|
|
97707
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97708
|
+
"module": "link/common/link-common.js"
|
|
97650
97709
|
}
|
|
97651
97710
|
],
|
|
97652
97711
|
"parameters": [
|
|
97653
97712
|
{
|
|
97654
97713
|
"name": "superClass",
|
|
97655
|
-
"type": {
|
|
97656
|
-
"text": "T"
|
|
97657
|
-
}
|
|
97658
|
-
}
|
|
97659
|
-
]
|
|
97660
|
-
}
|
|
97661
|
-
],
|
|
97662
|
-
"exports": [
|
|
97663
|
-
{
|
|
97664
|
-
"kind": "js",
|
|
97665
|
-
"name": "SbbLinkCommonElementMixinType",
|
|
97666
|
-
"declaration": {
|
|
97667
|
-
"name": "SbbLinkCommonElementMixinType",
|
|
97668
|
-
"module": "link/common/link-common.js"
|
|
97669
|
-
}
|
|
97670
|
-
},
|
|
97671
|
-
{
|
|
97672
|
-
"kind": "js",
|
|
97673
|
-
"name": "SbbLinkCommonElementMixin",
|
|
97674
|
-
"declaration": {
|
|
97675
|
-
"name": "SbbLinkCommonElementMixin",
|
|
97676
|
-
"module": "link/common/link-common.js"
|
|
97677
|
-
}
|
|
97678
|
-
}
|
|
97679
|
-
]
|
|
97680
|
-
},
|
|
97681
|
-
{
|
|
97682
|
-
"kind": "javascript-module",
|
|
97683
|
-
"path": "link/block-link-static/block-link-static.component.js",
|
|
97684
|
-
"declarations": [
|
|
97685
|
-
{
|
|
97686
|
-
"kind": "class",
|
|
97687
|
-
"description": "It displays a static link enhanced with the SBB Design.",
|
|
97688
|
-
"name": "SbbBlockLinkStaticElement",
|
|
97689
|
-
"slots": [
|
|
97690
|
-
{
|
|
97691
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
97692
|
-
"name": ""
|
|
97693
|
-
},
|
|
97694
|
-
{
|
|
97695
|
-
"description": "Slot used to display the icon, if one is set.",
|
|
97696
|
-
"name": "icon"
|
|
97697
|
-
}
|
|
97698
|
-
],
|
|
97699
|
-
"members": [
|
|
97700
|
-
{
|
|
97701
|
-
"kind": "field",
|
|
97702
|
-
"name": "elementName",
|
|
97703
|
-
"type": {
|
|
97704
|
-
"text": "string"
|
|
97705
|
-
},
|
|
97706
|
-
"privacy": "public",
|
|
97707
|
-
"static": true,
|
|
97708
|
-
"readonly": true,
|
|
97709
|
-
"inheritedFrom": {
|
|
97710
|
-
"name": "SbbElement",
|
|
97711
|
-
"module": "core/base-elements/element.js"
|
|
97712
|
-
},
|
|
97713
|
-
"default": "'sbb-block-link-static'"
|
|
97714
|
-
},
|
|
97715
|
-
{
|
|
97716
|
-
"kind": "field",
|
|
97717
|
-
"name": "styles",
|
|
97718
|
-
"type": {
|
|
97719
|
-
"text": "CSSResultGroup"
|
|
97720
|
-
},
|
|
97721
|
-
"privacy": "public",
|
|
97722
|
-
"static": true,
|
|
97723
|
-
"default": "[boxSizingStyles, style, blockStyle]",
|
|
97724
|
-
"inheritedFrom": {
|
|
97725
|
-
"name": "SbbLinkCommonElementMixin",
|
|
97726
|
-
"module": "link/common/link-common.js"
|
|
97727
|
-
}
|
|
97728
|
-
},
|
|
97729
|
-
{
|
|
97730
|
-
"kind": "field",
|
|
97731
|
-
"name": "iconPlacement",
|
|
97732
|
-
"type": {
|
|
97733
|
-
"text": "SbbIconPlacement"
|
|
97734
|
-
},
|
|
97735
|
-
"privacy": "public",
|
|
97736
|
-
"default": "'start'",
|
|
97737
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
97738
|
-
"attribute": "icon-placement",
|
|
97739
|
-
"reflects": true,
|
|
97740
|
-
"inheritedFrom": {
|
|
97741
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
97742
|
-
"module": "link/common/block-link-common.js"
|
|
97743
|
-
}
|
|
97744
|
-
},
|
|
97745
|
-
{
|
|
97746
|
-
"kind": "method",
|
|
97747
|
-
"name": "renderTemplate",
|
|
97748
|
-
"privacy": "protected",
|
|
97749
|
-
"return": {
|
|
97750
|
-
"type": {
|
|
97751
|
-
"text": "TemplateResult"
|
|
97752
|
-
}
|
|
97753
|
-
},
|
|
97754
|
-
"description": "Override this method to render the component template.",
|
|
97755
|
-
"inheritedFrom": {
|
|
97756
|
-
"name": "SbbActionBaseElement",
|
|
97757
|
-
"module": "core/base-elements/action-base-element.js"
|
|
97758
|
-
}
|
|
97759
|
-
},
|
|
97760
|
-
{
|
|
97761
|
-
"kind": "field",
|
|
97762
|
-
"name": "size",
|
|
97763
|
-
"type": {
|
|
97764
|
-
"text": "SbbLinkSize"
|
|
97765
|
-
},
|
|
97766
|
-
"privacy": "public",
|
|
97767
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97768
|
-
"default": "'s' / 'xs' (lean)",
|
|
97769
|
-
"attribute": "size",
|
|
97770
|
-
"reflects": true,
|
|
97771
|
-
"inheritedFrom": {
|
|
97772
|
-
"name": "SbbLinkCommonElementMixin",
|
|
97773
|
-
"module": "link/common/link-common.js"
|
|
97774
|
-
}
|
|
97775
|
-
},
|
|
97776
|
-
{
|
|
97777
|
-
"kind": "field",
|
|
97778
|
-
"name": "iconName",
|
|
97779
|
-
"type": {
|
|
97780
|
-
"text": "string"
|
|
97781
|
-
},
|
|
97782
|
-
"privacy": "public",
|
|
97783
|
-
"default": "''",
|
|
97784
|
-
"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.",
|
|
97785
|
-
"attribute": "icon-name",
|
|
97786
|
-
"inheritedFrom": {
|
|
97787
|
-
"name": "SbbIconNameMixin",
|
|
97788
|
-
"module": "icon/icon-name-mixin.js"
|
|
97789
|
-
}
|
|
97790
|
-
},
|
|
97791
|
-
{
|
|
97792
|
-
"kind": "method",
|
|
97793
|
-
"name": "renderIconSlot",
|
|
97794
|
-
"privacy": "protected",
|
|
97795
|
-
"return": {
|
|
97796
|
-
"type": {
|
|
97797
|
-
"text": "TemplateResult"
|
|
97798
|
-
}
|
|
97799
|
-
},
|
|
97800
|
-
"parameters": [
|
|
97801
|
-
{
|
|
97802
|
-
"name": "classname",
|
|
97803
|
-
"optional": true,
|
|
97804
|
-
"type": {
|
|
97805
|
-
"text": "string"
|
|
97806
|
-
}
|
|
97807
|
-
}
|
|
97808
|
-
],
|
|
97809
|
-
"inheritedFrom": {
|
|
97810
|
-
"name": "SbbIconNameMixin",
|
|
97811
|
-
"module": "icon/icon-name-mixin.js"
|
|
97812
|
-
}
|
|
97813
|
-
},
|
|
97814
|
-
{
|
|
97815
|
-
"kind": "method",
|
|
97816
|
-
"name": "renderIconName",
|
|
97817
|
-
"privacy": "protected",
|
|
97818
|
-
"return": {
|
|
97819
|
-
"type": {
|
|
97820
|
-
"text": "string"
|
|
97821
|
-
}
|
|
97822
|
-
},
|
|
97823
|
-
"inheritedFrom": {
|
|
97824
|
-
"name": "SbbIconNameMixin",
|
|
97825
|
-
"module": "icon/icon-name-mixin.js"
|
|
97714
|
+
"type": {
|
|
97715
|
+
"text": "T"
|
|
97826
97716
|
}
|
|
97827
|
-
}
|
|
97717
|
+
}
|
|
97718
|
+
],
|
|
97719
|
+
"attributes": [
|
|
97828
97720
|
{
|
|
97829
|
-
"
|
|
97830
|
-
"
|
|
97831
|
-
|
|
97832
|
-
"return": {
|
|
97833
|
-
"type": {
|
|
97834
|
-
"text": "string"
|
|
97835
|
-
}
|
|
97721
|
+
"name": "size",
|
|
97722
|
+
"type": {
|
|
97723
|
+
"text": "SbbLinkSize"
|
|
97836
97724
|
},
|
|
97725
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
97726
|
+
"default": "'s' / 'xs' (lean)",
|
|
97727
|
+
"fieldName": "size",
|
|
97837
97728
|
"inheritedFrom": {
|
|
97838
|
-
"name": "
|
|
97839
|
-
"module": "
|
|
97729
|
+
"name": "SbbLinkCommonElementMixin",
|
|
97730
|
+
"module": "link/common/link-common.js"
|
|
97840
97731
|
}
|
|
97841
97732
|
},
|
|
97842
97733
|
{
|
|
97843
|
-
"
|
|
97844
|
-
"name": "disabled",
|
|
97845
|
-
"privacy": "public",
|
|
97846
|
-
"description": "Whether the component is disabled.",
|
|
97847
|
-
"default": "false",
|
|
97734
|
+
"name": "negative",
|
|
97848
97735
|
"type": {
|
|
97849
97736
|
"text": "boolean"
|
|
97850
97737
|
},
|
|
97851
|
-
"
|
|
97852
|
-
"
|
|
97738
|
+
"default": "false",
|
|
97739
|
+
"description": "Negative coloring variant flag.",
|
|
97740
|
+
"fieldName": "negative",
|
|
97853
97741
|
"inheritedFrom": {
|
|
97854
|
-
"name": "
|
|
97855
|
-
"module": "core/mixins/
|
|
97742
|
+
"name": "SbbNegativeMixin",
|
|
97743
|
+
"module": "core/mixins/negative-mixin.js"
|
|
97856
97744
|
}
|
|
97857
|
-
}
|
|
97745
|
+
}
|
|
97746
|
+
]
|
|
97747
|
+
}
|
|
97748
|
+
],
|
|
97749
|
+
"exports": [
|
|
97750
|
+
{
|
|
97751
|
+
"kind": "js",
|
|
97752
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
97753
|
+
"declaration": {
|
|
97754
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
97755
|
+
"module": "link/common/inline-link-common.js"
|
|
97756
|
+
}
|
|
97757
|
+
},
|
|
97758
|
+
{
|
|
97759
|
+
"kind": "js",
|
|
97760
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
97761
|
+
"declaration": {
|
|
97762
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
97763
|
+
"module": "link/common/inline-link-common.js"
|
|
97764
|
+
}
|
|
97765
|
+
}
|
|
97766
|
+
]
|
|
97767
|
+
},
|
|
97768
|
+
{
|
|
97769
|
+
"kind": "javascript-module",
|
|
97770
|
+
"path": "link/common/link-common.js",
|
|
97771
|
+
"declarations": [
|
|
97772
|
+
{
|
|
97773
|
+
"kind": "class",
|
|
97774
|
+
"description": "",
|
|
97775
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
97776
|
+
"members": [
|
|
97858
97777
|
{
|
|
97859
97778
|
"kind": "field",
|
|
97860
|
-
"name": "
|
|
97861
|
-
"privacy": "private",
|
|
97779
|
+
"name": "size",
|
|
97862
97780
|
"type": {
|
|
97863
|
-
"text": "
|
|
97781
|
+
"text": "SbbLinkSize"
|
|
97864
97782
|
},
|
|
97865
|
-
"
|
|
97866
|
-
"inheritedFrom": {
|
|
97867
|
-
"name": "SbbDisabledMixin",
|
|
97868
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
97869
|
-
}
|
|
97783
|
+
"privacy": "public"
|
|
97870
97784
|
},
|
|
97871
97785
|
{
|
|
97872
|
-
"kind": "
|
|
97873
|
-
"name": "
|
|
97874
|
-
"
|
|
97875
|
-
|
|
97876
|
-
"type": {
|
|
97877
|
-
"text": "boolean"
|
|
97878
|
-
}
|
|
97786
|
+
"kind": "field",
|
|
97787
|
+
"name": "negative",
|
|
97788
|
+
"type": {
|
|
97789
|
+
"text": "boolean"
|
|
97879
97790
|
},
|
|
97880
|
-
"
|
|
97791
|
+
"privacy": "public",
|
|
97792
|
+
"default": "false",
|
|
97793
|
+
"description": "Negative coloring variant flag.",
|
|
97794
|
+
"attribute": "negative",
|
|
97795
|
+
"reflects": true,
|
|
97881
97796
|
"inheritedFrom": {
|
|
97882
|
-
"name": "
|
|
97883
|
-
"module": "core/mixins/
|
|
97797
|
+
"name": "SbbNegativeMixin",
|
|
97798
|
+
"module": "core/mixins/negative-mixin.js"
|
|
97884
97799
|
}
|
|
97885
97800
|
},
|
|
97886
97801
|
{
|
|
@@ -97923,6 +97838,21 @@
|
|
|
97923
97838
|
"module": "core/base-elements/action-base-element.js"
|
|
97924
97839
|
}
|
|
97925
97840
|
},
|
|
97841
|
+
{
|
|
97842
|
+
"kind": "method",
|
|
97843
|
+
"name": "renderTemplate",
|
|
97844
|
+
"privacy": "protected",
|
|
97845
|
+
"return": {
|
|
97846
|
+
"type": {
|
|
97847
|
+
"text": "TemplateResult"
|
|
97848
|
+
}
|
|
97849
|
+
},
|
|
97850
|
+
"description": "Override this method to render the component template.",
|
|
97851
|
+
"inheritedFrom": {
|
|
97852
|
+
"name": "SbbActionBaseElement",
|
|
97853
|
+
"module": "core/base-elements/action-base-element.js"
|
|
97854
|
+
}
|
|
97855
|
+
},
|
|
97926
97856
|
{
|
|
97927
97857
|
"kind": "field",
|
|
97928
97858
|
"name": "_hydrationRequired",
|
|
@@ -98016,6 +97946,20 @@
|
|
|
98016
97946
|
"module": "core/base-elements/element.js"
|
|
98017
97947
|
}
|
|
98018
97948
|
},
|
|
97949
|
+
{
|
|
97950
|
+
"kind": "field",
|
|
97951
|
+
"name": "elementName",
|
|
97952
|
+
"type": {
|
|
97953
|
+
"text": "string"
|
|
97954
|
+
},
|
|
97955
|
+
"privacy": "public",
|
|
97956
|
+
"static": true,
|
|
97957
|
+
"readonly": true,
|
|
97958
|
+
"inheritedFrom": {
|
|
97959
|
+
"name": "SbbElement",
|
|
97960
|
+
"module": "core/base-elements/element.js"
|
|
97961
|
+
}
|
|
97962
|
+
},
|
|
98019
97963
|
{
|
|
98020
97964
|
"kind": "field",
|
|
98021
97965
|
"name": "_controllers",
|
|
@@ -98031,11 +97975,7 @@
|
|
|
98031
97975
|
],
|
|
98032
97976
|
"mixins": [
|
|
98033
97977
|
{
|
|
98034
|
-
"name": "
|
|
98035
|
-
"module": "link/common.js"
|
|
98036
|
-
},
|
|
98037
|
-
{
|
|
98038
|
-
"name": "SbbDisabledMixin",
|
|
97978
|
+
"name": "SbbNegativeMixin",
|
|
98039
97979
|
"module": "core/mixins.js"
|
|
98040
97980
|
}
|
|
98041
97981
|
],
|
|
@@ -98043,59 +97983,111 @@
|
|
|
98043
97983
|
"name": "SbbActionBaseElement",
|
|
98044
97984
|
"module": "core/base-elements.js"
|
|
98045
97985
|
},
|
|
98046
|
-
"tagName": "sbb-block-link-static",
|
|
98047
|
-
"customElement": true,
|
|
98048
97986
|
"attributes": [
|
|
98049
97987
|
{
|
|
98050
|
-
"name": "
|
|
97988
|
+
"name": "negative",
|
|
98051
97989
|
"type": {
|
|
98052
|
-
"text": "
|
|
97990
|
+
"text": "boolean"
|
|
98053
97991
|
},
|
|
98054
|
-
"default": "
|
|
98055
|
-
"description": "
|
|
98056
|
-
"fieldName": "
|
|
97992
|
+
"default": "false",
|
|
97993
|
+
"description": "Negative coloring variant flag.",
|
|
97994
|
+
"fieldName": "negative",
|
|
98057
97995
|
"inheritedFrom": {
|
|
98058
|
-
"name": "
|
|
98059
|
-
"module": "
|
|
97996
|
+
"name": "SbbNegativeMixin",
|
|
97997
|
+
"module": "core/mixins/negative-mixin.js"
|
|
98060
97998
|
}
|
|
97999
|
+
}
|
|
98000
|
+
]
|
|
98001
|
+
},
|
|
98002
|
+
{
|
|
98003
|
+
"kind": "mixin",
|
|
98004
|
+
"description": "",
|
|
98005
|
+
"name": "SbbLinkCommonElementMixin",
|
|
98006
|
+
"members": [
|
|
98007
|
+
{
|
|
98008
|
+
"kind": "field",
|
|
98009
|
+
"name": "styles",
|
|
98010
|
+
"type": {
|
|
98011
|
+
"text": "CSSResultGroup"
|
|
98012
|
+
},
|
|
98013
|
+
"privacy": "public",
|
|
98014
|
+
"static": true,
|
|
98015
|
+
"default": "style"
|
|
98061
98016
|
},
|
|
98062
98017
|
{
|
|
98018
|
+
"kind": "field",
|
|
98063
98019
|
"name": "size",
|
|
98064
98020
|
"type": {
|
|
98065
98021
|
"text": "SbbLinkSize"
|
|
98066
98022
|
},
|
|
98023
|
+
"privacy": "public",
|
|
98067
98024
|
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
98068
98025
|
"default": "'s' / 'xs' (lean)",
|
|
98069
|
-
"
|
|
98070
|
-
"
|
|
98071
|
-
|
|
98072
|
-
|
|
98026
|
+
"attribute": "size",
|
|
98027
|
+
"reflects": true
|
|
98028
|
+
},
|
|
98029
|
+
{
|
|
98030
|
+
"kind": "method",
|
|
98031
|
+
"name": "renderTemplate",
|
|
98032
|
+
"privacy": "protected",
|
|
98033
|
+
"return": {
|
|
98034
|
+
"type": {
|
|
98035
|
+
"text": "TemplateResult"
|
|
98036
|
+
}
|
|
98073
98037
|
}
|
|
98074
98038
|
},
|
|
98075
98039
|
{
|
|
98076
|
-
"
|
|
98040
|
+
"kind": "field",
|
|
98041
|
+
"name": "negative",
|
|
98077
98042
|
"type": {
|
|
98078
|
-
"text": "
|
|
98043
|
+
"text": "boolean"
|
|
98079
98044
|
},
|
|
98080
|
-
"
|
|
98081
|
-
"
|
|
98082
|
-
"
|
|
98045
|
+
"privacy": "public",
|
|
98046
|
+
"default": "false",
|
|
98047
|
+
"description": "Negative coloring variant flag.",
|
|
98048
|
+
"attribute": "negative",
|
|
98049
|
+
"reflects": true,
|
|
98083
98050
|
"inheritedFrom": {
|
|
98084
|
-
"name": "
|
|
98085
|
-
"module": "
|
|
98051
|
+
"name": "SbbNegativeMixin",
|
|
98052
|
+
"module": "core/mixins/negative-mixin.js"
|
|
98086
98053
|
}
|
|
98054
|
+
}
|
|
98055
|
+
],
|
|
98056
|
+
"attributes": [
|
|
98057
|
+
{
|
|
98058
|
+
"name": "size",
|
|
98059
|
+
"type": {
|
|
98060
|
+
"text": "SbbLinkSize"
|
|
98061
|
+
},
|
|
98062
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
98063
|
+
"default": "'s' / 'xs' (lean)",
|
|
98064
|
+
"fieldName": "size"
|
|
98087
98065
|
},
|
|
98088
98066
|
{
|
|
98089
|
-
"name": "
|
|
98090
|
-
"description": "Whether the component is disabled.",
|
|
98091
|
-
"default": "false",
|
|
98067
|
+
"name": "negative",
|
|
98092
98068
|
"type": {
|
|
98093
98069
|
"text": "boolean"
|
|
98094
98070
|
},
|
|
98095
|
-
"
|
|
98071
|
+
"default": "false",
|
|
98072
|
+
"description": "Negative coloring variant flag.",
|
|
98073
|
+
"fieldName": "negative",
|
|
98096
98074
|
"inheritedFrom": {
|
|
98097
|
-
"name": "
|
|
98098
|
-
"module": "core/mixins/
|
|
98075
|
+
"name": "SbbNegativeMixin",
|
|
98076
|
+
"module": "core/mixins/negative-mixin.js"
|
|
98077
|
+
}
|
|
98078
|
+
}
|
|
98079
|
+
],
|
|
98080
|
+
"mixins": [
|
|
98081
|
+
{
|
|
98082
|
+
"name": "SbbNegativeMixin",
|
|
98083
|
+
"module": "core/mixins.js"
|
|
98084
|
+
}
|
|
98085
|
+
],
|
|
98086
|
+
"parameters": [
|
|
98087
|
+
{
|
|
98088
|
+
"name": "superClass",
|
|
98089
|
+
"type": {
|
|
98090
|
+
"text": "T"
|
|
98099
98091
|
}
|
|
98100
98092
|
}
|
|
98101
98093
|
]
|
|
@@ -98104,10 +98096,18 @@
|
|
|
98104
98096
|
"exports": [
|
|
98105
98097
|
{
|
|
98106
98098
|
"kind": "js",
|
|
98107
|
-
"name": "
|
|
98099
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
98108
98100
|
"declaration": {
|
|
98109
|
-
"name": "
|
|
98110
|
-
"module": "link/
|
|
98101
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
98102
|
+
"module": "link/common/link-common.js"
|
|
98103
|
+
}
|
|
98104
|
+
},
|
|
98105
|
+
{
|
|
98106
|
+
"kind": "js",
|
|
98107
|
+
"name": "SbbLinkCommonElementMixin",
|
|
98108
|
+
"declaration": {
|
|
98109
|
+
"name": "SbbLinkCommonElementMixin",
|
|
98110
|
+
"module": "link/common/link-common.js"
|
|
98111
98111
|
}
|
|
98112
98112
|
}
|
|
98113
98113
|
]
|