@sbb-esta/lyne-elements-dev 4.7.0-dev.1773208987 → 4.7.0-dev.1773213760
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 +7 -11
- package/core.css +17 -7
- package/custom-elements.json +710 -710
- package/development/lead-container/lead-container.component.d.ts.map +1 -1
- package/development/lead-container/lead-container.component.js +9 -28
- package/lead-container/lead-container.component.js +9 -11
- package/off-brand-theme.css +17 -7
- package/package.json +2 -2
- package/safety-theme.css +17 -7
- package/standard-theme.css +17 -7
package/custom-elements.json
CHANGED
|
@@ -63681,229 +63681,6 @@
|
|
|
63681
63681
|
}
|
|
63682
63682
|
]
|
|
63683
63683
|
},
|
|
63684
|
-
{
|
|
63685
|
-
"kind": "javascript-module",
|
|
63686
|
-
"path": "core/decorators/base.js",
|
|
63687
|
-
"declarations": [],
|
|
63688
|
-
"exports": []
|
|
63689
|
-
},
|
|
63690
|
-
{
|
|
63691
|
-
"kind": "javascript-module",
|
|
63692
|
-
"path": "core/decorators/force-type.js",
|
|
63693
|
-
"declarations": [
|
|
63694
|
-
{
|
|
63695
|
-
"kind": "function",
|
|
63696
|
-
"name": "forceType",
|
|
63697
|
-
"return": {
|
|
63698
|
-
"type": {
|
|
63699
|
-
"text": "PropertyDecorator"
|
|
63700
|
-
}
|
|
63701
|
-
},
|
|
63702
|
-
"parameters": [
|
|
63703
|
-
{
|
|
63704
|
-
"name": "convert",
|
|
63705
|
-
"optional": true,
|
|
63706
|
-
"type": {
|
|
63707
|
-
"text": "(v: unknown) => V"
|
|
63708
|
-
}
|
|
63709
|
-
}
|
|
63710
|
-
],
|
|
63711
|
-
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
63712
|
-
}
|
|
63713
|
-
],
|
|
63714
|
-
"exports": [
|
|
63715
|
-
{
|
|
63716
|
-
"kind": "js",
|
|
63717
|
-
"name": "forceType",
|
|
63718
|
-
"declaration": {
|
|
63719
|
-
"name": "forceType",
|
|
63720
|
-
"module": "core/decorators/force-type.js"
|
|
63721
|
-
}
|
|
63722
|
-
}
|
|
63723
|
-
]
|
|
63724
|
-
},
|
|
63725
|
-
{
|
|
63726
|
-
"kind": "javascript-module",
|
|
63727
|
-
"path": "core/decorators/get-override.js",
|
|
63728
|
-
"declarations": [
|
|
63729
|
-
{
|
|
63730
|
-
"kind": "function",
|
|
63731
|
-
"name": "getOverride",
|
|
63732
|
-
"parameters": [
|
|
63733
|
-
{
|
|
63734
|
-
"name": "callback",
|
|
63735
|
-
"type": {
|
|
63736
|
-
"text": "(instance: C, innerValue: V) => V"
|
|
63737
|
-
}
|
|
63738
|
-
}
|
|
63739
|
-
],
|
|
63740
|
-
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
63741
|
-
}
|
|
63742
|
-
],
|
|
63743
|
-
"exports": [
|
|
63744
|
-
{
|
|
63745
|
-
"kind": "js",
|
|
63746
|
-
"name": "getOverride",
|
|
63747
|
-
"declaration": {
|
|
63748
|
-
"name": "getOverride",
|
|
63749
|
-
"module": "core/decorators/get-override.js"
|
|
63750
|
-
}
|
|
63751
|
-
}
|
|
63752
|
-
]
|
|
63753
|
-
},
|
|
63754
|
-
{
|
|
63755
|
-
"kind": "javascript-module",
|
|
63756
|
-
"path": "core/decorators/handle-distinct-change.js",
|
|
63757
|
-
"declarations": [
|
|
63758
|
-
{
|
|
63759
|
-
"kind": "function",
|
|
63760
|
-
"name": "handleDistinctChange",
|
|
63761
|
-
"parameters": [
|
|
63762
|
-
{
|
|
63763
|
-
"name": "callback",
|
|
63764
|
-
"type": {
|
|
63765
|
-
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
63766
|
-
}
|
|
63767
|
-
}
|
|
63768
|
-
],
|
|
63769
|
-
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
63770
|
-
}
|
|
63771
|
-
],
|
|
63772
|
-
"exports": [
|
|
63773
|
-
{
|
|
63774
|
-
"kind": "js",
|
|
63775
|
-
"name": "handleDistinctChange",
|
|
63776
|
-
"declaration": {
|
|
63777
|
-
"name": "handleDistinctChange",
|
|
63778
|
-
"module": "core/decorators/handle-distinct-change.js"
|
|
63779
|
-
}
|
|
63780
|
-
}
|
|
63781
|
-
]
|
|
63782
|
-
},
|
|
63783
|
-
{
|
|
63784
|
-
"kind": "javascript-module",
|
|
63785
|
-
"path": "core/decorators/host-attributes.js",
|
|
63786
|
-
"declarations": [
|
|
63787
|
-
{
|
|
63788
|
-
"kind": "function",
|
|
63789
|
-
"name": "hostAttributes",
|
|
63790
|
-
"parameters": [
|
|
63791
|
-
{
|
|
63792
|
-
"name": "attributes",
|
|
63793
|
-
"type": {
|
|
63794
|
-
"text": "Record<string, string | null>"
|
|
63795
|
-
},
|
|
63796
|
-
"description": "A record of attributes to apply to the element."
|
|
63797
|
-
}
|
|
63798
|
-
],
|
|
63799
|
-
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
63800
|
-
"deprecated": "Will be removed with next major version."
|
|
63801
|
-
}
|
|
63802
|
-
],
|
|
63803
|
-
"exports": [
|
|
63804
|
-
{
|
|
63805
|
-
"kind": "js",
|
|
63806
|
-
"name": "hostAttributes",
|
|
63807
|
-
"declaration": {
|
|
63808
|
-
"name": "hostAttributes",
|
|
63809
|
-
"module": "core/decorators/host-attributes.js"
|
|
63810
|
-
}
|
|
63811
|
-
}
|
|
63812
|
-
]
|
|
63813
|
-
},
|
|
63814
|
-
{
|
|
63815
|
-
"kind": "javascript-module",
|
|
63816
|
-
"path": "core/decorators/id-reference.js",
|
|
63817
|
-
"declarations": [
|
|
63818
|
-
{
|
|
63819
|
-
"kind": "function",
|
|
63820
|
-
"name": "idReference",
|
|
63821
|
-
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
63822
|
-
}
|
|
63823
|
-
],
|
|
63824
|
-
"exports": [
|
|
63825
|
-
{
|
|
63826
|
-
"kind": "js",
|
|
63827
|
-
"name": "idReference",
|
|
63828
|
-
"declaration": {
|
|
63829
|
-
"name": "idReference",
|
|
63830
|
-
"module": "core/decorators/id-reference.js"
|
|
63831
|
-
}
|
|
63832
|
-
}
|
|
63833
|
-
]
|
|
63834
|
-
},
|
|
63835
|
-
{
|
|
63836
|
-
"kind": "javascript-module",
|
|
63837
|
-
"path": "core/decorators/omit-empty-converter.js",
|
|
63838
|
-
"declarations": [
|
|
63839
|
-
{
|
|
63840
|
-
"kind": "variable",
|
|
63841
|
-
"name": "omitEmptyConverter",
|
|
63842
|
-
"type": {
|
|
63843
|
-
"text": "ComplexAttributeConverter"
|
|
63844
|
-
},
|
|
63845
|
-
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
63846
|
-
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
63847
|
-
}
|
|
63848
|
-
],
|
|
63849
|
-
"exports": [
|
|
63850
|
-
{
|
|
63851
|
-
"kind": "js",
|
|
63852
|
-
"name": "omitEmptyConverter",
|
|
63853
|
-
"declaration": {
|
|
63854
|
-
"name": "omitEmptyConverter",
|
|
63855
|
-
"module": "core/decorators/omit-empty-converter.js"
|
|
63856
|
-
}
|
|
63857
|
-
}
|
|
63858
|
-
]
|
|
63859
|
-
},
|
|
63860
|
-
{
|
|
63861
|
-
"kind": "javascript-module",
|
|
63862
|
-
"path": "core/decorators/plain-date.js",
|
|
63863
|
-
"declarations": [
|
|
63864
|
-
{
|
|
63865
|
-
"kind": "variable",
|
|
63866
|
-
"name": "plainDateConverter",
|
|
63867
|
-
"type": {
|
|
63868
|
-
"text": "ComplexAttributeConverter"
|
|
63869
|
-
},
|
|
63870
|
-
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
63871
|
-
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
63872
|
-
},
|
|
63873
|
-
{
|
|
63874
|
-
"kind": "function",
|
|
63875
|
-
"name": "plainDate",
|
|
63876
|
-
"parameters": [
|
|
63877
|
-
{
|
|
63878
|
-
"name": "config",
|
|
63879
|
-
"optional": true,
|
|
63880
|
-
"type": {
|
|
63881
|
-
"text": "SbbPlainDateConfiguration"
|
|
63882
|
-
}
|
|
63883
|
-
}
|
|
63884
|
-
],
|
|
63885
|
-
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
63886
|
-
}
|
|
63887
|
-
],
|
|
63888
|
-
"exports": [
|
|
63889
|
-
{
|
|
63890
|
-
"kind": "js",
|
|
63891
|
-
"name": "plainDateConverter",
|
|
63892
|
-
"declaration": {
|
|
63893
|
-
"name": "plainDateConverter",
|
|
63894
|
-
"module": "core/decorators/plain-date.js"
|
|
63895
|
-
}
|
|
63896
|
-
},
|
|
63897
|
-
{
|
|
63898
|
-
"kind": "js",
|
|
63899
|
-
"name": "plainDate",
|
|
63900
|
-
"declaration": {
|
|
63901
|
-
"name": "plainDate",
|
|
63902
|
-
"module": "core/decorators/plain-date.js"
|
|
63903
|
-
}
|
|
63904
|
-
}
|
|
63905
|
-
]
|
|
63906
|
-
},
|
|
63907
63684
|
{
|
|
63908
63685
|
"kind": "javascript-module",
|
|
63909
63686
|
"path": "core/dom/animation.js",
|
|
@@ -64342,6 +64119,229 @@
|
|
|
64342
64119
|
}
|
|
64343
64120
|
]
|
|
64344
64121
|
},
|
|
64122
|
+
{
|
|
64123
|
+
"kind": "javascript-module",
|
|
64124
|
+
"path": "core/decorators/base.js",
|
|
64125
|
+
"declarations": [],
|
|
64126
|
+
"exports": []
|
|
64127
|
+
},
|
|
64128
|
+
{
|
|
64129
|
+
"kind": "javascript-module",
|
|
64130
|
+
"path": "core/decorators/force-type.js",
|
|
64131
|
+
"declarations": [
|
|
64132
|
+
{
|
|
64133
|
+
"kind": "function",
|
|
64134
|
+
"name": "forceType",
|
|
64135
|
+
"return": {
|
|
64136
|
+
"type": {
|
|
64137
|
+
"text": "PropertyDecorator"
|
|
64138
|
+
}
|
|
64139
|
+
},
|
|
64140
|
+
"parameters": [
|
|
64141
|
+
{
|
|
64142
|
+
"name": "convert",
|
|
64143
|
+
"optional": true,
|
|
64144
|
+
"type": {
|
|
64145
|
+
"text": "(v: unknown) => V"
|
|
64146
|
+
}
|
|
64147
|
+
}
|
|
64148
|
+
],
|
|
64149
|
+
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
64150
|
+
}
|
|
64151
|
+
],
|
|
64152
|
+
"exports": [
|
|
64153
|
+
{
|
|
64154
|
+
"kind": "js",
|
|
64155
|
+
"name": "forceType",
|
|
64156
|
+
"declaration": {
|
|
64157
|
+
"name": "forceType",
|
|
64158
|
+
"module": "core/decorators/force-type.js"
|
|
64159
|
+
}
|
|
64160
|
+
}
|
|
64161
|
+
]
|
|
64162
|
+
},
|
|
64163
|
+
{
|
|
64164
|
+
"kind": "javascript-module",
|
|
64165
|
+
"path": "core/decorators/get-override.js",
|
|
64166
|
+
"declarations": [
|
|
64167
|
+
{
|
|
64168
|
+
"kind": "function",
|
|
64169
|
+
"name": "getOverride",
|
|
64170
|
+
"parameters": [
|
|
64171
|
+
{
|
|
64172
|
+
"name": "callback",
|
|
64173
|
+
"type": {
|
|
64174
|
+
"text": "(instance: C, innerValue: V) => V"
|
|
64175
|
+
}
|
|
64176
|
+
}
|
|
64177
|
+
],
|
|
64178
|
+
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
64179
|
+
}
|
|
64180
|
+
],
|
|
64181
|
+
"exports": [
|
|
64182
|
+
{
|
|
64183
|
+
"kind": "js",
|
|
64184
|
+
"name": "getOverride",
|
|
64185
|
+
"declaration": {
|
|
64186
|
+
"name": "getOverride",
|
|
64187
|
+
"module": "core/decorators/get-override.js"
|
|
64188
|
+
}
|
|
64189
|
+
}
|
|
64190
|
+
]
|
|
64191
|
+
},
|
|
64192
|
+
{
|
|
64193
|
+
"kind": "javascript-module",
|
|
64194
|
+
"path": "core/decorators/handle-distinct-change.js",
|
|
64195
|
+
"declarations": [
|
|
64196
|
+
{
|
|
64197
|
+
"kind": "function",
|
|
64198
|
+
"name": "handleDistinctChange",
|
|
64199
|
+
"parameters": [
|
|
64200
|
+
{
|
|
64201
|
+
"name": "callback",
|
|
64202
|
+
"type": {
|
|
64203
|
+
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
64204
|
+
}
|
|
64205
|
+
}
|
|
64206
|
+
],
|
|
64207
|
+
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
64208
|
+
}
|
|
64209
|
+
],
|
|
64210
|
+
"exports": [
|
|
64211
|
+
{
|
|
64212
|
+
"kind": "js",
|
|
64213
|
+
"name": "handleDistinctChange",
|
|
64214
|
+
"declaration": {
|
|
64215
|
+
"name": "handleDistinctChange",
|
|
64216
|
+
"module": "core/decorators/handle-distinct-change.js"
|
|
64217
|
+
}
|
|
64218
|
+
}
|
|
64219
|
+
]
|
|
64220
|
+
},
|
|
64221
|
+
{
|
|
64222
|
+
"kind": "javascript-module",
|
|
64223
|
+
"path": "core/decorators/host-attributes.js",
|
|
64224
|
+
"declarations": [
|
|
64225
|
+
{
|
|
64226
|
+
"kind": "function",
|
|
64227
|
+
"name": "hostAttributes",
|
|
64228
|
+
"parameters": [
|
|
64229
|
+
{
|
|
64230
|
+
"name": "attributes",
|
|
64231
|
+
"type": {
|
|
64232
|
+
"text": "Record<string, string | null>"
|
|
64233
|
+
},
|
|
64234
|
+
"description": "A record of attributes to apply to the element."
|
|
64235
|
+
}
|
|
64236
|
+
],
|
|
64237
|
+
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
64238
|
+
"deprecated": "Will be removed with next major version."
|
|
64239
|
+
}
|
|
64240
|
+
],
|
|
64241
|
+
"exports": [
|
|
64242
|
+
{
|
|
64243
|
+
"kind": "js",
|
|
64244
|
+
"name": "hostAttributes",
|
|
64245
|
+
"declaration": {
|
|
64246
|
+
"name": "hostAttributes",
|
|
64247
|
+
"module": "core/decorators/host-attributes.js"
|
|
64248
|
+
}
|
|
64249
|
+
}
|
|
64250
|
+
]
|
|
64251
|
+
},
|
|
64252
|
+
{
|
|
64253
|
+
"kind": "javascript-module",
|
|
64254
|
+
"path": "core/decorators/id-reference.js",
|
|
64255
|
+
"declarations": [
|
|
64256
|
+
{
|
|
64257
|
+
"kind": "function",
|
|
64258
|
+
"name": "idReference",
|
|
64259
|
+
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
64260
|
+
}
|
|
64261
|
+
],
|
|
64262
|
+
"exports": [
|
|
64263
|
+
{
|
|
64264
|
+
"kind": "js",
|
|
64265
|
+
"name": "idReference",
|
|
64266
|
+
"declaration": {
|
|
64267
|
+
"name": "idReference",
|
|
64268
|
+
"module": "core/decorators/id-reference.js"
|
|
64269
|
+
}
|
|
64270
|
+
}
|
|
64271
|
+
]
|
|
64272
|
+
},
|
|
64273
|
+
{
|
|
64274
|
+
"kind": "javascript-module",
|
|
64275
|
+
"path": "core/decorators/omit-empty-converter.js",
|
|
64276
|
+
"declarations": [
|
|
64277
|
+
{
|
|
64278
|
+
"kind": "variable",
|
|
64279
|
+
"name": "omitEmptyConverter",
|
|
64280
|
+
"type": {
|
|
64281
|
+
"text": "ComplexAttributeConverter"
|
|
64282
|
+
},
|
|
64283
|
+
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
64284
|
+
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
64285
|
+
}
|
|
64286
|
+
],
|
|
64287
|
+
"exports": [
|
|
64288
|
+
{
|
|
64289
|
+
"kind": "js",
|
|
64290
|
+
"name": "omitEmptyConverter",
|
|
64291
|
+
"declaration": {
|
|
64292
|
+
"name": "omitEmptyConverter",
|
|
64293
|
+
"module": "core/decorators/omit-empty-converter.js"
|
|
64294
|
+
}
|
|
64295
|
+
}
|
|
64296
|
+
]
|
|
64297
|
+
},
|
|
64298
|
+
{
|
|
64299
|
+
"kind": "javascript-module",
|
|
64300
|
+
"path": "core/decorators/plain-date.js",
|
|
64301
|
+
"declarations": [
|
|
64302
|
+
{
|
|
64303
|
+
"kind": "variable",
|
|
64304
|
+
"name": "plainDateConverter",
|
|
64305
|
+
"type": {
|
|
64306
|
+
"text": "ComplexAttributeConverter"
|
|
64307
|
+
},
|
|
64308
|
+
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
64309
|
+
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
64310
|
+
},
|
|
64311
|
+
{
|
|
64312
|
+
"kind": "function",
|
|
64313
|
+
"name": "plainDate",
|
|
64314
|
+
"parameters": [
|
|
64315
|
+
{
|
|
64316
|
+
"name": "config",
|
|
64317
|
+
"optional": true,
|
|
64318
|
+
"type": {
|
|
64319
|
+
"text": "SbbPlainDateConfiguration"
|
|
64320
|
+
}
|
|
64321
|
+
}
|
|
64322
|
+
],
|
|
64323
|
+
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
64324
|
+
}
|
|
64325
|
+
],
|
|
64326
|
+
"exports": [
|
|
64327
|
+
{
|
|
64328
|
+
"kind": "js",
|
|
64329
|
+
"name": "plainDateConverter",
|
|
64330
|
+
"declaration": {
|
|
64331
|
+
"name": "plainDateConverter",
|
|
64332
|
+
"module": "core/decorators/plain-date.js"
|
|
64333
|
+
}
|
|
64334
|
+
},
|
|
64335
|
+
{
|
|
64336
|
+
"kind": "js",
|
|
64337
|
+
"name": "plainDate",
|
|
64338
|
+
"declaration": {
|
|
64339
|
+
"name": "plainDate",
|
|
64340
|
+
"module": "core/decorators/plain-date.js"
|
|
64341
|
+
}
|
|
64342
|
+
}
|
|
64343
|
+
]
|
|
64344
|
+
},
|
|
64345
64345
|
{
|
|
64346
64346
|
"kind": "javascript-module",
|
|
64347
64347
|
"path": "core/eventing/composed-path-has-attribute.js",
|
|
@@ -104267,6 +104267,176 @@
|
|
|
104267
104267
|
}
|
|
104268
104268
|
]
|
|
104269
104269
|
},
|
|
104270
|
+
{
|
|
104271
|
+
"kind": "javascript-module",
|
|
104272
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
104273
|
+
"declarations": [
|
|
104274
|
+
{
|
|
104275
|
+
"kind": "class",
|
|
104276
|
+
"description": "",
|
|
104277
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104278
|
+
"members": [
|
|
104279
|
+
{
|
|
104280
|
+
"kind": "field",
|
|
104281
|
+
"name": "size",
|
|
104282
|
+
"type": {
|
|
104283
|
+
"text": "SbbNavigationActionSize"
|
|
104284
|
+
},
|
|
104285
|
+
"privacy": "public"
|
|
104286
|
+
},
|
|
104287
|
+
{
|
|
104288
|
+
"kind": "field",
|
|
104289
|
+
"name": "marker",
|
|
104290
|
+
"type": {
|
|
104291
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104292
|
+
},
|
|
104293
|
+
"privacy": "public",
|
|
104294
|
+
"readonly": true
|
|
104295
|
+
},
|
|
104296
|
+
{
|
|
104297
|
+
"kind": "field",
|
|
104298
|
+
"name": "section",
|
|
104299
|
+
"type": {
|
|
104300
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104301
|
+
},
|
|
104302
|
+
"privacy": "public",
|
|
104303
|
+
"readonly": true
|
|
104304
|
+
},
|
|
104305
|
+
{
|
|
104306
|
+
"kind": "field",
|
|
104307
|
+
"name": "connectedSection",
|
|
104308
|
+
"type": {
|
|
104309
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
104310
|
+
},
|
|
104311
|
+
"privacy": "public"
|
|
104312
|
+
}
|
|
104313
|
+
]
|
|
104314
|
+
},
|
|
104315
|
+
{
|
|
104316
|
+
"kind": "mixin",
|
|
104317
|
+
"description": "",
|
|
104318
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104319
|
+
"members": [
|
|
104320
|
+
{
|
|
104321
|
+
"kind": "field",
|
|
104322
|
+
"name": "styles",
|
|
104323
|
+
"type": {
|
|
104324
|
+
"text": "CSSResultGroup"
|
|
104325
|
+
},
|
|
104326
|
+
"privacy": "public",
|
|
104327
|
+
"static": true,
|
|
104328
|
+
"default": "[boxSizingStyles, style]"
|
|
104329
|
+
},
|
|
104330
|
+
{
|
|
104331
|
+
"kind": "field",
|
|
104332
|
+
"name": "size",
|
|
104333
|
+
"type": {
|
|
104334
|
+
"text": "SbbNavigationActionSize"
|
|
104335
|
+
},
|
|
104336
|
+
"privacy": "public",
|
|
104337
|
+
"description": "Action size variant, either s, m or l.",
|
|
104338
|
+
"default": "'l' / 's' (lean)",
|
|
104339
|
+
"attribute": "size",
|
|
104340
|
+
"reflects": true
|
|
104341
|
+
},
|
|
104342
|
+
{
|
|
104343
|
+
"kind": "field",
|
|
104344
|
+
"name": "connectedSection",
|
|
104345
|
+
"type": {
|
|
104346
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
104347
|
+
},
|
|
104348
|
+
"privacy": "public",
|
|
104349
|
+
"description": "The section that is being controlled by the action, if any."
|
|
104350
|
+
},
|
|
104351
|
+
{
|
|
104352
|
+
"kind": "field",
|
|
104353
|
+
"name": "marker",
|
|
104354
|
+
"type": {
|
|
104355
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104356
|
+
},
|
|
104357
|
+
"privacy": "public",
|
|
104358
|
+
"description": "The navigation marker in which the action is nested.",
|
|
104359
|
+
"readonly": true
|
|
104360
|
+
},
|
|
104361
|
+
{
|
|
104362
|
+
"kind": "field",
|
|
104363
|
+
"name": "section",
|
|
104364
|
+
"type": {
|
|
104365
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104366
|
+
},
|
|
104367
|
+
"privacy": "public",
|
|
104368
|
+
"description": "The section in which the action is nested.",
|
|
104369
|
+
"readonly": true
|
|
104370
|
+
},
|
|
104371
|
+
{
|
|
104372
|
+
"kind": "field",
|
|
104373
|
+
"name": "_navigationMarker",
|
|
104374
|
+
"type": {
|
|
104375
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104376
|
+
},
|
|
104377
|
+
"privacy": "private",
|
|
104378
|
+
"default": "null"
|
|
104379
|
+
},
|
|
104380
|
+
{
|
|
104381
|
+
"kind": "field",
|
|
104382
|
+
"name": "_navigationSection",
|
|
104383
|
+
"type": {
|
|
104384
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104385
|
+
},
|
|
104386
|
+
"privacy": "private",
|
|
104387
|
+
"default": "null"
|
|
104388
|
+
},
|
|
104389
|
+
{
|
|
104390
|
+
"kind": "method",
|
|
104391
|
+
"name": "renderTemplate",
|
|
104392
|
+
"privacy": "protected",
|
|
104393
|
+
"return": {
|
|
104394
|
+
"type": {
|
|
104395
|
+
"text": "TemplateResult"
|
|
104396
|
+
}
|
|
104397
|
+
}
|
|
104398
|
+
}
|
|
104399
|
+
],
|
|
104400
|
+
"attributes": [
|
|
104401
|
+
{
|
|
104402
|
+
"name": "size",
|
|
104403
|
+
"type": {
|
|
104404
|
+
"text": "SbbNavigationActionSize"
|
|
104405
|
+
},
|
|
104406
|
+
"description": "Action size variant, either s, m or l.",
|
|
104407
|
+
"default": "'l' / 's' (lean)",
|
|
104408
|
+
"fieldName": "size"
|
|
104409
|
+
}
|
|
104410
|
+
],
|
|
104411
|
+
"parameters": [
|
|
104412
|
+
{
|
|
104413
|
+
"name": "superClass",
|
|
104414
|
+
"type": {
|
|
104415
|
+
"text": "T"
|
|
104416
|
+
}
|
|
104417
|
+
}
|
|
104418
|
+
]
|
|
104419
|
+
}
|
|
104420
|
+
],
|
|
104421
|
+
"exports": [
|
|
104422
|
+
{
|
|
104423
|
+
"kind": "js",
|
|
104424
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104425
|
+
"declaration": {
|
|
104426
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104427
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
104428
|
+
}
|
|
104429
|
+
},
|
|
104430
|
+
{
|
|
104431
|
+
"kind": "js",
|
|
104432
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104433
|
+
"declaration": {
|
|
104434
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104435
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
104436
|
+
}
|
|
104437
|
+
}
|
|
104438
|
+
]
|
|
104439
|
+
},
|
|
104270
104440
|
{
|
|
104271
104441
|
"kind": "javascript-module",
|
|
104272
104442
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -104476,176 +104646,6 @@
|
|
|
104476
104646
|
}
|
|
104477
104647
|
]
|
|
104478
104648
|
},
|
|
104479
|
-
{
|
|
104480
|
-
"kind": "javascript-module",
|
|
104481
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
104482
|
-
"declarations": [
|
|
104483
|
-
{
|
|
104484
|
-
"kind": "class",
|
|
104485
|
-
"description": "",
|
|
104486
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104487
|
-
"members": [
|
|
104488
|
-
{
|
|
104489
|
-
"kind": "field",
|
|
104490
|
-
"name": "size",
|
|
104491
|
-
"type": {
|
|
104492
|
-
"text": "SbbNavigationActionSize"
|
|
104493
|
-
},
|
|
104494
|
-
"privacy": "public"
|
|
104495
|
-
},
|
|
104496
|
-
{
|
|
104497
|
-
"kind": "field",
|
|
104498
|
-
"name": "marker",
|
|
104499
|
-
"type": {
|
|
104500
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104501
|
-
},
|
|
104502
|
-
"privacy": "public",
|
|
104503
|
-
"readonly": true
|
|
104504
|
-
},
|
|
104505
|
-
{
|
|
104506
|
-
"kind": "field",
|
|
104507
|
-
"name": "section",
|
|
104508
|
-
"type": {
|
|
104509
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104510
|
-
},
|
|
104511
|
-
"privacy": "public",
|
|
104512
|
-
"readonly": true
|
|
104513
|
-
},
|
|
104514
|
-
{
|
|
104515
|
-
"kind": "field",
|
|
104516
|
-
"name": "connectedSection",
|
|
104517
|
-
"type": {
|
|
104518
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
104519
|
-
},
|
|
104520
|
-
"privacy": "public"
|
|
104521
|
-
}
|
|
104522
|
-
]
|
|
104523
|
-
},
|
|
104524
|
-
{
|
|
104525
|
-
"kind": "mixin",
|
|
104526
|
-
"description": "",
|
|
104527
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104528
|
-
"members": [
|
|
104529
|
-
{
|
|
104530
|
-
"kind": "field",
|
|
104531
|
-
"name": "styles",
|
|
104532
|
-
"type": {
|
|
104533
|
-
"text": "CSSResultGroup"
|
|
104534
|
-
},
|
|
104535
|
-
"privacy": "public",
|
|
104536
|
-
"static": true,
|
|
104537
|
-
"default": "[boxSizingStyles, style]"
|
|
104538
|
-
},
|
|
104539
|
-
{
|
|
104540
|
-
"kind": "field",
|
|
104541
|
-
"name": "size",
|
|
104542
|
-
"type": {
|
|
104543
|
-
"text": "SbbNavigationActionSize"
|
|
104544
|
-
},
|
|
104545
|
-
"privacy": "public",
|
|
104546
|
-
"description": "Action size variant, either s, m or l.",
|
|
104547
|
-
"default": "'l' / 's' (lean)",
|
|
104548
|
-
"attribute": "size",
|
|
104549
|
-
"reflects": true
|
|
104550
|
-
},
|
|
104551
|
-
{
|
|
104552
|
-
"kind": "field",
|
|
104553
|
-
"name": "connectedSection",
|
|
104554
|
-
"type": {
|
|
104555
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
104556
|
-
},
|
|
104557
|
-
"privacy": "public",
|
|
104558
|
-
"description": "The section that is being controlled by the action, if any."
|
|
104559
|
-
},
|
|
104560
|
-
{
|
|
104561
|
-
"kind": "field",
|
|
104562
|
-
"name": "marker",
|
|
104563
|
-
"type": {
|
|
104564
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104565
|
-
},
|
|
104566
|
-
"privacy": "public",
|
|
104567
|
-
"description": "The navigation marker in which the action is nested.",
|
|
104568
|
-
"readonly": true
|
|
104569
|
-
},
|
|
104570
|
-
{
|
|
104571
|
-
"kind": "field",
|
|
104572
|
-
"name": "section",
|
|
104573
|
-
"type": {
|
|
104574
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104575
|
-
},
|
|
104576
|
-
"privacy": "public",
|
|
104577
|
-
"description": "The section in which the action is nested.",
|
|
104578
|
-
"readonly": true
|
|
104579
|
-
},
|
|
104580
|
-
{
|
|
104581
|
-
"kind": "field",
|
|
104582
|
-
"name": "_navigationMarker",
|
|
104583
|
-
"type": {
|
|
104584
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104585
|
-
},
|
|
104586
|
-
"privacy": "private",
|
|
104587
|
-
"default": "null"
|
|
104588
|
-
},
|
|
104589
|
-
{
|
|
104590
|
-
"kind": "field",
|
|
104591
|
-
"name": "_navigationSection",
|
|
104592
|
-
"type": {
|
|
104593
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104594
|
-
},
|
|
104595
|
-
"privacy": "private",
|
|
104596
|
-
"default": "null"
|
|
104597
|
-
},
|
|
104598
|
-
{
|
|
104599
|
-
"kind": "method",
|
|
104600
|
-
"name": "renderTemplate",
|
|
104601
|
-
"privacy": "protected",
|
|
104602
|
-
"return": {
|
|
104603
|
-
"type": {
|
|
104604
|
-
"text": "TemplateResult"
|
|
104605
|
-
}
|
|
104606
|
-
}
|
|
104607
|
-
}
|
|
104608
|
-
],
|
|
104609
|
-
"attributes": [
|
|
104610
|
-
{
|
|
104611
|
-
"name": "size",
|
|
104612
|
-
"type": {
|
|
104613
|
-
"text": "SbbNavigationActionSize"
|
|
104614
|
-
},
|
|
104615
|
-
"description": "Action size variant, either s, m or l.",
|
|
104616
|
-
"default": "'l' / 's' (lean)",
|
|
104617
|
-
"fieldName": "size"
|
|
104618
|
-
}
|
|
104619
|
-
],
|
|
104620
|
-
"parameters": [
|
|
104621
|
-
{
|
|
104622
|
-
"name": "superClass",
|
|
104623
|
-
"type": {
|
|
104624
|
-
"text": "T"
|
|
104625
|
-
}
|
|
104626
|
-
}
|
|
104627
|
-
]
|
|
104628
|
-
}
|
|
104629
|
-
],
|
|
104630
|
-
"exports": [
|
|
104631
|
-
{
|
|
104632
|
-
"kind": "js",
|
|
104633
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104634
|
-
"declaration": {
|
|
104635
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104636
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
104637
|
-
}
|
|
104638
|
-
},
|
|
104639
|
-
{
|
|
104640
|
-
"kind": "js",
|
|
104641
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104642
|
-
"declaration": {
|
|
104643
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104644
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
104645
|
-
}
|
|
104646
|
-
}
|
|
104647
|
-
]
|
|
104648
|
-
},
|
|
104649
104649
|
{
|
|
104650
104650
|
"kind": "javascript-module",
|
|
104651
104651
|
"path": "navigation/navigation/navigation.component.js",
|
|
@@ -115327,120 +115327,332 @@
|
|
|
115327
115327
|
}
|
|
115328
115328
|
}
|
|
115329
115329
|
],
|
|
115330
|
-
"attributes": [
|
|
115331
|
-
{
|
|
115332
|
-
"name": "color",
|
|
115333
|
-
"type": {
|
|
115334
|
-
"text": "'white' | 'milk'"
|
|
115335
|
-
},
|
|
115336
|
-
"default": "'white'",
|
|
115337
|
-
"description": "Background color of the sidebar. Either `white` or `milk`.",
|
|
115338
|
-
"fieldName": "color"
|
|
115339
|
-
},
|
|
115340
|
-
{
|
|
115341
|
-
"name": "mode",
|
|
115342
|
-
"type": {
|
|
115343
|
-
"text": "'side' | 'over'"
|
|
115344
|
-
},
|
|
115345
|
-
"default": "'side'",
|
|
115346
|
-
"description": "Mode of the sidebar; one of 'side' or 'over'.",
|
|
115347
|
-
"fieldName": "mode"
|
|
115348
|
-
},
|
|
115349
|
-
{
|
|
115350
|
-
"name": "position",
|
|
115351
|
-
"type": {
|
|
115352
|
-
"text": "'start' | 'end'"
|
|
115353
|
-
},
|
|
115354
|
-
"default": "'start'",
|
|
115355
|
-
"description": "The side that the sidebar is attached to.",
|
|
115356
|
-
"fieldName": "position"
|
|
115357
|
-
},
|
|
115358
|
-
{
|
|
115359
|
-
"name": "opened",
|
|
115360
|
-
"type": {
|
|
115361
|
-
"text": "boolean"
|
|
115362
|
-
},
|
|
115363
|
-
"default": "false",
|
|
115364
|
-
"description": "Whether the sidebar is opened or closed.\nCan be used to initially set the opened state, where\nthe animation will be skipped.",
|
|
115365
|
-
"fieldName": "opened"
|
|
115366
|
-
},
|
|
115367
|
-
{
|
|
115368
|
-
"name": "focus-on-open",
|
|
115369
|
-
"type": {
|
|
115370
|
-
"text": "boolean"
|
|
115371
|
-
},
|
|
115372
|
-
"default": "false",
|
|
115373
|
-
"description": "Whether the sidebar should focus the first focusable element automatically when opened.\nDefaults to false in when mode is set to `side`, otherwise defaults to true.\nIf explicitly enabled, focus will be moved into the sidebar in `side` mode as well.",
|
|
115374
|
-
"fieldName": "focusOnOpen"
|
|
115375
|
-
}
|
|
115376
|
-
],
|
|
115377
|
-
"mixins": [
|
|
115378
|
-
{
|
|
115379
|
-
"name": "SbbAnimationCompleteMixin",
|
|
115380
|
-
"module": "core/mixins.js"
|
|
115381
|
-
}
|
|
115382
|
-
],
|
|
115330
|
+
"attributes": [
|
|
115331
|
+
{
|
|
115332
|
+
"name": "color",
|
|
115333
|
+
"type": {
|
|
115334
|
+
"text": "'white' | 'milk'"
|
|
115335
|
+
},
|
|
115336
|
+
"default": "'white'",
|
|
115337
|
+
"description": "Background color of the sidebar. Either `white` or `milk`.",
|
|
115338
|
+
"fieldName": "color"
|
|
115339
|
+
},
|
|
115340
|
+
{
|
|
115341
|
+
"name": "mode",
|
|
115342
|
+
"type": {
|
|
115343
|
+
"text": "'side' | 'over'"
|
|
115344
|
+
},
|
|
115345
|
+
"default": "'side'",
|
|
115346
|
+
"description": "Mode of the sidebar; one of 'side' or 'over'.",
|
|
115347
|
+
"fieldName": "mode"
|
|
115348
|
+
},
|
|
115349
|
+
{
|
|
115350
|
+
"name": "position",
|
|
115351
|
+
"type": {
|
|
115352
|
+
"text": "'start' | 'end'"
|
|
115353
|
+
},
|
|
115354
|
+
"default": "'start'",
|
|
115355
|
+
"description": "The side that the sidebar is attached to.",
|
|
115356
|
+
"fieldName": "position"
|
|
115357
|
+
},
|
|
115358
|
+
{
|
|
115359
|
+
"name": "opened",
|
|
115360
|
+
"type": {
|
|
115361
|
+
"text": "boolean"
|
|
115362
|
+
},
|
|
115363
|
+
"default": "false",
|
|
115364
|
+
"description": "Whether the sidebar is opened or closed.\nCan be used to initially set the opened state, where\nthe animation will be skipped.",
|
|
115365
|
+
"fieldName": "opened"
|
|
115366
|
+
},
|
|
115367
|
+
{
|
|
115368
|
+
"name": "focus-on-open",
|
|
115369
|
+
"type": {
|
|
115370
|
+
"text": "boolean"
|
|
115371
|
+
},
|
|
115372
|
+
"default": "false",
|
|
115373
|
+
"description": "Whether the sidebar should focus the first focusable element automatically when opened.\nDefaults to false in when mode is set to `side`, otherwise defaults to true.\nIf explicitly enabled, focus will be moved into the sidebar in `side` mode as well.",
|
|
115374
|
+
"fieldName": "focusOnOpen"
|
|
115375
|
+
}
|
|
115376
|
+
],
|
|
115377
|
+
"mixins": [
|
|
115378
|
+
{
|
|
115379
|
+
"name": "SbbAnimationCompleteMixin",
|
|
115380
|
+
"module": "core/mixins.js"
|
|
115381
|
+
}
|
|
115382
|
+
],
|
|
115383
|
+
"superclass": {
|
|
115384
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115385
|
+
"module": "core/base-elements.js"
|
|
115386
|
+
},
|
|
115387
|
+
"tagName": "sbb-sidebar",
|
|
115388
|
+
"customElement": true,
|
|
115389
|
+
"events": [
|
|
115390
|
+
{
|
|
115391
|
+
"name": "beforeopen",
|
|
115392
|
+
"type": {
|
|
115393
|
+
"text": "Event"
|
|
115394
|
+
},
|
|
115395
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
115396
|
+
"inheritedFrom": {
|
|
115397
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115398
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
115399
|
+
}
|
|
115400
|
+
},
|
|
115401
|
+
{
|
|
115402
|
+
"name": "open",
|
|
115403
|
+
"type": {
|
|
115404
|
+
"text": "Event"
|
|
115405
|
+
},
|
|
115406
|
+
"description": "Emits whenever the component is opened.",
|
|
115407
|
+
"inheritedFrom": {
|
|
115408
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115409
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
115410
|
+
}
|
|
115411
|
+
},
|
|
115412
|
+
{
|
|
115413
|
+
"name": "beforeclose",
|
|
115414
|
+
"type": {
|
|
115415
|
+
"text": "Event"
|
|
115416
|
+
},
|
|
115417
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
115418
|
+
"inheritedFrom": {
|
|
115419
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115420
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
115421
|
+
}
|
|
115422
|
+
},
|
|
115423
|
+
{
|
|
115424
|
+
"name": "close",
|
|
115425
|
+
"type": {
|
|
115426
|
+
"text": "Event"
|
|
115427
|
+
},
|
|
115428
|
+
"description": "Emits whenever the component is closed.",
|
|
115429
|
+
"inheritedFrom": {
|
|
115430
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115431
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
115432
|
+
}
|
|
115433
|
+
}
|
|
115434
|
+
]
|
|
115435
|
+
}
|
|
115436
|
+
],
|
|
115437
|
+
"exports": [
|
|
115438
|
+
{
|
|
115439
|
+
"kind": "js",
|
|
115440
|
+
"name": "SbbSidebarElement",
|
|
115441
|
+
"declaration": {
|
|
115442
|
+
"name": "SbbSidebarElement",
|
|
115443
|
+
"module": "sidebar/sidebar/sidebar.component.js"
|
|
115444
|
+
}
|
|
115445
|
+
}
|
|
115446
|
+
]
|
|
115447
|
+
},
|
|
115448
|
+
{
|
|
115449
|
+
"kind": "javascript-module",
|
|
115450
|
+
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
115451
|
+
"declarations": [
|
|
115452
|
+
{
|
|
115453
|
+
"kind": "class",
|
|
115454
|
+
"description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
|
|
115455
|
+
"name": "SbbSidebarContainerElement",
|
|
115456
|
+
"slots": [
|
|
115457
|
+
{
|
|
115458
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
115459
|
+
"name": ""
|
|
115460
|
+
}
|
|
115461
|
+
],
|
|
115462
|
+
"members": [
|
|
115463
|
+
{
|
|
115464
|
+
"kind": "field",
|
|
115465
|
+
"name": "elementName",
|
|
115466
|
+
"type": {
|
|
115467
|
+
"text": "string"
|
|
115468
|
+
},
|
|
115469
|
+
"privacy": "public",
|
|
115470
|
+
"static": true,
|
|
115471
|
+
"readonly": true,
|
|
115472
|
+
"default": "'sbb-sidebar-container'",
|
|
115473
|
+
"inheritedFrom": {
|
|
115474
|
+
"name": "SbbElement",
|
|
115475
|
+
"module": "core/base-elements/element.js"
|
|
115476
|
+
}
|
|
115477
|
+
},
|
|
115478
|
+
{
|
|
115479
|
+
"kind": "field",
|
|
115480
|
+
"name": "sidebars",
|
|
115481
|
+
"type": {
|
|
115482
|
+
"text": "SbbSidebarElement[]"
|
|
115483
|
+
},
|
|
115484
|
+
"privacy": "public",
|
|
115485
|
+
"description": "The sidebar children.",
|
|
115486
|
+
"readonly": true
|
|
115487
|
+
},
|
|
115488
|
+
{
|
|
115489
|
+
"kind": "field",
|
|
115490
|
+
"name": "start",
|
|
115491
|
+
"type": {
|
|
115492
|
+
"text": "SbbSidebarElement | null"
|
|
115493
|
+
},
|
|
115494
|
+
"privacy": "public",
|
|
115495
|
+
"description": "The sidebar child with the `start` position.",
|
|
115496
|
+
"readonly": true
|
|
115497
|
+
},
|
|
115498
|
+
{
|
|
115499
|
+
"kind": "field",
|
|
115500
|
+
"name": "end",
|
|
115501
|
+
"type": {
|
|
115502
|
+
"text": "SbbSidebarElement | null"
|
|
115503
|
+
},
|
|
115504
|
+
"privacy": "public",
|
|
115505
|
+
"description": "The sidebar child with the `end` position.",
|
|
115506
|
+
"readonly": true
|
|
115507
|
+
},
|
|
115508
|
+
{
|
|
115509
|
+
"kind": "field",
|
|
115510
|
+
"name": "_forcedClosedSidebars",
|
|
115511
|
+
"privacy": "private",
|
|
115512
|
+
"default": "new WeakSet<SbbSidebarElement>()"
|
|
115513
|
+
},
|
|
115514
|
+
{
|
|
115515
|
+
"kind": "method",
|
|
115516
|
+
"name": "_handleWidthChange",
|
|
115517
|
+
"privacy": "private",
|
|
115518
|
+
"return": {
|
|
115519
|
+
"type": {
|
|
115520
|
+
"text": "void"
|
|
115521
|
+
}
|
|
115522
|
+
}
|
|
115523
|
+
},
|
|
115524
|
+
{
|
|
115525
|
+
"kind": "method",
|
|
115526
|
+
"name": "_calculateSpaceState",
|
|
115527
|
+
"privacy": "private",
|
|
115528
|
+
"return": {
|
|
115529
|
+
"type": {
|
|
115530
|
+
"text": "Promise<void>"
|
|
115531
|
+
}
|
|
115532
|
+
},
|
|
115533
|
+
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
115534
|
+
},
|
|
115535
|
+
{
|
|
115536
|
+
"kind": "field",
|
|
115537
|
+
"name": "_hydrationRequired",
|
|
115538
|
+
"type": {
|
|
115539
|
+
"text": "boolean"
|
|
115540
|
+
},
|
|
115541
|
+
"privacy": "private",
|
|
115542
|
+
"default": "!!this.shadowRoot",
|
|
115543
|
+
"inheritedFrom": {
|
|
115544
|
+
"name": "SbbElement",
|
|
115545
|
+
"module": "core/base-elements/element.js"
|
|
115546
|
+
}
|
|
115547
|
+
},
|
|
115548
|
+
{
|
|
115549
|
+
"kind": "field",
|
|
115550
|
+
"name": "_hydrationComplete",
|
|
115551
|
+
"privacy": "private",
|
|
115552
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
115553
|
+
"inheritedFrom": {
|
|
115554
|
+
"name": "SbbElement",
|
|
115555
|
+
"module": "core/base-elements/element.js"
|
|
115556
|
+
}
|
|
115557
|
+
},
|
|
115558
|
+
{
|
|
115559
|
+
"kind": "field",
|
|
115560
|
+
"name": "_resolveHydration",
|
|
115561
|
+
"type": {
|
|
115562
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
115563
|
+
},
|
|
115564
|
+
"privacy": "private",
|
|
115565
|
+
"inheritedFrom": {
|
|
115566
|
+
"name": "SbbElement",
|
|
115567
|
+
"module": "core/base-elements/element.js"
|
|
115568
|
+
}
|
|
115569
|
+
},
|
|
115570
|
+
{
|
|
115571
|
+
"kind": "field",
|
|
115572
|
+
"name": "hydrationRequired",
|
|
115573
|
+
"type": {
|
|
115574
|
+
"text": "boolean"
|
|
115575
|
+
},
|
|
115576
|
+
"privacy": "protected",
|
|
115577
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
115578
|
+
"readonly": true,
|
|
115579
|
+
"inheritedFrom": {
|
|
115580
|
+
"name": "SbbElement",
|
|
115581
|
+
"module": "core/base-elements/element.js"
|
|
115582
|
+
},
|
|
115583
|
+
"default": "!!this.shadowRoot"
|
|
115584
|
+
},
|
|
115585
|
+
{
|
|
115586
|
+
"kind": "method",
|
|
115587
|
+
"name": "toggleState",
|
|
115588
|
+
"privacy": "protected",
|
|
115589
|
+
"return": {
|
|
115590
|
+
"type": {
|
|
115591
|
+
"text": "void"
|
|
115592
|
+
}
|
|
115593
|
+
},
|
|
115594
|
+
"parameters": [
|
|
115595
|
+
{
|
|
115596
|
+
"name": "value",
|
|
115597
|
+
"type": {
|
|
115598
|
+
"text": "string"
|
|
115599
|
+
}
|
|
115600
|
+
},
|
|
115601
|
+
{
|
|
115602
|
+
"name": "force",
|
|
115603
|
+
"optional": true,
|
|
115604
|
+
"type": {
|
|
115605
|
+
"text": "boolean"
|
|
115606
|
+
}
|
|
115607
|
+
}
|
|
115608
|
+
],
|
|
115609
|
+
"inheritedFrom": {
|
|
115610
|
+
"name": "SbbElement",
|
|
115611
|
+
"module": "core/base-elements/element.js"
|
|
115612
|
+
}
|
|
115613
|
+
},
|
|
115614
|
+
{
|
|
115615
|
+
"kind": "field",
|
|
115616
|
+
"name": "['_$sbbElement$']",
|
|
115617
|
+
"type": {
|
|
115618
|
+
"text": "boolean"
|
|
115619
|
+
},
|
|
115620
|
+
"privacy": "public",
|
|
115621
|
+
"static": true,
|
|
115622
|
+
"default": "true",
|
|
115623
|
+
"inheritedFrom": {
|
|
115624
|
+
"name": "SbbElement",
|
|
115625
|
+
"module": "core/base-elements/element.js"
|
|
115626
|
+
}
|
|
115627
|
+
},
|
|
115628
|
+
{
|
|
115629
|
+
"kind": "field",
|
|
115630
|
+
"name": "_controllers",
|
|
115631
|
+
"type": {
|
|
115632
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
115633
|
+
},
|
|
115634
|
+
"privacy": "private",
|
|
115635
|
+
"inheritedFrom": {
|
|
115636
|
+
"name": "SbbElement",
|
|
115637
|
+
"module": "core/base-elements/element.js"
|
|
115638
|
+
}
|
|
115639
|
+
}
|
|
115640
|
+
],
|
|
115383
115641
|
"superclass": {
|
|
115384
|
-
"name": "
|
|
115642
|
+
"name": "SbbElement",
|
|
115385
115643
|
"module": "core/base-elements.js"
|
|
115386
115644
|
},
|
|
115387
|
-
"tagName": "sbb-sidebar",
|
|
115388
|
-
"customElement": true
|
|
115389
|
-
"events": [
|
|
115390
|
-
{
|
|
115391
|
-
"name": "beforeopen",
|
|
115392
|
-
"type": {
|
|
115393
|
-
"text": "Event"
|
|
115394
|
-
},
|
|
115395
|
-
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
115396
|
-
"inheritedFrom": {
|
|
115397
|
-
"name": "SbbOpenCloseBaseElement",
|
|
115398
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
115399
|
-
}
|
|
115400
|
-
},
|
|
115401
|
-
{
|
|
115402
|
-
"name": "open",
|
|
115403
|
-
"type": {
|
|
115404
|
-
"text": "Event"
|
|
115405
|
-
},
|
|
115406
|
-
"description": "Emits whenever the component is opened.",
|
|
115407
|
-
"inheritedFrom": {
|
|
115408
|
-
"name": "SbbOpenCloseBaseElement",
|
|
115409
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
115410
|
-
}
|
|
115411
|
-
},
|
|
115412
|
-
{
|
|
115413
|
-
"name": "beforeclose",
|
|
115414
|
-
"type": {
|
|
115415
|
-
"text": "Event"
|
|
115416
|
-
},
|
|
115417
|
-
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
115418
|
-
"inheritedFrom": {
|
|
115419
|
-
"name": "SbbOpenCloseBaseElement",
|
|
115420
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
115421
|
-
}
|
|
115422
|
-
},
|
|
115423
|
-
{
|
|
115424
|
-
"name": "close",
|
|
115425
|
-
"type": {
|
|
115426
|
-
"text": "Event"
|
|
115427
|
-
},
|
|
115428
|
-
"description": "Emits whenever the component is closed.",
|
|
115429
|
-
"inheritedFrom": {
|
|
115430
|
-
"name": "SbbOpenCloseBaseElement",
|
|
115431
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
115432
|
-
}
|
|
115433
|
-
}
|
|
115434
|
-
]
|
|
115645
|
+
"tagName": "sbb-sidebar-container",
|
|
115646
|
+
"customElement": true
|
|
115435
115647
|
}
|
|
115436
115648
|
],
|
|
115437
115649
|
"exports": [
|
|
115438
115650
|
{
|
|
115439
115651
|
"kind": "js",
|
|
115440
|
-
"name": "
|
|
115652
|
+
"name": "SbbSidebarContainerElement",
|
|
115441
115653
|
"declaration": {
|
|
115442
|
-
"name": "
|
|
115443
|
-
"module": "sidebar/sidebar/sidebar.component.js"
|
|
115654
|
+
"name": "SbbSidebarContainerElement",
|
|
115655
|
+
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
115444
115656
|
}
|
|
115445
115657
|
}
|
|
115446
115658
|
]
|
|
@@ -116465,218 +116677,6 @@
|
|
|
116465
116677
|
}
|
|
116466
116678
|
]
|
|
116467
116679
|
},
|
|
116468
|
-
{
|
|
116469
|
-
"kind": "javascript-module",
|
|
116470
|
-
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
116471
|
-
"declarations": [
|
|
116472
|
-
{
|
|
116473
|
-
"kind": "class",
|
|
116474
|
-
"description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
|
|
116475
|
-
"name": "SbbSidebarContainerElement",
|
|
116476
|
-
"slots": [
|
|
116477
|
-
{
|
|
116478
|
-
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
116479
|
-
"name": ""
|
|
116480
|
-
}
|
|
116481
|
-
],
|
|
116482
|
-
"members": [
|
|
116483
|
-
{
|
|
116484
|
-
"kind": "field",
|
|
116485
|
-
"name": "elementName",
|
|
116486
|
-
"type": {
|
|
116487
|
-
"text": "string"
|
|
116488
|
-
},
|
|
116489
|
-
"privacy": "public",
|
|
116490
|
-
"static": true,
|
|
116491
|
-
"readonly": true,
|
|
116492
|
-
"default": "'sbb-sidebar-container'",
|
|
116493
|
-
"inheritedFrom": {
|
|
116494
|
-
"name": "SbbElement",
|
|
116495
|
-
"module": "core/base-elements/element.js"
|
|
116496
|
-
}
|
|
116497
|
-
},
|
|
116498
|
-
{
|
|
116499
|
-
"kind": "field",
|
|
116500
|
-
"name": "sidebars",
|
|
116501
|
-
"type": {
|
|
116502
|
-
"text": "SbbSidebarElement[]"
|
|
116503
|
-
},
|
|
116504
|
-
"privacy": "public",
|
|
116505
|
-
"description": "The sidebar children.",
|
|
116506
|
-
"readonly": true
|
|
116507
|
-
},
|
|
116508
|
-
{
|
|
116509
|
-
"kind": "field",
|
|
116510
|
-
"name": "start",
|
|
116511
|
-
"type": {
|
|
116512
|
-
"text": "SbbSidebarElement | null"
|
|
116513
|
-
},
|
|
116514
|
-
"privacy": "public",
|
|
116515
|
-
"description": "The sidebar child with the `start` position.",
|
|
116516
|
-
"readonly": true
|
|
116517
|
-
},
|
|
116518
|
-
{
|
|
116519
|
-
"kind": "field",
|
|
116520
|
-
"name": "end",
|
|
116521
|
-
"type": {
|
|
116522
|
-
"text": "SbbSidebarElement | null"
|
|
116523
|
-
},
|
|
116524
|
-
"privacy": "public",
|
|
116525
|
-
"description": "The sidebar child with the `end` position.",
|
|
116526
|
-
"readonly": true
|
|
116527
|
-
},
|
|
116528
|
-
{
|
|
116529
|
-
"kind": "field",
|
|
116530
|
-
"name": "_forcedClosedSidebars",
|
|
116531
|
-
"privacy": "private",
|
|
116532
|
-
"default": "new WeakSet<SbbSidebarElement>()"
|
|
116533
|
-
},
|
|
116534
|
-
{
|
|
116535
|
-
"kind": "method",
|
|
116536
|
-
"name": "_handleWidthChange",
|
|
116537
|
-
"privacy": "private",
|
|
116538
|
-
"return": {
|
|
116539
|
-
"type": {
|
|
116540
|
-
"text": "void"
|
|
116541
|
-
}
|
|
116542
|
-
}
|
|
116543
|
-
},
|
|
116544
|
-
{
|
|
116545
|
-
"kind": "method",
|
|
116546
|
-
"name": "_calculateSpaceState",
|
|
116547
|
-
"privacy": "private",
|
|
116548
|
-
"return": {
|
|
116549
|
-
"type": {
|
|
116550
|
-
"text": "Promise<void>"
|
|
116551
|
-
}
|
|
116552
|
-
},
|
|
116553
|
-
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
116554
|
-
},
|
|
116555
|
-
{
|
|
116556
|
-
"kind": "field",
|
|
116557
|
-
"name": "_hydrationRequired",
|
|
116558
|
-
"type": {
|
|
116559
|
-
"text": "boolean"
|
|
116560
|
-
},
|
|
116561
|
-
"privacy": "private",
|
|
116562
|
-
"default": "!!this.shadowRoot",
|
|
116563
|
-
"inheritedFrom": {
|
|
116564
|
-
"name": "SbbElement",
|
|
116565
|
-
"module": "core/base-elements/element.js"
|
|
116566
|
-
}
|
|
116567
|
-
},
|
|
116568
|
-
{
|
|
116569
|
-
"kind": "field",
|
|
116570
|
-
"name": "_hydrationComplete",
|
|
116571
|
-
"privacy": "private",
|
|
116572
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
116573
|
-
"inheritedFrom": {
|
|
116574
|
-
"name": "SbbElement",
|
|
116575
|
-
"module": "core/base-elements/element.js"
|
|
116576
|
-
}
|
|
116577
|
-
},
|
|
116578
|
-
{
|
|
116579
|
-
"kind": "field",
|
|
116580
|
-
"name": "_resolveHydration",
|
|
116581
|
-
"type": {
|
|
116582
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
116583
|
-
},
|
|
116584
|
-
"privacy": "private",
|
|
116585
|
-
"inheritedFrom": {
|
|
116586
|
-
"name": "SbbElement",
|
|
116587
|
-
"module": "core/base-elements/element.js"
|
|
116588
|
-
}
|
|
116589
|
-
},
|
|
116590
|
-
{
|
|
116591
|
-
"kind": "field",
|
|
116592
|
-
"name": "hydrationRequired",
|
|
116593
|
-
"type": {
|
|
116594
|
-
"text": "boolean"
|
|
116595
|
-
},
|
|
116596
|
-
"privacy": "protected",
|
|
116597
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
116598
|
-
"readonly": true,
|
|
116599
|
-
"inheritedFrom": {
|
|
116600
|
-
"name": "SbbElement",
|
|
116601
|
-
"module": "core/base-elements/element.js"
|
|
116602
|
-
},
|
|
116603
|
-
"default": "!!this.shadowRoot"
|
|
116604
|
-
},
|
|
116605
|
-
{
|
|
116606
|
-
"kind": "method",
|
|
116607
|
-
"name": "toggleState",
|
|
116608
|
-
"privacy": "protected",
|
|
116609
|
-
"return": {
|
|
116610
|
-
"type": {
|
|
116611
|
-
"text": "void"
|
|
116612
|
-
}
|
|
116613
|
-
},
|
|
116614
|
-
"parameters": [
|
|
116615
|
-
{
|
|
116616
|
-
"name": "value",
|
|
116617
|
-
"type": {
|
|
116618
|
-
"text": "string"
|
|
116619
|
-
}
|
|
116620
|
-
},
|
|
116621
|
-
{
|
|
116622
|
-
"name": "force",
|
|
116623
|
-
"optional": true,
|
|
116624
|
-
"type": {
|
|
116625
|
-
"text": "boolean"
|
|
116626
|
-
}
|
|
116627
|
-
}
|
|
116628
|
-
],
|
|
116629
|
-
"inheritedFrom": {
|
|
116630
|
-
"name": "SbbElement",
|
|
116631
|
-
"module": "core/base-elements/element.js"
|
|
116632
|
-
}
|
|
116633
|
-
},
|
|
116634
|
-
{
|
|
116635
|
-
"kind": "field",
|
|
116636
|
-
"name": "['_$sbbElement$']",
|
|
116637
|
-
"type": {
|
|
116638
|
-
"text": "boolean"
|
|
116639
|
-
},
|
|
116640
|
-
"privacy": "public",
|
|
116641
|
-
"static": true,
|
|
116642
|
-
"default": "true",
|
|
116643
|
-
"inheritedFrom": {
|
|
116644
|
-
"name": "SbbElement",
|
|
116645
|
-
"module": "core/base-elements/element.js"
|
|
116646
|
-
}
|
|
116647
|
-
},
|
|
116648
|
-
{
|
|
116649
|
-
"kind": "field",
|
|
116650
|
-
"name": "_controllers",
|
|
116651
|
-
"type": {
|
|
116652
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
116653
|
-
},
|
|
116654
|
-
"privacy": "private",
|
|
116655
|
-
"inheritedFrom": {
|
|
116656
|
-
"name": "SbbElement",
|
|
116657
|
-
"module": "core/base-elements/element.js"
|
|
116658
|
-
}
|
|
116659
|
-
}
|
|
116660
|
-
],
|
|
116661
|
-
"superclass": {
|
|
116662
|
-
"name": "SbbElement",
|
|
116663
|
-
"module": "core/base-elements.js"
|
|
116664
|
-
},
|
|
116665
|
-
"tagName": "sbb-sidebar-container",
|
|
116666
|
-
"customElement": true
|
|
116667
|
-
}
|
|
116668
|
-
],
|
|
116669
|
-
"exports": [
|
|
116670
|
-
{
|
|
116671
|
-
"kind": "js",
|
|
116672
|
-
"name": "SbbSidebarContainerElement",
|
|
116673
|
-
"declaration": {
|
|
116674
|
-
"name": "SbbSidebarContainerElement",
|
|
116675
|
-
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
116676
|
-
}
|
|
116677
|
-
}
|
|
116678
|
-
]
|
|
116679
|
-
},
|
|
116680
116680
|
{
|
|
116681
116681
|
"kind": "javascript-module",
|
|
116682
116682
|
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|