@sbb-esta/lyne-elements-dev 4.9.0-dev.1774516800 → 4.9.0-dev.1774530358
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/core/styles/core.scss +6 -2
- package/core.css +7 -0
- package/custom-elements.json +668 -668
- package/development/overlay/overlay.component.js +1 -1
- package/development/overlay.component-H1N5AUm0.js +408 -0
- package/development/overlay.js +1 -1
- package/development/overlay.pure.js +1 -1
- package/development/signet/signet.component.js +1 -1
- package/development/signet.component-kYHKCQQN.js +163 -0
- package/development/signet.js +1 -1
- package/development/signet.pure.js +1 -1
- package/off-brand-theme.css +7 -0
- package/overlay/overlay.component.js +1 -1
- package/{overlay.component-CaBxt4sb.js → overlay.component-QYenVZtj.js} +1 -1
- package/overlay.js +1 -1
- package/overlay.pure.js +1 -1
- package/package.json +2 -2
- package/safety-theme.css +7 -0
- package/signet/signet.component.js +1 -1
- package/{signet.component-CobWzWhG.js → signet.component-BizigK8j.js} +1 -1
- package/signet.js +1 -1
- package/signet.pure.js +1 -1
- package/standard-theme.css +7 -0
- package/development/overlay.component-Btd42clm.js +0 -411
- package/development/signet.component-9afq0BQh.js +0 -164
package/custom-elements.json
CHANGED
|
@@ -60440,6 +60440,240 @@
|
|
|
60440
60440
|
}
|
|
60441
60441
|
]
|
|
60442
60442
|
},
|
|
60443
|
+
{
|
|
60444
|
+
"kind": "javascript-module",
|
|
60445
|
+
"path": "container/container/container.component.js",
|
|
60446
|
+
"declarations": [
|
|
60447
|
+
{
|
|
60448
|
+
"kind": "class",
|
|
60449
|
+
"description": "It displays its content with the default page spacing.",
|
|
60450
|
+
"name": "SbbContainerElement",
|
|
60451
|
+
"cssProperties": [
|
|
60452
|
+
{
|
|
60453
|
+
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
60454
|
+
"name": "--sbb-page-spacing-padding"
|
|
60455
|
+
}
|
|
60456
|
+
],
|
|
60457
|
+
"slots": [
|
|
60458
|
+
{
|
|
60459
|
+
"description": "Use the unnamed slot to add anything to the container.",
|
|
60460
|
+
"name": ""
|
|
60461
|
+
},
|
|
60462
|
+
{
|
|
60463
|
+
"description": "The slot used by the sbb-sticky-bar component.",
|
|
60464
|
+
"name": "sticky-bar"
|
|
60465
|
+
},
|
|
60466
|
+
{
|
|
60467
|
+
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
60468
|
+
"name": "image"
|
|
60469
|
+
}
|
|
60470
|
+
],
|
|
60471
|
+
"members": [
|
|
60472
|
+
{
|
|
60473
|
+
"kind": "field",
|
|
60474
|
+
"name": "elementName",
|
|
60475
|
+
"type": {
|
|
60476
|
+
"text": "string"
|
|
60477
|
+
},
|
|
60478
|
+
"privacy": "public",
|
|
60479
|
+
"static": true,
|
|
60480
|
+
"readonly": true,
|
|
60481
|
+
"default": "'sbb-container'",
|
|
60482
|
+
"inheritedFrom": {
|
|
60483
|
+
"name": "SbbElement",
|
|
60484
|
+
"module": "core/base-elements/element.js"
|
|
60485
|
+
}
|
|
60486
|
+
},
|
|
60487
|
+
{
|
|
60488
|
+
"kind": "field",
|
|
60489
|
+
"name": "expanded",
|
|
60490
|
+
"type": {
|
|
60491
|
+
"text": "boolean"
|
|
60492
|
+
},
|
|
60493
|
+
"privacy": "public",
|
|
60494
|
+
"default": "false",
|
|
60495
|
+
"description": "Whether the container is expanded.",
|
|
60496
|
+
"attribute": "expanded",
|
|
60497
|
+
"reflects": true
|
|
60498
|
+
},
|
|
60499
|
+
{
|
|
60500
|
+
"kind": "field",
|
|
60501
|
+
"name": "backgroundExpanded",
|
|
60502
|
+
"type": {
|
|
60503
|
+
"text": "boolean"
|
|
60504
|
+
},
|
|
60505
|
+
"privacy": "public",
|
|
60506
|
+
"default": "false",
|
|
60507
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
60508
|
+
"attribute": "background-expanded",
|
|
60509
|
+
"reflects": true
|
|
60510
|
+
},
|
|
60511
|
+
{
|
|
60512
|
+
"kind": "field",
|
|
60513
|
+
"name": "color",
|
|
60514
|
+
"type": {
|
|
60515
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
60516
|
+
},
|
|
60517
|
+
"privacy": "public",
|
|
60518
|
+
"default": "'white'",
|
|
60519
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
60520
|
+
"attribute": "color",
|
|
60521
|
+
"reflects": true
|
|
60522
|
+
},
|
|
60523
|
+
{
|
|
60524
|
+
"kind": "field",
|
|
60525
|
+
"name": "_hydrationRequired",
|
|
60526
|
+
"type": {
|
|
60527
|
+
"text": "boolean"
|
|
60528
|
+
},
|
|
60529
|
+
"privacy": "private",
|
|
60530
|
+
"default": "!!this.shadowRoot",
|
|
60531
|
+
"inheritedFrom": {
|
|
60532
|
+
"name": "SbbHydrationMixin",
|
|
60533
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
60534
|
+
}
|
|
60535
|
+
},
|
|
60536
|
+
{
|
|
60537
|
+
"kind": "field",
|
|
60538
|
+
"name": "_hydrationComplete",
|
|
60539
|
+
"privacy": "private",
|
|
60540
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
60541
|
+
"inheritedFrom": {
|
|
60542
|
+
"name": "SbbHydrationMixin",
|
|
60543
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
60544
|
+
}
|
|
60545
|
+
},
|
|
60546
|
+
{
|
|
60547
|
+
"kind": "field",
|
|
60548
|
+
"name": "_resolveHydration",
|
|
60549
|
+
"type": {
|
|
60550
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
60551
|
+
},
|
|
60552
|
+
"privacy": "private",
|
|
60553
|
+
"inheritedFrom": {
|
|
60554
|
+
"name": "SbbHydrationMixin",
|
|
60555
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
60556
|
+
}
|
|
60557
|
+
},
|
|
60558
|
+
{
|
|
60559
|
+
"kind": "field",
|
|
60560
|
+
"name": "hydrationRequired",
|
|
60561
|
+
"type": {
|
|
60562
|
+
"text": "boolean"
|
|
60563
|
+
},
|
|
60564
|
+
"privacy": "protected",
|
|
60565
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
60566
|
+
"readonly": true,
|
|
60567
|
+
"inheritedFrom": {
|
|
60568
|
+
"name": "SbbHydrationMixin",
|
|
60569
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
60570
|
+
},
|
|
60571
|
+
"default": "!!this.shadowRoot"
|
|
60572
|
+
},
|
|
60573
|
+
{
|
|
60574
|
+
"kind": "method",
|
|
60575
|
+
"name": "toggleState",
|
|
60576
|
+
"privacy": "protected",
|
|
60577
|
+
"return": {
|
|
60578
|
+
"type": {
|
|
60579
|
+
"text": "void"
|
|
60580
|
+
}
|
|
60581
|
+
},
|
|
60582
|
+
"parameters": [
|
|
60583
|
+
{
|
|
60584
|
+
"name": "value",
|
|
60585
|
+
"type": {
|
|
60586
|
+
"text": "string"
|
|
60587
|
+
}
|
|
60588
|
+
},
|
|
60589
|
+
{
|
|
60590
|
+
"name": "force",
|
|
60591
|
+
"optional": true,
|
|
60592
|
+
"type": {
|
|
60593
|
+
"text": "boolean"
|
|
60594
|
+
}
|
|
60595
|
+
}
|
|
60596
|
+
],
|
|
60597
|
+
"inheritedFrom": {
|
|
60598
|
+
"name": "SbbElementInternalsMixin",
|
|
60599
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
60600
|
+
}
|
|
60601
|
+
},
|
|
60602
|
+
{
|
|
60603
|
+
"kind": "field",
|
|
60604
|
+
"name": "['_$sbbElement$']",
|
|
60605
|
+
"type": {
|
|
60606
|
+
"text": "boolean"
|
|
60607
|
+
},
|
|
60608
|
+
"privacy": "public",
|
|
60609
|
+
"static": true,
|
|
60610
|
+
"default": "true",
|
|
60611
|
+
"inheritedFrom": {
|
|
60612
|
+
"name": "SbbElement",
|
|
60613
|
+
"module": "core/base-elements/element.js"
|
|
60614
|
+
}
|
|
60615
|
+
},
|
|
60616
|
+
{
|
|
60617
|
+
"kind": "field",
|
|
60618
|
+
"name": "_controllers",
|
|
60619
|
+
"type": {
|
|
60620
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
60621
|
+
},
|
|
60622
|
+
"privacy": "private",
|
|
60623
|
+
"inheritedFrom": {
|
|
60624
|
+
"name": "SbbElement",
|
|
60625
|
+
"module": "core/base-elements/element.js"
|
|
60626
|
+
}
|
|
60627
|
+
}
|
|
60628
|
+
],
|
|
60629
|
+
"attributes": [
|
|
60630
|
+
{
|
|
60631
|
+
"name": "expanded",
|
|
60632
|
+
"type": {
|
|
60633
|
+
"text": "boolean"
|
|
60634
|
+
},
|
|
60635
|
+
"default": "false",
|
|
60636
|
+
"description": "Whether the container is expanded.",
|
|
60637
|
+
"fieldName": "expanded"
|
|
60638
|
+
},
|
|
60639
|
+
{
|
|
60640
|
+
"name": "background-expanded",
|
|
60641
|
+
"type": {
|
|
60642
|
+
"text": "boolean"
|
|
60643
|
+
},
|
|
60644
|
+
"default": "false",
|
|
60645
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
60646
|
+
"fieldName": "backgroundExpanded"
|
|
60647
|
+
},
|
|
60648
|
+
{
|
|
60649
|
+
"name": "color",
|
|
60650
|
+
"type": {
|
|
60651
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
60652
|
+
},
|
|
60653
|
+
"default": "'white'",
|
|
60654
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
60655
|
+
"fieldName": "color"
|
|
60656
|
+
}
|
|
60657
|
+
],
|
|
60658
|
+
"superclass": {
|
|
60659
|
+
"name": "SbbElement",
|
|
60660
|
+
"module": "core/base-elements.js"
|
|
60661
|
+
},
|
|
60662
|
+
"tagName": "sbb-container",
|
|
60663
|
+
"customElement": true
|
|
60664
|
+
}
|
|
60665
|
+
],
|
|
60666
|
+
"exports": [
|
|
60667
|
+
{
|
|
60668
|
+
"kind": "js",
|
|
60669
|
+
"name": "SbbContainerElement",
|
|
60670
|
+
"declaration": {
|
|
60671
|
+
"name": "SbbContainerElement",
|
|
60672
|
+
"module": "container/container/container.component.js"
|
|
60673
|
+
}
|
|
60674
|
+
}
|
|
60675
|
+
]
|
|
60676
|
+
},
|
|
60443
60677
|
{
|
|
60444
60678
|
"kind": "javascript-module",
|
|
60445
60679
|
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
@@ -60902,240 +61136,6 @@
|
|
|
60902
61136
|
}
|
|
60903
61137
|
]
|
|
60904
61138
|
},
|
|
60905
|
-
{
|
|
60906
|
-
"kind": "javascript-module",
|
|
60907
|
-
"path": "container/container/container.component.js",
|
|
60908
|
-
"declarations": [
|
|
60909
|
-
{
|
|
60910
|
-
"kind": "class",
|
|
60911
|
-
"description": "It displays its content with the default page spacing.",
|
|
60912
|
-
"name": "SbbContainerElement",
|
|
60913
|
-
"cssProperties": [
|
|
60914
|
-
{
|
|
60915
|
-
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
60916
|
-
"name": "--sbb-page-spacing-padding"
|
|
60917
|
-
}
|
|
60918
|
-
],
|
|
60919
|
-
"slots": [
|
|
60920
|
-
{
|
|
60921
|
-
"description": "Use the unnamed slot to add anything to the container.",
|
|
60922
|
-
"name": ""
|
|
60923
|
-
},
|
|
60924
|
-
{
|
|
60925
|
-
"description": "The slot used by the sbb-sticky-bar component.",
|
|
60926
|
-
"name": "sticky-bar"
|
|
60927
|
-
},
|
|
60928
|
-
{
|
|
60929
|
-
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
60930
|
-
"name": "image"
|
|
60931
|
-
}
|
|
60932
|
-
],
|
|
60933
|
-
"members": [
|
|
60934
|
-
{
|
|
60935
|
-
"kind": "field",
|
|
60936
|
-
"name": "elementName",
|
|
60937
|
-
"type": {
|
|
60938
|
-
"text": "string"
|
|
60939
|
-
},
|
|
60940
|
-
"privacy": "public",
|
|
60941
|
-
"static": true,
|
|
60942
|
-
"readonly": true,
|
|
60943
|
-
"default": "'sbb-container'",
|
|
60944
|
-
"inheritedFrom": {
|
|
60945
|
-
"name": "SbbElement",
|
|
60946
|
-
"module": "core/base-elements/element.js"
|
|
60947
|
-
}
|
|
60948
|
-
},
|
|
60949
|
-
{
|
|
60950
|
-
"kind": "field",
|
|
60951
|
-
"name": "expanded",
|
|
60952
|
-
"type": {
|
|
60953
|
-
"text": "boolean"
|
|
60954
|
-
},
|
|
60955
|
-
"privacy": "public",
|
|
60956
|
-
"default": "false",
|
|
60957
|
-
"description": "Whether the container is expanded.",
|
|
60958
|
-
"attribute": "expanded",
|
|
60959
|
-
"reflects": true
|
|
60960
|
-
},
|
|
60961
|
-
{
|
|
60962
|
-
"kind": "field",
|
|
60963
|
-
"name": "backgroundExpanded",
|
|
60964
|
-
"type": {
|
|
60965
|
-
"text": "boolean"
|
|
60966
|
-
},
|
|
60967
|
-
"privacy": "public",
|
|
60968
|
-
"default": "false",
|
|
60969
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
60970
|
-
"attribute": "background-expanded",
|
|
60971
|
-
"reflects": true
|
|
60972
|
-
},
|
|
60973
|
-
{
|
|
60974
|
-
"kind": "field",
|
|
60975
|
-
"name": "color",
|
|
60976
|
-
"type": {
|
|
60977
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
60978
|
-
},
|
|
60979
|
-
"privacy": "public",
|
|
60980
|
-
"default": "'white'",
|
|
60981
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
60982
|
-
"attribute": "color",
|
|
60983
|
-
"reflects": true
|
|
60984
|
-
},
|
|
60985
|
-
{
|
|
60986
|
-
"kind": "field",
|
|
60987
|
-
"name": "_hydrationRequired",
|
|
60988
|
-
"type": {
|
|
60989
|
-
"text": "boolean"
|
|
60990
|
-
},
|
|
60991
|
-
"privacy": "private",
|
|
60992
|
-
"default": "!!this.shadowRoot",
|
|
60993
|
-
"inheritedFrom": {
|
|
60994
|
-
"name": "SbbHydrationMixin",
|
|
60995
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
60996
|
-
}
|
|
60997
|
-
},
|
|
60998
|
-
{
|
|
60999
|
-
"kind": "field",
|
|
61000
|
-
"name": "_hydrationComplete",
|
|
61001
|
-
"privacy": "private",
|
|
61002
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
61003
|
-
"inheritedFrom": {
|
|
61004
|
-
"name": "SbbHydrationMixin",
|
|
61005
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
61006
|
-
}
|
|
61007
|
-
},
|
|
61008
|
-
{
|
|
61009
|
-
"kind": "field",
|
|
61010
|
-
"name": "_resolveHydration",
|
|
61011
|
-
"type": {
|
|
61012
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
61013
|
-
},
|
|
61014
|
-
"privacy": "private",
|
|
61015
|
-
"inheritedFrom": {
|
|
61016
|
-
"name": "SbbHydrationMixin",
|
|
61017
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
61018
|
-
}
|
|
61019
|
-
},
|
|
61020
|
-
{
|
|
61021
|
-
"kind": "field",
|
|
61022
|
-
"name": "hydrationRequired",
|
|
61023
|
-
"type": {
|
|
61024
|
-
"text": "boolean"
|
|
61025
|
-
},
|
|
61026
|
-
"privacy": "protected",
|
|
61027
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
61028
|
-
"readonly": true,
|
|
61029
|
-
"inheritedFrom": {
|
|
61030
|
-
"name": "SbbHydrationMixin",
|
|
61031
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
61032
|
-
},
|
|
61033
|
-
"default": "!!this.shadowRoot"
|
|
61034
|
-
},
|
|
61035
|
-
{
|
|
61036
|
-
"kind": "method",
|
|
61037
|
-
"name": "toggleState",
|
|
61038
|
-
"privacy": "protected",
|
|
61039
|
-
"return": {
|
|
61040
|
-
"type": {
|
|
61041
|
-
"text": "void"
|
|
61042
|
-
}
|
|
61043
|
-
},
|
|
61044
|
-
"parameters": [
|
|
61045
|
-
{
|
|
61046
|
-
"name": "value",
|
|
61047
|
-
"type": {
|
|
61048
|
-
"text": "string"
|
|
61049
|
-
}
|
|
61050
|
-
},
|
|
61051
|
-
{
|
|
61052
|
-
"name": "force",
|
|
61053
|
-
"optional": true,
|
|
61054
|
-
"type": {
|
|
61055
|
-
"text": "boolean"
|
|
61056
|
-
}
|
|
61057
|
-
}
|
|
61058
|
-
],
|
|
61059
|
-
"inheritedFrom": {
|
|
61060
|
-
"name": "SbbElementInternalsMixin",
|
|
61061
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
61062
|
-
}
|
|
61063
|
-
},
|
|
61064
|
-
{
|
|
61065
|
-
"kind": "field",
|
|
61066
|
-
"name": "['_$sbbElement$']",
|
|
61067
|
-
"type": {
|
|
61068
|
-
"text": "boolean"
|
|
61069
|
-
},
|
|
61070
|
-
"privacy": "public",
|
|
61071
|
-
"static": true,
|
|
61072
|
-
"default": "true",
|
|
61073
|
-
"inheritedFrom": {
|
|
61074
|
-
"name": "SbbElement",
|
|
61075
|
-
"module": "core/base-elements/element.js"
|
|
61076
|
-
}
|
|
61077
|
-
},
|
|
61078
|
-
{
|
|
61079
|
-
"kind": "field",
|
|
61080
|
-
"name": "_controllers",
|
|
61081
|
-
"type": {
|
|
61082
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
61083
|
-
},
|
|
61084
|
-
"privacy": "private",
|
|
61085
|
-
"inheritedFrom": {
|
|
61086
|
-
"name": "SbbElement",
|
|
61087
|
-
"module": "core/base-elements/element.js"
|
|
61088
|
-
}
|
|
61089
|
-
}
|
|
61090
|
-
],
|
|
61091
|
-
"attributes": [
|
|
61092
|
-
{
|
|
61093
|
-
"name": "expanded",
|
|
61094
|
-
"type": {
|
|
61095
|
-
"text": "boolean"
|
|
61096
|
-
},
|
|
61097
|
-
"default": "false",
|
|
61098
|
-
"description": "Whether the container is expanded.",
|
|
61099
|
-
"fieldName": "expanded"
|
|
61100
|
-
},
|
|
61101
|
-
{
|
|
61102
|
-
"name": "background-expanded",
|
|
61103
|
-
"type": {
|
|
61104
|
-
"text": "boolean"
|
|
61105
|
-
},
|
|
61106
|
-
"default": "false",
|
|
61107
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
61108
|
-
"fieldName": "backgroundExpanded"
|
|
61109
|
-
},
|
|
61110
|
-
{
|
|
61111
|
-
"name": "color",
|
|
61112
|
-
"type": {
|
|
61113
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
61114
|
-
},
|
|
61115
|
-
"default": "'white'",
|
|
61116
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
61117
|
-
"fieldName": "color"
|
|
61118
|
-
}
|
|
61119
|
-
],
|
|
61120
|
-
"superclass": {
|
|
61121
|
-
"name": "SbbElement",
|
|
61122
|
-
"module": "core/base-elements.js"
|
|
61123
|
-
},
|
|
61124
|
-
"tagName": "sbb-container",
|
|
61125
|
-
"customElement": true
|
|
61126
|
-
}
|
|
61127
|
-
],
|
|
61128
|
-
"exports": [
|
|
61129
|
-
{
|
|
61130
|
-
"kind": "js",
|
|
61131
|
-
"name": "SbbContainerElement",
|
|
61132
|
-
"declaration": {
|
|
61133
|
-
"name": "SbbContainerElement",
|
|
61134
|
-
"module": "container/container/container.component.js"
|
|
61135
|
-
}
|
|
61136
|
-
}
|
|
61137
|
-
]
|
|
61138
|
-
},
|
|
61139
61139
|
{
|
|
61140
61140
|
"kind": "javascript-module",
|
|
61141
61141
|
"path": "core/a11y/arrow-navigation.js",
|
|
@@ -100910,6 +100910,440 @@
|
|
|
100910
100910
|
}
|
|
100911
100911
|
]
|
|
100912
100912
|
},
|
|
100913
|
+
{
|
|
100914
|
+
"kind": "javascript-module",
|
|
100915
|
+
"path": "link/block-link-static/block-link-static.component.js",
|
|
100916
|
+
"declarations": [
|
|
100917
|
+
{
|
|
100918
|
+
"kind": "class",
|
|
100919
|
+
"description": "It displays a static link enhanced with the SBB Design.",
|
|
100920
|
+
"name": "SbbBlockLinkStaticElement",
|
|
100921
|
+
"slots": [
|
|
100922
|
+
{
|
|
100923
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
100924
|
+
"name": ""
|
|
100925
|
+
},
|
|
100926
|
+
{
|
|
100927
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
100928
|
+
"name": "icon"
|
|
100929
|
+
}
|
|
100930
|
+
],
|
|
100931
|
+
"members": [
|
|
100932
|
+
{
|
|
100933
|
+
"kind": "field",
|
|
100934
|
+
"name": "elementName",
|
|
100935
|
+
"type": {
|
|
100936
|
+
"text": "string"
|
|
100937
|
+
},
|
|
100938
|
+
"privacy": "public",
|
|
100939
|
+
"static": true,
|
|
100940
|
+
"readonly": true,
|
|
100941
|
+
"inheritedFrom": {
|
|
100942
|
+
"name": "SbbElement",
|
|
100943
|
+
"module": "core/base-elements/element.js"
|
|
100944
|
+
},
|
|
100945
|
+
"default": "'sbb-block-link-static'"
|
|
100946
|
+
},
|
|
100947
|
+
{
|
|
100948
|
+
"kind": "field",
|
|
100949
|
+
"name": "styles",
|
|
100950
|
+
"type": {
|
|
100951
|
+
"text": "CSSResultGroup"
|
|
100952
|
+
},
|
|
100953
|
+
"privacy": "public",
|
|
100954
|
+
"static": true,
|
|
100955
|
+
"default": "[boxSizingStyles, style, blockStyle]",
|
|
100956
|
+
"inheritedFrom": {
|
|
100957
|
+
"name": "SbbLinkCommonElementMixin",
|
|
100958
|
+
"module": "link/common/link-common.js"
|
|
100959
|
+
}
|
|
100960
|
+
},
|
|
100961
|
+
{
|
|
100962
|
+
"kind": "field",
|
|
100963
|
+
"name": "iconPlacement",
|
|
100964
|
+
"type": {
|
|
100965
|
+
"text": "SbbIconPlacement"
|
|
100966
|
+
},
|
|
100967
|
+
"privacy": "public",
|
|
100968
|
+
"default": "'start'",
|
|
100969
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
100970
|
+
"attribute": "icon-placement",
|
|
100971
|
+
"reflects": true,
|
|
100972
|
+
"inheritedFrom": {
|
|
100973
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
100974
|
+
"module": "link/common/block-link-common.js"
|
|
100975
|
+
}
|
|
100976
|
+
},
|
|
100977
|
+
{
|
|
100978
|
+
"kind": "method",
|
|
100979
|
+
"name": "renderTemplate",
|
|
100980
|
+
"privacy": "protected",
|
|
100981
|
+
"return": {
|
|
100982
|
+
"type": {
|
|
100983
|
+
"text": "TemplateResult"
|
|
100984
|
+
}
|
|
100985
|
+
},
|
|
100986
|
+
"description": "Override this method to render the component template.",
|
|
100987
|
+
"inheritedFrom": {
|
|
100988
|
+
"name": "SbbActionBaseElement",
|
|
100989
|
+
"module": "core/base-elements/action-base-element.js"
|
|
100990
|
+
}
|
|
100991
|
+
},
|
|
100992
|
+
{
|
|
100993
|
+
"kind": "field",
|
|
100994
|
+
"name": "size",
|
|
100995
|
+
"type": {
|
|
100996
|
+
"text": "SbbLinkSize"
|
|
100997
|
+
},
|
|
100998
|
+
"privacy": "public",
|
|
100999
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
101000
|
+
"default": "'s' / 'xs' (lean)",
|
|
101001
|
+
"attribute": "size",
|
|
101002
|
+
"reflects": true,
|
|
101003
|
+
"inheritedFrom": {
|
|
101004
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101005
|
+
"module": "link/common/link-common.js"
|
|
101006
|
+
}
|
|
101007
|
+
},
|
|
101008
|
+
{
|
|
101009
|
+
"kind": "field",
|
|
101010
|
+
"name": "iconName",
|
|
101011
|
+
"type": {
|
|
101012
|
+
"text": "string"
|
|
101013
|
+
},
|
|
101014
|
+
"privacy": "public",
|
|
101015
|
+
"default": "''",
|
|
101016
|
+
"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.",
|
|
101017
|
+
"attribute": "icon-name",
|
|
101018
|
+
"inheritedFrom": {
|
|
101019
|
+
"name": "SbbIconNameMixin",
|
|
101020
|
+
"module": "icon/icon-name-mixin.js"
|
|
101021
|
+
}
|
|
101022
|
+
},
|
|
101023
|
+
{
|
|
101024
|
+
"kind": "method",
|
|
101025
|
+
"name": "renderIconSlot",
|
|
101026
|
+
"privacy": "protected",
|
|
101027
|
+
"return": {
|
|
101028
|
+
"type": {
|
|
101029
|
+
"text": "TemplateResult"
|
|
101030
|
+
}
|
|
101031
|
+
},
|
|
101032
|
+
"parameters": [
|
|
101033
|
+
{
|
|
101034
|
+
"name": "classname",
|
|
101035
|
+
"optional": true,
|
|
101036
|
+
"type": {
|
|
101037
|
+
"text": "string"
|
|
101038
|
+
}
|
|
101039
|
+
}
|
|
101040
|
+
],
|
|
101041
|
+
"inheritedFrom": {
|
|
101042
|
+
"name": "SbbIconNameMixin",
|
|
101043
|
+
"module": "icon/icon-name-mixin.js"
|
|
101044
|
+
}
|
|
101045
|
+
},
|
|
101046
|
+
{
|
|
101047
|
+
"kind": "method",
|
|
101048
|
+
"name": "renderIconName",
|
|
101049
|
+
"privacy": "protected",
|
|
101050
|
+
"return": {
|
|
101051
|
+
"type": {
|
|
101052
|
+
"text": "string"
|
|
101053
|
+
}
|
|
101054
|
+
},
|
|
101055
|
+
"inheritedFrom": {
|
|
101056
|
+
"name": "SbbIconNameMixin",
|
|
101057
|
+
"module": "icon/icon-name-mixin.js"
|
|
101058
|
+
}
|
|
101059
|
+
},
|
|
101060
|
+
{
|
|
101061
|
+
"kind": "method",
|
|
101062
|
+
"name": "_renderIconName",
|
|
101063
|
+
"privacy": "private",
|
|
101064
|
+
"return": {
|
|
101065
|
+
"type": {
|
|
101066
|
+
"text": "string"
|
|
101067
|
+
}
|
|
101068
|
+
},
|
|
101069
|
+
"inheritedFrom": {
|
|
101070
|
+
"name": "SbbIconNameMixin",
|
|
101071
|
+
"module": "icon/icon-name-mixin.js"
|
|
101072
|
+
}
|
|
101073
|
+
},
|
|
101074
|
+
{
|
|
101075
|
+
"kind": "field",
|
|
101076
|
+
"name": "disabled",
|
|
101077
|
+
"privacy": "public",
|
|
101078
|
+
"description": "Whether the component is disabled.",
|
|
101079
|
+
"default": "false",
|
|
101080
|
+
"type": {
|
|
101081
|
+
"text": "boolean"
|
|
101082
|
+
},
|
|
101083
|
+
"attribute": "disabled",
|
|
101084
|
+
"reflects": true,
|
|
101085
|
+
"inheritedFrom": {
|
|
101086
|
+
"name": "SbbDisabledMixin",
|
|
101087
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101088
|
+
}
|
|
101089
|
+
},
|
|
101090
|
+
{
|
|
101091
|
+
"kind": "field",
|
|
101092
|
+
"name": "#disabled",
|
|
101093
|
+
"privacy": "private",
|
|
101094
|
+
"type": {
|
|
101095
|
+
"text": "boolean"
|
|
101096
|
+
},
|
|
101097
|
+
"default": "false",
|
|
101098
|
+
"inheritedFrom": {
|
|
101099
|
+
"name": "SbbDisabledMixin",
|
|
101100
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101101
|
+
}
|
|
101102
|
+
},
|
|
101103
|
+
{
|
|
101104
|
+
"kind": "method",
|
|
101105
|
+
"name": "isDisabledExternally",
|
|
101106
|
+
"privacy": "protected",
|
|
101107
|
+
"return": {
|
|
101108
|
+
"type": {
|
|
101109
|
+
"text": "boolean"
|
|
101110
|
+
}
|
|
101111
|
+
},
|
|
101112
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
101113
|
+
"inheritedFrom": {
|
|
101114
|
+
"name": "SbbDisabledMixin",
|
|
101115
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101116
|
+
}
|
|
101117
|
+
},
|
|
101118
|
+
{
|
|
101119
|
+
"kind": "field",
|
|
101120
|
+
"name": "maybeDisabled",
|
|
101121
|
+
"type": {
|
|
101122
|
+
"text": "boolean | undefined"
|
|
101123
|
+
},
|
|
101124
|
+
"privacy": "protected",
|
|
101125
|
+
"readonly": true,
|
|
101126
|
+
"inheritedFrom": {
|
|
101127
|
+
"name": "SbbActionBaseElement",
|
|
101128
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101129
|
+
}
|
|
101130
|
+
},
|
|
101131
|
+
{
|
|
101132
|
+
"kind": "field",
|
|
101133
|
+
"name": "maybeDisabledInteractive",
|
|
101134
|
+
"type": {
|
|
101135
|
+
"text": "boolean | undefined"
|
|
101136
|
+
},
|
|
101137
|
+
"privacy": "protected",
|
|
101138
|
+
"readonly": true,
|
|
101139
|
+
"inheritedFrom": {
|
|
101140
|
+
"name": "SbbActionBaseElement",
|
|
101141
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101142
|
+
}
|
|
101143
|
+
},
|
|
101144
|
+
{
|
|
101145
|
+
"kind": "method",
|
|
101146
|
+
"name": "setupBaseEventHandlers",
|
|
101147
|
+
"privacy": "protected",
|
|
101148
|
+
"return": {
|
|
101149
|
+
"type": {
|
|
101150
|
+
"text": "void"
|
|
101151
|
+
}
|
|
101152
|
+
},
|
|
101153
|
+
"inheritedFrom": {
|
|
101154
|
+
"name": "SbbActionBaseElement",
|
|
101155
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101156
|
+
}
|
|
101157
|
+
},
|
|
101158
|
+
{
|
|
101159
|
+
"kind": "field",
|
|
101160
|
+
"name": "_hydrationRequired",
|
|
101161
|
+
"type": {
|
|
101162
|
+
"text": "boolean"
|
|
101163
|
+
},
|
|
101164
|
+
"privacy": "private",
|
|
101165
|
+
"default": "!!this.shadowRoot",
|
|
101166
|
+
"inheritedFrom": {
|
|
101167
|
+
"name": "SbbElement",
|
|
101168
|
+
"module": "core/base-elements/element.js"
|
|
101169
|
+
}
|
|
101170
|
+
},
|
|
101171
|
+
{
|
|
101172
|
+
"kind": "field",
|
|
101173
|
+
"name": "_hydrationComplete",
|
|
101174
|
+
"privacy": "private",
|
|
101175
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
101176
|
+
"inheritedFrom": {
|
|
101177
|
+
"name": "SbbElement",
|
|
101178
|
+
"module": "core/base-elements/element.js"
|
|
101179
|
+
}
|
|
101180
|
+
},
|
|
101181
|
+
{
|
|
101182
|
+
"kind": "field",
|
|
101183
|
+
"name": "_resolveHydration",
|
|
101184
|
+
"type": {
|
|
101185
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
101186
|
+
},
|
|
101187
|
+
"privacy": "private",
|
|
101188
|
+
"inheritedFrom": {
|
|
101189
|
+
"name": "SbbElement",
|
|
101190
|
+
"module": "core/base-elements/element.js"
|
|
101191
|
+
}
|
|
101192
|
+
},
|
|
101193
|
+
{
|
|
101194
|
+
"kind": "field",
|
|
101195
|
+
"name": "hydrationRequired",
|
|
101196
|
+
"type": {
|
|
101197
|
+
"text": "boolean"
|
|
101198
|
+
},
|
|
101199
|
+
"privacy": "protected",
|
|
101200
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
101201
|
+
"readonly": true,
|
|
101202
|
+
"inheritedFrom": {
|
|
101203
|
+
"name": "SbbElement",
|
|
101204
|
+
"module": "core/base-elements/element.js"
|
|
101205
|
+
},
|
|
101206
|
+
"default": "!!this.shadowRoot"
|
|
101207
|
+
},
|
|
101208
|
+
{
|
|
101209
|
+
"kind": "method",
|
|
101210
|
+
"name": "toggleState",
|
|
101211
|
+
"privacy": "protected",
|
|
101212
|
+
"return": {
|
|
101213
|
+
"type": {
|
|
101214
|
+
"text": "void"
|
|
101215
|
+
}
|
|
101216
|
+
},
|
|
101217
|
+
"parameters": [
|
|
101218
|
+
{
|
|
101219
|
+
"name": "value",
|
|
101220
|
+
"type": {
|
|
101221
|
+
"text": "string"
|
|
101222
|
+
}
|
|
101223
|
+
},
|
|
101224
|
+
{
|
|
101225
|
+
"name": "force",
|
|
101226
|
+
"optional": true,
|
|
101227
|
+
"type": {
|
|
101228
|
+
"text": "boolean"
|
|
101229
|
+
}
|
|
101230
|
+
}
|
|
101231
|
+
],
|
|
101232
|
+
"inheritedFrom": {
|
|
101233
|
+
"name": "SbbElement",
|
|
101234
|
+
"module": "core/base-elements/element.js"
|
|
101235
|
+
}
|
|
101236
|
+
},
|
|
101237
|
+
{
|
|
101238
|
+
"kind": "field",
|
|
101239
|
+
"name": "['_$sbbElement$']",
|
|
101240
|
+
"type": {
|
|
101241
|
+
"text": "boolean"
|
|
101242
|
+
},
|
|
101243
|
+
"privacy": "public",
|
|
101244
|
+
"static": true,
|
|
101245
|
+
"default": "true",
|
|
101246
|
+
"inheritedFrom": {
|
|
101247
|
+
"name": "SbbElement",
|
|
101248
|
+
"module": "core/base-elements/element.js"
|
|
101249
|
+
}
|
|
101250
|
+
},
|
|
101251
|
+
{
|
|
101252
|
+
"kind": "field",
|
|
101253
|
+
"name": "_controllers",
|
|
101254
|
+
"type": {
|
|
101255
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
101256
|
+
},
|
|
101257
|
+
"privacy": "private",
|
|
101258
|
+
"inheritedFrom": {
|
|
101259
|
+
"name": "SbbElement",
|
|
101260
|
+
"module": "core/base-elements/element.js"
|
|
101261
|
+
}
|
|
101262
|
+
}
|
|
101263
|
+
],
|
|
101264
|
+
"mixins": [
|
|
101265
|
+
{
|
|
101266
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101267
|
+
"module": "link/common.js"
|
|
101268
|
+
},
|
|
101269
|
+
{
|
|
101270
|
+
"name": "SbbDisabledMixin",
|
|
101271
|
+
"module": "core/mixins.js"
|
|
101272
|
+
}
|
|
101273
|
+
],
|
|
101274
|
+
"superclass": {
|
|
101275
|
+
"name": "SbbActionBaseElement",
|
|
101276
|
+
"module": "core/base-elements.js"
|
|
101277
|
+
},
|
|
101278
|
+
"tagName": "sbb-block-link-static",
|
|
101279
|
+
"customElement": true,
|
|
101280
|
+
"attributes": [
|
|
101281
|
+
{
|
|
101282
|
+
"name": "icon-placement",
|
|
101283
|
+
"type": {
|
|
101284
|
+
"text": "SbbIconPlacement"
|
|
101285
|
+
},
|
|
101286
|
+
"default": "'start'",
|
|
101287
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
101288
|
+
"fieldName": "iconPlacement",
|
|
101289
|
+
"inheritedFrom": {
|
|
101290
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101291
|
+
"module": "link/common/block-link-common.js"
|
|
101292
|
+
}
|
|
101293
|
+
},
|
|
101294
|
+
{
|
|
101295
|
+
"name": "size",
|
|
101296
|
+
"type": {
|
|
101297
|
+
"text": "SbbLinkSize"
|
|
101298
|
+
},
|
|
101299
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
101300
|
+
"default": "'s' / 'xs' (lean)",
|
|
101301
|
+
"fieldName": "size",
|
|
101302
|
+
"inheritedFrom": {
|
|
101303
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101304
|
+
"module": "link/common/link-common.js"
|
|
101305
|
+
}
|
|
101306
|
+
},
|
|
101307
|
+
{
|
|
101308
|
+
"name": "icon-name",
|
|
101309
|
+
"type": {
|
|
101310
|
+
"text": "string"
|
|
101311
|
+
},
|
|
101312
|
+
"default": "''",
|
|
101313
|
+
"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.",
|
|
101314
|
+
"fieldName": "iconName",
|
|
101315
|
+
"inheritedFrom": {
|
|
101316
|
+
"name": "SbbIconNameMixin",
|
|
101317
|
+
"module": "icon/icon-name-mixin.js"
|
|
101318
|
+
}
|
|
101319
|
+
},
|
|
101320
|
+
{
|
|
101321
|
+
"name": "disabled",
|
|
101322
|
+
"description": "Whether the component is disabled.",
|
|
101323
|
+
"default": "false",
|
|
101324
|
+
"type": {
|
|
101325
|
+
"text": "boolean"
|
|
101326
|
+
},
|
|
101327
|
+
"fieldName": "disabled",
|
|
101328
|
+
"inheritedFrom": {
|
|
101329
|
+
"name": "SbbDisabledMixin",
|
|
101330
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101331
|
+
}
|
|
101332
|
+
}
|
|
101333
|
+
]
|
|
101334
|
+
}
|
|
101335
|
+
],
|
|
101336
|
+
"exports": [
|
|
101337
|
+
{
|
|
101338
|
+
"kind": "js",
|
|
101339
|
+
"name": "SbbBlockLinkStaticElement",
|
|
101340
|
+
"declaration": {
|
|
101341
|
+
"name": "SbbBlockLinkStaticElement",
|
|
101342
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
101343
|
+
}
|
|
101344
|
+
}
|
|
101345
|
+
]
|
|
101346
|
+
},
|
|
100913
101347
|
{
|
|
100914
101348
|
"kind": "javascript-module",
|
|
100915
101349
|
"path": "link/common/block-link-common.js",
|
|
@@ -102248,440 +102682,6 @@
|
|
|
102248
102682
|
}
|
|
102249
102683
|
]
|
|
102250
102684
|
},
|
|
102251
|
-
{
|
|
102252
|
-
"kind": "javascript-module",
|
|
102253
|
-
"path": "link/block-link-static/block-link-static.component.js",
|
|
102254
|
-
"declarations": [
|
|
102255
|
-
{
|
|
102256
|
-
"kind": "class",
|
|
102257
|
-
"description": "It displays a static link enhanced with the SBB Design.",
|
|
102258
|
-
"name": "SbbBlockLinkStaticElement",
|
|
102259
|
-
"slots": [
|
|
102260
|
-
{
|
|
102261
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
102262
|
-
"name": ""
|
|
102263
|
-
},
|
|
102264
|
-
{
|
|
102265
|
-
"description": "Slot used to display the icon, if one is set.",
|
|
102266
|
-
"name": "icon"
|
|
102267
|
-
}
|
|
102268
|
-
],
|
|
102269
|
-
"members": [
|
|
102270
|
-
{
|
|
102271
|
-
"kind": "field",
|
|
102272
|
-
"name": "elementName",
|
|
102273
|
-
"type": {
|
|
102274
|
-
"text": "string"
|
|
102275
|
-
},
|
|
102276
|
-
"privacy": "public",
|
|
102277
|
-
"static": true,
|
|
102278
|
-
"readonly": true,
|
|
102279
|
-
"inheritedFrom": {
|
|
102280
|
-
"name": "SbbElement",
|
|
102281
|
-
"module": "core/base-elements/element.js"
|
|
102282
|
-
},
|
|
102283
|
-
"default": "'sbb-block-link-static'"
|
|
102284
|
-
},
|
|
102285
|
-
{
|
|
102286
|
-
"kind": "field",
|
|
102287
|
-
"name": "styles",
|
|
102288
|
-
"type": {
|
|
102289
|
-
"text": "CSSResultGroup"
|
|
102290
|
-
},
|
|
102291
|
-
"privacy": "public",
|
|
102292
|
-
"static": true,
|
|
102293
|
-
"default": "[boxSizingStyles, style, blockStyle]",
|
|
102294
|
-
"inheritedFrom": {
|
|
102295
|
-
"name": "SbbLinkCommonElementMixin",
|
|
102296
|
-
"module": "link/common/link-common.js"
|
|
102297
|
-
}
|
|
102298
|
-
},
|
|
102299
|
-
{
|
|
102300
|
-
"kind": "field",
|
|
102301
|
-
"name": "iconPlacement",
|
|
102302
|
-
"type": {
|
|
102303
|
-
"text": "SbbIconPlacement"
|
|
102304
|
-
},
|
|
102305
|
-
"privacy": "public",
|
|
102306
|
-
"default": "'start'",
|
|
102307
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
102308
|
-
"attribute": "icon-placement",
|
|
102309
|
-
"reflects": true,
|
|
102310
|
-
"inheritedFrom": {
|
|
102311
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
102312
|
-
"module": "link/common/block-link-common.js"
|
|
102313
|
-
}
|
|
102314
|
-
},
|
|
102315
|
-
{
|
|
102316
|
-
"kind": "method",
|
|
102317
|
-
"name": "renderTemplate",
|
|
102318
|
-
"privacy": "protected",
|
|
102319
|
-
"return": {
|
|
102320
|
-
"type": {
|
|
102321
|
-
"text": "TemplateResult"
|
|
102322
|
-
}
|
|
102323
|
-
},
|
|
102324
|
-
"description": "Override this method to render the component template.",
|
|
102325
|
-
"inheritedFrom": {
|
|
102326
|
-
"name": "SbbActionBaseElement",
|
|
102327
|
-
"module": "core/base-elements/action-base-element.js"
|
|
102328
|
-
}
|
|
102329
|
-
},
|
|
102330
|
-
{
|
|
102331
|
-
"kind": "field",
|
|
102332
|
-
"name": "size",
|
|
102333
|
-
"type": {
|
|
102334
|
-
"text": "SbbLinkSize"
|
|
102335
|
-
},
|
|
102336
|
-
"privacy": "public",
|
|
102337
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
102338
|
-
"default": "'s' / 'xs' (lean)",
|
|
102339
|
-
"attribute": "size",
|
|
102340
|
-
"reflects": true,
|
|
102341
|
-
"inheritedFrom": {
|
|
102342
|
-
"name": "SbbLinkCommonElementMixin",
|
|
102343
|
-
"module": "link/common/link-common.js"
|
|
102344
|
-
}
|
|
102345
|
-
},
|
|
102346
|
-
{
|
|
102347
|
-
"kind": "field",
|
|
102348
|
-
"name": "iconName",
|
|
102349
|
-
"type": {
|
|
102350
|
-
"text": "string"
|
|
102351
|
-
},
|
|
102352
|
-
"privacy": "public",
|
|
102353
|
-
"default": "''",
|
|
102354
|
-
"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.",
|
|
102355
|
-
"attribute": "icon-name",
|
|
102356
|
-
"inheritedFrom": {
|
|
102357
|
-
"name": "SbbIconNameMixin",
|
|
102358
|
-
"module": "icon/icon-name-mixin.js"
|
|
102359
|
-
}
|
|
102360
|
-
},
|
|
102361
|
-
{
|
|
102362
|
-
"kind": "method",
|
|
102363
|
-
"name": "renderIconSlot",
|
|
102364
|
-
"privacy": "protected",
|
|
102365
|
-
"return": {
|
|
102366
|
-
"type": {
|
|
102367
|
-
"text": "TemplateResult"
|
|
102368
|
-
}
|
|
102369
|
-
},
|
|
102370
|
-
"parameters": [
|
|
102371
|
-
{
|
|
102372
|
-
"name": "classname",
|
|
102373
|
-
"optional": true,
|
|
102374
|
-
"type": {
|
|
102375
|
-
"text": "string"
|
|
102376
|
-
}
|
|
102377
|
-
}
|
|
102378
|
-
],
|
|
102379
|
-
"inheritedFrom": {
|
|
102380
|
-
"name": "SbbIconNameMixin",
|
|
102381
|
-
"module": "icon/icon-name-mixin.js"
|
|
102382
|
-
}
|
|
102383
|
-
},
|
|
102384
|
-
{
|
|
102385
|
-
"kind": "method",
|
|
102386
|
-
"name": "renderIconName",
|
|
102387
|
-
"privacy": "protected",
|
|
102388
|
-
"return": {
|
|
102389
|
-
"type": {
|
|
102390
|
-
"text": "string"
|
|
102391
|
-
}
|
|
102392
|
-
},
|
|
102393
|
-
"inheritedFrom": {
|
|
102394
|
-
"name": "SbbIconNameMixin",
|
|
102395
|
-
"module": "icon/icon-name-mixin.js"
|
|
102396
|
-
}
|
|
102397
|
-
},
|
|
102398
|
-
{
|
|
102399
|
-
"kind": "method",
|
|
102400
|
-
"name": "_renderIconName",
|
|
102401
|
-
"privacy": "private",
|
|
102402
|
-
"return": {
|
|
102403
|
-
"type": {
|
|
102404
|
-
"text": "string"
|
|
102405
|
-
}
|
|
102406
|
-
},
|
|
102407
|
-
"inheritedFrom": {
|
|
102408
|
-
"name": "SbbIconNameMixin",
|
|
102409
|
-
"module": "icon/icon-name-mixin.js"
|
|
102410
|
-
}
|
|
102411
|
-
},
|
|
102412
|
-
{
|
|
102413
|
-
"kind": "field",
|
|
102414
|
-
"name": "disabled",
|
|
102415
|
-
"privacy": "public",
|
|
102416
|
-
"description": "Whether the component is disabled.",
|
|
102417
|
-
"default": "false",
|
|
102418
|
-
"type": {
|
|
102419
|
-
"text": "boolean"
|
|
102420
|
-
},
|
|
102421
|
-
"attribute": "disabled",
|
|
102422
|
-
"reflects": true,
|
|
102423
|
-
"inheritedFrom": {
|
|
102424
|
-
"name": "SbbDisabledMixin",
|
|
102425
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
102426
|
-
}
|
|
102427
|
-
},
|
|
102428
|
-
{
|
|
102429
|
-
"kind": "field",
|
|
102430
|
-
"name": "#disabled",
|
|
102431
|
-
"privacy": "private",
|
|
102432
|
-
"type": {
|
|
102433
|
-
"text": "boolean"
|
|
102434
|
-
},
|
|
102435
|
-
"default": "false",
|
|
102436
|
-
"inheritedFrom": {
|
|
102437
|
-
"name": "SbbDisabledMixin",
|
|
102438
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
102439
|
-
}
|
|
102440
|
-
},
|
|
102441
|
-
{
|
|
102442
|
-
"kind": "method",
|
|
102443
|
-
"name": "isDisabledExternally",
|
|
102444
|
-
"privacy": "protected",
|
|
102445
|
-
"return": {
|
|
102446
|
-
"type": {
|
|
102447
|
-
"text": "boolean"
|
|
102448
|
-
}
|
|
102449
|
-
},
|
|
102450
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
102451
|
-
"inheritedFrom": {
|
|
102452
|
-
"name": "SbbDisabledMixin",
|
|
102453
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
102454
|
-
}
|
|
102455
|
-
},
|
|
102456
|
-
{
|
|
102457
|
-
"kind": "field",
|
|
102458
|
-
"name": "maybeDisabled",
|
|
102459
|
-
"type": {
|
|
102460
|
-
"text": "boolean | undefined"
|
|
102461
|
-
},
|
|
102462
|
-
"privacy": "protected",
|
|
102463
|
-
"readonly": true,
|
|
102464
|
-
"inheritedFrom": {
|
|
102465
|
-
"name": "SbbActionBaseElement",
|
|
102466
|
-
"module": "core/base-elements/action-base-element.js"
|
|
102467
|
-
}
|
|
102468
|
-
},
|
|
102469
|
-
{
|
|
102470
|
-
"kind": "field",
|
|
102471
|
-
"name": "maybeDisabledInteractive",
|
|
102472
|
-
"type": {
|
|
102473
|
-
"text": "boolean | undefined"
|
|
102474
|
-
},
|
|
102475
|
-
"privacy": "protected",
|
|
102476
|
-
"readonly": true,
|
|
102477
|
-
"inheritedFrom": {
|
|
102478
|
-
"name": "SbbActionBaseElement",
|
|
102479
|
-
"module": "core/base-elements/action-base-element.js"
|
|
102480
|
-
}
|
|
102481
|
-
},
|
|
102482
|
-
{
|
|
102483
|
-
"kind": "method",
|
|
102484
|
-
"name": "setupBaseEventHandlers",
|
|
102485
|
-
"privacy": "protected",
|
|
102486
|
-
"return": {
|
|
102487
|
-
"type": {
|
|
102488
|
-
"text": "void"
|
|
102489
|
-
}
|
|
102490
|
-
},
|
|
102491
|
-
"inheritedFrom": {
|
|
102492
|
-
"name": "SbbActionBaseElement",
|
|
102493
|
-
"module": "core/base-elements/action-base-element.js"
|
|
102494
|
-
}
|
|
102495
|
-
},
|
|
102496
|
-
{
|
|
102497
|
-
"kind": "field",
|
|
102498
|
-
"name": "_hydrationRequired",
|
|
102499
|
-
"type": {
|
|
102500
|
-
"text": "boolean"
|
|
102501
|
-
},
|
|
102502
|
-
"privacy": "private",
|
|
102503
|
-
"default": "!!this.shadowRoot",
|
|
102504
|
-
"inheritedFrom": {
|
|
102505
|
-
"name": "SbbElement",
|
|
102506
|
-
"module": "core/base-elements/element.js"
|
|
102507
|
-
}
|
|
102508
|
-
},
|
|
102509
|
-
{
|
|
102510
|
-
"kind": "field",
|
|
102511
|
-
"name": "_hydrationComplete",
|
|
102512
|
-
"privacy": "private",
|
|
102513
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
102514
|
-
"inheritedFrom": {
|
|
102515
|
-
"name": "SbbElement",
|
|
102516
|
-
"module": "core/base-elements/element.js"
|
|
102517
|
-
}
|
|
102518
|
-
},
|
|
102519
|
-
{
|
|
102520
|
-
"kind": "field",
|
|
102521
|
-
"name": "_resolveHydration",
|
|
102522
|
-
"type": {
|
|
102523
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
102524
|
-
},
|
|
102525
|
-
"privacy": "private",
|
|
102526
|
-
"inheritedFrom": {
|
|
102527
|
-
"name": "SbbElement",
|
|
102528
|
-
"module": "core/base-elements/element.js"
|
|
102529
|
-
}
|
|
102530
|
-
},
|
|
102531
|
-
{
|
|
102532
|
-
"kind": "field",
|
|
102533
|
-
"name": "hydrationRequired",
|
|
102534
|
-
"type": {
|
|
102535
|
-
"text": "boolean"
|
|
102536
|
-
},
|
|
102537
|
-
"privacy": "protected",
|
|
102538
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
102539
|
-
"readonly": true,
|
|
102540
|
-
"inheritedFrom": {
|
|
102541
|
-
"name": "SbbElement",
|
|
102542
|
-
"module": "core/base-elements/element.js"
|
|
102543
|
-
},
|
|
102544
|
-
"default": "!!this.shadowRoot"
|
|
102545
|
-
},
|
|
102546
|
-
{
|
|
102547
|
-
"kind": "method",
|
|
102548
|
-
"name": "toggleState",
|
|
102549
|
-
"privacy": "protected",
|
|
102550
|
-
"return": {
|
|
102551
|
-
"type": {
|
|
102552
|
-
"text": "void"
|
|
102553
|
-
}
|
|
102554
|
-
},
|
|
102555
|
-
"parameters": [
|
|
102556
|
-
{
|
|
102557
|
-
"name": "value",
|
|
102558
|
-
"type": {
|
|
102559
|
-
"text": "string"
|
|
102560
|
-
}
|
|
102561
|
-
},
|
|
102562
|
-
{
|
|
102563
|
-
"name": "force",
|
|
102564
|
-
"optional": true,
|
|
102565
|
-
"type": {
|
|
102566
|
-
"text": "boolean"
|
|
102567
|
-
}
|
|
102568
|
-
}
|
|
102569
|
-
],
|
|
102570
|
-
"inheritedFrom": {
|
|
102571
|
-
"name": "SbbElement",
|
|
102572
|
-
"module": "core/base-elements/element.js"
|
|
102573
|
-
}
|
|
102574
|
-
},
|
|
102575
|
-
{
|
|
102576
|
-
"kind": "field",
|
|
102577
|
-
"name": "['_$sbbElement$']",
|
|
102578
|
-
"type": {
|
|
102579
|
-
"text": "boolean"
|
|
102580
|
-
},
|
|
102581
|
-
"privacy": "public",
|
|
102582
|
-
"static": true,
|
|
102583
|
-
"default": "true",
|
|
102584
|
-
"inheritedFrom": {
|
|
102585
|
-
"name": "SbbElement",
|
|
102586
|
-
"module": "core/base-elements/element.js"
|
|
102587
|
-
}
|
|
102588
|
-
},
|
|
102589
|
-
{
|
|
102590
|
-
"kind": "field",
|
|
102591
|
-
"name": "_controllers",
|
|
102592
|
-
"type": {
|
|
102593
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
102594
|
-
},
|
|
102595
|
-
"privacy": "private",
|
|
102596
|
-
"inheritedFrom": {
|
|
102597
|
-
"name": "SbbElement",
|
|
102598
|
-
"module": "core/base-elements/element.js"
|
|
102599
|
-
}
|
|
102600
|
-
}
|
|
102601
|
-
],
|
|
102602
|
-
"mixins": [
|
|
102603
|
-
{
|
|
102604
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
102605
|
-
"module": "link/common.js"
|
|
102606
|
-
},
|
|
102607
|
-
{
|
|
102608
|
-
"name": "SbbDisabledMixin",
|
|
102609
|
-
"module": "core/mixins.js"
|
|
102610
|
-
}
|
|
102611
|
-
],
|
|
102612
|
-
"superclass": {
|
|
102613
|
-
"name": "SbbActionBaseElement",
|
|
102614
|
-
"module": "core/base-elements.js"
|
|
102615
|
-
},
|
|
102616
|
-
"tagName": "sbb-block-link-static",
|
|
102617
|
-
"customElement": true,
|
|
102618
|
-
"attributes": [
|
|
102619
|
-
{
|
|
102620
|
-
"name": "icon-placement",
|
|
102621
|
-
"type": {
|
|
102622
|
-
"text": "SbbIconPlacement"
|
|
102623
|
-
},
|
|
102624
|
-
"default": "'start'",
|
|
102625
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
102626
|
-
"fieldName": "iconPlacement",
|
|
102627
|
-
"inheritedFrom": {
|
|
102628
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
102629
|
-
"module": "link/common/block-link-common.js"
|
|
102630
|
-
}
|
|
102631
|
-
},
|
|
102632
|
-
{
|
|
102633
|
-
"name": "size",
|
|
102634
|
-
"type": {
|
|
102635
|
-
"text": "SbbLinkSize"
|
|
102636
|
-
},
|
|
102637
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
102638
|
-
"default": "'s' / 'xs' (lean)",
|
|
102639
|
-
"fieldName": "size",
|
|
102640
|
-
"inheritedFrom": {
|
|
102641
|
-
"name": "SbbLinkCommonElementMixin",
|
|
102642
|
-
"module": "link/common/link-common.js"
|
|
102643
|
-
}
|
|
102644
|
-
},
|
|
102645
|
-
{
|
|
102646
|
-
"name": "icon-name",
|
|
102647
|
-
"type": {
|
|
102648
|
-
"text": "string"
|
|
102649
|
-
},
|
|
102650
|
-
"default": "''",
|
|
102651
|
-
"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.",
|
|
102652
|
-
"fieldName": "iconName",
|
|
102653
|
-
"inheritedFrom": {
|
|
102654
|
-
"name": "SbbIconNameMixin",
|
|
102655
|
-
"module": "icon/icon-name-mixin.js"
|
|
102656
|
-
}
|
|
102657
|
-
},
|
|
102658
|
-
{
|
|
102659
|
-
"name": "disabled",
|
|
102660
|
-
"description": "Whether the component is disabled.",
|
|
102661
|
-
"default": "false",
|
|
102662
|
-
"type": {
|
|
102663
|
-
"text": "boolean"
|
|
102664
|
-
},
|
|
102665
|
-
"fieldName": "disabled",
|
|
102666
|
-
"inheritedFrom": {
|
|
102667
|
-
"name": "SbbDisabledMixin",
|
|
102668
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
102669
|
-
}
|
|
102670
|
-
}
|
|
102671
|
-
]
|
|
102672
|
-
}
|
|
102673
|
-
],
|
|
102674
|
-
"exports": [
|
|
102675
|
-
{
|
|
102676
|
-
"kind": "js",
|
|
102677
|
-
"name": "SbbBlockLinkStaticElement",
|
|
102678
|
-
"declaration": {
|
|
102679
|
-
"name": "SbbBlockLinkStaticElement",
|
|
102680
|
-
"module": "link/block-link-static/block-link-static.component.js"
|
|
102681
|
-
}
|
|
102682
|
-
}
|
|
102683
|
-
]
|
|
102684
|
-
},
|
|
102685
102685
|
{
|
|
102686
102686
|
"kind": "javascript-module",
|
|
102687
102687
|
"path": "link/link/link.component.js",
|