@sbb-esta/lyne-elements-dev 4.9.0-dev.1775549122 → 4.10.0-dev.1775549890
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 +566 -566
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -9403,205 +9403,6 @@
|
|
|
9403
9403
|
}
|
|
9404
9404
|
]
|
|
9405
9405
|
},
|
|
9406
|
-
{
|
|
9407
|
-
"kind": "javascript-module",
|
|
9408
|
-
"path": "chip-label/chip-label.component.js",
|
|
9409
|
-
"declarations": [
|
|
9410
|
-
{
|
|
9411
|
-
"kind": "class",
|
|
9412
|
-
"description": "It displays brief and compact information.",
|
|
9413
|
-
"name": "SbbChipLabelElement",
|
|
9414
|
-
"slots": [
|
|
9415
|
-
{
|
|
9416
|
-
"description": "Use the unnamed slot to add content to the `sbb-chip-label`.",
|
|
9417
|
-
"name": ""
|
|
9418
|
-
}
|
|
9419
|
-
],
|
|
9420
|
-
"members": [
|
|
9421
|
-
{
|
|
9422
|
-
"kind": "field",
|
|
9423
|
-
"name": "elementName",
|
|
9424
|
-
"type": {
|
|
9425
|
-
"text": "string"
|
|
9426
|
-
},
|
|
9427
|
-
"privacy": "public",
|
|
9428
|
-
"static": true,
|
|
9429
|
-
"readonly": true,
|
|
9430
|
-
"default": "'sbb-chip-label'",
|
|
9431
|
-
"inheritedFrom": {
|
|
9432
|
-
"name": "SbbElement",
|
|
9433
|
-
"module": "core/base-elements/element.js"
|
|
9434
|
-
}
|
|
9435
|
-
},
|
|
9436
|
-
{
|
|
9437
|
-
"kind": "field",
|
|
9438
|
-
"name": "size",
|
|
9439
|
-
"type": {
|
|
9440
|
-
"text": "'xxs' | 'xs' | 's'"
|
|
9441
|
-
},
|
|
9442
|
-
"privacy": "public",
|
|
9443
|
-
"default": "'xxs'",
|
|
9444
|
-
"description": "Size of the chip.",
|
|
9445
|
-
"attribute": "size",
|
|
9446
|
-
"reflects": true
|
|
9447
|
-
},
|
|
9448
|
-
{
|
|
9449
|
-
"kind": "field",
|
|
9450
|
-
"name": "color",
|
|
9451
|
-
"type": {
|
|
9452
|
-
"text": "'milk' | 'charcoal' | 'white' | 'granite'"
|
|
9453
|
-
},
|
|
9454
|
-
"privacy": "public",
|
|
9455
|
-
"default": "'milk'",
|
|
9456
|
-
"description": "Color of the chip.",
|
|
9457
|
-
"attribute": "color",
|
|
9458
|
-
"reflects": true
|
|
9459
|
-
},
|
|
9460
|
-
{
|
|
9461
|
-
"kind": "field",
|
|
9462
|
-
"name": "_hydrationRequired",
|
|
9463
|
-
"type": {
|
|
9464
|
-
"text": "boolean"
|
|
9465
|
-
},
|
|
9466
|
-
"privacy": "private",
|
|
9467
|
-
"default": "!!this.shadowRoot",
|
|
9468
|
-
"inheritedFrom": {
|
|
9469
|
-
"name": "SbbHydrationMixin",
|
|
9470
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
9471
|
-
}
|
|
9472
|
-
},
|
|
9473
|
-
{
|
|
9474
|
-
"kind": "field",
|
|
9475
|
-
"name": "_hydrationComplete",
|
|
9476
|
-
"privacy": "private",
|
|
9477
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
9478
|
-
"inheritedFrom": {
|
|
9479
|
-
"name": "SbbHydrationMixin",
|
|
9480
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
9481
|
-
}
|
|
9482
|
-
},
|
|
9483
|
-
{
|
|
9484
|
-
"kind": "field",
|
|
9485
|
-
"name": "_resolveHydration",
|
|
9486
|
-
"type": {
|
|
9487
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
9488
|
-
},
|
|
9489
|
-
"privacy": "private",
|
|
9490
|
-
"inheritedFrom": {
|
|
9491
|
-
"name": "SbbHydrationMixin",
|
|
9492
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
9493
|
-
}
|
|
9494
|
-
},
|
|
9495
|
-
{
|
|
9496
|
-
"kind": "field",
|
|
9497
|
-
"name": "hydrationRequired",
|
|
9498
|
-
"type": {
|
|
9499
|
-
"text": "boolean"
|
|
9500
|
-
},
|
|
9501
|
-
"privacy": "protected",
|
|
9502
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
9503
|
-
"readonly": true,
|
|
9504
|
-
"inheritedFrom": {
|
|
9505
|
-
"name": "SbbHydrationMixin",
|
|
9506
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
9507
|
-
},
|
|
9508
|
-
"default": "!!this.shadowRoot"
|
|
9509
|
-
},
|
|
9510
|
-
{
|
|
9511
|
-
"kind": "method",
|
|
9512
|
-
"name": "toggleState",
|
|
9513
|
-
"privacy": "protected",
|
|
9514
|
-
"return": {
|
|
9515
|
-
"type": {
|
|
9516
|
-
"text": "void"
|
|
9517
|
-
}
|
|
9518
|
-
},
|
|
9519
|
-
"parameters": [
|
|
9520
|
-
{
|
|
9521
|
-
"name": "value",
|
|
9522
|
-
"type": {
|
|
9523
|
-
"text": "string"
|
|
9524
|
-
}
|
|
9525
|
-
},
|
|
9526
|
-
{
|
|
9527
|
-
"name": "force",
|
|
9528
|
-
"optional": true,
|
|
9529
|
-
"type": {
|
|
9530
|
-
"text": "boolean"
|
|
9531
|
-
}
|
|
9532
|
-
}
|
|
9533
|
-
],
|
|
9534
|
-
"inheritedFrom": {
|
|
9535
|
-
"name": "SbbElementInternalsMixin",
|
|
9536
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
9537
|
-
}
|
|
9538
|
-
},
|
|
9539
|
-
{
|
|
9540
|
-
"kind": "field",
|
|
9541
|
-
"name": "['_$sbbElement$']",
|
|
9542
|
-
"type": {
|
|
9543
|
-
"text": "boolean"
|
|
9544
|
-
},
|
|
9545
|
-
"privacy": "public",
|
|
9546
|
-
"static": true,
|
|
9547
|
-
"default": "true",
|
|
9548
|
-
"inheritedFrom": {
|
|
9549
|
-
"name": "SbbElement",
|
|
9550
|
-
"module": "core/base-elements/element.js"
|
|
9551
|
-
}
|
|
9552
|
-
},
|
|
9553
|
-
{
|
|
9554
|
-
"kind": "field",
|
|
9555
|
-
"name": "_controllers",
|
|
9556
|
-
"type": {
|
|
9557
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
9558
|
-
},
|
|
9559
|
-
"privacy": "private",
|
|
9560
|
-
"inheritedFrom": {
|
|
9561
|
-
"name": "SbbElement",
|
|
9562
|
-
"module": "core/base-elements/element.js"
|
|
9563
|
-
}
|
|
9564
|
-
}
|
|
9565
|
-
],
|
|
9566
|
-
"attributes": [
|
|
9567
|
-
{
|
|
9568
|
-
"name": "size",
|
|
9569
|
-
"type": {
|
|
9570
|
-
"text": "'xxs' | 'xs' | 's'"
|
|
9571
|
-
},
|
|
9572
|
-
"default": "'xxs'",
|
|
9573
|
-
"description": "Size of the chip.",
|
|
9574
|
-
"fieldName": "size"
|
|
9575
|
-
},
|
|
9576
|
-
{
|
|
9577
|
-
"name": "color",
|
|
9578
|
-
"type": {
|
|
9579
|
-
"text": "'milk' | 'charcoal' | 'white' | 'granite'"
|
|
9580
|
-
},
|
|
9581
|
-
"default": "'milk'",
|
|
9582
|
-
"description": "Color of the chip.",
|
|
9583
|
-
"fieldName": "color"
|
|
9584
|
-
}
|
|
9585
|
-
],
|
|
9586
|
-
"superclass": {
|
|
9587
|
-
"name": "SbbElement",
|
|
9588
|
-
"module": "core/base-elements.js"
|
|
9589
|
-
},
|
|
9590
|
-
"tagName": "sbb-chip-label",
|
|
9591
|
-
"customElement": true
|
|
9592
|
-
}
|
|
9593
|
-
],
|
|
9594
|
-
"exports": [
|
|
9595
|
-
{
|
|
9596
|
-
"kind": "js",
|
|
9597
|
-
"name": "SbbChipLabelElement",
|
|
9598
|
-
"declaration": {
|
|
9599
|
-
"name": "SbbChipLabelElement",
|
|
9600
|
-
"module": "chip-label/chip-label.component.js"
|
|
9601
|
-
}
|
|
9602
|
-
}
|
|
9603
|
-
]
|
|
9604
|
-
},
|
|
9605
9406
|
{
|
|
9606
9407
|
"kind": "javascript-module",
|
|
9607
9408
|
"path": "clock/clock.component.js",
|
|
@@ -10032,6 +9833,205 @@
|
|
|
10032
9833
|
}
|
|
10033
9834
|
]
|
|
10034
9835
|
},
|
|
9836
|
+
{
|
|
9837
|
+
"kind": "javascript-module",
|
|
9838
|
+
"path": "chip-label/chip-label.component.js",
|
|
9839
|
+
"declarations": [
|
|
9840
|
+
{
|
|
9841
|
+
"kind": "class",
|
|
9842
|
+
"description": "It displays brief and compact information.",
|
|
9843
|
+
"name": "SbbChipLabelElement",
|
|
9844
|
+
"slots": [
|
|
9845
|
+
{
|
|
9846
|
+
"description": "Use the unnamed slot to add content to the `sbb-chip-label`.",
|
|
9847
|
+
"name": ""
|
|
9848
|
+
}
|
|
9849
|
+
],
|
|
9850
|
+
"members": [
|
|
9851
|
+
{
|
|
9852
|
+
"kind": "field",
|
|
9853
|
+
"name": "elementName",
|
|
9854
|
+
"type": {
|
|
9855
|
+
"text": "string"
|
|
9856
|
+
},
|
|
9857
|
+
"privacy": "public",
|
|
9858
|
+
"static": true,
|
|
9859
|
+
"readonly": true,
|
|
9860
|
+
"default": "'sbb-chip-label'",
|
|
9861
|
+
"inheritedFrom": {
|
|
9862
|
+
"name": "SbbElement",
|
|
9863
|
+
"module": "core/base-elements/element.js"
|
|
9864
|
+
}
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
"kind": "field",
|
|
9868
|
+
"name": "size",
|
|
9869
|
+
"type": {
|
|
9870
|
+
"text": "'xxs' | 'xs' | 's'"
|
|
9871
|
+
},
|
|
9872
|
+
"privacy": "public",
|
|
9873
|
+
"default": "'xxs'",
|
|
9874
|
+
"description": "Size of the chip.",
|
|
9875
|
+
"attribute": "size",
|
|
9876
|
+
"reflects": true
|
|
9877
|
+
},
|
|
9878
|
+
{
|
|
9879
|
+
"kind": "field",
|
|
9880
|
+
"name": "color",
|
|
9881
|
+
"type": {
|
|
9882
|
+
"text": "'milk' | 'charcoal' | 'white' | 'granite'"
|
|
9883
|
+
},
|
|
9884
|
+
"privacy": "public",
|
|
9885
|
+
"default": "'milk'",
|
|
9886
|
+
"description": "Color of the chip.",
|
|
9887
|
+
"attribute": "color",
|
|
9888
|
+
"reflects": true
|
|
9889
|
+
},
|
|
9890
|
+
{
|
|
9891
|
+
"kind": "field",
|
|
9892
|
+
"name": "_hydrationRequired",
|
|
9893
|
+
"type": {
|
|
9894
|
+
"text": "boolean"
|
|
9895
|
+
},
|
|
9896
|
+
"privacy": "private",
|
|
9897
|
+
"default": "!!this.shadowRoot",
|
|
9898
|
+
"inheritedFrom": {
|
|
9899
|
+
"name": "SbbHydrationMixin",
|
|
9900
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
9901
|
+
}
|
|
9902
|
+
},
|
|
9903
|
+
{
|
|
9904
|
+
"kind": "field",
|
|
9905
|
+
"name": "_hydrationComplete",
|
|
9906
|
+
"privacy": "private",
|
|
9907
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
9908
|
+
"inheritedFrom": {
|
|
9909
|
+
"name": "SbbHydrationMixin",
|
|
9910
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
9911
|
+
}
|
|
9912
|
+
},
|
|
9913
|
+
{
|
|
9914
|
+
"kind": "field",
|
|
9915
|
+
"name": "_resolveHydration",
|
|
9916
|
+
"type": {
|
|
9917
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
9918
|
+
},
|
|
9919
|
+
"privacy": "private",
|
|
9920
|
+
"inheritedFrom": {
|
|
9921
|
+
"name": "SbbHydrationMixin",
|
|
9922
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
9923
|
+
}
|
|
9924
|
+
},
|
|
9925
|
+
{
|
|
9926
|
+
"kind": "field",
|
|
9927
|
+
"name": "hydrationRequired",
|
|
9928
|
+
"type": {
|
|
9929
|
+
"text": "boolean"
|
|
9930
|
+
},
|
|
9931
|
+
"privacy": "protected",
|
|
9932
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
9933
|
+
"readonly": true,
|
|
9934
|
+
"inheritedFrom": {
|
|
9935
|
+
"name": "SbbHydrationMixin",
|
|
9936
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
9937
|
+
},
|
|
9938
|
+
"default": "!!this.shadowRoot"
|
|
9939
|
+
},
|
|
9940
|
+
{
|
|
9941
|
+
"kind": "method",
|
|
9942
|
+
"name": "toggleState",
|
|
9943
|
+
"privacy": "protected",
|
|
9944
|
+
"return": {
|
|
9945
|
+
"type": {
|
|
9946
|
+
"text": "void"
|
|
9947
|
+
}
|
|
9948
|
+
},
|
|
9949
|
+
"parameters": [
|
|
9950
|
+
{
|
|
9951
|
+
"name": "value",
|
|
9952
|
+
"type": {
|
|
9953
|
+
"text": "string"
|
|
9954
|
+
}
|
|
9955
|
+
},
|
|
9956
|
+
{
|
|
9957
|
+
"name": "force",
|
|
9958
|
+
"optional": true,
|
|
9959
|
+
"type": {
|
|
9960
|
+
"text": "boolean"
|
|
9961
|
+
}
|
|
9962
|
+
}
|
|
9963
|
+
],
|
|
9964
|
+
"inheritedFrom": {
|
|
9965
|
+
"name": "SbbElementInternalsMixin",
|
|
9966
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
9967
|
+
}
|
|
9968
|
+
},
|
|
9969
|
+
{
|
|
9970
|
+
"kind": "field",
|
|
9971
|
+
"name": "['_$sbbElement$']",
|
|
9972
|
+
"type": {
|
|
9973
|
+
"text": "boolean"
|
|
9974
|
+
},
|
|
9975
|
+
"privacy": "public",
|
|
9976
|
+
"static": true,
|
|
9977
|
+
"default": "true",
|
|
9978
|
+
"inheritedFrom": {
|
|
9979
|
+
"name": "SbbElement",
|
|
9980
|
+
"module": "core/base-elements/element.js"
|
|
9981
|
+
}
|
|
9982
|
+
},
|
|
9983
|
+
{
|
|
9984
|
+
"kind": "field",
|
|
9985
|
+
"name": "_controllers",
|
|
9986
|
+
"type": {
|
|
9987
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
9988
|
+
},
|
|
9989
|
+
"privacy": "private",
|
|
9990
|
+
"inheritedFrom": {
|
|
9991
|
+
"name": "SbbElement",
|
|
9992
|
+
"module": "core/base-elements/element.js"
|
|
9993
|
+
}
|
|
9994
|
+
}
|
|
9995
|
+
],
|
|
9996
|
+
"attributes": [
|
|
9997
|
+
{
|
|
9998
|
+
"name": "size",
|
|
9999
|
+
"type": {
|
|
10000
|
+
"text": "'xxs' | 'xs' | 's'"
|
|
10001
|
+
},
|
|
10002
|
+
"default": "'xxs'",
|
|
10003
|
+
"description": "Size of the chip.",
|
|
10004
|
+
"fieldName": "size"
|
|
10005
|
+
},
|
|
10006
|
+
{
|
|
10007
|
+
"name": "color",
|
|
10008
|
+
"type": {
|
|
10009
|
+
"text": "'milk' | 'charcoal' | 'white' | 'granite'"
|
|
10010
|
+
},
|
|
10011
|
+
"default": "'milk'",
|
|
10012
|
+
"description": "Color of the chip.",
|
|
10013
|
+
"fieldName": "color"
|
|
10014
|
+
}
|
|
10015
|
+
],
|
|
10016
|
+
"superclass": {
|
|
10017
|
+
"name": "SbbElement",
|
|
10018
|
+
"module": "core/base-elements.js"
|
|
10019
|
+
},
|
|
10020
|
+
"tagName": "sbb-chip-label",
|
|
10021
|
+
"customElement": true
|
|
10022
|
+
}
|
|
10023
|
+
],
|
|
10024
|
+
"exports": [
|
|
10025
|
+
{
|
|
10026
|
+
"kind": "js",
|
|
10027
|
+
"name": "SbbChipLabelElement",
|
|
10028
|
+
"declaration": {
|
|
10029
|
+
"name": "SbbChipLabelElement",
|
|
10030
|
+
"module": "chip-label/chip-label.component.js"
|
|
10031
|
+
}
|
|
10032
|
+
}
|
|
10033
|
+
]
|
|
10034
|
+
},
|
|
10035
10035
|
{
|
|
10036
10036
|
"kind": "javascript-module",
|
|
10037
10037
|
"path": "container/container.js",
|
|
@@ -120222,6 +120222,218 @@
|
|
|
120222
120222
|
}
|
|
120223
120223
|
]
|
|
120224
120224
|
},
|
|
120225
|
+
{
|
|
120226
|
+
"kind": "javascript-module",
|
|
120227
|
+
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
120228
|
+
"declarations": [
|
|
120229
|
+
{
|
|
120230
|
+
"kind": "class",
|
|
120231
|
+
"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.",
|
|
120232
|
+
"name": "SbbSidebarContainerElement",
|
|
120233
|
+
"slots": [
|
|
120234
|
+
{
|
|
120235
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
120236
|
+
"name": ""
|
|
120237
|
+
}
|
|
120238
|
+
],
|
|
120239
|
+
"members": [
|
|
120240
|
+
{
|
|
120241
|
+
"kind": "field",
|
|
120242
|
+
"name": "elementName",
|
|
120243
|
+
"type": {
|
|
120244
|
+
"text": "string"
|
|
120245
|
+
},
|
|
120246
|
+
"privacy": "public",
|
|
120247
|
+
"static": true,
|
|
120248
|
+
"readonly": true,
|
|
120249
|
+
"default": "'sbb-sidebar-container'",
|
|
120250
|
+
"inheritedFrom": {
|
|
120251
|
+
"name": "SbbElement",
|
|
120252
|
+
"module": "core/base-elements/element.js"
|
|
120253
|
+
}
|
|
120254
|
+
},
|
|
120255
|
+
{
|
|
120256
|
+
"kind": "field",
|
|
120257
|
+
"name": "sidebars",
|
|
120258
|
+
"type": {
|
|
120259
|
+
"text": "SbbSidebarElement[]"
|
|
120260
|
+
},
|
|
120261
|
+
"privacy": "public",
|
|
120262
|
+
"description": "The sidebar children.",
|
|
120263
|
+
"readonly": true
|
|
120264
|
+
},
|
|
120265
|
+
{
|
|
120266
|
+
"kind": "field",
|
|
120267
|
+
"name": "start",
|
|
120268
|
+
"type": {
|
|
120269
|
+
"text": "SbbSidebarElement | null"
|
|
120270
|
+
},
|
|
120271
|
+
"privacy": "public",
|
|
120272
|
+
"description": "The sidebar child with the `start` position.",
|
|
120273
|
+
"readonly": true
|
|
120274
|
+
},
|
|
120275
|
+
{
|
|
120276
|
+
"kind": "field",
|
|
120277
|
+
"name": "end",
|
|
120278
|
+
"type": {
|
|
120279
|
+
"text": "SbbSidebarElement | null"
|
|
120280
|
+
},
|
|
120281
|
+
"privacy": "public",
|
|
120282
|
+
"description": "The sidebar child with the `end` position.",
|
|
120283
|
+
"readonly": true
|
|
120284
|
+
},
|
|
120285
|
+
{
|
|
120286
|
+
"kind": "field",
|
|
120287
|
+
"name": "_forcedClosedSidebars",
|
|
120288
|
+
"privacy": "private",
|
|
120289
|
+
"default": "new WeakSet<SbbSidebarElement>()"
|
|
120290
|
+
},
|
|
120291
|
+
{
|
|
120292
|
+
"kind": "method",
|
|
120293
|
+
"name": "_handleWidthChange",
|
|
120294
|
+
"privacy": "private",
|
|
120295
|
+
"return": {
|
|
120296
|
+
"type": {
|
|
120297
|
+
"text": "void"
|
|
120298
|
+
}
|
|
120299
|
+
}
|
|
120300
|
+
},
|
|
120301
|
+
{
|
|
120302
|
+
"kind": "method",
|
|
120303
|
+
"name": "_calculateSpaceState",
|
|
120304
|
+
"privacy": "private",
|
|
120305
|
+
"return": {
|
|
120306
|
+
"type": {
|
|
120307
|
+
"text": "Promise<void>"
|
|
120308
|
+
}
|
|
120309
|
+
},
|
|
120310
|
+
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
120311
|
+
},
|
|
120312
|
+
{
|
|
120313
|
+
"kind": "field",
|
|
120314
|
+
"name": "_hydrationRequired",
|
|
120315
|
+
"type": {
|
|
120316
|
+
"text": "boolean"
|
|
120317
|
+
},
|
|
120318
|
+
"privacy": "private",
|
|
120319
|
+
"default": "!!this.shadowRoot",
|
|
120320
|
+
"inheritedFrom": {
|
|
120321
|
+
"name": "SbbElement",
|
|
120322
|
+
"module": "core/base-elements/element.js"
|
|
120323
|
+
}
|
|
120324
|
+
},
|
|
120325
|
+
{
|
|
120326
|
+
"kind": "field",
|
|
120327
|
+
"name": "_hydrationComplete",
|
|
120328
|
+
"privacy": "private",
|
|
120329
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
120330
|
+
"inheritedFrom": {
|
|
120331
|
+
"name": "SbbElement",
|
|
120332
|
+
"module": "core/base-elements/element.js"
|
|
120333
|
+
}
|
|
120334
|
+
},
|
|
120335
|
+
{
|
|
120336
|
+
"kind": "field",
|
|
120337
|
+
"name": "_resolveHydration",
|
|
120338
|
+
"type": {
|
|
120339
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
120340
|
+
},
|
|
120341
|
+
"privacy": "private",
|
|
120342
|
+
"inheritedFrom": {
|
|
120343
|
+
"name": "SbbElement",
|
|
120344
|
+
"module": "core/base-elements/element.js"
|
|
120345
|
+
}
|
|
120346
|
+
},
|
|
120347
|
+
{
|
|
120348
|
+
"kind": "field",
|
|
120349
|
+
"name": "hydrationRequired",
|
|
120350
|
+
"type": {
|
|
120351
|
+
"text": "boolean"
|
|
120352
|
+
},
|
|
120353
|
+
"privacy": "protected",
|
|
120354
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
120355
|
+
"readonly": true,
|
|
120356
|
+
"inheritedFrom": {
|
|
120357
|
+
"name": "SbbElement",
|
|
120358
|
+
"module": "core/base-elements/element.js"
|
|
120359
|
+
},
|
|
120360
|
+
"default": "!!this.shadowRoot"
|
|
120361
|
+
},
|
|
120362
|
+
{
|
|
120363
|
+
"kind": "method",
|
|
120364
|
+
"name": "toggleState",
|
|
120365
|
+
"privacy": "protected",
|
|
120366
|
+
"return": {
|
|
120367
|
+
"type": {
|
|
120368
|
+
"text": "void"
|
|
120369
|
+
}
|
|
120370
|
+
},
|
|
120371
|
+
"parameters": [
|
|
120372
|
+
{
|
|
120373
|
+
"name": "value",
|
|
120374
|
+
"type": {
|
|
120375
|
+
"text": "string"
|
|
120376
|
+
}
|
|
120377
|
+
},
|
|
120378
|
+
{
|
|
120379
|
+
"name": "force",
|
|
120380
|
+
"optional": true,
|
|
120381
|
+
"type": {
|
|
120382
|
+
"text": "boolean"
|
|
120383
|
+
}
|
|
120384
|
+
}
|
|
120385
|
+
],
|
|
120386
|
+
"inheritedFrom": {
|
|
120387
|
+
"name": "SbbElement",
|
|
120388
|
+
"module": "core/base-elements/element.js"
|
|
120389
|
+
}
|
|
120390
|
+
},
|
|
120391
|
+
{
|
|
120392
|
+
"kind": "field",
|
|
120393
|
+
"name": "['_$sbbElement$']",
|
|
120394
|
+
"type": {
|
|
120395
|
+
"text": "boolean"
|
|
120396
|
+
},
|
|
120397
|
+
"privacy": "public",
|
|
120398
|
+
"static": true,
|
|
120399
|
+
"default": "true",
|
|
120400
|
+
"inheritedFrom": {
|
|
120401
|
+
"name": "SbbElement",
|
|
120402
|
+
"module": "core/base-elements/element.js"
|
|
120403
|
+
}
|
|
120404
|
+
},
|
|
120405
|
+
{
|
|
120406
|
+
"kind": "field",
|
|
120407
|
+
"name": "_controllers",
|
|
120408
|
+
"type": {
|
|
120409
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
120410
|
+
},
|
|
120411
|
+
"privacy": "private",
|
|
120412
|
+
"inheritedFrom": {
|
|
120413
|
+
"name": "SbbElement",
|
|
120414
|
+
"module": "core/base-elements/element.js"
|
|
120415
|
+
}
|
|
120416
|
+
}
|
|
120417
|
+
],
|
|
120418
|
+
"superclass": {
|
|
120419
|
+
"name": "SbbElement",
|
|
120420
|
+
"module": "core/base-elements.js"
|
|
120421
|
+
},
|
|
120422
|
+
"tagName": "sbb-sidebar-container",
|
|
120423
|
+
"customElement": true
|
|
120424
|
+
}
|
|
120425
|
+
],
|
|
120426
|
+
"exports": [
|
|
120427
|
+
{
|
|
120428
|
+
"kind": "js",
|
|
120429
|
+
"name": "SbbSidebarContainerElement",
|
|
120430
|
+
"declaration": {
|
|
120431
|
+
"name": "SbbSidebarContainerElement",
|
|
120432
|
+
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
120433
|
+
}
|
|
120434
|
+
}
|
|
120435
|
+
]
|
|
120436
|
+
},
|
|
120225
120437
|
{
|
|
120226
120438
|
"kind": "javascript-module",
|
|
120227
120439
|
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|
|
@@ -121242,6 +121454,161 @@
|
|
|
121242
121454
|
}
|
|
121243
121455
|
]
|
|
121244
121456
|
},
|
|
121457
|
+
{
|
|
121458
|
+
"kind": "javascript-module",
|
|
121459
|
+
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|
|
121460
|
+
"declarations": [
|
|
121461
|
+
{
|
|
121462
|
+
"kind": "class",
|
|
121463
|
+
"description": "Container for the sidebar content. Intended to be placed inside an `sbb-sidebar-container` element.",
|
|
121464
|
+
"name": "SbbSidebarContentElement",
|
|
121465
|
+
"slots": [
|
|
121466
|
+
{
|
|
121467
|
+
"description": "Use the unnamed slot to add any content elements. Further `sbb-sidebar-container`s are possible.",
|
|
121468
|
+
"name": ""
|
|
121469
|
+
}
|
|
121470
|
+
],
|
|
121471
|
+
"members": [
|
|
121472
|
+
{
|
|
121473
|
+
"kind": "field",
|
|
121474
|
+
"name": "elementName",
|
|
121475
|
+
"type": {
|
|
121476
|
+
"text": "string"
|
|
121477
|
+
},
|
|
121478
|
+
"privacy": "public",
|
|
121479
|
+
"static": true,
|
|
121480
|
+
"readonly": true,
|
|
121481
|
+
"default": "'sbb-sidebar-content'",
|
|
121482
|
+
"inheritedFrom": {
|
|
121483
|
+
"name": "SbbElement",
|
|
121484
|
+
"module": "core/base-elements/element.js"
|
|
121485
|
+
}
|
|
121486
|
+
},
|
|
121487
|
+
{
|
|
121488
|
+
"kind": "field",
|
|
121489
|
+
"name": "_hydrationRequired",
|
|
121490
|
+
"type": {
|
|
121491
|
+
"text": "boolean"
|
|
121492
|
+
},
|
|
121493
|
+
"privacy": "private",
|
|
121494
|
+
"default": "!!this.shadowRoot",
|
|
121495
|
+
"inheritedFrom": {
|
|
121496
|
+
"name": "SbbElement",
|
|
121497
|
+
"module": "core/base-elements/element.js"
|
|
121498
|
+
}
|
|
121499
|
+
},
|
|
121500
|
+
{
|
|
121501
|
+
"kind": "field",
|
|
121502
|
+
"name": "_hydrationComplete",
|
|
121503
|
+
"privacy": "private",
|
|
121504
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
121505
|
+
"inheritedFrom": {
|
|
121506
|
+
"name": "SbbElement",
|
|
121507
|
+
"module": "core/base-elements/element.js"
|
|
121508
|
+
}
|
|
121509
|
+
},
|
|
121510
|
+
{
|
|
121511
|
+
"kind": "field",
|
|
121512
|
+
"name": "_resolveHydration",
|
|
121513
|
+
"type": {
|
|
121514
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
121515
|
+
},
|
|
121516
|
+
"privacy": "private",
|
|
121517
|
+
"inheritedFrom": {
|
|
121518
|
+
"name": "SbbElement",
|
|
121519
|
+
"module": "core/base-elements/element.js"
|
|
121520
|
+
}
|
|
121521
|
+
},
|
|
121522
|
+
{
|
|
121523
|
+
"kind": "field",
|
|
121524
|
+
"name": "hydrationRequired",
|
|
121525
|
+
"type": {
|
|
121526
|
+
"text": "boolean"
|
|
121527
|
+
},
|
|
121528
|
+
"privacy": "protected",
|
|
121529
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
121530
|
+
"readonly": true,
|
|
121531
|
+
"inheritedFrom": {
|
|
121532
|
+
"name": "SbbElement",
|
|
121533
|
+
"module": "core/base-elements/element.js"
|
|
121534
|
+
},
|
|
121535
|
+
"default": "!!this.shadowRoot"
|
|
121536
|
+
},
|
|
121537
|
+
{
|
|
121538
|
+
"kind": "method",
|
|
121539
|
+
"name": "toggleState",
|
|
121540
|
+
"privacy": "protected",
|
|
121541
|
+
"return": {
|
|
121542
|
+
"type": {
|
|
121543
|
+
"text": "void"
|
|
121544
|
+
}
|
|
121545
|
+
},
|
|
121546
|
+
"parameters": [
|
|
121547
|
+
{
|
|
121548
|
+
"name": "value",
|
|
121549
|
+
"type": {
|
|
121550
|
+
"text": "string"
|
|
121551
|
+
}
|
|
121552
|
+
},
|
|
121553
|
+
{
|
|
121554
|
+
"name": "force",
|
|
121555
|
+
"optional": true,
|
|
121556
|
+
"type": {
|
|
121557
|
+
"text": "boolean"
|
|
121558
|
+
}
|
|
121559
|
+
}
|
|
121560
|
+
],
|
|
121561
|
+
"inheritedFrom": {
|
|
121562
|
+
"name": "SbbElement",
|
|
121563
|
+
"module": "core/base-elements/element.js"
|
|
121564
|
+
}
|
|
121565
|
+
},
|
|
121566
|
+
{
|
|
121567
|
+
"kind": "field",
|
|
121568
|
+
"name": "['_$sbbElement$']",
|
|
121569
|
+
"type": {
|
|
121570
|
+
"text": "boolean"
|
|
121571
|
+
},
|
|
121572
|
+
"privacy": "public",
|
|
121573
|
+
"static": true,
|
|
121574
|
+
"default": "true",
|
|
121575
|
+
"inheritedFrom": {
|
|
121576
|
+
"name": "SbbElement",
|
|
121577
|
+
"module": "core/base-elements/element.js"
|
|
121578
|
+
}
|
|
121579
|
+
},
|
|
121580
|
+
{
|
|
121581
|
+
"kind": "field",
|
|
121582
|
+
"name": "_controllers",
|
|
121583
|
+
"type": {
|
|
121584
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
121585
|
+
},
|
|
121586
|
+
"privacy": "private",
|
|
121587
|
+
"inheritedFrom": {
|
|
121588
|
+
"name": "SbbElement",
|
|
121589
|
+
"module": "core/base-elements/element.js"
|
|
121590
|
+
}
|
|
121591
|
+
}
|
|
121592
|
+
],
|
|
121593
|
+
"superclass": {
|
|
121594
|
+
"name": "SbbElement",
|
|
121595
|
+
"module": "core/base-elements.js"
|
|
121596
|
+
},
|
|
121597
|
+
"tagName": "sbb-sidebar-content",
|
|
121598
|
+
"customElement": true
|
|
121599
|
+
}
|
|
121600
|
+
],
|
|
121601
|
+
"exports": [
|
|
121602
|
+
{
|
|
121603
|
+
"kind": "js",
|
|
121604
|
+
"name": "SbbSidebarContentElement",
|
|
121605
|
+
"declaration": {
|
|
121606
|
+
"name": "SbbSidebarContentElement",
|
|
121607
|
+
"module": "sidebar/sidebar-content/sidebar-content.component.js"
|
|
121608
|
+
}
|
|
121609
|
+
}
|
|
121610
|
+
]
|
|
121611
|
+
},
|
|
121245
121612
|
{
|
|
121246
121613
|
"kind": "javascript-module",
|
|
121247
121614
|
"path": "sidebar/sidebar/sidebar.component.js",
|
|
@@ -121973,373 +122340,6 @@
|
|
|
121973
122340
|
}
|
|
121974
122341
|
]
|
|
121975
122342
|
},
|
|
121976
|
-
{
|
|
121977
|
-
"kind": "javascript-module",
|
|
121978
|
-
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
121979
|
-
"declarations": [
|
|
121980
|
-
{
|
|
121981
|
-
"kind": "class",
|
|
121982
|
-
"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.",
|
|
121983
|
-
"name": "SbbSidebarContainerElement",
|
|
121984
|
-
"slots": [
|
|
121985
|
-
{
|
|
121986
|
-
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
121987
|
-
"name": ""
|
|
121988
|
-
}
|
|
121989
|
-
],
|
|
121990
|
-
"members": [
|
|
121991
|
-
{
|
|
121992
|
-
"kind": "field",
|
|
121993
|
-
"name": "elementName",
|
|
121994
|
-
"type": {
|
|
121995
|
-
"text": "string"
|
|
121996
|
-
},
|
|
121997
|
-
"privacy": "public",
|
|
121998
|
-
"static": true,
|
|
121999
|
-
"readonly": true,
|
|
122000
|
-
"default": "'sbb-sidebar-container'",
|
|
122001
|
-
"inheritedFrom": {
|
|
122002
|
-
"name": "SbbElement",
|
|
122003
|
-
"module": "core/base-elements/element.js"
|
|
122004
|
-
}
|
|
122005
|
-
},
|
|
122006
|
-
{
|
|
122007
|
-
"kind": "field",
|
|
122008
|
-
"name": "sidebars",
|
|
122009
|
-
"type": {
|
|
122010
|
-
"text": "SbbSidebarElement[]"
|
|
122011
|
-
},
|
|
122012
|
-
"privacy": "public",
|
|
122013
|
-
"description": "The sidebar children.",
|
|
122014
|
-
"readonly": true
|
|
122015
|
-
},
|
|
122016
|
-
{
|
|
122017
|
-
"kind": "field",
|
|
122018
|
-
"name": "start",
|
|
122019
|
-
"type": {
|
|
122020
|
-
"text": "SbbSidebarElement | null"
|
|
122021
|
-
},
|
|
122022
|
-
"privacy": "public",
|
|
122023
|
-
"description": "The sidebar child with the `start` position.",
|
|
122024
|
-
"readonly": true
|
|
122025
|
-
},
|
|
122026
|
-
{
|
|
122027
|
-
"kind": "field",
|
|
122028
|
-
"name": "end",
|
|
122029
|
-
"type": {
|
|
122030
|
-
"text": "SbbSidebarElement | null"
|
|
122031
|
-
},
|
|
122032
|
-
"privacy": "public",
|
|
122033
|
-
"description": "The sidebar child with the `end` position.",
|
|
122034
|
-
"readonly": true
|
|
122035
|
-
},
|
|
122036
|
-
{
|
|
122037
|
-
"kind": "field",
|
|
122038
|
-
"name": "_forcedClosedSidebars",
|
|
122039
|
-
"privacy": "private",
|
|
122040
|
-
"default": "new WeakSet<SbbSidebarElement>()"
|
|
122041
|
-
},
|
|
122042
|
-
{
|
|
122043
|
-
"kind": "method",
|
|
122044
|
-
"name": "_handleWidthChange",
|
|
122045
|
-
"privacy": "private",
|
|
122046
|
-
"return": {
|
|
122047
|
-
"type": {
|
|
122048
|
-
"text": "void"
|
|
122049
|
-
}
|
|
122050
|
-
}
|
|
122051
|
-
},
|
|
122052
|
-
{
|
|
122053
|
-
"kind": "method",
|
|
122054
|
-
"name": "_calculateSpaceState",
|
|
122055
|
-
"privacy": "private",
|
|
122056
|
-
"return": {
|
|
122057
|
-
"type": {
|
|
122058
|
-
"text": "Promise<void>"
|
|
122059
|
-
}
|
|
122060
|
-
},
|
|
122061
|
-
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
122062
|
-
},
|
|
122063
|
-
{
|
|
122064
|
-
"kind": "field",
|
|
122065
|
-
"name": "_hydrationRequired",
|
|
122066
|
-
"type": {
|
|
122067
|
-
"text": "boolean"
|
|
122068
|
-
},
|
|
122069
|
-
"privacy": "private",
|
|
122070
|
-
"default": "!!this.shadowRoot",
|
|
122071
|
-
"inheritedFrom": {
|
|
122072
|
-
"name": "SbbElement",
|
|
122073
|
-
"module": "core/base-elements/element.js"
|
|
122074
|
-
}
|
|
122075
|
-
},
|
|
122076
|
-
{
|
|
122077
|
-
"kind": "field",
|
|
122078
|
-
"name": "_hydrationComplete",
|
|
122079
|
-
"privacy": "private",
|
|
122080
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
122081
|
-
"inheritedFrom": {
|
|
122082
|
-
"name": "SbbElement",
|
|
122083
|
-
"module": "core/base-elements/element.js"
|
|
122084
|
-
}
|
|
122085
|
-
},
|
|
122086
|
-
{
|
|
122087
|
-
"kind": "field",
|
|
122088
|
-
"name": "_resolveHydration",
|
|
122089
|
-
"type": {
|
|
122090
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
122091
|
-
},
|
|
122092
|
-
"privacy": "private",
|
|
122093
|
-
"inheritedFrom": {
|
|
122094
|
-
"name": "SbbElement",
|
|
122095
|
-
"module": "core/base-elements/element.js"
|
|
122096
|
-
}
|
|
122097
|
-
},
|
|
122098
|
-
{
|
|
122099
|
-
"kind": "field",
|
|
122100
|
-
"name": "hydrationRequired",
|
|
122101
|
-
"type": {
|
|
122102
|
-
"text": "boolean"
|
|
122103
|
-
},
|
|
122104
|
-
"privacy": "protected",
|
|
122105
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
122106
|
-
"readonly": true,
|
|
122107
|
-
"inheritedFrom": {
|
|
122108
|
-
"name": "SbbElement",
|
|
122109
|
-
"module": "core/base-elements/element.js"
|
|
122110
|
-
},
|
|
122111
|
-
"default": "!!this.shadowRoot"
|
|
122112
|
-
},
|
|
122113
|
-
{
|
|
122114
|
-
"kind": "method",
|
|
122115
|
-
"name": "toggleState",
|
|
122116
|
-
"privacy": "protected",
|
|
122117
|
-
"return": {
|
|
122118
|
-
"type": {
|
|
122119
|
-
"text": "void"
|
|
122120
|
-
}
|
|
122121
|
-
},
|
|
122122
|
-
"parameters": [
|
|
122123
|
-
{
|
|
122124
|
-
"name": "value",
|
|
122125
|
-
"type": {
|
|
122126
|
-
"text": "string"
|
|
122127
|
-
}
|
|
122128
|
-
},
|
|
122129
|
-
{
|
|
122130
|
-
"name": "force",
|
|
122131
|
-
"optional": true,
|
|
122132
|
-
"type": {
|
|
122133
|
-
"text": "boolean"
|
|
122134
|
-
}
|
|
122135
|
-
}
|
|
122136
|
-
],
|
|
122137
|
-
"inheritedFrom": {
|
|
122138
|
-
"name": "SbbElement",
|
|
122139
|
-
"module": "core/base-elements/element.js"
|
|
122140
|
-
}
|
|
122141
|
-
},
|
|
122142
|
-
{
|
|
122143
|
-
"kind": "field",
|
|
122144
|
-
"name": "['_$sbbElement$']",
|
|
122145
|
-
"type": {
|
|
122146
|
-
"text": "boolean"
|
|
122147
|
-
},
|
|
122148
|
-
"privacy": "public",
|
|
122149
|
-
"static": true,
|
|
122150
|
-
"default": "true",
|
|
122151
|
-
"inheritedFrom": {
|
|
122152
|
-
"name": "SbbElement",
|
|
122153
|
-
"module": "core/base-elements/element.js"
|
|
122154
|
-
}
|
|
122155
|
-
},
|
|
122156
|
-
{
|
|
122157
|
-
"kind": "field",
|
|
122158
|
-
"name": "_controllers",
|
|
122159
|
-
"type": {
|
|
122160
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
122161
|
-
},
|
|
122162
|
-
"privacy": "private",
|
|
122163
|
-
"inheritedFrom": {
|
|
122164
|
-
"name": "SbbElement",
|
|
122165
|
-
"module": "core/base-elements/element.js"
|
|
122166
|
-
}
|
|
122167
|
-
}
|
|
122168
|
-
],
|
|
122169
|
-
"superclass": {
|
|
122170
|
-
"name": "SbbElement",
|
|
122171
|
-
"module": "core/base-elements.js"
|
|
122172
|
-
},
|
|
122173
|
-
"tagName": "sbb-sidebar-container",
|
|
122174
|
-
"customElement": true
|
|
122175
|
-
}
|
|
122176
|
-
],
|
|
122177
|
-
"exports": [
|
|
122178
|
-
{
|
|
122179
|
-
"kind": "js",
|
|
122180
|
-
"name": "SbbSidebarContainerElement",
|
|
122181
|
-
"declaration": {
|
|
122182
|
-
"name": "SbbSidebarContainerElement",
|
|
122183
|
-
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
122184
|
-
}
|
|
122185
|
-
}
|
|
122186
|
-
]
|
|
122187
|
-
},
|
|
122188
|
-
{
|
|
122189
|
-
"kind": "javascript-module",
|
|
122190
|
-
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|
|
122191
|
-
"declarations": [
|
|
122192
|
-
{
|
|
122193
|
-
"kind": "class",
|
|
122194
|
-
"description": "Container for the sidebar content. Intended to be placed inside an `sbb-sidebar-container` element.",
|
|
122195
|
-
"name": "SbbSidebarContentElement",
|
|
122196
|
-
"slots": [
|
|
122197
|
-
{
|
|
122198
|
-
"description": "Use the unnamed slot to add any content elements. Further `sbb-sidebar-container`s are possible.",
|
|
122199
|
-
"name": ""
|
|
122200
|
-
}
|
|
122201
|
-
],
|
|
122202
|
-
"members": [
|
|
122203
|
-
{
|
|
122204
|
-
"kind": "field",
|
|
122205
|
-
"name": "elementName",
|
|
122206
|
-
"type": {
|
|
122207
|
-
"text": "string"
|
|
122208
|
-
},
|
|
122209
|
-
"privacy": "public",
|
|
122210
|
-
"static": true,
|
|
122211
|
-
"readonly": true,
|
|
122212
|
-
"default": "'sbb-sidebar-content'",
|
|
122213
|
-
"inheritedFrom": {
|
|
122214
|
-
"name": "SbbElement",
|
|
122215
|
-
"module": "core/base-elements/element.js"
|
|
122216
|
-
}
|
|
122217
|
-
},
|
|
122218
|
-
{
|
|
122219
|
-
"kind": "field",
|
|
122220
|
-
"name": "_hydrationRequired",
|
|
122221
|
-
"type": {
|
|
122222
|
-
"text": "boolean"
|
|
122223
|
-
},
|
|
122224
|
-
"privacy": "private",
|
|
122225
|
-
"default": "!!this.shadowRoot",
|
|
122226
|
-
"inheritedFrom": {
|
|
122227
|
-
"name": "SbbElement",
|
|
122228
|
-
"module": "core/base-elements/element.js"
|
|
122229
|
-
}
|
|
122230
|
-
},
|
|
122231
|
-
{
|
|
122232
|
-
"kind": "field",
|
|
122233
|
-
"name": "_hydrationComplete",
|
|
122234
|
-
"privacy": "private",
|
|
122235
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
122236
|
-
"inheritedFrom": {
|
|
122237
|
-
"name": "SbbElement",
|
|
122238
|
-
"module": "core/base-elements/element.js"
|
|
122239
|
-
}
|
|
122240
|
-
},
|
|
122241
|
-
{
|
|
122242
|
-
"kind": "field",
|
|
122243
|
-
"name": "_resolveHydration",
|
|
122244
|
-
"type": {
|
|
122245
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
122246
|
-
},
|
|
122247
|
-
"privacy": "private",
|
|
122248
|
-
"inheritedFrom": {
|
|
122249
|
-
"name": "SbbElement",
|
|
122250
|
-
"module": "core/base-elements/element.js"
|
|
122251
|
-
}
|
|
122252
|
-
},
|
|
122253
|
-
{
|
|
122254
|
-
"kind": "field",
|
|
122255
|
-
"name": "hydrationRequired",
|
|
122256
|
-
"type": {
|
|
122257
|
-
"text": "boolean"
|
|
122258
|
-
},
|
|
122259
|
-
"privacy": "protected",
|
|
122260
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
122261
|
-
"readonly": true,
|
|
122262
|
-
"inheritedFrom": {
|
|
122263
|
-
"name": "SbbElement",
|
|
122264
|
-
"module": "core/base-elements/element.js"
|
|
122265
|
-
},
|
|
122266
|
-
"default": "!!this.shadowRoot"
|
|
122267
|
-
},
|
|
122268
|
-
{
|
|
122269
|
-
"kind": "method",
|
|
122270
|
-
"name": "toggleState",
|
|
122271
|
-
"privacy": "protected",
|
|
122272
|
-
"return": {
|
|
122273
|
-
"type": {
|
|
122274
|
-
"text": "void"
|
|
122275
|
-
}
|
|
122276
|
-
},
|
|
122277
|
-
"parameters": [
|
|
122278
|
-
{
|
|
122279
|
-
"name": "value",
|
|
122280
|
-
"type": {
|
|
122281
|
-
"text": "string"
|
|
122282
|
-
}
|
|
122283
|
-
},
|
|
122284
|
-
{
|
|
122285
|
-
"name": "force",
|
|
122286
|
-
"optional": true,
|
|
122287
|
-
"type": {
|
|
122288
|
-
"text": "boolean"
|
|
122289
|
-
}
|
|
122290
|
-
}
|
|
122291
|
-
],
|
|
122292
|
-
"inheritedFrom": {
|
|
122293
|
-
"name": "SbbElement",
|
|
122294
|
-
"module": "core/base-elements/element.js"
|
|
122295
|
-
}
|
|
122296
|
-
},
|
|
122297
|
-
{
|
|
122298
|
-
"kind": "field",
|
|
122299
|
-
"name": "['_$sbbElement$']",
|
|
122300
|
-
"type": {
|
|
122301
|
-
"text": "boolean"
|
|
122302
|
-
},
|
|
122303
|
-
"privacy": "public",
|
|
122304
|
-
"static": true,
|
|
122305
|
-
"default": "true",
|
|
122306
|
-
"inheritedFrom": {
|
|
122307
|
-
"name": "SbbElement",
|
|
122308
|
-
"module": "core/base-elements/element.js"
|
|
122309
|
-
}
|
|
122310
|
-
},
|
|
122311
|
-
{
|
|
122312
|
-
"kind": "field",
|
|
122313
|
-
"name": "_controllers",
|
|
122314
|
-
"type": {
|
|
122315
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
122316
|
-
},
|
|
122317
|
-
"privacy": "private",
|
|
122318
|
-
"inheritedFrom": {
|
|
122319
|
-
"name": "SbbElement",
|
|
122320
|
-
"module": "core/base-elements/element.js"
|
|
122321
|
-
}
|
|
122322
|
-
}
|
|
122323
|
-
],
|
|
122324
|
-
"superclass": {
|
|
122325
|
-
"name": "SbbElement",
|
|
122326
|
-
"module": "core/base-elements.js"
|
|
122327
|
-
},
|
|
122328
|
-
"tagName": "sbb-sidebar-content",
|
|
122329
|
-
"customElement": true
|
|
122330
|
-
}
|
|
122331
|
-
],
|
|
122332
|
-
"exports": [
|
|
122333
|
-
{
|
|
122334
|
-
"kind": "js",
|
|
122335
|
-
"name": "SbbSidebarContentElement",
|
|
122336
|
-
"declaration": {
|
|
122337
|
-
"name": "SbbSidebarContentElement",
|
|
122338
|
-
"module": "sidebar/sidebar-content/sidebar-content.component.js"
|
|
122339
|
-
}
|
|
122340
|
-
}
|
|
122341
|
-
]
|
|
122342
|
-
},
|
|
122343
122343
|
{
|
|
122344
122344
|
"kind": "javascript-module",
|
|
122345
122345
|
"path": "sidebar/sidebar-title/sidebar-title.component.js",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.10.0-dev.1775549890",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
9
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/d64f8f994ed7662d180cc33fef798d15d95e9574"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|