@sbb-esta/lyne-elements-dev 5.0.0-next.1-dev.1777873336 → 5.0.0-next.1-dev.1777874419
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 +891 -891
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -74730,30 +74730,32 @@
|
|
|
74730
74730
|
},
|
|
74731
74731
|
{
|
|
74732
74732
|
"kind": "javascript-module",
|
|
74733
|
-
"path": "container/
|
|
74733
|
+
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
74734
74734
|
"declarations": [
|
|
74735
74735
|
{
|
|
74736
74736
|
"kind": "class",
|
|
74737
|
-
"description": "
|
|
74738
|
-
"name": "
|
|
74737
|
+
"description": "A container that sticks to the bottom of the page if slotted into `sbb-container`.",
|
|
74738
|
+
"name": "SbbStickyBarElement",
|
|
74739
74739
|
"cssProperties": [
|
|
74740
74740
|
{
|
|
74741
|
-
"description": "
|
|
74742
|
-
"name": "--sbb-
|
|
74741
|
+
"description": "Block padding of the sticky bar.",
|
|
74742
|
+
"name": "--sbb-sticky-bar-padding-block",
|
|
74743
|
+
"default": "var(--sbb-spacing-responsive-xs)"
|
|
74744
|
+
},
|
|
74745
|
+
{
|
|
74746
|
+
"description": "Define an additional area where the sticky bar overlaps the following content on the bottom. This area becomes visible when the sticky bar transitions from sticky to the normal document flow.",
|
|
74747
|
+
"name": "--sbb-sticky-bar-bottom-overlapping-height",
|
|
74748
|
+
"default": "0px"
|
|
74749
|
+
},
|
|
74750
|
+
{
|
|
74751
|
+
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable.",
|
|
74752
|
+
"name": "--sbb-sticky-bar-z-index"
|
|
74743
74753
|
}
|
|
74744
74754
|
],
|
|
74745
74755
|
"slots": [
|
|
74746
74756
|
{
|
|
74747
|
-
"description": "Use the unnamed slot to add
|
|
74757
|
+
"description": "Use the unnamed slot to add content to the sticky bar.",
|
|
74748
74758
|
"name": ""
|
|
74749
|
-
},
|
|
74750
|
-
{
|
|
74751
|
-
"description": "The slot used by the sbb-sticky-bar component.",
|
|
74752
|
-
"name": "sticky-bar"
|
|
74753
|
-
},
|
|
74754
|
-
{
|
|
74755
|
-
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
74756
|
-
"name": "image"
|
|
74757
74759
|
}
|
|
74758
74760
|
],
|
|
74759
74761
|
"members": [
|
|
@@ -74766,7 +74768,7 @@
|
|
|
74766
74768
|
"privacy": "public",
|
|
74767
74769
|
"static": true,
|
|
74768
74770
|
"readonly": true,
|
|
74769
|
-
"default": "'sbb-
|
|
74771
|
+
"default": "'sbb-sticky-bar'",
|
|
74770
74772
|
"inheritedFrom": {
|
|
74771
74773
|
"name": "SbbElement",
|
|
74772
74774
|
"module": "core/base-elements/element.js"
|
|
@@ -74774,210 +74776,144 @@
|
|
|
74774
74776
|
},
|
|
74775
74777
|
{
|
|
74776
74778
|
"kind": "field",
|
|
74777
|
-
"name": "
|
|
74778
|
-
"type": {
|
|
74779
|
-
"text": "boolean"
|
|
74780
|
-
},
|
|
74779
|
+
"name": "events",
|
|
74781
74780
|
"privacy": "public",
|
|
74782
|
-
"
|
|
74783
|
-
"
|
|
74784
|
-
"
|
|
74785
|
-
"reflects": true
|
|
74786
|
-
},
|
|
74787
|
-
{
|
|
74788
|
-
"kind": "field",
|
|
74789
|
-
"name": "backgroundExpanded",
|
|
74781
|
+
"static": true,
|
|
74782
|
+
"readonly": true,
|
|
74783
|
+
"default": "{ beforestick: 'beforestick', stick: 'stick', beforeunstick: 'beforeunstick', unstick: 'unstick', }",
|
|
74790
74784
|
"type": {
|
|
74791
|
-
"text": "
|
|
74792
|
-
}
|
|
74793
|
-
"privacy": "public",
|
|
74794
|
-
"default": "false",
|
|
74795
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
74796
|
-
"attribute": "background-expanded",
|
|
74797
|
-
"reflects": true
|
|
74785
|
+
"text": "{\n beforestick: 'beforestick',\n stick: 'stick',\n beforeunstick: 'beforeunstick',\n unstick: 'unstick',\n }"
|
|
74786
|
+
}
|
|
74798
74787
|
},
|
|
74799
74788
|
{
|
|
74800
74789
|
"kind": "field",
|
|
74801
74790
|
"name": "color",
|
|
74802
74791
|
"type": {
|
|
74803
|
-
"text": "| '
|
|
74792
|
+
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
74804
74793
|
},
|
|
74805
74794
|
"privacy": "public",
|
|
74806
|
-
"default": "
|
|
74795
|
+
"default": "null",
|
|
74807
74796
|
"description": "Color of the container, like transparent, white etc.",
|
|
74808
74797
|
"attribute": "color",
|
|
74809
74798
|
"reflects": true
|
|
74810
74799
|
},
|
|
74811
74800
|
{
|
|
74812
74801
|
"kind": "field",
|
|
74813
|
-
"name": "
|
|
74802
|
+
"name": "size",
|
|
74814
74803
|
"type": {
|
|
74815
|
-
"text": "
|
|
74804
|
+
"text": "'m' | 's'"
|
|
74816
74805
|
},
|
|
74817
74806
|
"privacy": "public",
|
|
74818
|
-
"
|
|
74819
|
-
"default": "
|
|
74820
|
-
"
|
|
74821
|
-
|
|
74822
|
-
"module": "core/base-elements/element.js"
|
|
74823
|
-
}
|
|
74807
|
+
"description": "Size of the container.",
|
|
74808
|
+
"default": "'m' / 's' (lean)",
|
|
74809
|
+
"attribute": "size",
|
|
74810
|
+
"reflects": true
|
|
74824
74811
|
},
|
|
74825
74812
|
{
|
|
74826
74813
|
"kind": "field",
|
|
74827
|
-
"name": "
|
|
74814
|
+
"name": "_state",
|
|
74815
|
+
"privacy": "private",
|
|
74816
|
+
"description": "The state of the component.",
|
|
74828
74817
|
"type": {
|
|
74829
|
-
"text": "
|
|
74818
|
+
"text": "StickyState"
|
|
74830
74819
|
},
|
|
74831
|
-
"
|
|
74832
|
-
"static": true,
|
|
74833
|
-
"inheritedFrom": {
|
|
74834
|
-
"name": "SbbElement",
|
|
74835
|
-
"module": "core/base-elements/element.js"
|
|
74836
|
-
}
|
|
74820
|
+
"default": "'sticky'"
|
|
74837
74821
|
},
|
|
74838
74822
|
{
|
|
74839
74823
|
"kind": "field",
|
|
74840
|
-
"name": "
|
|
74824
|
+
"name": "_stateInternal",
|
|
74841
74825
|
"type": {
|
|
74842
|
-
"text": "
|
|
74826
|
+
"text": "StickyState"
|
|
74843
74827
|
},
|
|
74844
|
-
"privacy": "
|
|
74845
|
-
"static": true,
|
|
74846
|
-
"inheritedFrom": {
|
|
74847
|
-
"name": "SbbElement",
|
|
74848
|
-
"module": "core/base-elements/element.js"
|
|
74849
|
-
}
|
|
74828
|
+
"privacy": "private"
|
|
74850
74829
|
},
|
|
74851
74830
|
{
|
|
74852
74831
|
"kind": "field",
|
|
74853
|
-
"name": "
|
|
74832
|
+
"name": "_intersector",
|
|
74854
74833
|
"type": {
|
|
74855
|
-
"text": "
|
|
74834
|
+
"text": "HTMLSpanElement | undefined"
|
|
74856
74835
|
},
|
|
74857
|
-
"privacy": "private"
|
|
74858
|
-
"inheritedFrom": {
|
|
74859
|
-
"name": "SbbElement",
|
|
74860
|
-
"module": "core/base-elements/element.js"
|
|
74861
|
-
}
|
|
74836
|
+
"privacy": "private"
|
|
74862
74837
|
},
|
|
74863
74838
|
{
|
|
74864
74839
|
"kind": "field",
|
|
74865
|
-
"name": "
|
|
74866
|
-
"type": {
|
|
74867
|
-
"text": "boolean"
|
|
74868
|
-
},
|
|
74840
|
+
"name": "_observer",
|
|
74869
74841
|
"privacy": "private",
|
|
74870
|
-
"default": "
|
|
74871
|
-
"inheritedFrom": {
|
|
74872
|
-
"name": "SbbElement",
|
|
74873
|
-
"module": "core/base-elements/element.js"
|
|
74874
|
-
}
|
|
74842
|
+
"default": "new IntersectionController(this, { // Although `this` is observed, we have to postpone observing // into firstUpdated() to achieve a correct initial state. target: null, callback: (entries) => this._detectStickyState(entries[0]), })"
|
|
74875
74843
|
},
|
|
74876
74844
|
{
|
|
74877
|
-
"kind": "
|
|
74878
|
-
"name": "
|
|
74845
|
+
"kind": "method",
|
|
74846
|
+
"name": "_isZeroAnimationDuration",
|
|
74879
74847
|
"privacy": "private",
|
|
74880
|
-
"
|
|
74881
|
-
|
|
74882
|
-
|
|
74883
|
-
|
|
74848
|
+
"return": {
|
|
74849
|
+
"type": {
|
|
74850
|
+
"text": "boolean"
|
|
74851
|
+
}
|
|
74884
74852
|
}
|
|
74885
74853
|
},
|
|
74886
74854
|
{
|
|
74887
|
-
"kind": "
|
|
74888
|
-
"name": "
|
|
74889
|
-
"type": {
|
|
74890
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
74891
|
-
},
|
|
74855
|
+
"kind": "method",
|
|
74856
|
+
"name": "_detectStickyState",
|
|
74892
74857
|
"privacy": "private",
|
|
74893
|
-
"
|
|
74894
|
-
"
|
|
74895
|
-
|
|
74896
|
-
|
|
74897
|
-
},
|
|
74898
|
-
{
|
|
74899
|
-
"kind": "field",
|
|
74900
|
-
"name": "_textObserver",
|
|
74901
|
-
"type": {
|
|
74902
|
-
"text": "MutationObserver | undefined"
|
|
74858
|
+
"return": {
|
|
74859
|
+
"type": {
|
|
74860
|
+
"text": "void"
|
|
74861
|
+
}
|
|
74903
74862
|
},
|
|
74904
|
-
"
|
|
74905
|
-
|
|
74906
|
-
|
|
74907
|
-
|
|
74908
|
-
|
|
74863
|
+
"parameters": [
|
|
74864
|
+
{
|
|
74865
|
+
"name": "entry",
|
|
74866
|
+
"type": {
|
|
74867
|
+
"text": "IntersectionObserverEntry"
|
|
74868
|
+
}
|
|
74869
|
+
}
|
|
74870
|
+
]
|
|
74909
74871
|
},
|
|
74910
74872
|
{
|
|
74911
|
-
"kind": "
|
|
74912
|
-
"name": "
|
|
74913
|
-
"
|
|
74914
|
-
|
|
74915
|
-
|
|
74916
|
-
|
|
74917
|
-
|
|
74918
|
-
"readonly": true,
|
|
74919
|
-
"inheritedFrom": {
|
|
74920
|
-
"name": "SbbElement",
|
|
74921
|
-
"module": "core/base-elements/element.js"
|
|
74873
|
+
"kind": "method",
|
|
74874
|
+
"name": "stick",
|
|
74875
|
+
"privacy": "public",
|
|
74876
|
+
"return": {
|
|
74877
|
+
"type": {
|
|
74878
|
+
"text": "void"
|
|
74879
|
+
}
|
|
74922
74880
|
},
|
|
74923
|
-
"
|
|
74881
|
+
"description": "Animates from normal content flow position to `position: sticky`."
|
|
74924
74882
|
},
|
|
74925
74883
|
{
|
|
74926
74884
|
"kind": "method",
|
|
74927
|
-
"name": "
|
|
74928
|
-
"privacy": "
|
|
74929
|
-
"static": true,
|
|
74885
|
+
"name": "unstick",
|
|
74886
|
+
"privacy": "public",
|
|
74930
74887
|
"return": {
|
|
74931
74888
|
"type": {
|
|
74932
|
-
"text": "
|
|
74889
|
+
"text": "void"
|
|
74933
74890
|
}
|
|
74934
74891
|
},
|
|
74935
|
-
"
|
|
74936
|
-
|
|
74937
|
-
|
|
74938
|
-
|
|
74939
|
-
|
|
74940
|
-
|
|
74892
|
+
"description": "Animates `position: sticky` to normal content flow position."
|
|
74893
|
+
},
|
|
74894
|
+
{
|
|
74895
|
+
"kind": "method",
|
|
74896
|
+
"name": "_stickyCallback",
|
|
74897
|
+
"privacy": "private",
|
|
74898
|
+
"return": {
|
|
74899
|
+
"type": {
|
|
74900
|
+
"text": "void"
|
|
74941
74901
|
}
|
|
74942
|
-
],
|
|
74943
|
-
"description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
|
|
74944
|
-
"inheritedFrom": {
|
|
74945
|
-
"name": "SbbElement",
|
|
74946
|
-
"module": "core/base-elements/element.js"
|
|
74947
74902
|
}
|
|
74948
74903
|
},
|
|
74949
74904
|
{
|
|
74950
74905
|
"kind": "method",
|
|
74951
|
-
"name": "
|
|
74952
|
-
"privacy": "
|
|
74906
|
+
"name": "_unstickyCallback",
|
|
74907
|
+
"privacy": "private",
|
|
74953
74908
|
"return": {
|
|
74954
74909
|
"type": {
|
|
74955
74910
|
"text": "void"
|
|
74956
74911
|
}
|
|
74957
|
-
},
|
|
74958
|
-
"parameters": [
|
|
74959
|
-
{
|
|
74960
|
-
"name": "value",
|
|
74961
|
-
"type": {
|
|
74962
|
-
"text": "string"
|
|
74963
|
-
}
|
|
74964
|
-
},
|
|
74965
|
-
{
|
|
74966
|
-
"name": "force",
|
|
74967
|
-
"optional": true,
|
|
74968
|
-
"type": {
|
|
74969
|
-
"text": "boolean"
|
|
74970
|
-
}
|
|
74971
|
-
}
|
|
74972
|
-
],
|
|
74973
|
-
"inheritedFrom": {
|
|
74974
|
-
"name": "SbbElement",
|
|
74975
|
-
"module": "core/base-elements/element.js"
|
|
74976
74912
|
}
|
|
74977
74913
|
},
|
|
74978
74914
|
{
|
|
74979
74915
|
"kind": "method",
|
|
74980
|
-
"name": "
|
|
74916
|
+
"name": "_onAnimationEnd",
|
|
74981
74917
|
"privacy": "private",
|
|
74982
74918
|
"return": {
|
|
74983
74919
|
"type": {
|
|
@@ -74988,199 +74924,113 @@
|
|
|
74988
74924
|
{
|
|
74989
74925
|
"name": "event",
|
|
74990
74926
|
"type": {
|
|
74991
|
-
"text": "
|
|
74992
|
-
}
|
|
74993
|
-
},
|
|
74994
|
-
{
|
|
74995
|
-
"name": "slot",
|
|
74996
|
-
"type": {
|
|
74997
|
-
"text": "HTMLSlotElement"
|
|
74927
|
+
"text": "AnimationEvent"
|
|
74998
74928
|
}
|
|
74999
74929
|
}
|
|
75000
|
-
]
|
|
75001
|
-
"inheritedFrom": {
|
|
75002
|
-
"name": "SbbElement",
|
|
75003
|
-
"module": "core/base-elements/element.js"
|
|
75004
|
-
}
|
|
74930
|
+
]
|
|
75005
74931
|
},
|
|
75006
74932
|
{
|
|
75007
74933
|
"kind": "method",
|
|
75008
|
-
"name": "
|
|
74934
|
+
"name": "_dispatchBeforeStickEvent",
|
|
75009
74935
|
"privacy": "private",
|
|
75010
74936
|
"return": {
|
|
75011
74937
|
"type": {
|
|
75012
|
-
"text": "
|
|
74938
|
+
"text": "boolean"
|
|
75013
74939
|
}
|
|
75014
|
-
}
|
|
75015
|
-
|
|
75016
|
-
|
|
75017
|
-
|
|
75018
|
-
|
|
75019
|
-
|
|
75020
|
-
|
|
74940
|
+
}
|
|
74941
|
+
},
|
|
74942
|
+
{
|
|
74943
|
+
"kind": "method",
|
|
74944
|
+
"name": "_dispatchBeforeUnStickEvent",
|
|
74945
|
+
"privacy": "private",
|
|
74946
|
+
"return": {
|
|
74947
|
+
"type": {
|
|
74948
|
+
"text": "boolean"
|
|
75021
74949
|
}
|
|
75022
|
-
|
|
74950
|
+
}
|
|
74951
|
+
},
|
|
74952
|
+
{
|
|
74953
|
+
"kind": "field",
|
|
74954
|
+
"name": "_updatePromise",
|
|
74955
|
+
"privacy": "private",
|
|
75023
74956
|
"inheritedFrom": {
|
|
75024
|
-
"name": "
|
|
75025
|
-
"module": "core/
|
|
74957
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
74958
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
75026
74959
|
}
|
|
75027
74960
|
},
|
|
75028
74961
|
{
|
|
75029
|
-
"kind": "
|
|
75030
|
-
"name": "
|
|
74962
|
+
"kind": "field",
|
|
74963
|
+
"name": "_updateResolve",
|
|
75031
74964
|
"privacy": "private",
|
|
74965
|
+
"inheritedFrom": {
|
|
74966
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
74967
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
74968
|
+
}
|
|
74969
|
+
},
|
|
74970
|
+
{
|
|
74971
|
+
"kind": "method",
|
|
74972
|
+
"name": "startUpdate",
|
|
74973
|
+
"privacy": "protected",
|
|
75032
74974
|
"return": {
|
|
75033
74975
|
"type": {
|
|
75034
74976
|
"text": "void"
|
|
75035
74977
|
}
|
|
75036
74978
|
},
|
|
75037
|
-
"parameters": [
|
|
75038
|
-
{
|
|
75039
|
-
"name": "slot",
|
|
75040
|
-
"type": {
|
|
75041
|
-
"text": "HTMLSlotElement"
|
|
75042
|
-
}
|
|
75043
|
-
}
|
|
75044
|
-
],
|
|
75045
74979
|
"inheritedFrom": {
|
|
75046
|
-
"name": "
|
|
75047
|
-
"module": "core/
|
|
74980
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
74981
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
75048
74982
|
}
|
|
75049
74983
|
},
|
|
75050
74984
|
{
|
|
75051
74985
|
"kind": "method",
|
|
75052
|
-
"name": "
|
|
75053
|
-
"privacy": "
|
|
74986
|
+
"name": "completeUpdate",
|
|
74987
|
+
"privacy": "protected",
|
|
75054
74988
|
"return": {
|
|
75055
74989
|
"type": {
|
|
75056
74990
|
"text": "void"
|
|
75057
74991
|
}
|
|
75058
74992
|
},
|
|
75059
|
-
"parameters": [
|
|
75060
|
-
{
|
|
75061
|
-
"name": "slot",
|
|
75062
|
-
"type": {
|
|
75063
|
-
"text": "HTMLSlotElement"
|
|
75064
|
-
}
|
|
75065
|
-
}
|
|
75066
|
-
],
|
|
75067
74993
|
"inheritedFrom": {
|
|
75068
|
-
"name": "
|
|
75069
|
-
"module": "core/
|
|
74994
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
74995
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
75070
74996
|
}
|
|
75071
74997
|
},
|
|
75072
74998
|
{
|
|
75073
74999
|
"kind": "method",
|
|
75074
|
-
"name": "
|
|
75075
|
-
"privacy": "
|
|
75000
|
+
"name": "getUpdateComplete",
|
|
75001
|
+
"privacy": "protected",
|
|
75076
75002
|
"return": {
|
|
75077
75003
|
"type": {
|
|
75078
|
-
"text": "boolean"
|
|
75004
|
+
"text": "Promise<boolean>"
|
|
75079
75005
|
}
|
|
75080
75006
|
},
|
|
75081
|
-
"parameters": [
|
|
75082
|
-
{
|
|
75083
|
-
"name": "slot",
|
|
75084
|
-
"type": {
|
|
75085
|
-
"text": "HTMLSlotElement"
|
|
75086
|
-
}
|
|
75087
|
-
}
|
|
75088
|
-
],
|
|
75089
75007
|
"inheritedFrom": {
|
|
75090
|
-
"name": "
|
|
75091
|
-
"module": "core/
|
|
75008
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
75009
|
+
"module": "core/mixins/update-scheduler-mixin.js"
|
|
75092
75010
|
}
|
|
75093
|
-
}
|
|
75094
|
-
],
|
|
75095
|
-
"attributes": [
|
|
75096
|
-
{
|
|
75097
|
-
"name": "expanded",
|
|
75098
|
-
"type": {
|
|
75099
|
-
"text": "boolean"
|
|
75100
|
-
},
|
|
75101
|
-
"default": "false",
|
|
75102
|
-
"description": "Whether the container is expanded.",
|
|
75103
|
-
"fieldName": "expanded"
|
|
75104
75011
|
},
|
|
75105
75012
|
{
|
|
75106
|
-
"
|
|
75013
|
+
"kind": "field",
|
|
75014
|
+
"name": "['_$sbbElement$']",
|
|
75107
75015
|
"type": {
|
|
75108
75016
|
"text": "boolean"
|
|
75109
75017
|
},
|
|
75110
|
-
"
|
|
75111
|
-
"
|
|
75112
|
-
"
|
|
75113
|
-
|
|
75114
|
-
|
|
75115
|
-
|
|
75116
|
-
|
|
75117
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
75118
|
-
},
|
|
75119
|
-
"default": "'white'",
|
|
75120
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
75121
|
-
"fieldName": "color"
|
|
75122
|
-
}
|
|
75123
|
-
],
|
|
75124
|
-
"superclass": {
|
|
75125
|
-
"name": "SbbElement",
|
|
75126
|
-
"module": "core.js"
|
|
75127
|
-
},
|
|
75128
|
-
"tagName": "sbb-container",
|
|
75129
|
-
"customElement": true
|
|
75130
|
-
}
|
|
75131
|
-
],
|
|
75132
|
-
"exports": [
|
|
75133
|
-
{
|
|
75134
|
-
"kind": "js",
|
|
75135
|
-
"name": "SbbContainerElement",
|
|
75136
|
-
"declaration": {
|
|
75137
|
-
"name": "SbbContainerElement",
|
|
75138
|
-
"module": "container/container/container.component.js"
|
|
75139
|
-
}
|
|
75140
|
-
}
|
|
75141
|
-
]
|
|
75142
|
-
},
|
|
75143
|
-
{
|
|
75144
|
-
"kind": "javascript-module",
|
|
75145
|
-
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
75146
|
-
"declarations": [
|
|
75147
|
-
{
|
|
75148
|
-
"kind": "class",
|
|
75149
|
-
"description": "A container that sticks to the bottom of the page if slotted into `sbb-container`.",
|
|
75150
|
-
"name": "SbbStickyBarElement",
|
|
75151
|
-
"cssProperties": [
|
|
75152
|
-
{
|
|
75153
|
-
"description": "Block padding of the sticky bar.",
|
|
75154
|
-
"name": "--sbb-sticky-bar-padding-block",
|
|
75155
|
-
"default": "var(--sbb-spacing-responsive-xs)"
|
|
75156
|
-
},
|
|
75157
|
-
{
|
|
75158
|
-
"description": "Define an additional area where the sticky bar overlaps the following content on the bottom. This area becomes visible when the sticky bar transitions from sticky to the normal document flow.",
|
|
75159
|
-
"name": "--sbb-sticky-bar-bottom-overlapping-height",
|
|
75160
|
-
"default": "0px"
|
|
75018
|
+
"privacy": "public",
|
|
75019
|
+
"static": true,
|
|
75020
|
+
"default": "true",
|
|
75021
|
+
"inheritedFrom": {
|
|
75022
|
+
"name": "SbbElement",
|
|
75023
|
+
"module": "core/base-elements/element.js"
|
|
75024
|
+
}
|
|
75161
75025
|
},
|
|
75162
|
-
{
|
|
75163
|
-
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable.",
|
|
75164
|
-
"name": "--sbb-sticky-bar-z-index"
|
|
75165
|
-
}
|
|
75166
|
-
],
|
|
75167
|
-
"slots": [
|
|
75168
|
-
{
|
|
75169
|
-
"description": "Use the unnamed slot to add content to the sticky bar.",
|
|
75170
|
-
"name": ""
|
|
75171
|
-
}
|
|
75172
|
-
],
|
|
75173
|
-
"members": [
|
|
75174
75026
|
{
|
|
75175
75027
|
"kind": "field",
|
|
75176
|
-
"name": "
|
|
75028
|
+
"name": "elementDependencies",
|
|
75177
75029
|
"type": {
|
|
75178
|
-
"text": "
|
|
75030
|
+
"text": "SbbElementType[] | undefined"
|
|
75179
75031
|
},
|
|
75180
75032
|
"privacy": "public",
|
|
75181
75033
|
"static": true,
|
|
75182
|
-
"readonly": true,
|
|
75183
|
-
"default": "'sbb-sticky-bar'",
|
|
75184
75034
|
"inheritedFrom": {
|
|
75185
75035
|
"name": "SbbElement",
|
|
75186
75036
|
"module": "core/base-elements/element.js"
|
|
@@ -75188,144 +75038,147 @@
|
|
|
75188
75038
|
},
|
|
75189
75039
|
{
|
|
75190
75040
|
"kind": "field",
|
|
75191
|
-
"name": "
|
|
75041
|
+
"name": "role",
|
|
75042
|
+
"type": {
|
|
75043
|
+
"text": "ElementInternals['role'] | undefined"
|
|
75044
|
+
},
|
|
75192
75045
|
"privacy": "public",
|
|
75193
75046
|
"static": true,
|
|
75194
|
-
"
|
|
75195
|
-
|
|
75196
|
-
|
|
75197
|
-
"text": "{\n beforestick: 'beforestick',\n stick: 'stick',\n beforeunstick: 'beforeunstick',\n unstick: 'unstick',\n }"
|
|
75047
|
+
"inheritedFrom": {
|
|
75048
|
+
"name": "SbbElement",
|
|
75049
|
+
"module": "core/base-elements/element.js"
|
|
75198
75050
|
}
|
|
75199
75051
|
},
|
|
75200
75052
|
{
|
|
75201
75053
|
"kind": "field",
|
|
75202
|
-
"name": "
|
|
75054
|
+
"name": "_controllers",
|
|
75203
75055
|
"type": {
|
|
75204
|
-
"text": "
|
|
75056
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
75205
75057
|
},
|
|
75206
|
-
"privacy": "
|
|
75207
|
-
"
|
|
75208
|
-
|
|
75209
|
-
|
|
75210
|
-
|
|
75058
|
+
"privacy": "private",
|
|
75059
|
+
"inheritedFrom": {
|
|
75060
|
+
"name": "SbbElement",
|
|
75061
|
+
"module": "core/base-elements/element.js"
|
|
75062
|
+
}
|
|
75211
75063
|
},
|
|
75212
75064
|
{
|
|
75213
75065
|
"kind": "field",
|
|
75214
|
-
"name": "
|
|
75066
|
+
"name": "_hydrationRequired",
|
|
75215
75067
|
"type": {
|
|
75216
|
-
"text": "
|
|
75068
|
+
"text": "boolean"
|
|
75217
75069
|
},
|
|
75218
|
-
"privacy": "
|
|
75219
|
-
"
|
|
75220
|
-
"
|
|
75221
|
-
|
|
75222
|
-
|
|
75070
|
+
"privacy": "private",
|
|
75071
|
+
"default": "!!this.shadowRoot",
|
|
75072
|
+
"inheritedFrom": {
|
|
75073
|
+
"name": "SbbElement",
|
|
75074
|
+
"module": "core/base-elements/element.js"
|
|
75075
|
+
}
|
|
75223
75076
|
},
|
|
75224
75077
|
{
|
|
75225
75078
|
"kind": "field",
|
|
75226
|
-
"name": "
|
|
75079
|
+
"name": "_hydrationComplete",
|
|
75227
75080
|
"privacy": "private",
|
|
75228
|
-
"
|
|
75229
|
-
"
|
|
75230
|
-
"
|
|
75231
|
-
|
|
75232
|
-
|
|
75081
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
75082
|
+
"inheritedFrom": {
|
|
75083
|
+
"name": "SbbElement",
|
|
75084
|
+
"module": "core/base-elements/element.js"
|
|
75085
|
+
}
|
|
75233
75086
|
},
|
|
75234
75087
|
{
|
|
75235
75088
|
"kind": "field",
|
|
75236
|
-
"name": "
|
|
75089
|
+
"name": "_resolveHydration",
|
|
75237
75090
|
"type": {
|
|
75238
|
-
"text": "
|
|
75091
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
75239
75092
|
},
|
|
75240
|
-
"privacy": "private"
|
|
75093
|
+
"privacy": "private",
|
|
75094
|
+
"inheritedFrom": {
|
|
75095
|
+
"name": "SbbElement",
|
|
75096
|
+
"module": "core/base-elements/element.js"
|
|
75097
|
+
}
|
|
75241
75098
|
},
|
|
75242
75099
|
{
|
|
75243
75100
|
"kind": "field",
|
|
75244
|
-
"name": "
|
|
75101
|
+
"name": "_textObserver",
|
|
75245
75102
|
"type": {
|
|
75246
|
-
"text": "
|
|
75103
|
+
"text": "MutationObserver | undefined"
|
|
75247
75104
|
},
|
|
75248
|
-
"privacy": "private"
|
|
75249
|
-
},
|
|
75250
|
-
{
|
|
75251
|
-
"kind": "field",
|
|
75252
|
-
"name": "_observer",
|
|
75253
75105
|
"privacy": "private",
|
|
75254
|
-
"
|
|
75106
|
+
"inheritedFrom": {
|
|
75107
|
+
"name": "SbbElement",
|
|
75108
|
+
"module": "core/base-elements/element.js"
|
|
75109
|
+
}
|
|
75255
75110
|
},
|
|
75256
75111
|
{
|
|
75257
|
-
"kind": "
|
|
75258
|
-
"name": "
|
|
75259
|
-
"
|
|
75260
|
-
|
|
75261
|
-
|
|
75262
|
-
|
|
75263
|
-
|
|
75264
|
-
|
|
75112
|
+
"kind": "field",
|
|
75113
|
+
"name": "hydrationRequired",
|
|
75114
|
+
"type": {
|
|
75115
|
+
"text": "boolean"
|
|
75116
|
+
},
|
|
75117
|
+
"privacy": "protected",
|
|
75118
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
75119
|
+
"readonly": true,
|
|
75120
|
+
"inheritedFrom": {
|
|
75121
|
+
"name": "SbbElement",
|
|
75122
|
+
"module": "core/base-elements/element.js"
|
|
75123
|
+
},
|
|
75124
|
+
"default": "!!this.shadowRoot"
|
|
75265
75125
|
},
|
|
75266
75126
|
{
|
|
75267
75127
|
"kind": "method",
|
|
75268
|
-
"name": "
|
|
75269
|
-
"privacy": "
|
|
75128
|
+
"name": "finalizeStyles",
|
|
75129
|
+
"privacy": "protected",
|
|
75130
|
+
"static": true,
|
|
75270
75131
|
"return": {
|
|
75271
75132
|
"type": {
|
|
75272
|
-
"text": "
|
|
75133
|
+
"text": "CSSResultOrNative[]"
|
|
75273
75134
|
}
|
|
75274
75135
|
},
|
|
75275
75136
|
"parameters": [
|
|
75276
75137
|
{
|
|
75277
|
-
"name": "
|
|
75138
|
+
"name": "_styles",
|
|
75278
75139
|
"type": {
|
|
75279
|
-
"text": "
|
|
75140
|
+
"text": "CSSResultGroup"
|
|
75280
75141
|
}
|
|
75281
75142
|
}
|
|
75282
|
-
]
|
|
75283
|
-
|
|
75284
|
-
|
|
75285
|
-
|
|
75286
|
-
|
|
75287
|
-
|
|
75288
|
-
"return": {
|
|
75289
|
-
"type": {
|
|
75290
|
-
"text": "void"
|
|
75291
|
-
}
|
|
75292
|
-
},
|
|
75293
|
-
"description": "Animates from normal content flow position to `position: sticky`."
|
|
75143
|
+
],
|
|
75144
|
+
"description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
|
|
75145
|
+
"inheritedFrom": {
|
|
75146
|
+
"name": "SbbElement",
|
|
75147
|
+
"module": "core/base-elements/element.js"
|
|
75148
|
+
}
|
|
75294
75149
|
},
|
|
75295
75150
|
{
|
|
75296
75151
|
"kind": "method",
|
|
75297
|
-
"name": "
|
|
75298
|
-
"privacy": "
|
|
75152
|
+
"name": "toggleState",
|
|
75153
|
+
"privacy": "protected",
|
|
75299
75154
|
"return": {
|
|
75300
75155
|
"type": {
|
|
75301
75156
|
"text": "void"
|
|
75302
75157
|
}
|
|
75303
75158
|
},
|
|
75304
|
-
"
|
|
75305
|
-
|
|
75306
|
-
|
|
75307
|
-
|
|
75308
|
-
|
|
75309
|
-
|
|
75310
|
-
|
|
75311
|
-
|
|
75312
|
-
"
|
|
75313
|
-
|
|
75314
|
-
|
|
75315
|
-
|
|
75316
|
-
|
|
75317
|
-
"kind": "method",
|
|
75318
|
-
"name": "_unstickyCallback",
|
|
75319
|
-
"privacy": "private",
|
|
75320
|
-
"return": {
|
|
75321
|
-
"type": {
|
|
75322
|
-
"text": "void"
|
|
75159
|
+
"parameters": [
|
|
75160
|
+
{
|
|
75161
|
+
"name": "value",
|
|
75162
|
+
"type": {
|
|
75163
|
+
"text": "string"
|
|
75164
|
+
}
|
|
75165
|
+
},
|
|
75166
|
+
{
|
|
75167
|
+
"name": "force",
|
|
75168
|
+
"optional": true,
|
|
75169
|
+
"type": {
|
|
75170
|
+
"text": "boolean"
|
|
75171
|
+
}
|
|
75323
75172
|
}
|
|
75173
|
+
],
|
|
75174
|
+
"inheritedFrom": {
|
|
75175
|
+
"name": "SbbElement",
|
|
75176
|
+
"module": "core/base-elements/element.js"
|
|
75324
75177
|
}
|
|
75325
75178
|
},
|
|
75326
75179
|
{
|
|
75327
75180
|
"kind": "method",
|
|
75328
|
-
"name": "
|
|
75181
|
+
"name": "_slotchangeHandler",
|
|
75329
75182
|
"privacy": "private",
|
|
75330
75183
|
"return": {
|
|
75331
75184
|
"type": {
|
|
@@ -75336,410 +75189,145 @@
|
|
|
75336
75189
|
{
|
|
75337
75190
|
"name": "event",
|
|
75338
75191
|
"type": {
|
|
75339
|
-
"text": "
|
|
75192
|
+
"text": "Event"
|
|
75193
|
+
}
|
|
75194
|
+
},
|
|
75195
|
+
{
|
|
75196
|
+
"name": "slot",
|
|
75197
|
+
"type": {
|
|
75198
|
+
"text": "HTMLSlotElement"
|
|
75340
75199
|
}
|
|
75341
75200
|
}
|
|
75342
|
-
]
|
|
75343
|
-
|
|
75344
|
-
|
|
75345
|
-
|
|
75346
|
-
"name": "_dispatchBeforeStickEvent",
|
|
75347
|
-
"privacy": "private",
|
|
75348
|
-
"return": {
|
|
75349
|
-
"type": {
|
|
75350
|
-
"text": "boolean"
|
|
75351
|
-
}
|
|
75201
|
+
],
|
|
75202
|
+
"inheritedFrom": {
|
|
75203
|
+
"name": "SbbElement",
|
|
75204
|
+
"module": "core/base-elements/element.js"
|
|
75352
75205
|
}
|
|
75353
75206
|
},
|
|
75354
75207
|
{
|
|
75355
75208
|
"kind": "method",
|
|
75356
|
-
"name": "
|
|
75209
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
75357
75210
|
"privacy": "private",
|
|
75358
75211
|
"return": {
|
|
75359
75212
|
"type": {
|
|
75360
|
-
"text": "
|
|
75213
|
+
"text": "void"
|
|
75361
75214
|
}
|
|
75362
|
-
}
|
|
75363
|
-
|
|
75364
|
-
|
|
75365
|
-
|
|
75366
|
-
|
|
75367
|
-
|
|
75368
|
-
|
|
75369
|
-
|
|
75370
|
-
|
|
75371
|
-
}
|
|
75372
|
-
},
|
|
75373
|
-
{
|
|
75374
|
-
"kind": "field",
|
|
75375
|
-
"name": "_updateResolve",
|
|
75376
|
-
"privacy": "private",
|
|
75215
|
+
},
|
|
75216
|
+
"parameters": [
|
|
75217
|
+
{
|
|
75218
|
+
"name": "slot",
|
|
75219
|
+
"type": {
|
|
75220
|
+
"text": "HTMLSlotElement"
|
|
75221
|
+
}
|
|
75222
|
+
}
|
|
75223
|
+
],
|
|
75377
75224
|
"inheritedFrom": {
|
|
75378
|
-
"name": "
|
|
75379
|
-
"module": "core/
|
|
75225
|
+
"name": "SbbElement",
|
|
75226
|
+
"module": "core/base-elements/element.js"
|
|
75380
75227
|
}
|
|
75381
75228
|
},
|
|
75382
75229
|
{
|
|
75383
75230
|
"kind": "method",
|
|
75384
|
-
"name": "
|
|
75385
|
-
"privacy": "
|
|
75231
|
+
"name": "_updateSlottedState",
|
|
75232
|
+
"privacy": "private",
|
|
75386
75233
|
"return": {
|
|
75387
75234
|
"type": {
|
|
75388
75235
|
"text": "void"
|
|
75389
75236
|
}
|
|
75390
75237
|
},
|
|
75238
|
+
"parameters": [
|
|
75239
|
+
{
|
|
75240
|
+
"name": "slot",
|
|
75241
|
+
"type": {
|
|
75242
|
+
"text": "HTMLSlotElement"
|
|
75243
|
+
}
|
|
75244
|
+
}
|
|
75245
|
+
],
|
|
75391
75246
|
"inheritedFrom": {
|
|
75392
|
-
"name": "
|
|
75393
|
-
"module": "core/
|
|
75247
|
+
"name": "SbbElement",
|
|
75248
|
+
"module": "core/base-elements/element.js"
|
|
75394
75249
|
}
|
|
75395
75250
|
},
|
|
75396
75251
|
{
|
|
75397
75252
|
"kind": "method",
|
|
75398
|
-
"name": "
|
|
75399
|
-
"privacy": "
|
|
75253
|
+
"name": "_observeTextNodesInSlot",
|
|
75254
|
+
"privacy": "private",
|
|
75400
75255
|
"return": {
|
|
75401
75256
|
"type": {
|
|
75402
75257
|
"text": "void"
|
|
75403
75258
|
}
|
|
75404
75259
|
},
|
|
75260
|
+
"parameters": [
|
|
75261
|
+
{
|
|
75262
|
+
"name": "slot",
|
|
75263
|
+
"type": {
|
|
75264
|
+
"text": "HTMLSlotElement"
|
|
75265
|
+
}
|
|
75266
|
+
}
|
|
75267
|
+
],
|
|
75405
75268
|
"inheritedFrom": {
|
|
75406
|
-
"name": "
|
|
75407
|
-
"module": "core/
|
|
75269
|
+
"name": "SbbElement",
|
|
75270
|
+
"module": "core/base-elements/element.js"
|
|
75408
75271
|
}
|
|
75409
75272
|
},
|
|
75410
75273
|
{
|
|
75411
75274
|
"kind": "method",
|
|
75412
|
-
"name": "
|
|
75413
|
-
"privacy": "
|
|
75275
|
+
"name": "_hasSlottedContent",
|
|
75276
|
+
"privacy": "private",
|
|
75414
75277
|
"return": {
|
|
75415
75278
|
"type": {
|
|
75416
|
-
"text": "
|
|
75279
|
+
"text": "boolean"
|
|
75417
75280
|
}
|
|
75418
75281
|
},
|
|
75282
|
+
"parameters": [
|
|
75283
|
+
{
|
|
75284
|
+
"name": "slot",
|
|
75285
|
+
"type": {
|
|
75286
|
+
"text": "HTMLSlotElement"
|
|
75287
|
+
}
|
|
75288
|
+
}
|
|
75289
|
+
],
|
|
75419
75290
|
"inheritedFrom": {
|
|
75420
|
-
"name": "
|
|
75421
|
-
"module": "core/
|
|
75291
|
+
"name": "SbbElement",
|
|
75292
|
+
"module": "core/base-elements/element.js"
|
|
75422
75293
|
}
|
|
75423
|
-
}
|
|
75294
|
+
}
|
|
75295
|
+
],
|
|
75296
|
+
"events": [
|
|
75424
75297
|
{
|
|
75425
|
-
"
|
|
75426
|
-
"name": "['_$sbbElement$']",
|
|
75298
|
+
"name": "stick",
|
|
75427
75299
|
"type": {
|
|
75428
|
-
"text": "
|
|
75300
|
+
"text": "Event"
|
|
75429
75301
|
},
|
|
75430
|
-
"
|
|
75431
|
-
"static": true,
|
|
75432
|
-
"default": "true",
|
|
75433
|
-
"inheritedFrom": {
|
|
75434
|
-
"name": "SbbElement",
|
|
75435
|
-
"module": "core/base-elements/element.js"
|
|
75436
|
-
}
|
|
75302
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` ends."
|
|
75437
75303
|
},
|
|
75438
75304
|
{
|
|
75439
|
-
"
|
|
75440
|
-
"name": "elementDependencies",
|
|
75305
|
+
"name": "unstick",
|
|
75441
75306
|
"type": {
|
|
75442
|
-
"text": "
|
|
75307
|
+
"text": "Event"
|
|
75443
75308
|
},
|
|
75444
|
-
"
|
|
75445
|
-
"static": true,
|
|
75446
|
-
"inheritedFrom": {
|
|
75447
|
-
"name": "SbbElement",
|
|
75448
|
-
"module": "core/base-elements/element.js"
|
|
75449
|
-
}
|
|
75309
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow ends."
|
|
75450
75310
|
},
|
|
75451
75311
|
{
|
|
75452
|
-
"
|
|
75453
|
-
"name": "role",
|
|
75312
|
+
"name": "beforestick",
|
|
75454
75313
|
"type": {
|
|
75455
|
-
"text": "
|
|
75314
|
+
"text": "Event"
|
|
75456
75315
|
},
|
|
75457
|
-
"
|
|
75458
|
-
"static": true,
|
|
75459
|
-
"inheritedFrom": {
|
|
75460
|
-
"name": "SbbElement",
|
|
75461
|
-
"module": "core/base-elements/element.js"
|
|
75462
|
-
}
|
|
75316
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled."
|
|
75463
75317
|
},
|
|
75464
75318
|
{
|
|
75465
|
-
"
|
|
75466
|
-
"name": "_controllers",
|
|
75319
|
+
"name": "beforeunstick",
|
|
75467
75320
|
"type": {
|
|
75468
|
-
"text": "
|
|
75321
|
+
"text": "Event"
|
|
75469
75322
|
},
|
|
75470
|
-
"
|
|
75471
|
-
|
|
75472
|
-
|
|
75473
|
-
|
|
75474
|
-
}
|
|
75475
|
-
},
|
|
75323
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled."
|
|
75324
|
+
}
|
|
75325
|
+
],
|
|
75326
|
+
"attributes": [
|
|
75476
75327
|
{
|
|
75477
|
-
"
|
|
75478
|
-
"name": "_hydrationRequired",
|
|
75328
|
+
"name": "color",
|
|
75479
75329
|
"type": {
|
|
75480
|
-
"text": "
|
|
75481
|
-
},
|
|
75482
|
-
"privacy": "private",
|
|
75483
|
-
"default": "!!this.shadowRoot",
|
|
75484
|
-
"inheritedFrom": {
|
|
75485
|
-
"name": "SbbElement",
|
|
75486
|
-
"module": "core/base-elements/element.js"
|
|
75487
|
-
}
|
|
75488
|
-
},
|
|
75489
|
-
{
|
|
75490
|
-
"kind": "field",
|
|
75491
|
-
"name": "_hydrationComplete",
|
|
75492
|
-
"privacy": "private",
|
|
75493
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
75494
|
-
"inheritedFrom": {
|
|
75495
|
-
"name": "SbbElement",
|
|
75496
|
-
"module": "core/base-elements/element.js"
|
|
75497
|
-
}
|
|
75498
|
-
},
|
|
75499
|
-
{
|
|
75500
|
-
"kind": "field",
|
|
75501
|
-
"name": "_resolveHydration",
|
|
75502
|
-
"type": {
|
|
75503
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
75504
|
-
},
|
|
75505
|
-
"privacy": "private",
|
|
75506
|
-
"inheritedFrom": {
|
|
75507
|
-
"name": "SbbElement",
|
|
75508
|
-
"module": "core/base-elements/element.js"
|
|
75509
|
-
}
|
|
75510
|
-
},
|
|
75511
|
-
{
|
|
75512
|
-
"kind": "field",
|
|
75513
|
-
"name": "_textObserver",
|
|
75514
|
-
"type": {
|
|
75515
|
-
"text": "MutationObserver | undefined"
|
|
75516
|
-
},
|
|
75517
|
-
"privacy": "private",
|
|
75518
|
-
"inheritedFrom": {
|
|
75519
|
-
"name": "SbbElement",
|
|
75520
|
-
"module": "core/base-elements/element.js"
|
|
75521
|
-
}
|
|
75522
|
-
},
|
|
75523
|
-
{
|
|
75524
|
-
"kind": "field",
|
|
75525
|
-
"name": "hydrationRequired",
|
|
75526
|
-
"type": {
|
|
75527
|
-
"text": "boolean"
|
|
75528
|
-
},
|
|
75529
|
-
"privacy": "protected",
|
|
75530
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
75531
|
-
"readonly": true,
|
|
75532
|
-
"inheritedFrom": {
|
|
75533
|
-
"name": "SbbElement",
|
|
75534
|
-
"module": "core/base-elements/element.js"
|
|
75535
|
-
},
|
|
75536
|
-
"default": "!!this.shadowRoot"
|
|
75537
|
-
},
|
|
75538
|
-
{
|
|
75539
|
-
"kind": "method",
|
|
75540
|
-
"name": "finalizeStyles",
|
|
75541
|
-
"privacy": "protected",
|
|
75542
|
-
"static": true,
|
|
75543
|
-
"return": {
|
|
75544
|
-
"type": {
|
|
75545
|
-
"text": "CSSResultOrNative[]"
|
|
75546
|
-
}
|
|
75547
|
-
},
|
|
75548
|
-
"parameters": [
|
|
75549
|
-
{
|
|
75550
|
-
"name": "_styles",
|
|
75551
|
-
"type": {
|
|
75552
|
-
"text": "CSSResultGroup"
|
|
75553
|
-
}
|
|
75554
|
-
}
|
|
75555
|
-
],
|
|
75556
|
-
"description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
|
|
75557
|
-
"inheritedFrom": {
|
|
75558
|
-
"name": "SbbElement",
|
|
75559
|
-
"module": "core/base-elements/element.js"
|
|
75560
|
-
}
|
|
75561
|
-
},
|
|
75562
|
-
{
|
|
75563
|
-
"kind": "method",
|
|
75564
|
-
"name": "toggleState",
|
|
75565
|
-
"privacy": "protected",
|
|
75566
|
-
"return": {
|
|
75567
|
-
"type": {
|
|
75568
|
-
"text": "void"
|
|
75569
|
-
}
|
|
75570
|
-
},
|
|
75571
|
-
"parameters": [
|
|
75572
|
-
{
|
|
75573
|
-
"name": "value",
|
|
75574
|
-
"type": {
|
|
75575
|
-
"text": "string"
|
|
75576
|
-
}
|
|
75577
|
-
},
|
|
75578
|
-
{
|
|
75579
|
-
"name": "force",
|
|
75580
|
-
"optional": true,
|
|
75581
|
-
"type": {
|
|
75582
|
-
"text": "boolean"
|
|
75583
|
-
}
|
|
75584
|
-
}
|
|
75585
|
-
],
|
|
75586
|
-
"inheritedFrom": {
|
|
75587
|
-
"name": "SbbElement",
|
|
75588
|
-
"module": "core/base-elements/element.js"
|
|
75589
|
-
}
|
|
75590
|
-
},
|
|
75591
|
-
{
|
|
75592
|
-
"kind": "method",
|
|
75593
|
-
"name": "_slotchangeHandler",
|
|
75594
|
-
"privacy": "private",
|
|
75595
|
-
"return": {
|
|
75596
|
-
"type": {
|
|
75597
|
-
"text": "void"
|
|
75598
|
-
}
|
|
75599
|
-
},
|
|
75600
|
-
"parameters": [
|
|
75601
|
-
{
|
|
75602
|
-
"name": "event",
|
|
75603
|
-
"type": {
|
|
75604
|
-
"text": "Event"
|
|
75605
|
-
}
|
|
75606
|
-
},
|
|
75607
|
-
{
|
|
75608
|
-
"name": "slot",
|
|
75609
|
-
"type": {
|
|
75610
|
-
"text": "HTMLSlotElement"
|
|
75611
|
-
}
|
|
75612
|
-
}
|
|
75613
|
-
],
|
|
75614
|
-
"inheritedFrom": {
|
|
75615
|
-
"name": "SbbElement",
|
|
75616
|
-
"module": "core/base-elements/element.js"
|
|
75617
|
-
}
|
|
75618
|
-
},
|
|
75619
|
-
{
|
|
75620
|
-
"kind": "method",
|
|
75621
|
-
"name": "_handleSlotChangeForSlottedState",
|
|
75622
|
-
"privacy": "private",
|
|
75623
|
-
"return": {
|
|
75624
|
-
"type": {
|
|
75625
|
-
"text": "void"
|
|
75626
|
-
}
|
|
75627
|
-
},
|
|
75628
|
-
"parameters": [
|
|
75629
|
-
{
|
|
75630
|
-
"name": "slot",
|
|
75631
|
-
"type": {
|
|
75632
|
-
"text": "HTMLSlotElement"
|
|
75633
|
-
}
|
|
75634
|
-
}
|
|
75635
|
-
],
|
|
75636
|
-
"inheritedFrom": {
|
|
75637
|
-
"name": "SbbElement",
|
|
75638
|
-
"module": "core/base-elements/element.js"
|
|
75639
|
-
}
|
|
75640
|
-
},
|
|
75641
|
-
{
|
|
75642
|
-
"kind": "method",
|
|
75643
|
-
"name": "_updateSlottedState",
|
|
75644
|
-
"privacy": "private",
|
|
75645
|
-
"return": {
|
|
75646
|
-
"type": {
|
|
75647
|
-
"text": "void"
|
|
75648
|
-
}
|
|
75649
|
-
},
|
|
75650
|
-
"parameters": [
|
|
75651
|
-
{
|
|
75652
|
-
"name": "slot",
|
|
75653
|
-
"type": {
|
|
75654
|
-
"text": "HTMLSlotElement"
|
|
75655
|
-
}
|
|
75656
|
-
}
|
|
75657
|
-
],
|
|
75658
|
-
"inheritedFrom": {
|
|
75659
|
-
"name": "SbbElement",
|
|
75660
|
-
"module": "core/base-elements/element.js"
|
|
75661
|
-
}
|
|
75662
|
-
},
|
|
75663
|
-
{
|
|
75664
|
-
"kind": "method",
|
|
75665
|
-
"name": "_observeTextNodesInSlot",
|
|
75666
|
-
"privacy": "private",
|
|
75667
|
-
"return": {
|
|
75668
|
-
"type": {
|
|
75669
|
-
"text": "void"
|
|
75670
|
-
}
|
|
75671
|
-
},
|
|
75672
|
-
"parameters": [
|
|
75673
|
-
{
|
|
75674
|
-
"name": "slot",
|
|
75675
|
-
"type": {
|
|
75676
|
-
"text": "HTMLSlotElement"
|
|
75677
|
-
}
|
|
75678
|
-
}
|
|
75679
|
-
],
|
|
75680
|
-
"inheritedFrom": {
|
|
75681
|
-
"name": "SbbElement",
|
|
75682
|
-
"module": "core/base-elements/element.js"
|
|
75683
|
-
}
|
|
75684
|
-
},
|
|
75685
|
-
{
|
|
75686
|
-
"kind": "method",
|
|
75687
|
-
"name": "_hasSlottedContent",
|
|
75688
|
-
"privacy": "private",
|
|
75689
|
-
"return": {
|
|
75690
|
-
"type": {
|
|
75691
|
-
"text": "boolean"
|
|
75692
|
-
}
|
|
75693
|
-
},
|
|
75694
|
-
"parameters": [
|
|
75695
|
-
{
|
|
75696
|
-
"name": "slot",
|
|
75697
|
-
"type": {
|
|
75698
|
-
"text": "HTMLSlotElement"
|
|
75699
|
-
}
|
|
75700
|
-
}
|
|
75701
|
-
],
|
|
75702
|
-
"inheritedFrom": {
|
|
75703
|
-
"name": "SbbElement",
|
|
75704
|
-
"module": "core/base-elements/element.js"
|
|
75705
|
-
}
|
|
75706
|
-
}
|
|
75707
|
-
],
|
|
75708
|
-
"events": [
|
|
75709
|
-
{
|
|
75710
|
-
"name": "stick",
|
|
75711
|
-
"type": {
|
|
75712
|
-
"text": "Event"
|
|
75713
|
-
},
|
|
75714
|
-
"description": "Emits when the animation from normal content flow to `position: sticky` ends."
|
|
75715
|
-
},
|
|
75716
|
-
{
|
|
75717
|
-
"name": "unstick",
|
|
75718
|
-
"type": {
|
|
75719
|
-
"text": "Event"
|
|
75720
|
-
},
|
|
75721
|
-
"description": "Emits when the animation from `position: sticky` to normal content flow ends."
|
|
75722
|
-
},
|
|
75723
|
-
{
|
|
75724
|
-
"name": "beforestick",
|
|
75725
|
-
"type": {
|
|
75726
|
-
"text": "Event"
|
|
75727
|
-
},
|
|
75728
|
-
"description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled."
|
|
75729
|
-
},
|
|
75730
|
-
{
|
|
75731
|
-
"name": "beforeunstick",
|
|
75732
|
-
"type": {
|
|
75733
|
-
"text": "Event"
|
|
75734
|
-
},
|
|
75735
|
-
"description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled."
|
|
75736
|
-
}
|
|
75737
|
-
],
|
|
75738
|
-
"attributes": [
|
|
75739
|
-
{
|
|
75740
|
-
"name": "color",
|
|
75741
|
-
"type": {
|
|
75742
|
-
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
75330
|
+
"text": "| 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'\n | null"
|
|
75743
75331
|
},
|
|
75744
75332
|
"default": "null",
|
|
75745
75333
|
"description": "Color of the container, like transparent, white etc.",
|
|
@@ -76326,348 +75914,760 @@
|
|
|
76326
75914
|
},
|
|
76327
75915
|
"parameters": [
|
|
76328
75916
|
{
|
|
76329
|
-
"name": "element",
|
|
75917
|
+
"name": "element",
|
|
75918
|
+
"type": {
|
|
75919
|
+
"text": "HTMLElement"
|
|
75920
|
+
},
|
|
75921
|
+
"description": "Element to be checked."
|
|
75922
|
+
}
|
|
75923
|
+
],
|
|
75924
|
+
"description": "Gets whether an element is disabled."
|
|
75925
|
+
},
|
|
75926
|
+
{
|
|
75927
|
+
"kind": "method",
|
|
75928
|
+
"name": "isVisible",
|
|
75929
|
+
"privacy": "public",
|
|
75930
|
+
"return": {
|
|
75931
|
+
"type": {
|
|
75932
|
+
"text": ""
|
|
75933
|
+
}
|
|
75934
|
+
},
|
|
75935
|
+
"parameters": [
|
|
75936
|
+
{
|
|
75937
|
+
"name": "element",
|
|
75938
|
+
"type": {
|
|
75939
|
+
"text": "HTMLElement"
|
|
75940
|
+
}
|
|
75941
|
+
}
|
|
75942
|
+
],
|
|
75943
|
+
"description": "Gets whether an element is visible for the purposes of interactivity.\n\nThis will capture states like `display: none` and `visibility: hidden`, but not things like\nbeing clipped by an `overflow: hidden` parent or being outside the viewport."
|
|
75944
|
+
},
|
|
75945
|
+
{
|
|
75946
|
+
"kind": "method",
|
|
75947
|
+
"name": "isTabbable",
|
|
75948
|
+
"privacy": "public",
|
|
75949
|
+
"return": {
|
|
75950
|
+
"type": {
|
|
75951
|
+
"text": ""
|
|
75952
|
+
}
|
|
75953
|
+
},
|
|
75954
|
+
"parameters": [
|
|
75955
|
+
{
|
|
75956
|
+
"name": "element",
|
|
75957
|
+
"type": {
|
|
75958
|
+
"text": "HTMLElement"
|
|
75959
|
+
},
|
|
75960
|
+
"description": "Element to be checked."
|
|
75961
|
+
}
|
|
75962
|
+
],
|
|
75963
|
+
"description": "Gets whether an element can be reached via Tab key.\nAssumes that the element has already been checked with isFocusable."
|
|
75964
|
+
},
|
|
75965
|
+
{
|
|
75966
|
+
"kind": "method",
|
|
75967
|
+
"name": "isFocusable",
|
|
75968
|
+
"privacy": "public",
|
|
75969
|
+
"return": {
|
|
75970
|
+
"type": {
|
|
75971
|
+
"text": ""
|
|
75972
|
+
}
|
|
75973
|
+
},
|
|
75974
|
+
"parameters": [
|
|
75975
|
+
{
|
|
75976
|
+
"name": "element",
|
|
75977
|
+
"type": {
|
|
75978
|
+
"text": "HTMLElement"
|
|
75979
|
+
},
|
|
75980
|
+
"description": "Element to be checked."
|
|
75981
|
+
},
|
|
75982
|
+
{
|
|
75983
|
+
"name": "config",
|
|
75984
|
+
"optional": true,
|
|
75985
|
+
"type": {
|
|
75986
|
+
"text": "IsFocusableConfig"
|
|
75987
|
+
},
|
|
75988
|
+
"description": "The config object with options to customize this method's behavior"
|
|
75989
|
+
}
|
|
75990
|
+
],
|
|
75991
|
+
"description": "Gets whether an element can be focused by the user."
|
|
75992
|
+
}
|
|
75993
|
+
]
|
|
75994
|
+
},
|
|
75995
|
+
{
|
|
75996
|
+
"kind": "variable",
|
|
75997
|
+
"name": "interactivityChecker",
|
|
75998
|
+
"default": "new InteractivityChecker()"
|
|
75999
|
+
}
|
|
76000
|
+
],
|
|
76001
|
+
"exports": [
|
|
76002
|
+
{
|
|
76003
|
+
"kind": "js",
|
|
76004
|
+
"name": "IsFocusableConfig",
|
|
76005
|
+
"declaration": {
|
|
76006
|
+
"name": "IsFocusableConfig",
|
|
76007
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
76008
|
+
}
|
|
76009
|
+
},
|
|
76010
|
+
{
|
|
76011
|
+
"kind": "js",
|
|
76012
|
+
"name": "InteractivityChecker",
|
|
76013
|
+
"declaration": {
|
|
76014
|
+
"name": "InteractivityChecker",
|
|
76015
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
76016
|
+
}
|
|
76017
|
+
},
|
|
76018
|
+
{
|
|
76019
|
+
"kind": "js",
|
|
76020
|
+
"name": "interactivityChecker",
|
|
76021
|
+
"declaration": {
|
|
76022
|
+
"name": "interactivityChecker",
|
|
76023
|
+
"module": "core/a11y/interactivity-checker.js"
|
|
76024
|
+
}
|
|
76025
|
+
}
|
|
76026
|
+
]
|
|
76027
|
+
},
|
|
76028
|
+
{
|
|
76029
|
+
"kind": "javascript-module",
|
|
76030
|
+
"path": "core/a11y/live-announcer.js",
|
|
76031
|
+
"declarations": [
|
|
76032
|
+
{
|
|
76033
|
+
"kind": "class",
|
|
76034
|
+
"description": "Allows to announce messages to screen readers.\n\nAdapted from https://github.com/angular/components/blob/main/src/cdk/a11y/live-announcer/live-announcer.ts",
|
|
76035
|
+
"name": "SbbLiveAnnouncer",
|
|
76036
|
+
"members": [
|
|
76037
|
+
{
|
|
76038
|
+
"kind": "field",
|
|
76039
|
+
"name": "_liveElement",
|
|
76040
|
+
"type": {
|
|
76041
|
+
"text": "HTMLElement"
|
|
76042
|
+
},
|
|
76043
|
+
"privacy": "private"
|
|
76044
|
+
},
|
|
76045
|
+
{
|
|
76046
|
+
"kind": "field",
|
|
76047
|
+
"name": "_previousTimeout",
|
|
76048
|
+
"type": {
|
|
76049
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
76050
|
+
},
|
|
76051
|
+
"privacy": "private"
|
|
76052
|
+
},
|
|
76053
|
+
{
|
|
76054
|
+
"kind": "field",
|
|
76055
|
+
"name": "_currentPromise",
|
|
76056
|
+
"type": {
|
|
76057
|
+
"text": "Promise<void> | undefined"
|
|
76058
|
+
},
|
|
76059
|
+
"privacy": "private"
|
|
76060
|
+
},
|
|
76061
|
+
{
|
|
76062
|
+
"kind": "field",
|
|
76063
|
+
"name": "_currentResolve",
|
|
76064
|
+
"type": {
|
|
76065
|
+
"text": "(() => void) | undefined"
|
|
76066
|
+
},
|
|
76067
|
+
"privacy": "private"
|
|
76068
|
+
},
|
|
76069
|
+
{
|
|
76070
|
+
"kind": "method",
|
|
76071
|
+
"name": "announce",
|
|
76072
|
+
"privacy": "public",
|
|
76073
|
+
"return": {
|
|
76074
|
+
"type": {
|
|
76075
|
+
"text": ""
|
|
76076
|
+
}
|
|
76077
|
+
},
|
|
76078
|
+
"parameters": [
|
|
76079
|
+
{
|
|
76080
|
+
"name": "message",
|
|
76081
|
+
"type": {
|
|
76082
|
+
"text": "string"
|
|
76083
|
+
},
|
|
76084
|
+
"description": "Message to be announced to the screen reader."
|
|
76085
|
+
}
|
|
76086
|
+
],
|
|
76087
|
+
"description": "Announces a message to screen readers."
|
|
76088
|
+
},
|
|
76089
|
+
{
|
|
76090
|
+
"kind": "method",
|
|
76091
|
+
"name": "announce",
|
|
76092
|
+
"privacy": "public",
|
|
76093
|
+
"return": {
|
|
76094
|
+
"type": {
|
|
76095
|
+
"text": ""
|
|
76096
|
+
}
|
|
76097
|
+
},
|
|
76098
|
+
"parameters": [
|
|
76099
|
+
{
|
|
76100
|
+
"name": "message",
|
|
76101
|
+
"type": {
|
|
76102
|
+
"text": "string"
|
|
76103
|
+
},
|
|
76104
|
+
"description": "Message to be announced to the screen reader."
|
|
76105
|
+
},
|
|
76106
|
+
{
|
|
76107
|
+
"name": "politeness",
|
|
76108
|
+
"optional": true,
|
|
76109
|
+
"type": {
|
|
76110
|
+
"text": "AriaLivePoliteness"
|
|
76111
|
+
},
|
|
76112
|
+
"description": "The politeness of the announcer element."
|
|
76113
|
+
}
|
|
76114
|
+
],
|
|
76115
|
+
"description": "Announces a message to screen readers."
|
|
76116
|
+
},
|
|
76117
|
+
{
|
|
76118
|
+
"kind": "method",
|
|
76119
|
+
"name": "announce",
|
|
76120
|
+
"privacy": "public",
|
|
76121
|
+
"return": {
|
|
76122
|
+
"type": {
|
|
76123
|
+
"text": ""
|
|
76124
|
+
}
|
|
76125
|
+
},
|
|
76126
|
+
"parameters": [
|
|
76127
|
+
{
|
|
76128
|
+
"name": "message",
|
|
76129
|
+
"type": {
|
|
76130
|
+
"text": "string"
|
|
76131
|
+
},
|
|
76132
|
+
"description": "Message to be announced to the screen reader."
|
|
76133
|
+
},
|
|
76134
|
+
{
|
|
76135
|
+
"name": "duration",
|
|
76136
|
+
"optional": true,
|
|
76137
|
+
"type": {
|
|
76138
|
+
"text": "number"
|
|
76139
|
+
},
|
|
76140
|
+
"description": "Time in milliseconds after which to clear out the announcer element. Note\nthat this takes effect after the message has been added to the DOM, which can be up to\n100ms after `announce` has been called."
|
|
76141
|
+
}
|
|
76142
|
+
],
|
|
76143
|
+
"description": "Announces a message to screen readers."
|
|
76144
|
+
},
|
|
76145
|
+
{
|
|
76146
|
+
"kind": "method",
|
|
76147
|
+
"name": "announce",
|
|
76148
|
+
"privacy": "public",
|
|
76149
|
+
"return": {
|
|
76150
|
+
"type": {
|
|
76151
|
+
"text": ""
|
|
76152
|
+
}
|
|
76153
|
+
},
|
|
76154
|
+
"parameters": [
|
|
76155
|
+
{
|
|
76156
|
+
"name": "message",
|
|
76157
|
+
"type": {
|
|
76158
|
+
"text": "string"
|
|
76159
|
+
},
|
|
76160
|
+
"description": "Message to be announced to the screen reader."
|
|
76161
|
+
},
|
|
76162
|
+
{
|
|
76163
|
+
"name": "politeness",
|
|
76164
|
+
"optional": true,
|
|
76330
76165
|
"type": {
|
|
76331
|
-
"text": "
|
|
76166
|
+
"text": "AriaLivePoliteness"
|
|
76332
76167
|
},
|
|
76333
|
-
"description": "
|
|
76168
|
+
"description": "The politeness of the announcer element."
|
|
76169
|
+
},
|
|
76170
|
+
{
|
|
76171
|
+
"name": "duration",
|
|
76172
|
+
"optional": true,
|
|
76173
|
+
"type": {
|
|
76174
|
+
"text": "number"
|
|
76175
|
+
},
|
|
76176
|
+
"description": "Time in milliseconds after which to clear out the announcer element. Note\nthat this takes effect after the message has been added to the DOM, which can be up to\n100ms after `announce` has been called."
|
|
76334
76177
|
}
|
|
76335
76178
|
],
|
|
76336
|
-
"description": "
|
|
76179
|
+
"description": "Announces a message to screen readers."
|
|
76337
76180
|
},
|
|
76338
76181
|
{
|
|
76339
76182
|
"kind": "method",
|
|
76340
|
-
"name": "
|
|
76183
|
+
"name": "announce",
|
|
76341
76184
|
"privacy": "public",
|
|
76342
76185
|
"return": {
|
|
76343
76186
|
"type": {
|
|
76344
|
-
"text": ""
|
|
76187
|
+
"text": "Promise<void>"
|
|
76345
76188
|
}
|
|
76346
76189
|
},
|
|
76347
76190
|
"parameters": [
|
|
76348
76191
|
{
|
|
76349
|
-
"name": "
|
|
76192
|
+
"name": "message",
|
|
76350
76193
|
"type": {
|
|
76351
|
-
"text": "
|
|
76194
|
+
"text": "string"
|
|
76195
|
+
}
|
|
76196
|
+
},
|
|
76197
|
+
{
|
|
76198
|
+
"name": "args",
|
|
76199
|
+
"type": {
|
|
76200
|
+
"text": "any[]"
|
|
76352
76201
|
}
|
|
76353
76202
|
}
|
|
76354
|
-
]
|
|
76355
|
-
"description": "Gets whether an element is visible for the purposes of interactivity.\n\nThis will capture states like `display: none` and `visibility: hidden`, but not things like\nbeing clipped by an `overflow: hidden` parent or being outside the viewport."
|
|
76203
|
+
]
|
|
76356
76204
|
},
|
|
76357
76205
|
{
|
|
76358
76206
|
"kind": "method",
|
|
76359
|
-
"name": "
|
|
76207
|
+
"name": "clear",
|
|
76360
76208
|
"privacy": "public",
|
|
76361
76209
|
"return": {
|
|
76362
76210
|
"type": {
|
|
76363
|
-
"text": ""
|
|
76211
|
+
"text": "void"
|
|
76364
76212
|
}
|
|
76365
76213
|
},
|
|
76366
|
-
"
|
|
76367
|
-
{
|
|
76368
|
-
"name": "element",
|
|
76369
|
-
"type": {
|
|
76370
|
-
"text": "HTMLElement"
|
|
76371
|
-
},
|
|
76372
|
-
"description": "Element to be checked."
|
|
76373
|
-
}
|
|
76374
|
-
],
|
|
76375
|
-
"description": "Gets whether an element can be reached via Tab key.\nAssumes that the element has already been checked with isFocusable."
|
|
76214
|
+
"description": "Clears the current text from the announcer element. Can be used to prevent\nscreen readers from reading the text out again while the user is going\nthrough the page landmarks."
|
|
76376
76215
|
},
|
|
76377
76216
|
{
|
|
76378
76217
|
"kind": "method",
|
|
76379
|
-
"name": "
|
|
76218
|
+
"name": "destroy",
|
|
76380
76219
|
"privacy": "public",
|
|
76381
76220
|
"return": {
|
|
76382
76221
|
"type": {
|
|
76383
|
-
"text": ""
|
|
76222
|
+
"text": "void"
|
|
76384
76223
|
}
|
|
76385
|
-
}
|
|
76386
|
-
|
|
76387
|
-
|
|
76388
|
-
|
|
76389
|
-
|
|
76390
|
-
|
|
76391
|
-
|
|
76392
|
-
|
|
76393
|
-
|
|
76394
|
-
{
|
|
76395
|
-
"name": "config",
|
|
76396
|
-
"optional": true,
|
|
76397
|
-
"type": {
|
|
76398
|
-
"text": "IsFocusableConfig"
|
|
76399
|
-
},
|
|
76400
|
-
"description": "The config object with options to customize this method's behavior"
|
|
76224
|
+
}
|
|
76225
|
+
},
|
|
76226
|
+
{
|
|
76227
|
+
"kind": "method",
|
|
76228
|
+
"name": "_createLiveElement",
|
|
76229
|
+
"privacy": "private",
|
|
76230
|
+
"return": {
|
|
76231
|
+
"type": {
|
|
76232
|
+
"text": "HTMLElement"
|
|
76401
76233
|
}
|
|
76402
|
-
|
|
76403
|
-
"description": "Gets whether an element can be focused by the user."
|
|
76234
|
+
}
|
|
76404
76235
|
}
|
|
76405
76236
|
]
|
|
76406
76237
|
},
|
|
76407
76238
|
{
|
|
76408
76239
|
"kind": "variable",
|
|
76409
|
-
"name": "
|
|
76410
|
-
"default": "new
|
|
76240
|
+
"name": "sbbLiveAnnouncer",
|
|
76241
|
+
"default": "new SbbLiveAnnouncer()"
|
|
76411
76242
|
}
|
|
76412
76243
|
],
|
|
76413
76244
|
"exports": [
|
|
76414
76245
|
{
|
|
76415
76246
|
"kind": "js",
|
|
76416
|
-
"name": "
|
|
76417
|
-
"declaration": {
|
|
76418
|
-
"name": "IsFocusableConfig",
|
|
76419
|
-
"module": "core/a11y/interactivity-checker.js"
|
|
76420
|
-
}
|
|
76421
|
-
},
|
|
76422
|
-
{
|
|
76423
|
-
"kind": "js",
|
|
76424
|
-
"name": "InteractivityChecker",
|
|
76247
|
+
"name": "SbbLiveAnnouncer",
|
|
76425
76248
|
"declaration": {
|
|
76426
|
-
"name": "
|
|
76427
|
-
"module": "core/a11y/
|
|
76249
|
+
"name": "SbbLiveAnnouncer",
|
|
76250
|
+
"module": "core/a11y/live-announcer.js"
|
|
76428
76251
|
}
|
|
76429
76252
|
},
|
|
76430
76253
|
{
|
|
76431
76254
|
"kind": "js",
|
|
76432
|
-
"name": "
|
|
76255
|
+
"name": "sbbLiveAnnouncer",
|
|
76433
76256
|
"declaration": {
|
|
76434
|
-
"name": "
|
|
76435
|
-
"module": "core/a11y/
|
|
76257
|
+
"name": "sbbLiveAnnouncer",
|
|
76258
|
+
"module": "core/a11y/live-announcer.js"
|
|
76436
76259
|
}
|
|
76437
76260
|
}
|
|
76438
76261
|
]
|
|
76439
76262
|
},
|
|
76440
76263
|
{
|
|
76441
76264
|
"kind": "javascript-module",
|
|
76442
|
-
"path": "
|
|
76265
|
+
"path": "container/container/container.component.js",
|
|
76443
76266
|
"declarations": [
|
|
76444
76267
|
{
|
|
76445
76268
|
"kind": "class",
|
|
76446
|
-
"description": "
|
|
76447
|
-
"name": "
|
|
76269
|
+
"description": "It displays its content with the default page spacing.",
|
|
76270
|
+
"name": "SbbContainerElement",
|
|
76271
|
+
"cssProperties": [
|
|
76272
|
+
{
|
|
76273
|
+
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
76274
|
+
"name": "--sbb-page-spacing-padding"
|
|
76275
|
+
}
|
|
76276
|
+
],
|
|
76277
|
+
"slots": [
|
|
76278
|
+
{
|
|
76279
|
+
"description": "Use the unnamed slot to add anything to the container.",
|
|
76280
|
+
"name": ""
|
|
76281
|
+
},
|
|
76282
|
+
{
|
|
76283
|
+
"description": "The slot used by the sbb-sticky-bar component.",
|
|
76284
|
+
"name": "sticky-bar"
|
|
76285
|
+
},
|
|
76286
|
+
{
|
|
76287
|
+
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
76288
|
+
"name": "image"
|
|
76289
|
+
}
|
|
76290
|
+
],
|
|
76448
76291
|
"members": [
|
|
76449
76292
|
{
|
|
76450
76293
|
"kind": "field",
|
|
76451
|
-
"name": "
|
|
76294
|
+
"name": "elementName",
|
|
76452
76295
|
"type": {
|
|
76453
|
-
"text": "
|
|
76296
|
+
"text": "string"
|
|
76454
76297
|
},
|
|
76455
|
-
"privacy": "
|
|
76298
|
+
"privacy": "public",
|
|
76299
|
+
"static": true,
|
|
76300
|
+
"readonly": true,
|
|
76301
|
+
"default": "'sbb-container'",
|
|
76302
|
+
"inheritedFrom": {
|
|
76303
|
+
"name": "SbbElement",
|
|
76304
|
+
"module": "core/base-elements/element.js"
|
|
76305
|
+
}
|
|
76306
|
+
},
|
|
76307
|
+
{
|
|
76308
|
+
"kind": "field",
|
|
76309
|
+
"name": "expanded",
|
|
76310
|
+
"type": {
|
|
76311
|
+
"text": "boolean"
|
|
76312
|
+
},
|
|
76313
|
+
"privacy": "public",
|
|
76314
|
+
"default": "false",
|
|
76315
|
+
"description": "Whether the container is expanded.",
|
|
76316
|
+
"attribute": "expanded",
|
|
76317
|
+
"reflects": true
|
|
76318
|
+
},
|
|
76319
|
+
{
|
|
76320
|
+
"kind": "field",
|
|
76321
|
+
"name": "backgroundExpanded",
|
|
76322
|
+
"type": {
|
|
76323
|
+
"text": "boolean"
|
|
76324
|
+
},
|
|
76325
|
+
"privacy": "public",
|
|
76326
|
+
"default": "false",
|
|
76327
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
76328
|
+
"attribute": "background-expanded",
|
|
76329
|
+
"reflects": true
|
|
76330
|
+
},
|
|
76331
|
+
{
|
|
76332
|
+
"kind": "field",
|
|
76333
|
+
"name": "color",
|
|
76334
|
+
"type": {
|
|
76335
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
76336
|
+
},
|
|
76337
|
+
"privacy": "public",
|
|
76338
|
+
"default": "'white'",
|
|
76339
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
76340
|
+
"attribute": "color",
|
|
76341
|
+
"reflects": true
|
|
76342
|
+
},
|
|
76343
|
+
{
|
|
76344
|
+
"kind": "field",
|
|
76345
|
+
"name": "['_$sbbElement$']",
|
|
76346
|
+
"type": {
|
|
76347
|
+
"text": "boolean"
|
|
76348
|
+
},
|
|
76349
|
+
"privacy": "public",
|
|
76350
|
+
"static": true,
|
|
76351
|
+
"default": "true",
|
|
76352
|
+
"inheritedFrom": {
|
|
76353
|
+
"name": "SbbElement",
|
|
76354
|
+
"module": "core/base-elements/element.js"
|
|
76355
|
+
}
|
|
76356
|
+
},
|
|
76357
|
+
{
|
|
76358
|
+
"kind": "field",
|
|
76359
|
+
"name": "elementDependencies",
|
|
76360
|
+
"type": {
|
|
76361
|
+
"text": "SbbElementType[] | undefined"
|
|
76362
|
+
},
|
|
76363
|
+
"privacy": "public",
|
|
76364
|
+
"static": true,
|
|
76365
|
+
"inheritedFrom": {
|
|
76366
|
+
"name": "SbbElement",
|
|
76367
|
+
"module": "core/base-elements/element.js"
|
|
76368
|
+
}
|
|
76369
|
+
},
|
|
76370
|
+
{
|
|
76371
|
+
"kind": "field",
|
|
76372
|
+
"name": "role",
|
|
76373
|
+
"type": {
|
|
76374
|
+
"text": "ElementInternals['role'] | undefined"
|
|
76375
|
+
},
|
|
76376
|
+
"privacy": "public",
|
|
76377
|
+
"static": true,
|
|
76378
|
+
"inheritedFrom": {
|
|
76379
|
+
"name": "SbbElement",
|
|
76380
|
+
"module": "core/base-elements/element.js"
|
|
76381
|
+
}
|
|
76382
|
+
},
|
|
76383
|
+
{
|
|
76384
|
+
"kind": "field",
|
|
76385
|
+
"name": "_controllers",
|
|
76386
|
+
"type": {
|
|
76387
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
76388
|
+
},
|
|
76389
|
+
"privacy": "private",
|
|
76390
|
+
"inheritedFrom": {
|
|
76391
|
+
"name": "SbbElement",
|
|
76392
|
+
"module": "core/base-elements/element.js"
|
|
76393
|
+
}
|
|
76394
|
+
},
|
|
76395
|
+
{
|
|
76396
|
+
"kind": "field",
|
|
76397
|
+
"name": "_hydrationRequired",
|
|
76398
|
+
"type": {
|
|
76399
|
+
"text": "boolean"
|
|
76400
|
+
},
|
|
76401
|
+
"privacy": "private",
|
|
76402
|
+
"default": "!!this.shadowRoot",
|
|
76403
|
+
"inheritedFrom": {
|
|
76404
|
+
"name": "SbbElement",
|
|
76405
|
+
"module": "core/base-elements/element.js"
|
|
76406
|
+
}
|
|
76407
|
+
},
|
|
76408
|
+
{
|
|
76409
|
+
"kind": "field",
|
|
76410
|
+
"name": "_hydrationComplete",
|
|
76411
|
+
"privacy": "private",
|
|
76412
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
76413
|
+
"inheritedFrom": {
|
|
76414
|
+
"name": "SbbElement",
|
|
76415
|
+
"module": "core/base-elements/element.js"
|
|
76416
|
+
}
|
|
76456
76417
|
},
|
|
76457
76418
|
{
|
|
76458
76419
|
"kind": "field",
|
|
76459
|
-
"name": "
|
|
76420
|
+
"name": "_resolveHydration",
|
|
76460
76421
|
"type": {
|
|
76461
|
-
"text": "
|
|
76422
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
76462
76423
|
},
|
|
76463
|
-
"privacy": "private"
|
|
76424
|
+
"privacy": "private",
|
|
76425
|
+
"inheritedFrom": {
|
|
76426
|
+
"name": "SbbElement",
|
|
76427
|
+
"module": "core/base-elements/element.js"
|
|
76428
|
+
}
|
|
76464
76429
|
},
|
|
76465
76430
|
{
|
|
76466
76431
|
"kind": "field",
|
|
76467
|
-
"name": "
|
|
76432
|
+
"name": "_textObserver",
|
|
76468
76433
|
"type": {
|
|
76469
|
-
"text": "
|
|
76434
|
+
"text": "MutationObserver | undefined"
|
|
76470
76435
|
},
|
|
76471
|
-
"privacy": "private"
|
|
76436
|
+
"privacy": "private",
|
|
76437
|
+
"inheritedFrom": {
|
|
76438
|
+
"name": "SbbElement",
|
|
76439
|
+
"module": "core/base-elements/element.js"
|
|
76440
|
+
}
|
|
76472
76441
|
},
|
|
76473
76442
|
{
|
|
76474
76443
|
"kind": "field",
|
|
76475
|
-
"name": "
|
|
76444
|
+
"name": "hydrationRequired",
|
|
76476
76445
|
"type": {
|
|
76477
|
-
"text": "
|
|
76446
|
+
"text": "boolean"
|
|
76478
76447
|
},
|
|
76479
|
-
"privacy": "
|
|
76448
|
+
"privacy": "protected",
|
|
76449
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
76450
|
+
"readonly": true,
|
|
76451
|
+
"inheritedFrom": {
|
|
76452
|
+
"name": "SbbElement",
|
|
76453
|
+
"module": "core/base-elements/element.js"
|
|
76454
|
+
},
|
|
76455
|
+
"default": "!!this.shadowRoot"
|
|
76480
76456
|
},
|
|
76481
76457
|
{
|
|
76482
76458
|
"kind": "method",
|
|
76483
|
-
"name": "
|
|
76484
|
-
"privacy": "
|
|
76459
|
+
"name": "finalizeStyles",
|
|
76460
|
+
"privacy": "protected",
|
|
76461
|
+
"static": true,
|
|
76485
76462
|
"return": {
|
|
76486
76463
|
"type": {
|
|
76487
|
-
"text": ""
|
|
76464
|
+
"text": "CSSResultOrNative[]"
|
|
76488
76465
|
}
|
|
76489
76466
|
},
|
|
76490
76467
|
"parameters": [
|
|
76491
76468
|
{
|
|
76492
|
-
"name": "
|
|
76469
|
+
"name": "_styles",
|
|
76493
76470
|
"type": {
|
|
76494
|
-
"text": "
|
|
76495
|
-
}
|
|
76496
|
-
"description": "Message to be announced to the screen reader."
|
|
76471
|
+
"text": "CSSResultGroup"
|
|
76472
|
+
}
|
|
76497
76473
|
}
|
|
76498
76474
|
],
|
|
76499
|
-
"description": "
|
|
76475
|
+
"description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
|
|
76476
|
+
"inheritedFrom": {
|
|
76477
|
+
"name": "SbbElement",
|
|
76478
|
+
"module": "core/base-elements/element.js"
|
|
76479
|
+
}
|
|
76500
76480
|
},
|
|
76501
76481
|
{
|
|
76502
76482
|
"kind": "method",
|
|
76503
|
-
"name": "
|
|
76504
|
-
"privacy": "
|
|
76483
|
+
"name": "toggleState",
|
|
76484
|
+
"privacy": "protected",
|
|
76505
76485
|
"return": {
|
|
76506
76486
|
"type": {
|
|
76507
|
-
"text": ""
|
|
76487
|
+
"text": "void"
|
|
76508
76488
|
}
|
|
76509
76489
|
},
|
|
76510
76490
|
"parameters": [
|
|
76511
76491
|
{
|
|
76512
|
-
"name": "
|
|
76492
|
+
"name": "value",
|
|
76513
76493
|
"type": {
|
|
76514
76494
|
"text": "string"
|
|
76515
|
-
}
|
|
76516
|
-
"description": "Message to be announced to the screen reader."
|
|
76495
|
+
}
|
|
76517
76496
|
},
|
|
76518
76497
|
{
|
|
76519
|
-
"name": "
|
|
76498
|
+
"name": "force",
|
|
76520
76499
|
"optional": true,
|
|
76521
76500
|
"type": {
|
|
76522
|
-
"text": "
|
|
76523
|
-
}
|
|
76524
|
-
"description": "The politeness of the announcer element."
|
|
76501
|
+
"text": "boolean"
|
|
76502
|
+
}
|
|
76525
76503
|
}
|
|
76526
76504
|
],
|
|
76527
|
-
"
|
|
76505
|
+
"inheritedFrom": {
|
|
76506
|
+
"name": "SbbElement",
|
|
76507
|
+
"module": "core/base-elements/element.js"
|
|
76508
|
+
}
|
|
76528
76509
|
},
|
|
76529
76510
|
{
|
|
76530
76511
|
"kind": "method",
|
|
76531
|
-
"name": "
|
|
76532
|
-
"privacy": "
|
|
76512
|
+
"name": "_slotchangeHandler",
|
|
76513
|
+
"privacy": "private",
|
|
76533
76514
|
"return": {
|
|
76534
76515
|
"type": {
|
|
76535
|
-
"text": ""
|
|
76516
|
+
"text": "void"
|
|
76536
76517
|
}
|
|
76537
76518
|
},
|
|
76538
76519
|
"parameters": [
|
|
76539
76520
|
{
|
|
76540
|
-
"name": "
|
|
76521
|
+
"name": "event",
|
|
76541
76522
|
"type": {
|
|
76542
|
-
"text": "
|
|
76543
|
-
}
|
|
76544
|
-
"description": "Message to be announced to the screen reader."
|
|
76523
|
+
"text": "Event"
|
|
76524
|
+
}
|
|
76545
76525
|
},
|
|
76546
76526
|
{
|
|
76547
|
-
"name": "
|
|
76548
|
-
"optional": true,
|
|
76527
|
+
"name": "slot",
|
|
76549
76528
|
"type": {
|
|
76550
|
-
"text": "
|
|
76551
|
-
}
|
|
76552
|
-
"description": "Time in milliseconds after which to clear out the announcer element. Note\nthat this takes effect after the message has been added to the DOM, which can be up to\n100ms after `announce` has been called."
|
|
76529
|
+
"text": "HTMLSlotElement"
|
|
76530
|
+
}
|
|
76553
76531
|
}
|
|
76554
76532
|
],
|
|
76555
|
-
"
|
|
76533
|
+
"inheritedFrom": {
|
|
76534
|
+
"name": "SbbElement",
|
|
76535
|
+
"module": "core/base-elements/element.js"
|
|
76536
|
+
}
|
|
76556
76537
|
},
|
|
76557
76538
|
{
|
|
76558
76539
|
"kind": "method",
|
|
76559
|
-
"name": "
|
|
76560
|
-
"privacy": "
|
|
76540
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
76541
|
+
"privacy": "private",
|
|
76561
76542
|
"return": {
|
|
76562
76543
|
"type": {
|
|
76563
|
-
"text": ""
|
|
76544
|
+
"text": "void"
|
|
76564
76545
|
}
|
|
76565
76546
|
},
|
|
76566
76547
|
"parameters": [
|
|
76567
76548
|
{
|
|
76568
|
-
"name": "
|
|
76569
|
-
"type": {
|
|
76570
|
-
"text": "string"
|
|
76571
|
-
},
|
|
76572
|
-
"description": "Message to be announced to the screen reader."
|
|
76573
|
-
},
|
|
76574
|
-
{
|
|
76575
|
-
"name": "politeness",
|
|
76576
|
-
"optional": true,
|
|
76577
|
-
"type": {
|
|
76578
|
-
"text": "AriaLivePoliteness"
|
|
76579
|
-
},
|
|
76580
|
-
"description": "The politeness of the announcer element."
|
|
76581
|
-
},
|
|
76582
|
-
{
|
|
76583
|
-
"name": "duration",
|
|
76584
|
-
"optional": true,
|
|
76549
|
+
"name": "slot",
|
|
76585
76550
|
"type": {
|
|
76586
|
-
"text": "
|
|
76587
|
-
}
|
|
76588
|
-
"description": "Time in milliseconds after which to clear out the announcer element. Note\nthat this takes effect after the message has been added to the DOM, which can be up to\n100ms after `announce` has been called."
|
|
76551
|
+
"text": "HTMLSlotElement"
|
|
76552
|
+
}
|
|
76589
76553
|
}
|
|
76590
76554
|
],
|
|
76591
|
-
"
|
|
76555
|
+
"inheritedFrom": {
|
|
76556
|
+
"name": "SbbElement",
|
|
76557
|
+
"module": "core/base-elements/element.js"
|
|
76558
|
+
}
|
|
76592
76559
|
},
|
|
76593
76560
|
{
|
|
76594
76561
|
"kind": "method",
|
|
76595
|
-
"name": "
|
|
76596
|
-
"privacy": "
|
|
76562
|
+
"name": "_updateSlottedState",
|
|
76563
|
+
"privacy": "private",
|
|
76597
76564
|
"return": {
|
|
76598
76565
|
"type": {
|
|
76599
|
-
"text": "
|
|
76566
|
+
"text": "void"
|
|
76600
76567
|
}
|
|
76601
76568
|
},
|
|
76602
76569
|
"parameters": [
|
|
76603
76570
|
{
|
|
76604
|
-
"name": "
|
|
76605
|
-
"type": {
|
|
76606
|
-
"text": "string"
|
|
76607
|
-
}
|
|
76608
|
-
},
|
|
76609
|
-
{
|
|
76610
|
-
"name": "args",
|
|
76571
|
+
"name": "slot",
|
|
76611
76572
|
"type": {
|
|
76612
|
-
"text": "
|
|
76573
|
+
"text": "HTMLSlotElement"
|
|
76613
76574
|
}
|
|
76614
76575
|
}
|
|
76615
|
-
]
|
|
76576
|
+
],
|
|
76577
|
+
"inheritedFrom": {
|
|
76578
|
+
"name": "SbbElement",
|
|
76579
|
+
"module": "core/base-elements/element.js"
|
|
76580
|
+
}
|
|
76616
76581
|
},
|
|
76617
76582
|
{
|
|
76618
76583
|
"kind": "method",
|
|
76619
|
-
"name": "
|
|
76620
|
-
"privacy": "
|
|
76584
|
+
"name": "_observeTextNodesInSlot",
|
|
76585
|
+
"privacy": "private",
|
|
76621
76586
|
"return": {
|
|
76622
76587
|
"type": {
|
|
76623
76588
|
"text": "void"
|
|
76624
76589
|
}
|
|
76625
76590
|
},
|
|
76626
|
-
"
|
|
76627
|
-
|
|
76628
|
-
|
|
76629
|
-
|
|
76630
|
-
|
|
76631
|
-
|
|
76632
|
-
"return": {
|
|
76633
|
-
"type": {
|
|
76634
|
-
"text": "void"
|
|
76591
|
+
"parameters": [
|
|
76592
|
+
{
|
|
76593
|
+
"name": "slot",
|
|
76594
|
+
"type": {
|
|
76595
|
+
"text": "HTMLSlotElement"
|
|
76596
|
+
}
|
|
76635
76597
|
}
|
|
76598
|
+
],
|
|
76599
|
+
"inheritedFrom": {
|
|
76600
|
+
"name": "SbbElement",
|
|
76601
|
+
"module": "core/base-elements/element.js"
|
|
76636
76602
|
}
|
|
76637
76603
|
},
|
|
76638
76604
|
{
|
|
76639
76605
|
"kind": "method",
|
|
76640
|
-
"name": "
|
|
76606
|
+
"name": "_hasSlottedContent",
|
|
76641
76607
|
"privacy": "private",
|
|
76642
76608
|
"return": {
|
|
76643
76609
|
"type": {
|
|
76644
|
-
"text": "
|
|
76610
|
+
"text": "boolean"
|
|
76611
|
+
}
|
|
76612
|
+
},
|
|
76613
|
+
"parameters": [
|
|
76614
|
+
{
|
|
76615
|
+
"name": "slot",
|
|
76616
|
+
"type": {
|
|
76617
|
+
"text": "HTMLSlotElement"
|
|
76618
|
+
}
|
|
76645
76619
|
}
|
|
76620
|
+
],
|
|
76621
|
+
"inheritedFrom": {
|
|
76622
|
+
"name": "SbbElement",
|
|
76623
|
+
"module": "core/base-elements/element.js"
|
|
76646
76624
|
}
|
|
76647
76625
|
}
|
|
76648
|
-
]
|
|
76649
|
-
|
|
76650
|
-
|
|
76651
|
-
|
|
76652
|
-
|
|
76653
|
-
|
|
76626
|
+
],
|
|
76627
|
+
"attributes": [
|
|
76628
|
+
{
|
|
76629
|
+
"name": "expanded",
|
|
76630
|
+
"type": {
|
|
76631
|
+
"text": "boolean"
|
|
76632
|
+
},
|
|
76633
|
+
"default": "false",
|
|
76634
|
+
"description": "Whether the container is expanded.",
|
|
76635
|
+
"fieldName": "expanded"
|
|
76636
|
+
},
|
|
76637
|
+
{
|
|
76638
|
+
"name": "background-expanded",
|
|
76639
|
+
"type": {
|
|
76640
|
+
"text": "boolean"
|
|
76641
|
+
},
|
|
76642
|
+
"default": "false",
|
|
76643
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
76644
|
+
"fieldName": "backgroundExpanded"
|
|
76645
|
+
},
|
|
76646
|
+
{
|
|
76647
|
+
"name": "color",
|
|
76648
|
+
"type": {
|
|
76649
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
76650
|
+
},
|
|
76651
|
+
"default": "'white'",
|
|
76652
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
76653
|
+
"fieldName": "color"
|
|
76654
|
+
}
|
|
76655
|
+
],
|
|
76656
|
+
"superclass": {
|
|
76657
|
+
"name": "SbbElement",
|
|
76658
|
+
"module": "core.js"
|
|
76659
|
+
},
|
|
76660
|
+
"tagName": "sbb-container",
|
|
76661
|
+
"customElement": true
|
|
76654
76662
|
}
|
|
76655
76663
|
],
|
|
76656
76664
|
"exports": [
|
|
76657
76665
|
{
|
|
76658
76666
|
"kind": "js",
|
|
76659
|
-
"name": "
|
|
76660
|
-
"declaration": {
|
|
76661
|
-
"name": "SbbLiveAnnouncer",
|
|
76662
|
-
"module": "core/a11y/live-announcer.js"
|
|
76663
|
-
}
|
|
76664
|
-
},
|
|
76665
|
-
{
|
|
76666
|
-
"kind": "js",
|
|
76667
|
-
"name": "sbbLiveAnnouncer",
|
|
76667
|
+
"name": "SbbContainerElement",
|
|
76668
76668
|
"declaration": {
|
|
76669
|
-
"name": "
|
|
76670
|
-
"module": "
|
|
76669
|
+
"name": "SbbContainerElement",
|
|
76670
|
+
"module": "container/container/container.component.js"
|
|
76671
76671
|
}
|
|
76672
76672
|
}
|
|
76673
76673
|
]
|