@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1776934572 → 5.0.0-next-dev.1776939235

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.
@@ -100160,720 +100160,6 @@
100160
100160
  }
100161
100161
  ]
100162
100162
  },
100163
- {
100164
- "kind": "javascript-module",
100165
- "path": "dialog/dialog-content/dialog-content.component.js",
100166
- "declarations": [
100167
- {
100168
- "kind": "class",
100169
- "description": "Use this component to provide a content for an `sbb-dialog`.",
100170
- "name": "SbbDialogContentElement",
100171
- "slots": [
100172
- {
100173
- "description": "Use the unnamed slot to provide a dialog content.",
100174
- "name": ""
100175
- }
100176
- ],
100177
- "members": [
100178
- {
100179
- "kind": "field",
100180
- "name": "elementName",
100181
- "type": {
100182
- "text": "string"
100183
- },
100184
- "privacy": "public",
100185
- "static": true,
100186
- "readonly": true,
100187
- "default": "'sbb-dialog-content'",
100188
- "inheritedFrom": {
100189
- "name": "SbbElement",
100190
- "module": "core/base-elements/element.js"
100191
- }
100192
- },
100193
- {
100194
- "kind": "field",
100195
- "name": "['_$sbbElement$']",
100196
- "type": {
100197
- "text": "boolean"
100198
- },
100199
- "privacy": "public",
100200
- "static": true,
100201
- "default": "true",
100202
- "inheritedFrom": {
100203
- "name": "SbbElement",
100204
- "module": "core/base-elements/element.js"
100205
- }
100206
- },
100207
- {
100208
- "kind": "field",
100209
- "name": "elementDependencies",
100210
- "type": {
100211
- "text": "SbbElementType[] | undefined"
100212
- },
100213
- "privacy": "public",
100214
- "static": true,
100215
- "inheritedFrom": {
100216
- "name": "SbbElement",
100217
- "module": "core/base-elements/element.js"
100218
- }
100219
- },
100220
- {
100221
- "kind": "field",
100222
- "name": "role",
100223
- "type": {
100224
- "text": "ElementInternals['role'] | undefined"
100225
- },
100226
- "privacy": "public",
100227
- "static": true,
100228
- "inheritedFrom": {
100229
- "name": "SbbElement",
100230
- "module": "core/base-elements/element.js"
100231
- }
100232
- },
100233
- {
100234
- "kind": "field",
100235
- "name": "_controllers",
100236
- "type": {
100237
- "text": "Set<SbbReactiveController> | undefined"
100238
- },
100239
- "privacy": "private",
100240
- "inheritedFrom": {
100241
- "name": "SbbElement",
100242
- "module": "core/base-elements/element.js"
100243
- }
100244
- },
100245
- {
100246
- "kind": "field",
100247
- "name": "_hydrationRequired",
100248
- "type": {
100249
- "text": "boolean"
100250
- },
100251
- "privacy": "private",
100252
- "default": "!!this.shadowRoot",
100253
- "inheritedFrom": {
100254
- "name": "SbbElement",
100255
- "module": "core/base-elements/element.js"
100256
- }
100257
- },
100258
- {
100259
- "kind": "field",
100260
- "name": "_hydrationComplete",
100261
- "privacy": "private",
100262
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
100263
- "inheritedFrom": {
100264
- "name": "SbbElement",
100265
- "module": "core/base-elements/element.js"
100266
- }
100267
- },
100268
- {
100269
- "kind": "field",
100270
- "name": "_resolveHydration",
100271
- "type": {
100272
- "text": "(hydrationRequired: boolean) => void"
100273
- },
100274
- "privacy": "private",
100275
- "inheritedFrom": {
100276
- "name": "SbbElement",
100277
- "module": "core/base-elements/element.js"
100278
- }
100279
- },
100280
- {
100281
- "kind": "field",
100282
- "name": "_textObserver",
100283
- "type": {
100284
- "text": "MutationObserver | undefined"
100285
- },
100286
- "privacy": "private",
100287
- "inheritedFrom": {
100288
- "name": "SbbElement",
100289
- "module": "core/base-elements/element.js"
100290
- }
100291
- },
100292
- {
100293
- "kind": "field",
100294
- "name": "hydrationRequired",
100295
- "type": {
100296
- "text": "boolean"
100297
- },
100298
- "privacy": "protected",
100299
- "description": "Returns whether hydration is required and not completed.",
100300
- "readonly": true,
100301
- "inheritedFrom": {
100302
- "name": "SbbElement",
100303
- "module": "core/base-elements/element.js"
100304
- },
100305
- "default": "!!this.shadowRoot"
100306
- },
100307
- {
100308
- "kind": "method",
100309
- "name": "toggleState",
100310
- "privacy": "protected",
100311
- "return": {
100312
- "type": {
100313
- "text": "void"
100314
- }
100315
- },
100316
- "parameters": [
100317
- {
100318
- "name": "value",
100319
- "type": {
100320
- "text": "string"
100321
- }
100322
- },
100323
- {
100324
- "name": "force",
100325
- "optional": true,
100326
- "type": {
100327
- "text": "boolean"
100328
- }
100329
- }
100330
- ],
100331
- "inheritedFrom": {
100332
- "name": "SbbElement",
100333
- "module": "core/base-elements/element.js"
100334
- }
100335
- },
100336
- {
100337
- "kind": "method",
100338
- "name": "_slotchangeHandler",
100339
- "privacy": "private",
100340
- "return": {
100341
- "type": {
100342
- "text": "void"
100343
- }
100344
- },
100345
- "parameters": [
100346
- {
100347
- "name": "event",
100348
- "type": {
100349
- "text": "Event"
100350
- }
100351
- },
100352
- {
100353
- "name": "slot",
100354
- "type": {
100355
- "text": "HTMLSlotElement"
100356
- }
100357
- }
100358
- ],
100359
- "inheritedFrom": {
100360
- "name": "SbbElement",
100361
- "module": "core/base-elements/element.js"
100362
- }
100363
- },
100364
- {
100365
- "kind": "method",
100366
- "name": "_handleSlotChangeForSlottedState",
100367
- "privacy": "private",
100368
- "return": {
100369
- "type": {
100370
- "text": "void"
100371
- }
100372
- },
100373
- "parameters": [
100374
- {
100375
- "name": "slot",
100376
- "type": {
100377
- "text": "HTMLSlotElement"
100378
- }
100379
- }
100380
- ],
100381
- "inheritedFrom": {
100382
- "name": "SbbElement",
100383
- "module": "core/base-elements/element.js"
100384
- }
100385
- },
100386
- {
100387
- "kind": "method",
100388
- "name": "_updateSlottedState",
100389
- "privacy": "private",
100390
- "return": {
100391
- "type": {
100392
- "text": "void"
100393
- }
100394
- },
100395
- "parameters": [
100396
- {
100397
- "name": "slot",
100398
- "type": {
100399
- "text": "HTMLSlotElement"
100400
- }
100401
- }
100402
- ],
100403
- "inheritedFrom": {
100404
- "name": "SbbElement",
100405
- "module": "core/base-elements/element.js"
100406
- }
100407
- },
100408
- {
100409
- "kind": "method",
100410
- "name": "_observeTextNodesInSlot",
100411
- "privacy": "private",
100412
- "return": {
100413
- "type": {
100414
- "text": "void"
100415
- }
100416
- },
100417
- "parameters": [
100418
- {
100419
- "name": "slot",
100420
- "type": {
100421
- "text": "HTMLSlotElement"
100422
- }
100423
- }
100424
- ],
100425
- "inheritedFrom": {
100426
- "name": "SbbElement",
100427
- "module": "core/base-elements/element.js"
100428
- }
100429
- },
100430
- {
100431
- "kind": "method",
100432
- "name": "_hasSlottedContent",
100433
- "privacy": "private",
100434
- "return": {
100435
- "type": {
100436
- "text": "boolean"
100437
- }
100438
- },
100439
- "parameters": [
100440
- {
100441
- "name": "slot",
100442
- "type": {
100443
- "text": "HTMLSlotElement"
100444
- }
100445
- }
100446
- ],
100447
- "inheritedFrom": {
100448
- "name": "SbbElement",
100449
- "module": "core/base-elements/element.js"
100450
- }
100451
- }
100452
- ],
100453
- "superclass": {
100454
- "name": "SbbElement",
100455
- "module": "core.js"
100456
- },
100457
- "tagName": "sbb-dialog-content",
100458
- "customElement": true
100459
- }
100460
- ],
100461
- "exports": [
100462
- {
100463
- "kind": "js",
100464
- "name": "SbbDialogContentElement",
100465
- "declaration": {
100466
- "name": "SbbDialogContentElement",
100467
- "module": "dialog/dialog-content/dialog-content.component.js"
100468
- }
100469
- }
100470
- ]
100471
- },
100472
- {
100473
- "kind": "javascript-module",
100474
- "path": "dialog/dialog-title/dialog-title.component.js",
100475
- "declarations": [
100476
- {
100477
- "kind": "class",
100478
- "description": "It displays a title inside a dialog header.",
100479
- "name": "SbbDialogTitleElement",
100480
- "slots": [
100481
- {
100482
- "description": "Use the unnamed slot for the content of the dialog-title.",
100483
- "name": ""
100484
- }
100485
- ],
100486
- "members": [
100487
- {
100488
- "kind": "field",
100489
- "name": "elementName",
100490
- "type": {
100491
- "text": "string"
100492
- },
100493
- "privacy": "public",
100494
- "static": true,
100495
- "readonly": true,
100496
- "inheritedFrom": {
100497
- "name": "SbbElement",
100498
- "module": "core/base-elements/element.js"
100499
- },
100500
- "default": "'sbb-dialog-title'"
100501
- },
100502
- {
100503
- "kind": "field",
100504
- "name": "level",
100505
- "type": {
100506
- "text": "SbbTitleLevel"
100507
- },
100508
- "privacy": "public",
100509
- "default": "'2'",
100510
- "description": "Title level",
100511
- "attribute": "level",
100512
- "reflects": true,
100513
- "inheritedFrom": {
100514
- "name": "SbbTitleBase",
100515
- "module": "title/title-base.js"
100516
- }
100517
- },
100518
- {
100519
- "kind": "field",
100520
- "name": "visualLevel",
100521
- "type": {
100522
- "text": "SbbTitleLevel | null"
100523
- },
100524
- "privacy": "public",
100525
- "default": "'4'",
100526
- "description": "Visual level for the title.",
100527
- "attribute": "visual-level",
100528
- "reflects": true,
100529
- "inheritedFrom": {
100530
- "name": "SbbTitleBase",
100531
- "module": "title/title-base.js"
100532
- }
100533
- },
100534
- {
100535
- "kind": "field",
100536
- "name": "negative",
100537
- "type": {
100538
- "text": "boolean"
100539
- },
100540
- "privacy": "public",
100541
- "default": "false",
100542
- "description": "Negative coloring variant flag.",
100543
- "attribute": "negative",
100544
- "reflects": true,
100545
- "inheritedFrom": {
100546
- "name": "SbbNegativeMixin",
100547
- "module": "core/mixins/negative-mixin.js"
100548
- }
100549
- },
100550
- {
100551
- "kind": "field",
100552
- "name": "role",
100553
- "type": {
100554
- "text": "string"
100555
- },
100556
- "privacy": "public",
100557
- "static": true,
100558
- "default": "'heading'",
100559
- "inheritedFrom": {
100560
- "name": "SbbElement",
100561
- "module": "core/base-elements/element.js"
100562
- }
100563
- },
100564
- {
100565
- "kind": "field",
100566
- "name": "['_$sbbElement$']",
100567
- "type": {
100568
- "text": "boolean"
100569
- },
100570
- "privacy": "public",
100571
- "static": true,
100572
- "default": "true",
100573
- "inheritedFrom": {
100574
- "name": "SbbElement",
100575
- "module": "core/base-elements/element.js"
100576
- }
100577
- },
100578
- {
100579
- "kind": "field",
100580
- "name": "elementDependencies",
100581
- "type": {
100582
- "text": "SbbElementType[] | undefined"
100583
- },
100584
- "privacy": "public",
100585
- "static": true,
100586
- "inheritedFrom": {
100587
- "name": "SbbElement",
100588
- "module": "core/base-elements/element.js"
100589
- }
100590
- },
100591
- {
100592
- "kind": "field",
100593
- "name": "_controllers",
100594
- "type": {
100595
- "text": "Set<SbbReactiveController> | undefined"
100596
- },
100597
- "privacy": "private",
100598
- "inheritedFrom": {
100599
- "name": "SbbElement",
100600
- "module": "core/base-elements/element.js"
100601
- }
100602
- },
100603
- {
100604
- "kind": "field",
100605
- "name": "_hydrationRequired",
100606
- "type": {
100607
- "text": "boolean"
100608
- },
100609
- "privacy": "private",
100610
- "default": "!!this.shadowRoot",
100611
- "inheritedFrom": {
100612
- "name": "SbbElement",
100613
- "module": "core/base-elements/element.js"
100614
- }
100615
- },
100616
- {
100617
- "kind": "field",
100618
- "name": "_hydrationComplete",
100619
- "privacy": "private",
100620
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
100621
- "inheritedFrom": {
100622
- "name": "SbbElement",
100623
- "module": "core/base-elements/element.js"
100624
- }
100625
- },
100626
- {
100627
- "kind": "field",
100628
- "name": "_resolveHydration",
100629
- "type": {
100630
- "text": "(hydrationRequired: boolean) => void"
100631
- },
100632
- "privacy": "private",
100633
- "inheritedFrom": {
100634
- "name": "SbbElement",
100635
- "module": "core/base-elements/element.js"
100636
- }
100637
- },
100638
- {
100639
- "kind": "field",
100640
- "name": "_textObserver",
100641
- "type": {
100642
- "text": "MutationObserver | undefined"
100643
- },
100644
- "privacy": "private",
100645
- "inheritedFrom": {
100646
- "name": "SbbElement",
100647
- "module": "core/base-elements/element.js"
100648
- }
100649
- },
100650
- {
100651
- "kind": "field",
100652
- "name": "hydrationRequired",
100653
- "type": {
100654
- "text": "boolean"
100655
- },
100656
- "privacy": "protected",
100657
- "description": "Returns whether hydration is required and not completed.",
100658
- "readonly": true,
100659
- "inheritedFrom": {
100660
- "name": "SbbElement",
100661
- "module": "core/base-elements/element.js"
100662
- },
100663
- "default": "!!this.shadowRoot"
100664
- },
100665
- {
100666
- "kind": "method",
100667
- "name": "toggleState",
100668
- "privacy": "protected",
100669
- "return": {
100670
- "type": {
100671
- "text": "void"
100672
- }
100673
- },
100674
- "parameters": [
100675
- {
100676
- "name": "value",
100677
- "type": {
100678
- "text": "string"
100679
- }
100680
- },
100681
- {
100682
- "name": "force",
100683
- "optional": true,
100684
- "type": {
100685
- "text": "boolean"
100686
- }
100687
- }
100688
- ],
100689
- "inheritedFrom": {
100690
- "name": "SbbElement",
100691
- "module": "core/base-elements/element.js"
100692
- }
100693
- },
100694
- {
100695
- "kind": "method",
100696
- "name": "_slotchangeHandler",
100697
- "privacy": "private",
100698
- "return": {
100699
- "type": {
100700
- "text": "void"
100701
- }
100702
- },
100703
- "parameters": [
100704
- {
100705
- "name": "event",
100706
- "type": {
100707
- "text": "Event"
100708
- }
100709
- },
100710
- {
100711
- "name": "slot",
100712
- "type": {
100713
- "text": "HTMLSlotElement"
100714
- }
100715
- }
100716
- ],
100717
- "inheritedFrom": {
100718
- "name": "SbbElement",
100719
- "module": "core/base-elements/element.js"
100720
- }
100721
- },
100722
- {
100723
- "kind": "method",
100724
- "name": "_handleSlotChangeForSlottedState",
100725
- "privacy": "private",
100726
- "return": {
100727
- "type": {
100728
- "text": "void"
100729
- }
100730
- },
100731
- "parameters": [
100732
- {
100733
- "name": "slot",
100734
- "type": {
100735
- "text": "HTMLSlotElement"
100736
- }
100737
- }
100738
- ],
100739
- "inheritedFrom": {
100740
- "name": "SbbElement",
100741
- "module": "core/base-elements/element.js"
100742
- }
100743
- },
100744
- {
100745
- "kind": "method",
100746
- "name": "_updateSlottedState",
100747
- "privacy": "private",
100748
- "return": {
100749
- "type": {
100750
- "text": "void"
100751
- }
100752
- },
100753
- "parameters": [
100754
- {
100755
- "name": "slot",
100756
- "type": {
100757
- "text": "HTMLSlotElement"
100758
- }
100759
- }
100760
- ],
100761
- "inheritedFrom": {
100762
- "name": "SbbElement",
100763
- "module": "core/base-elements/element.js"
100764
- }
100765
- },
100766
- {
100767
- "kind": "method",
100768
- "name": "_observeTextNodesInSlot",
100769
- "privacy": "private",
100770
- "return": {
100771
- "type": {
100772
- "text": "void"
100773
- }
100774
- },
100775
- "parameters": [
100776
- {
100777
- "name": "slot",
100778
- "type": {
100779
- "text": "HTMLSlotElement"
100780
- }
100781
- }
100782
- ],
100783
- "inheritedFrom": {
100784
- "name": "SbbElement",
100785
- "module": "core/base-elements/element.js"
100786
- }
100787
- },
100788
- {
100789
- "kind": "method",
100790
- "name": "_hasSlottedContent",
100791
- "privacy": "private",
100792
- "return": {
100793
- "type": {
100794
- "text": "boolean"
100795
- }
100796
- },
100797
- "parameters": [
100798
- {
100799
- "name": "slot",
100800
- "type": {
100801
- "text": "HTMLSlotElement"
100802
- }
100803
- }
100804
- ],
100805
- "inheritedFrom": {
100806
- "name": "SbbElement",
100807
- "module": "core/base-elements/element.js"
100808
- }
100809
- }
100810
- ],
100811
- "mixins": [
100812
- {
100813
- "name": "SbbNegativeMixin",
100814
- "module": "core.js"
100815
- }
100816
- ],
100817
- "superclass": {
100818
- "name": "SbbTitleBase",
100819
- "module": "title.pure.js"
100820
- },
100821
- "tagName": "sbb-dialog-title",
100822
- "customElement": true,
100823
- "attributes": [
100824
- {
100825
- "name": "negative",
100826
- "type": {
100827
- "text": "boolean"
100828
- },
100829
- "default": "false",
100830
- "description": "Negative coloring variant flag.",
100831
- "fieldName": "negative",
100832
- "inheritedFrom": {
100833
- "name": "SbbNegativeMixin",
100834
- "module": "core/mixins/negative-mixin.js"
100835
- }
100836
- },
100837
- {
100838
- "name": "level",
100839
- "type": {
100840
- "text": "SbbTitleLevel"
100841
- },
100842
- "default": "'1'",
100843
- "description": "Title level",
100844
- "fieldName": "level",
100845
- "inheritedFrom": {
100846
- "name": "SbbTitleBase",
100847
- "module": "title/title-base.js"
100848
- }
100849
- },
100850
- {
100851
- "name": "visual-level",
100852
- "type": {
100853
- "text": "SbbTitleLevel | null"
100854
- },
100855
- "default": "null",
100856
- "description": "Visual level for the title.",
100857
- "fieldName": "visualLevel",
100858
- "inheritedFrom": {
100859
- "name": "SbbTitleBase",
100860
- "module": "title/title-base.js"
100861
- }
100862
- }
100863
- ]
100864
- }
100865
- ],
100866
- "exports": [
100867
- {
100868
- "kind": "js",
100869
- "name": "SbbDialogTitleElement",
100870
- "declaration": {
100871
- "name": "SbbDialogTitleElement",
100872
- "module": "dialog/dialog-title/dialog-title.component.js"
100873
- }
100874
- }
100875
- ]
100876
- },
100877
100163
  {
100878
100164
  "kind": "javascript-module",
100879
100165
  "path": "dialog/dialog-close-button/dialog-close-button.component.js",
@@ -101877,149 +101163,863 @@
101877
101163
  }
101878
101164
  ],
101879
101165
  "superclass": {
101880
- "name": "SbbSecondaryButtonElement",
101881
- "module": "button.pure.js"
101166
+ "name": "SbbSecondaryButtonElement",
101167
+ "module": "button.pure.js"
101168
+ },
101169
+ "tagName": "sbb-dialog-close-button",
101170
+ "customElement": true,
101171
+ "attributes": [
101172
+ {
101173
+ "name": "size",
101174
+ "type": {
101175
+ "text": "SbbButtonSize"
101176
+ },
101177
+ "description": "Size variant, either l, m or s.",
101178
+ "default": "'l' / 's' (lean)",
101179
+ "fieldName": "size",
101180
+ "inheritedFrom": {
101181
+ "name": "SbbButtonCommonElementMixin",
101182
+ "module": "button/common/button-common.js"
101183
+ }
101184
+ },
101185
+ {
101186
+ "name": "loading",
101187
+ "type": {
101188
+ "text": "boolean"
101189
+ },
101190
+ "default": "false",
101191
+ "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
101192
+ "fieldName": "loading",
101193
+ "inheritedFrom": {
101194
+ "name": "SbbButtonCommonElementMixin",
101195
+ "module": "button/common/button-common.js"
101196
+ }
101197
+ },
101198
+ {
101199
+ "name": "negative",
101200
+ "type": {
101201
+ "text": "boolean"
101202
+ },
101203
+ "default": "false",
101204
+ "description": "Negative coloring variant flag.",
101205
+ "fieldName": "negative",
101206
+ "inheritedFrom": {
101207
+ "name": "SbbNegativeMixin",
101208
+ "module": "core/mixins/negative-mixin.js"
101209
+ }
101210
+ },
101211
+ {
101212
+ "name": "icon-name",
101213
+ "type": {
101214
+ "text": "string"
101215
+ },
101216
+ "default": "''",
101217
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
101218
+ "fieldName": "iconName",
101219
+ "inheritedFrom": {
101220
+ "name": "SbbIconNameMixin",
101221
+ "module": "icon/icon-name-mixin.js"
101222
+ }
101223
+ },
101224
+ {
101225
+ "name": "disabled-interactive",
101226
+ "type": {
101227
+ "text": "boolean"
101228
+ },
101229
+ "default": "false",
101230
+ "description": "Whether the button should be aria-disabled but stay interactive.",
101231
+ "fieldName": "disabledInteractive",
101232
+ "inheritedFrom": {
101233
+ "name": "SbbDisabledInteractiveMixin",
101234
+ "module": "core/mixins/disabled-mixin.js"
101235
+ }
101236
+ },
101237
+ {
101238
+ "name": "disabled",
101239
+ "description": "Whether the component is disabled.",
101240
+ "default": "false",
101241
+ "type": {
101242
+ "text": "boolean"
101243
+ },
101244
+ "fieldName": "disabled",
101245
+ "inheritedFrom": {
101246
+ "name": "SbbDisabledMixin",
101247
+ "module": "core/mixins/disabled-mixin.js"
101248
+ }
101249
+ },
101250
+ {
101251
+ "name": "value",
101252
+ "type": {
101253
+ "text": "string"
101254
+ },
101255
+ "default": "''",
101256
+ "description": "Value of the form element.",
101257
+ "fieldName": "value",
101258
+ "inheritedFrom": {
101259
+ "name": "SbbButtonBaseElement",
101260
+ "module": "core/base-elements/button-base-element.js"
101261
+ }
101262
+ },
101263
+ {
101264
+ "name": "type",
101265
+ "description": "The type attribute to use for the button.",
101266
+ "default": "'button'",
101267
+ "type": {
101268
+ "text": "SbbButtonType"
101269
+ },
101270
+ "fieldName": "type",
101271
+ "inheritedFrom": {
101272
+ "name": "SbbButtonBaseElement",
101273
+ "module": "core/base-elements/button-base-element.js"
101274
+ }
101275
+ },
101276
+ {
101277
+ "name": "form",
101278
+ "description": "The `<form>` element to associate the button with.",
101279
+ "type": {
101280
+ "text": "HTMLFormElement | null"
101281
+ },
101282
+ "fieldName": "form",
101283
+ "inheritedFrom": {
101284
+ "name": "SbbButtonBaseElement",
101285
+ "module": "core/base-elements/button-base-element.js"
101286
+ }
101287
+ },
101288
+ {
101289
+ "name": "name",
101290
+ "description": "Name of the form element. Will be read from name attribute.",
101291
+ "type": {
101292
+ "text": "string"
101293
+ },
101294
+ "fieldName": "name",
101295
+ "inheritedFrom": {
101296
+ "name": "SbbFormAssociatedMixin",
101297
+ "module": "core/mixins/form-associated-mixin.js"
101298
+ }
101299
+ }
101300
+ ],
101301
+ "cssProperties": [
101302
+ {
101303
+ "description": "The delay before the loading animation starts, when setting the button into loading state.",
101304
+ "name": "--sbb-button-loading-delay",
101305
+ "default": "300ms",
101306
+ "inheritedFrom": {
101307
+ "name": "SbbSecondaryButtonElement",
101308
+ "module": "button/secondary-button/secondary-button.component.js"
101309
+ }
101310
+ }
101311
+ ]
101312
+ }
101313
+ ],
101314
+ "exports": [
101315
+ {
101316
+ "kind": "js",
101317
+ "name": "SbbDialogCloseButtonElement",
101318
+ "declaration": {
101319
+ "name": "SbbDialogCloseButtonElement",
101320
+ "module": "dialog/dialog-close-button/dialog-close-button.component.js"
101321
+ }
101322
+ }
101323
+ ]
101324
+ },
101325
+ {
101326
+ "kind": "javascript-module",
101327
+ "path": "dialog/dialog-content/dialog-content.component.js",
101328
+ "declarations": [
101329
+ {
101330
+ "kind": "class",
101331
+ "description": "Use this component to provide a content for an `sbb-dialog`.",
101332
+ "name": "SbbDialogContentElement",
101333
+ "slots": [
101334
+ {
101335
+ "description": "Use the unnamed slot to provide a dialog content.",
101336
+ "name": ""
101337
+ }
101338
+ ],
101339
+ "members": [
101340
+ {
101341
+ "kind": "field",
101342
+ "name": "elementName",
101343
+ "type": {
101344
+ "text": "string"
101345
+ },
101346
+ "privacy": "public",
101347
+ "static": true,
101348
+ "readonly": true,
101349
+ "default": "'sbb-dialog-content'",
101350
+ "inheritedFrom": {
101351
+ "name": "SbbElement",
101352
+ "module": "core/base-elements/element.js"
101353
+ }
101354
+ },
101355
+ {
101356
+ "kind": "field",
101357
+ "name": "['_$sbbElement$']",
101358
+ "type": {
101359
+ "text": "boolean"
101360
+ },
101361
+ "privacy": "public",
101362
+ "static": true,
101363
+ "default": "true",
101364
+ "inheritedFrom": {
101365
+ "name": "SbbElement",
101366
+ "module": "core/base-elements/element.js"
101367
+ }
101368
+ },
101369
+ {
101370
+ "kind": "field",
101371
+ "name": "elementDependencies",
101372
+ "type": {
101373
+ "text": "SbbElementType[] | undefined"
101374
+ },
101375
+ "privacy": "public",
101376
+ "static": true,
101377
+ "inheritedFrom": {
101378
+ "name": "SbbElement",
101379
+ "module": "core/base-elements/element.js"
101380
+ }
101381
+ },
101382
+ {
101383
+ "kind": "field",
101384
+ "name": "role",
101385
+ "type": {
101386
+ "text": "ElementInternals['role'] | undefined"
101387
+ },
101388
+ "privacy": "public",
101389
+ "static": true,
101390
+ "inheritedFrom": {
101391
+ "name": "SbbElement",
101392
+ "module": "core/base-elements/element.js"
101393
+ }
101394
+ },
101395
+ {
101396
+ "kind": "field",
101397
+ "name": "_controllers",
101398
+ "type": {
101399
+ "text": "Set<SbbReactiveController> | undefined"
101400
+ },
101401
+ "privacy": "private",
101402
+ "inheritedFrom": {
101403
+ "name": "SbbElement",
101404
+ "module": "core/base-elements/element.js"
101405
+ }
101406
+ },
101407
+ {
101408
+ "kind": "field",
101409
+ "name": "_hydrationRequired",
101410
+ "type": {
101411
+ "text": "boolean"
101412
+ },
101413
+ "privacy": "private",
101414
+ "default": "!!this.shadowRoot",
101415
+ "inheritedFrom": {
101416
+ "name": "SbbElement",
101417
+ "module": "core/base-elements/element.js"
101418
+ }
101419
+ },
101420
+ {
101421
+ "kind": "field",
101422
+ "name": "_hydrationComplete",
101423
+ "privacy": "private",
101424
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
101425
+ "inheritedFrom": {
101426
+ "name": "SbbElement",
101427
+ "module": "core/base-elements/element.js"
101428
+ }
101429
+ },
101430
+ {
101431
+ "kind": "field",
101432
+ "name": "_resolveHydration",
101433
+ "type": {
101434
+ "text": "(hydrationRequired: boolean) => void"
101435
+ },
101436
+ "privacy": "private",
101437
+ "inheritedFrom": {
101438
+ "name": "SbbElement",
101439
+ "module": "core/base-elements/element.js"
101440
+ }
101441
+ },
101442
+ {
101443
+ "kind": "field",
101444
+ "name": "_textObserver",
101445
+ "type": {
101446
+ "text": "MutationObserver | undefined"
101447
+ },
101448
+ "privacy": "private",
101449
+ "inheritedFrom": {
101450
+ "name": "SbbElement",
101451
+ "module": "core/base-elements/element.js"
101452
+ }
101453
+ },
101454
+ {
101455
+ "kind": "field",
101456
+ "name": "hydrationRequired",
101457
+ "type": {
101458
+ "text": "boolean"
101459
+ },
101460
+ "privacy": "protected",
101461
+ "description": "Returns whether hydration is required and not completed.",
101462
+ "readonly": true,
101463
+ "inheritedFrom": {
101464
+ "name": "SbbElement",
101465
+ "module": "core/base-elements/element.js"
101466
+ },
101467
+ "default": "!!this.shadowRoot"
101468
+ },
101469
+ {
101470
+ "kind": "method",
101471
+ "name": "toggleState",
101472
+ "privacy": "protected",
101473
+ "return": {
101474
+ "type": {
101475
+ "text": "void"
101476
+ }
101477
+ },
101478
+ "parameters": [
101479
+ {
101480
+ "name": "value",
101481
+ "type": {
101482
+ "text": "string"
101483
+ }
101484
+ },
101485
+ {
101486
+ "name": "force",
101487
+ "optional": true,
101488
+ "type": {
101489
+ "text": "boolean"
101490
+ }
101491
+ }
101492
+ ],
101493
+ "inheritedFrom": {
101494
+ "name": "SbbElement",
101495
+ "module": "core/base-elements/element.js"
101496
+ }
101497
+ },
101498
+ {
101499
+ "kind": "method",
101500
+ "name": "_slotchangeHandler",
101501
+ "privacy": "private",
101502
+ "return": {
101503
+ "type": {
101504
+ "text": "void"
101505
+ }
101506
+ },
101507
+ "parameters": [
101508
+ {
101509
+ "name": "event",
101510
+ "type": {
101511
+ "text": "Event"
101512
+ }
101513
+ },
101514
+ {
101515
+ "name": "slot",
101516
+ "type": {
101517
+ "text": "HTMLSlotElement"
101518
+ }
101519
+ }
101520
+ ],
101521
+ "inheritedFrom": {
101522
+ "name": "SbbElement",
101523
+ "module": "core/base-elements/element.js"
101524
+ }
101525
+ },
101526
+ {
101527
+ "kind": "method",
101528
+ "name": "_handleSlotChangeForSlottedState",
101529
+ "privacy": "private",
101530
+ "return": {
101531
+ "type": {
101532
+ "text": "void"
101533
+ }
101534
+ },
101535
+ "parameters": [
101536
+ {
101537
+ "name": "slot",
101538
+ "type": {
101539
+ "text": "HTMLSlotElement"
101540
+ }
101541
+ }
101542
+ ],
101543
+ "inheritedFrom": {
101544
+ "name": "SbbElement",
101545
+ "module": "core/base-elements/element.js"
101546
+ }
101547
+ },
101548
+ {
101549
+ "kind": "method",
101550
+ "name": "_updateSlottedState",
101551
+ "privacy": "private",
101552
+ "return": {
101553
+ "type": {
101554
+ "text": "void"
101555
+ }
101556
+ },
101557
+ "parameters": [
101558
+ {
101559
+ "name": "slot",
101560
+ "type": {
101561
+ "text": "HTMLSlotElement"
101562
+ }
101563
+ }
101564
+ ],
101565
+ "inheritedFrom": {
101566
+ "name": "SbbElement",
101567
+ "module": "core/base-elements/element.js"
101568
+ }
101569
+ },
101570
+ {
101571
+ "kind": "method",
101572
+ "name": "_observeTextNodesInSlot",
101573
+ "privacy": "private",
101574
+ "return": {
101575
+ "type": {
101576
+ "text": "void"
101577
+ }
101578
+ },
101579
+ "parameters": [
101580
+ {
101581
+ "name": "slot",
101582
+ "type": {
101583
+ "text": "HTMLSlotElement"
101584
+ }
101585
+ }
101586
+ ],
101587
+ "inheritedFrom": {
101588
+ "name": "SbbElement",
101589
+ "module": "core/base-elements/element.js"
101590
+ }
101591
+ },
101592
+ {
101593
+ "kind": "method",
101594
+ "name": "_hasSlottedContent",
101595
+ "privacy": "private",
101596
+ "return": {
101597
+ "type": {
101598
+ "text": "boolean"
101599
+ }
101600
+ },
101601
+ "parameters": [
101602
+ {
101603
+ "name": "slot",
101604
+ "type": {
101605
+ "text": "HTMLSlotElement"
101606
+ }
101607
+ }
101608
+ ],
101609
+ "inheritedFrom": {
101610
+ "name": "SbbElement",
101611
+ "module": "core/base-elements/element.js"
101612
+ }
101613
+ }
101614
+ ],
101615
+ "superclass": {
101616
+ "name": "SbbElement",
101617
+ "module": "core.js"
101882
101618
  },
101883
- "tagName": "sbb-dialog-close-button",
101884
- "customElement": true,
101885
- "attributes": [
101619
+ "tagName": "sbb-dialog-content",
101620
+ "customElement": true
101621
+ }
101622
+ ],
101623
+ "exports": [
101624
+ {
101625
+ "kind": "js",
101626
+ "name": "SbbDialogContentElement",
101627
+ "declaration": {
101628
+ "name": "SbbDialogContentElement",
101629
+ "module": "dialog/dialog-content/dialog-content.component.js"
101630
+ }
101631
+ }
101632
+ ]
101633
+ },
101634
+ {
101635
+ "kind": "javascript-module",
101636
+ "path": "dialog/dialog-title/dialog-title.component.js",
101637
+ "declarations": [
101638
+ {
101639
+ "kind": "class",
101640
+ "description": "It displays a title inside a dialog header.",
101641
+ "name": "SbbDialogTitleElement",
101642
+ "slots": [
101886
101643
  {
101887
- "name": "size",
101644
+ "description": "Use the unnamed slot for the content of the dialog-title.",
101645
+ "name": ""
101646
+ }
101647
+ ],
101648
+ "members": [
101649
+ {
101650
+ "kind": "field",
101651
+ "name": "elementName",
101888
101652
  "type": {
101889
- "text": "SbbButtonSize"
101653
+ "text": "string"
101890
101654
  },
101891
- "description": "Size variant, either l, m or s.",
101892
- "default": "'l' / 's' (lean)",
101893
- "fieldName": "size",
101655
+ "privacy": "public",
101656
+ "static": true,
101657
+ "readonly": true,
101894
101658
  "inheritedFrom": {
101895
- "name": "SbbButtonCommonElementMixin",
101896
- "module": "button/common/button-common.js"
101659
+ "name": "SbbElement",
101660
+ "module": "core/base-elements/element.js"
101661
+ },
101662
+ "default": "'sbb-dialog-title'"
101663
+ },
101664
+ {
101665
+ "kind": "field",
101666
+ "name": "level",
101667
+ "type": {
101668
+ "text": "SbbTitleLevel"
101669
+ },
101670
+ "privacy": "public",
101671
+ "default": "'2'",
101672
+ "description": "Title level",
101673
+ "attribute": "level",
101674
+ "reflects": true,
101675
+ "inheritedFrom": {
101676
+ "name": "SbbTitleBase",
101677
+ "module": "title/title-base.js"
101897
101678
  }
101898
101679
  },
101899
101680
  {
101900
- "name": "loading",
101681
+ "kind": "field",
101682
+ "name": "visualLevel",
101901
101683
  "type": {
101902
- "text": "boolean"
101684
+ "text": "SbbTitleLevel | null"
101903
101685
  },
101904
- "default": "false",
101905
- "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
101906
- "fieldName": "loading",
101686
+ "privacy": "public",
101687
+ "default": "'4'",
101688
+ "description": "Visual level for the title.",
101689
+ "attribute": "visual-level",
101690
+ "reflects": true,
101907
101691
  "inheritedFrom": {
101908
- "name": "SbbButtonCommonElementMixin",
101909
- "module": "button/common/button-common.js"
101692
+ "name": "SbbTitleBase",
101693
+ "module": "title/title-base.js"
101910
101694
  }
101911
101695
  },
101912
101696
  {
101697
+ "kind": "field",
101913
101698
  "name": "negative",
101914
101699
  "type": {
101915
101700
  "text": "boolean"
101916
101701
  },
101702
+ "privacy": "public",
101917
101703
  "default": "false",
101918
101704
  "description": "Negative coloring variant flag.",
101919
- "fieldName": "negative",
101705
+ "attribute": "negative",
101706
+ "reflects": true,
101920
101707
  "inheritedFrom": {
101921
101708
  "name": "SbbNegativeMixin",
101922
101709
  "module": "core/mixins/negative-mixin.js"
101923
101710
  }
101924
101711
  },
101925
101712
  {
101926
- "name": "icon-name",
101713
+ "kind": "field",
101714
+ "name": "role",
101927
101715
  "type": {
101928
101716
  "text": "string"
101929
101717
  },
101930
- "default": "''",
101931
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
101932
- "fieldName": "iconName",
101718
+ "privacy": "public",
101719
+ "static": true,
101720
+ "default": "'heading'",
101933
101721
  "inheritedFrom": {
101934
- "name": "SbbIconNameMixin",
101935
- "module": "icon/icon-name-mixin.js"
101722
+ "name": "SbbElement",
101723
+ "module": "core/base-elements/element.js"
101936
101724
  }
101937
101725
  },
101938
101726
  {
101939
- "name": "disabled-interactive",
101727
+ "kind": "field",
101728
+ "name": "['_$sbbElement$']",
101940
101729
  "type": {
101941
101730
  "text": "boolean"
101942
101731
  },
101943
- "default": "false",
101944
- "description": "Whether the button should be aria-disabled but stay interactive.",
101945
- "fieldName": "disabledInteractive",
101732
+ "privacy": "public",
101733
+ "static": true,
101734
+ "default": "true",
101946
101735
  "inheritedFrom": {
101947
- "name": "SbbDisabledInteractiveMixin",
101948
- "module": "core/mixins/disabled-mixin.js"
101736
+ "name": "SbbElement",
101737
+ "module": "core/base-elements/element.js"
101949
101738
  }
101950
101739
  },
101951
101740
  {
101952
- "name": "disabled",
101953
- "description": "Whether the component is disabled.",
101954
- "default": "false",
101741
+ "kind": "field",
101742
+ "name": "elementDependencies",
101955
101743
  "type": {
101956
- "text": "boolean"
101744
+ "text": "SbbElementType[] | undefined"
101957
101745
  },
101958
- "fieldName": "disabled",
101746
+ "privacy": "public",
101747
+ "static": true,
101959
101748
  "inheritedFrom": {
101960
- "name": "SbbDisabledMixin",
101961
- "module": "core/mixins/disabled-mixin.js"
101749
+ "name": "SbbElement",
101750
+ "module": "core/base-elements/element.js"
101962
101751
  }
101963
101752
  },
101964
101753
  {
101965
- "name": "value",
101754
+ "kind": "field",
101755
+ "name": "_controllers",
101966
101756
  "type": {
101967
- "text": "string"
101757
+ "text": "Set<SbbReactiveController> | undefined"
101968
101758
  },
101969
- "default": "''",
101970
- "description": "Value of the form element.",
101971
- "fieldName": "value",
101759
+ "privacy": "private",
101972
101760
  "inheritedFrom": {
101973
- "name": "SbbButtonBaseElement",
101974
- "module": "core/base-elements/button-base-element.js"
101761
+ "name": "SbbElement",
101762
+ "module": "core/base-elements/element.js"
101975
101763
  }
101976
101764
  },
101977
101765
  {
101978
- "name": "type",
101979
- "description": "The type attribute to use for the button.",
101980
- "default": "'button'",
101766
+ "kind": "field",
101767
+ "name": "_hydrationRequired",
101981
101768
  "type": {
101982
- "text": "SbbButtonType"
101769
+ "text": "boolean"
101983
101770
  },
101984
- "fieldName": "type",
101771
+ "privacy": "private",
101772
+ "default": "!!this.shadowRoot",
101985
101773
  "inheritedFrom": {
101986
- "name": "SbbButtonBaseElement",
101987
- "module": "core/base-elements/button-base-element.js"
101774
+ "name": "SbbElement",
101775
+ "module": "core/base-elements/element.js"
101988
101776
  }
101989
101777
  },
101990
101778
  {
101991
- "name": "form",
101992
- "description": "The `<form>` element to associate the button with.",
101779
+ "kind": "field",
101780
+ "name": "_hydrationComplete",
101781
+ "privacy": "private",
101782
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
101783
+ "inheritedFrom": {
101784
+ "name": "SbbElement",
101785
+ "module": "core/base-elements/element.js"
101786
+ }
101787
+ },
101788
+ {
101789
+ "kind": "field",
101790
+ "name": "_resolveHydration",
101993
101791
  "type": {
101994
- "text": "HTMLFormElement | null"
101792
+ "text": "(hydrationRequired: boolean) => void"
101995
101793
  },
101996
- "fieldName": "form",
101794
+ "privacy": "private",
101997
101795
  "inheritedFrom": {
101998
- "name": "SbbButtonBaseElement",
101999
- "module": "core/base-elements/button-base-element.js"
101796
+ "name": "SbbElement",
101797
+ "module": "core/base-elements/element.js"
102000
101798
  }
102001
101799
  },
102002
101800
  {
102003
- "name": "name",
102004
- "description": "Name of the form element. Will be read from name attribute.",
101801
+ "kind": "field",
101802
+ "name": "_textObserver",
102005
101803
  "type": {
102006
- "text": "string"
101804
+ "text": "MutationObserver | undefined"
102007
101805
  },
102008
- "fieldName": "name",
101806
+ "privacy": "private",
102009
101807
  "inheritedFrom": {
102010
- "name": "SbbFormAssociatedMixin",
102011
- "module": "core/mixins/form-associated-mixin.js"
101808
+ "name": "SbbElement",
101809
+ "module": "core/base-elements/element.js"
101810
+ }
101811
+ },
101812
+ {
101813
+ "kind": "field",
101814
+ "name": "hydrationRequired",
101815
+ "type": {
101816
+ "text": "boolean"
101817
+ },
101818
+ "privacy": "protected",
101819
+ "description": "Returns whether hydration is required and not completed.",
101820
+ "readonly": true,
101821
+ "inheritedFrom": {
101822
+ "name": "SbbElement",
101823
+ "module": "core/base-elements/element.js"
101824
+ },
101825
+ "default": "!!this.shadowRoot"
101826
+ },
101827
+ {
101828
+ "kind": "method",
101829
+ "name": "toggleState",
101830
+ "privacy": "protected",
101831
+ "return": {
101832
+ "type": {
101833
+ "text": "void"
101834
+ }
101835
+ },
101836
+ "parameters": [
101837
+ {
101838
+ "name": "value",
101839
+ "type": {
101840
+ "text": "string"
101841
+ }
101842
+ },
101843
+ {
101844
+ "name": "force",
101845
+ "optional": true,
101846
+ "type": {
101847
+ "text": "boolean"
101848
+ }
101849
+ }
101850
+ ],
101851
+ "inheritedFrom": {
101852
+ "name": "SbbElement",
101853
+ "module": "core/base-elements/element.js"
101854
+ }
101855
+ },
101856
+ {
101857
+ "kind": "method",
101858
+ "name": "_slotchangeHandler",
101859
+ "privacy": "private",
101860
+ "return": {
101861
+ "type": {
101862
+ "text": "void"
101863
+ }
101864
+ },
101865
+ "parameters": [
101866
+ {
101867
+ "name": "event",
101868
+ "type": {
101869
+ "text": "Event"
101870
+ }
101871
+ },
101872
+ {
101873
+ "name": "slot",
101874
+ "type": {
101875
+ "text": "HTMLSlotElement"
101876
+ }
101877
+ }
101878
+ ],
101879
+ "inheritedFrom": {
101880
+ "name": "SbbElement",
101881
+ "module": "core/base-elements/element.js"
101882
+ }
101883
+ },
101884
+ {
101885
+ "kind": "method",
101886
+ "name": "_handleSlotChangeForSlottedState",
101887
+ "privacy": "private",
101888
+ "return": {
101889
+ "type": {
101890
+ "text": "void"
101891
+ }
101892
+ },
101893
+ "parameters": [
101894
+ {
101895
+ "name": "slot",
101896
+ "type": {
101897
+ "text": "HTMLSlotElement"
101898
+ }
101899
+ }
101900
+ ],
101901
+ "inheritedFrom": {
101902
+ "name": "SbbElement",
101903
+ "module": "core/base-elements/element.js"
101904
+ }
101905
+ },
101906
+ {
101907
+ "kind": "method",
101908
+ "name": "_updateSlottedState",
101909
+ "privacy": "private",
101910
+ "return": {
101911
+ "type": {
101912
+ "text": "void"
101913
+ }
101914
+ },
101915
+ "parameters": [
101916
+ {
101917
+ "name": "slot",
101918
+ "type": {
101919
+ "text": "HTMLSlotElement"
101920
+ }
101921
+ }
101922
+ ],
101923
+ "inheritedFrom": {
101924
+ "name": "SbbElement",
101925
+ "module": "core/base-elements/element.js"
101926
+ }
101927
+ },
101928
+ {
101929
+ "kind": "method",
101930
+ "name": "_observeTextNodesInSlot",
101931
+ "privacy": "private",
101932
+ "return": {
101933
+ "type": {
101934
+ "text": "void"
101935
+ }
101936
+ },
101937
+ "parameters": [
101938
+ {
101939
+ "name": "slot",
101940
+ "type": {
101941
+ "text": "HTMLSlotElement"
101942
+ }
101943
+ }
101944
+ ],
101945
+ "inheritedFrom": {
101946
+ "name": "SbbElement",
101947
+ "module": "core/base-elements/element.js"
101948
+ }
101949
+ },
101950
+ {
101951
+ "kind": "method",
101952
+ "name": "_hasSlottedContent",
101953
+ "privacy": "private",
101954
+ "return": {
101955
+ "type": {
101956
+ "text": "boolean"
101957
+ }
101958
+ },
101959
+ "parameters": [
101960
+ {
101961
+ "name": "slot",
101962
+ "type": {
101963
+ "text": "HTMLSlotElement"
101964
+ }
101965
+ }
101966
+ ],
101967
+ "inheritedFrom": {
101968
+ "name": "SbbElement",
101969
+ "module": "core/base-elements/element.js"
102012
101970
  }
102013
101971
  }
102014
101972
  ],
102015
- "cssProperties": [
101973
+ "mixins": [
102016
101974
  {
102017
- "description": "The delay before the loading animation starts, when setting the button into loading state.",
102018
- "name": "--sbb-button-loading-delay",
102019
- "default": "300ms",
101975
+ "name": "SbbNegativeMixin",
101976
+ "module": "core.js"
101977
+ }
101978
+ ],
101979
+ "superclass": {
101980
+ "name": "SbbTitleBase",
101981
+ "module": "title.pure.js"
101982
+ },
101983
+ "tagName": "sbb-dialog-title",
101984
+ "customElement": true,
101985
+ "attributes": [
101986
+ {
101987
+ "name": "negative",
101988
+ "type": {
101989
+ "text": "boolean"
101990
+ },
101991
+ "default": "false",
101992
+ "description": "Negative coloring variant flag.",
101993
+ "fieldName": "negative",
102020
101994
  "inheritedFrom": {
102021
- "name": "SbbSecondaryButtonElement",
102022
- "module": "button/secondary-button/secondary-button.component.js"
101995
+ "name": "SbbNegativeMixin",
101996
+ "module": "core/mixins/negative-mixin.js"
101997
+ }
101998
+ },
101999
+ {
102000
+ "name": "level",
102001
+ "type": {
102002
+ "text": "SbbTitleLevel"
102003
+ },
102004
+ "default": "'1'",
102005
+ "description": "Title level",
102006
+ "fieldName": "level",
102007
+ "inheritedFrom": {
102008
+ "name": "SbbTitleBase",
102009
+ "module": "title/title-base.js"
102010
+ }
102011
+ },
102012
+ {
102013
+ "name": "visual-level",
102014
+ "type": {
102015
+ "text": "SbbTitleLevel | null"
102016
+ },
102017
+ "default": "null",
102018
+ "description": "Visual level for the title.",
102019
+ "fieldName": "visualLevel",
102020
+ "inheritedFrom": {
102021
+ "name": "SbbTitleBase",
102022
+ "module": "title/title-base.js"
102023
102023
  }
102024
102024
  }
102025
102025
  ]
@@ -102028,10 +102028,10 @@
102028
102028
  "exports": [
102029
102029
  {
102030
102030
  "kind": "js",
102031
- "name": "SbbDialogCloseButtonElement",
102031
+ "name": "SbbDialogTitleElement",
102032
102032
  "declaration": {
102033
- "name": "SbbDialogCloseButtonElement",
102034
- "module": "dialog/dialog-close-button/dialog-close-button.component.js"
102033
+ "name": "SbbDialogTitleElement",
102034
+ "module": "dialog/dialog-title/dialog-title.component.js"
102035
102035
  }
102036
102036
  }
102037
102037
  ]
@@ -143618,6 +143618,50 @@
143618
143618
  }
143619
143619
  ]
143620
143620
  },
143621
+ {
143622
+ "kind": "javascript-module",
143623
+ "path": "sidebar/common/styles.js",
143624
+ "declarations": [
143625
+ {
143626
+ "kind": "variable",
143627
+ "name": "sidebarContainerCommonStyle"
143628
+ },
143629
+ {
143630
+ "kind": "variable",
143631
+ "name": "sidebarContentCommonStyle"
143632
+ },
143633
+ {
143634
+ "kind": "variable",
143635
+ "name": "iconSidebarButtonCommonStyle"
143636
+ }
143637
+ ],
143638
+ "exports": [
143639
+ {
143640
+ "kind": "js",
143641
+ "name": "sidebarContainerCommonStyle",
143642
+ "declaration": {
143643
+ "name": "sidebarContainerCommonStyle",
143644
+ "module": "sidebar/common/styles.js"
143645
+ }
143646
+ },
143647
+ {
143648
+ "kind": "js",
143649
+ "name": "sidebarContentCommonStyle",
143650
+ "declaration": {
143651
+ "name": "sidebarContentCommonStyle",
143652
+ "module": "sidebar/common/styles.js"
143653
+ }
143654
+ },
143655
+ {
143656
+ "kind": "js",
143657
+ "name": "iconSidebarButtonCommonStyle",
143658
+ "declaration": {
143659
+ "name": "iconSidebarButtonCommonStyle",
143660
+ "module": "sidebar/common/styles.js"
143661
+ }
143662
+ }
143663
+ ]
143664
+ },
143621
143665
  {
143622
143666
  "kind": "javascript-module",
143623
143667
  "path": "sidebar/sidebar/sidebar.component.js",
@@ -144508,416 +144552,6 @@
144508
144552
  }
144509
144553
  ]
144510
144554
  },
144511
- {
144512
- "kind": "javascript-module",
144513
- "path": "sidebar/sidebar-container/sidebar-container.component.js",
144514
- "declarations": [
144515
- {
144516
- "kind": "class",
144517
- "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.",
144518
- "name": "SbbSidebarContainerElement",
144519
- "slots": [
144520
- {
144521
- "description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
144522
- "name": ""
144523
- }
144524
- ],
144525
- "members": [
144526
- {
144527
- "kind": "field",
144528
- "name": "elementName",
144529
- "type": {
144530
- "text": "string"
144531
- },
144532
- "privacy": "public",
144533
- "static": true,
144534
- "readonly": true,
144535
- "default": "'sbb-sidebar-container'",
144536
- "inheritedFrom": {
144537
- "name": "SbbElement",
144538
- "module": "core/base-elements/element.js"
144539
- }
144540
- },
144541
- {
144542
- "kind": "field",
144543
- "name": "sidebars",
144544
- "type": {
144545
- "text": "SbbSidebarElement[]"
144546
- },
144547
- "privacy": "public",
144548
- "description": "The sidebar children.",
144549
- "readonly": true
144550
- },
144551
- {
144552
- "kind": "field",
144553
- "name": "start",
144554
- "type": {
144555
- "text": "SbbSidebarElement | null"
144556
- },
144557
- "privacy": "public",
144558
- "description": "The sidebar child with the `start` position.",
144559
- "readonly": true
144560
- },
144561
- {
144562
- "kind": "field",
144563
- "name": "end",
144564
- "type": {
144565
- "text": "SbbSidebarElement | null"
144566
- },
144567
- "privacy": "public",
144568
- "description": "The sidebar child with the `end` position.",
144569
- "readonly": true
144570
- },
144571
- {
144572
- "kind": "field",
144573
- "name": "_forcedClosedSidebars",
144574
- "privacy": "private",
144575
- "default": "new WeakSet<SbbSidebarElement>()"
144576
- },
144577
- {
144578
- "kind": "method",
144579
- "name": "_handleWidthChange",
144580
- "privacy": "private",
144581
- "return": {
144582
- "type": {
144583
- "text": "void"
144584
- }
144585
- }
144586
- },
144587
- {
144588
- "kind": "method",
144589
- "name": "_calculateSpaceState",
144590
- "privacy": "private",
144591
- "return": {
144592
- "type": {
144593
- "text": "Promise<void>"
144594
- }
144595
- },
144596
- "description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
144597
- },
144598
- {
144599
- "kind": "field",
144600
- "name": "['_$sbbElement$']",
144601
- "type": {
144602
- "text": "boolean"
144603
- },
144604
- "privacy": "public",
144605
- "static": true,
144606
- "default": "true",
144607
- "inheritedFrom": {
144608
- "name": "SbbElement",
144609
- "module": "core/base-elements/element.js"
144610
- }
144611
- },
144612
- {
144613
- "kind": "field",
144614
- "name": "elementDependencies",
144615
- "type": {
144616
- "text": "SbbElementType[] | undefined"
144617
- },
144618
- "privacy": "public",
144619
- "static": true,
144620
- "inheritedFrom": {
144621
- "name": "SbbElement",
144622
- "module": "core/base-elements/element.js"
144623
- }
144624
- },
144625
- {
144626
- "kind": "field",
144627
- "name": "role",
144628
- "type": {
144629
- "text": "ElementInternals['role'] | undefined"
144630
- },
144631
- "privacy": "public",
144632
- "static": true,
144633
- "inheritedFrom": {
144634
- "name": "SbbElement",
144635
- "module": "core/base-elements/element.js"
144636
- }
144637
- },
144638
- {
144639
- "kind": "field",
144640
- "name": "_controllers",
144641
- "type": {
144642
- "text": "Set<SbbReactiveController> | undefined"
144643
- },
144644
- "privacy": "private",
144645
- "inheritedFrom": {
144646
- "name": "SbbElement",
144647
- "module": "core/base-elements/element.js"
144648
- }
144649
- },
144650
- {
144651
- "kind": "field",
144652
- "name": "_hydrationRequired",
144653
- "type": {
144654
- "text": "boolean"
144655
- },
144656
- "privacy": "private",
144657
- "default": "!!this.shadowRoot",
144658
- "inheritedFrom": {
144659
- "name": "SbbElement",
144660
- "module": "core/base-elements/element.js"
144661
- }
144662
- },
144663
- {
144664
- "kind": "field",
144665
- "name": "_hydrationComplete",
144666
- "privacy": "private",
144667
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
144668
- "inheritedFrom": {
144669
- "name": "SbbElement",
144670
- "module": "core/base-elements/element.js"
144671
- }
144672
- },
144673
- {
144674
- "kind": "field",
144675
- "name": "_resolveHydration",
144676
- "type": {
144677
- "text": "(hydrationRequired: boolean) => void"
144678
- },
144679
- "privacy": "private",
144680
- "inheritedFrom": {
144681
- "name": "SbbElement",
144682
- "module": "core/base-elements/element.js"
144683
- }
144684
- },
144685
- {
144686
- "kind": "field",
144687
- "name": "_textObserver",
144688
- "type": {
144689
- "text": "MutationObserver | undefined"
144690
- },
144691
- "privacy": "private",
144692
- "inheritedFrom": {
144693
- "name": "SbbElement",
144694
- "module": "core/base-elements/element.js"
144695
- }
144696
- },
144697
- {
144698
- "kind": "field",
144699
- "name": "hydrationRequired",
144700
- "type": {
144701
- "text": "boolean"
144702
- },
144703
- "privacy": "protected",
144704
- "description": "Returns whether hydration is required and not completed.",
144705
- "readonly": true,
144706
- "inheritedFrom": {
144707
- "name": "SbbElement",
144708
- "module": "core/base-elements/element.js"
144709
- },
144710
- "default": "!!this.shadowRoot"
144711
- },
144712
- {
144713
- "kind": "method",
144714
- "name": "toggleState",
144715
- "privacy": "protected",
144716
- "return": {
144717
- "type": {
144718
- "text": "void"
144719
- }
144720
- },
144721
- "parameters": [
144722
- {
144723
- "name": "value",
144724
- "type": {
144725
- "text": "string"
144726
- }
144727
- },
144728
- {
144729
- "name": "force",
144730
- "optional": true,
144731
- "type": {
144732
- "text": "boolean"
144733
- }
144734
- }
144735
- ],
144736
- "inheritedFrom": {
144737
- "name": "SbbElement",
144738
- "module": "core/base-elements/element.js"
144739
- }
144740
- },
144741
- {
144742
- "kind": "method",
144743
- "name": "_slotchangeHandler",
144744
- "privacy": "private",
144745
- "return": {
144746
- "type": {
144747
- "text": "void"
144748
- }
144749
- },
144750
- "parameters": [
144751
- {
144752
- "name": "event",
144753
- "type": {
144754
- "text": "Event"
144755
- }
144756
- },
144757
- {
144758
- "name": "slot",
144759
- "type": {
144760
- "text": "HTMLSlotElement"
144761
- }
144762
- }
144763
- ],
144764
- "inheritedFrom": {
144765
- "name": "SbbElement",
144766
- "module": "core/base-elements/element.js"
144767
- }
144768
- },
144769
- {
144770
- "kind": "method",
144771
- "name": "_handleSlotChangeForSlottedState",
144772
- "privacy": "private",
144773
- "return": {
144774
- "type": {
144775
- "text": "void"
144776
- }
144777
- },
144778
- "parameters": [
144779
- {
144780
- "name": "slot",
144781
- "type": {
144782
- "text": "HTMLSlotElement"
144783
- }
144784
- }
144785
- ],
144786
- "inheritedFrom": {
144787
- "name": "SbbElement",
144788
- "module": "core/base-elements/element.js"
144789
- }
144790
- },
144791
- {
144792
- "kind": "method",
144793
- "name": "_updateSlottedState",
144794
- "privacy": "private",
144795
- "return": {
144796
- "type": {
144797
- "text": "void"
144798
- }
144799
- },
144800
- "parameters": [
144801
- {
144802
- "name": "slot",
144803
- "type": {
144804
- "text": "HTMLSlotElement"
144805
- }
144806
- }
144807
- ],
144808
- "inheritedFrom": {
144809
- "name": "SbbElement",
144810
- "module": "core/base-elements/element.js"
144811
- }
144812
- },
144813
- {
144814
- "kind": "method",
144815
- "name": "_observeTextNodesInSlot",
144816
- "privacy": "private",
144817
- "return": {
144818
- "type": {
144819
- "text": "void"
144820
- }
144821
- },
144822
- "parameters": [
144823
- {
144824
- "name": "slot",
144825
- "type": {
144826
- "text": "HTMLSlotElement"
144827
- }
144828
- }
144829
- ],
144830
- "inheritedFrom": {
144831
- "name": "SbbElement",
144832
- "module": "core/base-elements/element.js"
144833
- }
144834
- },
144835
- {
144836
- "kind": "method",
144837
- "name": "_hasSlottedContent",
144838
- "privacy": "private",
144839
- "return": {
144840
- "type": {
144841
- "text": "boolean"
144842
- }
144843
- },
144844
- "parameters": [
144845
- {
144846
- "name": "slot",
144847
- "type": {
144848
- "text": "HTMLSlotElement"
144849
- }
144850
- }
144851
- ],
144852
- "inheritedFrom": {
144853
- "name": "SbbElement",
144854
- "module": "core/base-elements/element.js"
144855
- }
144856
- }
144857
- ],
144858
- "superclass": {
144859
- "name": "SbbElement",
144860
- "module": "core.js"
144861
- },
144862
- "tagName": "sbb-sidebar-container",
144863
- "customElement": true
144864
- }
144865
- ],
144866
- "exports": [
144867
- {
144868
- "kind": "js",
144869
- "name": "SbbSidebarContainerElement",
144870
- "declaration": {
144871
- "name": "SbbSidebarContainerElement",
144872
- "module": "sidebar/sidebar-container/sidebar-container.component.js"
144873
- }
144874
- }
144875
- ]
144876
- },
144877
- {
144878
- "kind": "javascript-module",
144879
- "path": "sidebar/common/styles.js",
144880
- "declarations": [
144881
- {
144882
- "kind": "variable",
144883
- "name": "sidebarContainerCommonStyle"
144884
- },
144885
- {
144886
- "kind": "variable",
144887
- "name": "sidebarContentCommonStyle"
144888
- },
144889
- {
144890
- "kind": "variable",
144891
- "name": "iconSidebarButtonCommonStyle"
144892
- }
144893
- ],
144894
- "exports": [
144895
- {
144896
- "kind": "js",
144897
- "name": "sidebarContainerCommonStyle",
144898
- "declaration": {
144899
- "name": "sidebarContainerCommonStyle",
144900
- "module": "sidebar/common/styles.js"
144901
- }
144902
- },
144903
- {
144904
- "kind": "js",
144905
- "name": "sidebarContentCommonStyle",
144906
- "declaration": {
144907
- "name": "sidebarContentCommonStyle",
144908
- "module": "sidebar/common/styles.js"
144909
- }
144910
- },
144911
- {
144912
- "kind": "js",
144913
- "name": "iconSidebarButtonCommonStyle",
144914
- "declaration": {
144915
- "name": "iconSidebarButtonCommonStyle",
144916
- "module": "sidebar/common/styles.js"
144917
- }
144918
- }
144919
- ]
144920
- },
144921
144555
  {
144922
144556
  "kind": "javascript-module",
144923
144557
  "path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
@@ -146080,6 +145714,372 @@
146080
145714
  }
146081
145715
  ]
146082
145716
  },
145717
+ {
145718
+ "kind": "javascript-module",
145719
+ "path": "sidebar/sidebar-container/sidebar-container.component.js",
145720
+ "declarations": [
145721
+ {
145722
+ "kind": "class",
145723
+ "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.",
145724
+ "name": "SbbSidebarContainerElement",
145725
+ "slots": [
145726
+ {
145727
+ "description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
145728
+ "name": ""
145729
+ }
145730
+ ],
145731
+ "members": [
145732
+ {
145733
+ "kind": "field",
145734
+ "name": "elementName",
145735
+ "type": {
145736
+ "text": "string"
145737
+ },
145738
+ "privacy": "public",
145739
+ "static": true,
145740
+ "readonly": true,
145741
+ "default": "'sbb-sidebar-container'",
145742
+ "inheritedFrom": {
145743
+ "name": "SbbElement",
145744
+ "module": "core/base-elements/element.js"
145745
+ }
145746
+ },
145747
+ {
145748
+ "kind": "field",
145749
+ "name": "sidebars",
145750
+ "type": {
145751
+ "text": "SbbSidebarElement[]"
145752
+ },
145753
+ "privacy": "public",
145754
+ "description": "The sidebar children.",
145755
+ "readonly": true
145756
+ },
145757
+ {
145758
+ "kind": "field",
145759
+ "name": "start",
145760
+ "type": {
145761
+ "text": "SbbSidebarElement | null"
145762
+ },
145763
+ "privacy": "public",
145764
+ "description": "The sidebar child with the `start` position.",
145765
+ "readonly": true
145766
+ },
145767
+ {
145768
+ "kind": "field",
145769
+ "name": "end",
145770
+ "type": {
145771
+ "text": "SbbSidebarElement | null"
145772
+ },
145773
+ "privacy": "public",
145774
+ "description": "The sidebar child with the `end` position.",
145775
+ "readonly": true
145776
+ },
145777
+ {
145778
+ "kind": "field",
145779
+ "name": "_forcedClosedSidebars",
145780
+ "privacy": "private",
145781
+ "default": "new WeakSet<SbbSidebarElement>()"
145782
+ },
145783
+ {
145784
+ "kind": "method",
145785
+ "name": "_handleWidthChange",
145786
+ "privacy": "private",
145787
+ "return": {
145788
+ "type": {
145789
+ "text": "void"
145790
+ }
145791
+ }
145792
+ },
145793
+ {
145794
+ "kind": "method",
145795
+ "name": "_calculateSpaceState",
145796
+ "privacy": "private",
145797
+ "return": {
145798
+ "type": {
145799
+ "text": "Promise<void>"
145800
+ }
145801
+ },
145802
+ "description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
145803
+ },
145804
+ {
145805
+ "kind": "field",
145806
+ "name": "['_$sbbElement$']",
145807
+ "type": {
145808
+ "text": "boolean"
145809
+ },
145810
+ "privacy": "public",
145811
+ "static": true,
145812
+ "default": "true",
145813
+ "inheritedFrom": {
145814
+ "name": "SbbElement",
145815
+ "module": "core/base-elements/element.js"
145816
+ }
145817
+ },
145818
+ {
145819
+ "kind": "field",
145820
+ "name": "elementDependencies",
145821
+ "type": {
145822
+ "text": "SbbElementType[] | undefined"
145823
+ },
145824
+ "privacy": "public",
145825
+ "static": true,
145826
+ "inheritedFrom": {
145827
+ "name": "SbbElement",
145828
+ "module": "core/base-elements/element.js"
145829
+ }
145830
+ },
145831
+ {
145832
+ "kind": "field",
145833
+ "name": "role",
145834
+ "type": {
145835
+ "text": "ElementInternals['role'] | undefined"
145836
+ },
145837
+ "privacy": "public",
145838
+ "static": true,
145839
+ "inheritedFrom": {
145840
+ "name": "SbbElement",
145841
+ "module": "core/base-elements/element.js"
145842
+ }
145843
+ },
145844
+ {
145845
+ "kind": "field",
145846
+ "name": "_controllers",
145847
+ "type": {
145848
+ "text": "Set<SbbReactiveController> | undefined"
145849
+ },
145850
+ "privacy": "private",
145851
+ "inheritedFrom": {
145852
+ "name": "SbbElement",
145853
+ "module": "core/base-elements/element.js"
145854
+ }
145855
+ },
145856
+ {
145857
+ "kind": "field",
145858
+ "name": "_hydrationRequired",
145859
+ "type": {
145860
+ "text": "boolean"
145861
+ },
145862
+ "privacy": "private",
145863
+ "default": "!!this.shadowRoot",
145864
+ "inheritedFrom": {
145865
+ "name": "SbbElement",
145866
+ "module": "core/base-elements/element.js"
145867
+ }
145868
+ },
145869
+ {
145870
+ "kind": "field",
145871
+ "name": "_hydrationComplete",
145872
+ "privacy": "private",
145873
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
145874
+ "inheritedFrom": {
145875
+ "name": "SbbElement",
145876
+ "module": "core/base-elements/element.js"
145877
+ }
145878
+ },
145879
+ {
145880
+ "kind": "field",
145881
+ "name": "_resolveHydration",
145882
+ "type": {
145883
+ "text": "(hydrationRequired: boolean) => void"
145884
+ },
145885
+ "privacy": "private",
145886
+ "inheritedFrom": {
145887
+ "name": "SbbElement",
145888
+ "module": "core/base-elements/element.js"
145889
+ }
145890
+ },
145891
+ {
145892
+ "kind": "field",
145893
+ "name": "_textObserver",
145894
+ "type": {
145895
+ "text": "MutationObserver | undefined"
145896
+ },
145897
+ "privacy": "private",
145898
+ "inheritedFrom": {
145899
+ "name": "SbbElement",
145900
+ "module": "core/base-elements/element.js"
145901
+ }
145902
+ },
145903
+ {
145904
+ "kind": "field",
145905
+ "name": "hydrationRequired",
145906
+ "type": {
145907
+ "text": "boolean"
145908
+ },
145909
+ "privacy": "protected",
145910
+ "description": "Returns whether hydration is required and not completed.",
145911
+ "readonly": true,
145912
+ "inheritedFrom": {
145913
+ "name": "SbbElement",
145914
+ "module": "core/base-elements/element.js"
145915
+ },
145916
+ "default": "!!this.shadowRoot"
145917
+ },
145918
+ {
145919
+ "kind": "method",
145920
+ "name": "toggleState",
145921
+ "privacy": "protected",
145922
+ "return": {
145923
+ "type": {
145924
+ "text": "void"
145925
+ }
145926
+ },
145927
+ "parameters": [
145928
+ {
145929
+ "name": "value",
145930
+ "type": {
145931
+ "text": "string"
145932
+ }
145933
+ },
145934
+ {
145935
+ "name": "force",
145936
+ "optional": true,
145937
+ "type": {
145938
+ "text": "boolean"
145939
+ }
145940
+ }
145941
+ ],
145942
+ "inheritedFrom": {
145943
+ "name": "SbbElement",
145944
+ "module": "core/base-elements/element.js"
145945
+ }
145946
+ },
145947
+ {
145948
+ "kind": "method",
145949
+ "name": "_slotchangeHandler",
145950
+ "privacy": "private",
145951
+ "return": {
145952
+ "type": {
145953
+ "text": "void"
145954
+ }
145955
+ },
145956
+ "parameters": [
145957
+ {
145958
+ "name": "event",
145959
+ "type": {
145960
+ "text": "Event"
145961
+ }
145962
+ },
145963
+ {
145964
+ "name": "slot",
145965
+ "type": {
145966
+ "text": "HTMLSlotElement"
145967
+ }
145968
+ }
145969
+ ],
145970
+ "inheritedFrom": {
145971
+ "name": "SbbElement",
145972
+ "module": "core/base-elements/element.js"
145973
+ }
145974
+ },
145975
+ {
145976
+ "kind": "method",
145977
+ "name": "_handleSlotChangeForSlottedState",
145978
+ "privacy": "private",
145979
+ "return": {
145980
+ "type": {
145981
+ "text": "void"
145982
+ }
145983
+ },
145984
+ "parameters": [
145985
+ {
145986
+ "name": "slot",
145987
+ "type": {
145988
+ "text": "HTMLSlotElement"
145989
+ }
145990
+ }
145991
+ ],
145992
+ "inheritedFrom": {
145993
+ "name": "SbbElement",
145994
+ "module": "core/base-elements/element.js"
145995
+ }
145996
+ },
145997
+ {
145998
+ "kind": "method",
145999
+ "name": "_updateSlottedState",
146000
+ "privacy": "private",
146001
+ "return": {
146002
+ "type": {
146003
+ "text": "void"
146004
+ }
146005
+ },
146006
+ "parameters": [
146007
+ {
146008
+ "name": "slot",
146009
+ "type": {
146010
+ "text": "HTMLSlotElement"
146011
+ }
146012
+ }
146013
+ ],
146014
+ "inheritedFrom": {
146015
+ "name": "SbbElement",
146016
+ "module": "core/base-elements/element.js"
146017
+ }
146018
+ },
146019
+ {
146020
+ "kind": "method",
146021
+ "name": "_observeTextNodesInSlot",
146022
+ "privacy": "private",
146023
+ "return": {
146024
+ "type": {
146025
+ "text": "void"
146026
+ }
146027
+ },
146028
+ "parameters": [
146029
+ {
146030
+ "name": "slot",
146031
+ "type": {
146032
+ "text": "HTMLSlotElement"
146033
+ }
146034
+ }
146035
+ ],
146036
+ "inheritedFrom": {
146037
+ "name": "SbbElement",
146038
+ "module": "core/base-elements/element.js"
146039
+ }
146040
+ },
146041
+ {
146042
+ "kind": "method",
146043
+ "name": "_hasSlottedContent",
146044
+ "privacy": "private",
146045
+ "return": {
146046
+ "type": {
146047
+ "text": "boolean"
146048
+ }
146049
+ },
146050
+ "parameters": [
146051
+ {
146052
+ "name": "slot",
146053
+ "type": {
146054
+ "text": "HTMLSlotElement"
146055
+ }
146056
+ }
146057
+ ],
146058
+ "inheritedFrom": {
146059
+ "name": "SbbElement",
146060
+ "module": "core/base-elements/element.js"
146061
+ }
146062
+ }
146063
+ ],
146064
+ "superclass": {
146065
+ "name": "SbbElement",
146066
+ "module": "core.js"
146067
+ },
146068
+ "tagName": "sbb-sidebar-container",
146069
+ "customElement": true
146070
+ }
146071
+ ],
146072
+ "exports": [
146073
+ {
146074
+ "kind": "js",
146075
+ "name": "SbbSidebarContainerElement",
146076
+ "declaration": {
146077
+ "name": "SbbSidebarContainerElement",
146078
+ "module": "sidebar/sidebar-container/sidebar-container.component.js"
146079
+ }
146080
+ }
146081
+ ]
146082
+ },
146083
146083
  {
146084
146084
  "kind": "javascript-module",
146085
146085
  "path": "sidebar/sidebar-content/sidebar-content.component.js",
@@ -159765,74 +159765,377 @@
159765
159765
  }
159766
159766
  }
159767
159767
  ],
159768
- "attributes": [
159769
- {
159770
- "name": "direction-label",
159771
- "type": {
159772
- "text": "string"
159773
- },
159774
- "default": "''",
159775
- "description": "General label for \"driving direction\".",
159776
- "fieldName": "directionLabel"
159777
- },
159778
- {
159779
- "name": "direction-label-level",
159780
- "type": {
159781
- "text": "SbbTitleLevel"
159782
- },
159783
- "default": "'6'",
159784
- "description": "Heading level of the direction label, used for screen readers.",
159785
- "fieldName": "directionLabelLevel"
159786
- },
159787
- {
159788
- "name": "station",
159789
- "type": {
159790
- "text": "string"
159791
- },
159792
- "default": "''",
159793
- "description": "Label for the destination station of the train.",
159794
- "fieldName": "station"
159795
- },
159796
- {
159797
- "name": "accessibility-label",
159798
- "type": {
159799
- "text": "string"
159800
- },
159801
- "default": "''",
159802
- "description": "Accessibility label for additional information regarding the leaving direction of the train.",
159803
- "fieldName": "accessibilityLabel"
159804
- },
159805
- {
159806
- "name": "direction",
159807
- "type": {
159808
- "text": "'left' | 'right'"
159809
- },
159810
- "default": "'left'",
159811
- "description": "Controls the direction indicator to show the arrow left or right. Default is left.",
159812
- "fieldName": "direction"
159813
- }
159814
- ],
159815
- "mixins": [
159816
- {
159817
- "name": "SbbNamedSlotListMixin",
159818
- "module": "core.js"
159819
- }
159820
- ],
159768
+ "attributes": [
159769
+ {
159770
+ "name": "direction-label",
159771
+ "type": {
159772
+ "text": "string"
159773
+ },
159774
+ "default": "''",
159775
+ "description": "General label for \"driving direction\".",
159776
+ "fieldName": "directionLabel"
159777
+ },
159778
+ {
159779
+ "name": "direction-label-level",
159780
+ "type": {
159781
+ "text": "SbbTitleLevel"
159782
+ },
159783
+ "default": "'6'",
159784
+ "description": "Heading level of the direction label, used for screen readers.",
159785
+ "fieldName": "directionLabelLevel"
159786
+ },
159787
+ {
159788
+ "name": "station",
159789
+ "type": {
159790
+ "text": "string"
159791
+ },
159792
+ "default": "''",
159793
+ "description": "Label for the destination station of the train.",
159794
+ "fieldName": "station"
159795
+ },
159796
+ {
159797
+ "name": "accessibility-label",
159798
+ "type": {
159799
+ "text": "string"
159800
+ },
159801
+ "default": "''",
159802
+ "description": "Accessibility label for additional information regarding the leaving direction of the train.",
159803
+ "fieldName": "accessibilityLabel"
159804
+ },
159805
+ {
159806
+ "name": "direction",
159807
+ "type": {
159808
+ "text": "'left' | 'right'"
159809
+ },
159810
+ "default": "'left'",
159811
+ "description": "Controls the direction indicator to show the arrow left or right. Default is left.",
159812
+ "fieldName": "direction"
159813
+ }
159814
+ ],
159815
+ "mixins": [
159816
+ {
159817
+ "name": "SbbNamedSlotListMixin",
159818
+ "module": "core.js"
159819
+ }
159820
+ ],
159821
+ "superclass": {
159822
+ "name": "SbbElement",
159823
+ "module": "core.js"
159824
+ },
159825
+ "tagName": "sbb-train",
159826
+ "customElement": true
159827
+ }
159828
+ ],
159829
+ "exports": [
159830
+ {
159831
+ "kind": "js",
159832
+ "name": "SbbTrainElement",
159833
+ "declaration": {
159834
+ "name": "SbbTrainElement",
159835
+ "module": "train/train/train.component.js"
159836
+ }
159837
+ }
159838
+ ]
159839
+ },
159840
+ {
159841
+ "kind": "javascript-module",
159842
+ "path": "train/train-blocked-passage/train-blocked-passage.component.js",
159843
+ "declarations": [
159844
+ {
159845
+ "kind": "class",
159846
+ "description": "It visually displays a blocked passage between train wagons.",
159847
+ "name": "SbbTrainBlockedPassageElement",
159848
+ "members": [
159849
+ {
159850
+ "kind": "field",
159851
+ "name": "elementName",
159852
+ "type": {
159853
+ "text": "string"
159854
+ },
159855
+ "privacy": "public",
159856
+ "static": true,
159857
+ "readonly": true,
159858
+ "default": "'sbb-train-blocked-passage'",
159859
+ "inheritedFrom": {
159860
+ "name": "SbbElement",
159861
+ "module": "core/base-elements/element.js"
159862
+ }
159863
+ },
159864
+ {
159865
+ "kind": "field",
159866
+ "name": "['_$sbbElement$']",
159867
+ "type": {
159868
+ "text": "boolean"
159869
+ },
159870
+ "privacy": "public",
159871
+ "static": true,
159872
+ "default": "true",
159873
+ "inheritedFrom": {
159874
+ "name": "SbbElement",
159875
+ "module": "core/base-elements/element.js"
159876
+ }
159877
+ },
159878
+ {
159879
+ "kind": "field",
159880
+ "name": "elementDependencies",
159881
+ "type": {
159882
+ "text": "SbbElementType[] | undefined"
159883
+ },
159884
+ "privacy": "public",
159885
+ "static": true,
159886
+ "inheritedFrom": {
159887
+ "name": "SbbElement",
159888
+ "module": "core/base-elements/element.js"
159889
+ }
159890
+ },
159891
+ {
159892
+ "kind": "field",
159893
+ "name": "role",
159894
+ "type": {
159895
+ "text": "ElementInternals['role'] | undefined"
159896
+ },
159897
+ "privacy": "public",
159898
+ "static": true,
159899
+ "inheritedFrom": {
159900
+ "name": "SbbElement",
159901
+ "module": "core/base-elements/element.js"
159902
+ }
159903
+ },
159904
+ {
159905
+ "kind": "field",
159906
+ "name": "_controllers",
159907
+ "type": {
159908
+ "text": "Set<SbbReactiveController> | undefined"
159909
+ },
159910
+ "privacy": "private",
159911
+ "inheritedFrom": {
159912
+ "name": "SbbElement",
159913
+ "module": "core/base-elements/element.js"
159914
+ }
159915
+ },
159916
+ {
159917
+ "kind": "field",
159918
+ "name": "_hydrationRequired",
159919
+ "type": {
159920
+ "text": "boolean"
159921
+ },
159922
+ "privacy": "private",
159923
+ "default": "!!this.shadowRoot",
159924
+ "inheritedFrom": {
159925
+ "name": "SbbElement",
159926
+ "module": "core/base-elements/element.js"
159927
+ }
159928
+ },
159929
+ {
159930
+ "kind": "field",
159931
+ "name": "_hydrationComplete",
159932
+ "privacy": "private",
159933
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
159934
+ "inheritedFrom": {
159935
+ "name": "SbbElement",
159936
+ "module": "core/base-elements/element.js"
159937
+ }
159938
+ },
159939
+ {
159940
+ "kind": "field",
159941
+ "name": "_resolveHydration",
159942
+ "type": {
159943
+ "text": "(hydrationRequired: boolean) => void"
159944
+ },
159945
+ "privacy": "private",
159946
+ "inheritedFrom": {
159947
+ "name": "SbbElement",
159948
+ "module": "core/base-elements/element.js"
159949
+ }
159950
+ },
159951
+ {
159952
+ "kind": "field",
159953
+ "name": "_textObserver",
159954
+ "type": {
159955
+ "text": "MutationObserver | undefined"
159956
+ },
159957
+ "privacy": "private",
159958
+ "inheritedFrom": {
159959
+ "name": "SbbElement",
159960
+ "module": "core/base-elements/element.js"
159961
+ }
159962
+ },
159963
+ {
159964
+ "kind": "field",
159965
+ "name": "hydrationRequired",
159966
+ "type": {
159967
+ "text": "boolean"
159968
+ },
159969
+ "privacy": "protected",
159970
+ "description": "Returns whether hydration is required and not completed.",
159971
+ "readonly": true,
159972
+ "inheritedFrom": {
159973
+ "name": "SbbElement",
159974
+ "module": "core/base-elements/element.js"
159975
+ },
159976
+ "default": "!!this.shadowRoot"
159977
+ },
159978
+ {
159979
+ "kind": "method",
159980
+ "name": "toggleState",
159981
+ "privacy": "protected",
159982
+ "return": {
159983
+ "type": {
159984
+ "text": "void"
159985
+ }
159986
+ },
159987
+ "parameters": [
159988
+ {
159989
+ "name": "value",
159990
+ "type": {
159991
+ "text": "string"
159992
+ }
159993
+ },
159994
+ {
159995
+ "name": "force",
159996
+ "optional": true,
159997
+ "type": {
159998
+ "text": "boolean"
159999
+ }
160000
+ }
160001
+ ],
160002
+ "inheritedFrom": {
160003
+ "name": "SbbElement",
160004
+ "module": "core/base-elements/element.js"
160005
+ }
160006
+ },
160007
+ {
160008
+ "kind": "method",
160009
+ "name": "_slotchangeHandler",
160010
+ "privacy": "private",
160011
+ "return": {
160012
+ "type": {
160013
+ "text": "void"
160014
+ }
160015
+ },
160016
+ "parameters": [
160017
+ {
160018
+ "name": "event",
160019
+ "type": {
160020
+ "text": "Event"
160021
+ }
160022
+ },
160023
+ {
160024
+ "name": "slot",
160025
+ "type": {
160026
+ "text": "HTMLSlotElement"
160027
+ }
160028
+ }
160029
+ ],
160030
+ "inheritedFrom": {
160031
+ "name": "SbbElement",
160032
+ "module": "core/base-elements/element.js"
160033
+ }
160034
+ },
160035
+ {
160036
+ "kind": "method",
160037
+ "name": "_handleSlotChangeForSlottedState",
160038
+ "privacy": "private",
160039
+ "return": {
160040
+ "type": {
160041
+ "text": "void"
160042
+ }
160043
+ },
160044
+ "parameters": [
160045
+ {
160046
+ "name": "slot",
160047
+ "type": {
160048
+ "text": "HTMLSlotElement"
160049
+ }
160050
+ }
160051
+ ],
160052
+ "inheritedFrom": {
160053
+ "name": "SbbElement",
160054
+ "module": "core/base-elements/element.js"
160055
+ }
160056
+ },
160057
+ {
160058
+ "kind": "method",
160059
+ "name": "_updateSlottedState",
160060
+ "privacy": "private",
160061
+ "return": {
160062
+ "type": {
160063
+ "text": "void"
160064
+ }
160065
+ },
160066
+ "parameters": [
160067
+ {
160068
+ "name": "slot",
160069
+ "type": {
160070
+ "text": "HTMLSlotElement"
160071
+ }
160072
+ }
160073
+ ],
160074
+ "inheritedFrom": {
160075
+ "name": "SbbElement",
160076
+ "module": "core/base-elements/element.js"
160077
+ }
160078
+ },
160079
+ {
160080
+ "kind": "method",
160081
+ "name": "_observeTextNodesInSlot",
160082
+ "privacy": "private",
160083
+ "return": {
160084
+ "type": {
160085
+ "text": "void"
160086
+ }
160087
+ },
160088
+ "parameters": [
160089
+ {
160090
+ "name": "slot",
160091
+ "type": {
160092
+ "text": "HTMLSlotElement"
160093
+ }
160094
+ }
160095
+ ],
160096
+ "inheritedFrom": {
160097
+ "name": "SbbElement",
160098
+ "module": "core/base-elements/element.js"
160099
+ }
160100
+ },
160101
+ {
160102
+ "kind": "method",
160103
+ "name": "_hasSlottedContent",
160104
+ "privacy": "private",
160105
+ "return": {
160106
+ "type": {
160107
+ "text": "boolean"
160108
+ }
160109
+ },
160110
+ "parameters": [
160111
+ {
160112
+ "name": "slot",
160113
+ "type": {
160114
+ "text": "HTMLSlotElement"
160115
+ }
160116
+ }
160117
+ ],
160118
+ "inheritedFrom": {
160119
+ "name": "SbbElement",
160120
+ "module": "core/base-elements/element.js"
160121
+ }
160122
+ }
160123
+ ],
159821
160124
  "superclass": {
159822
160125
  "name": "SbbElement",
159823
160126
  "module": "core.js"
159824
160127
  },
159825
- "tagName": "sbb-train",
160128
+ "tagName": "sbb-train-blocked-passage",
159826
160129
  "customElement": true
159827
160130
  }
159828
160131
  ],
159829
160132
  "exports": [
159830
160133
  {
159831
160134
  "kind": "js",
159832
- "name": "SbbTrainElement",
160135
+ "name": "SbbTrainBlockedPassageElement",
159833
160136
  "declaration": {
159834
- "name": "SbbTrainElement",
159835
- "module": "train/train/train.component.js"
160137
+ "name": "SbbTrainBlockedPassageElement",
160138
+ "module": "train/train-blocked-passage/train-blocked-passage.component.js"
159836
160139
  }
159837
160140
  }
159838
160141
  ]
@@ -160324,309 +160627,6 @@
160324
160627
  }
160325
160628
  ]
160326
160629
  },
160327
- {
160328
- "kind": "javascript-module",
160329
- "path": "train/train-blocked-passage/train-blocked-passage.component.js",
160330
- "declarations": [
160331
- {
160332
- "kind": "class",
160333
- "description": "It visually displays a blocked passage between train wagons.",
160334
- "name": "SbbTrainBlockedPassageElement",
160335
- "members": [
160336
- {
160337
- "kind": "field",
160338
- "name": "elementName",
160339
- "type": {
160340
- "text": "string"
160341
- },
160342
- "privacy": "public",
160343
- "static": true,
160344
- "readonly": true,
160345
- "default": "'sbb-train-blocked-passage'",
160346
- "inheritedFrom": {
160347
- "name": "SbbElement",
160348
- "module": "core/base-elements/element.js"
160349
- }
160350
- },
160351
- {
160352
- "kind": "field",
160353
- "name": "['_$sbbElement$']",
160354
- "type": {
160355
- "text": "boolean"
160356
- },
160357
- "privacy": "public",
160358
- "static": true,
160359
- "default": "true",
160360
- "inheritedFrom": {
160361
- "name": "SbbElement",
160362
- "module": "core/base-elements/element.js"
160363
- }
160364
- },
160365
- {
160366
- "kind": "field",
160367
- "name": "elementDependencies",
160368
- "type": {
160369
- "text": "SbbElementType[] | undefined"
160370
- },
160371
- "privacy": "public",
160372
- "static": true,
160373
- "inheritedFrom": {
160374
- "name": "SbbElement",
160375
- "module": "core/base-elements/element.js"
160376
- }
160377
- },
160378
- {
160379
- "kind": "field",
160380
- "name": "role",
160381
- "type": {
160382
- "text": "ElementInternals['role'] | undefined"
160383
- },
160384
- "privacy": "public",
160385
- "static": true,
160386
- "inheritedFrom": {
160387
- "name": "SbbElement",
160388
- "module": "core/base-elements/element.js"
160389
- }
160390
- },
160391
- {
160392
- "kind": "field",
160393
- "name": "_controllers",
160394
- "type": {
160395
- "text": "Set<SbbReactiveController> | undefined"
160396
- },
160397
- "privacy": "private",
160398
- "inheritedFrom": {
160399
- "name": "SbbElement",
160400
- "module": "core/base-elements/element.js"
160401
- }
160402
- },
160403
- {
160404
- "kind": "field",
160405
- "name": "_hydrationRequired",
160406
- "type": {
160407
- "text": "boolean"
160408
- },
160409
- "privacy": "private",
160410
- "default": "!!this.shadowRoot",
160411
- "inheritedFrom": {
160412
- "name": "SbbElement",
160413
- "module": "core/base-elements/element.js"
160414
- }
160415
- },
160416
- {
160417
- "kind": "field",
160418
- "name": "_hydrationComplete",
160419
- "privacy": "private",
160420
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
160421
- "inheritedFrom": {
160422
- "name": "SbbElement",
160423
- "module": "core/base-elements/element.js"
160424
- }
160425
- },
160426
- {
160427
- "kind": "field",
160428
- "name": "_resolveHydration",
160429
- "type": {
160430
- "text": "(hydrationRequired: boolean) => void"
160431
- },
160432
- "privacy": "private",
160433
- "inheritedFrom": {
160434
- "name": "SbbElement",
160435
- "module": "core/base-elements/element.js"
160436
- }
160437
- },
160438
- {
160439
- "kind": "field",
160440
- "name": "_textObserver",
160441
- "type": {
160442
- "text": "MutationObserver | undefined"
160443
- },
160444
- "privacy": "private",
160445
- "inheritedFrom": {
160446
- "name": "SbbElement",
160447
- "module": "core/base-elements/element.js"
160448
- }
160449
- },
160450
- {
160451
- "kind": "field",
160452
- "name": "hydrationRequired",
160453
- "type": {
160454
- "text": "boolean"
160455
- },
160456
- "privacy": "protected",
160457
- "description": "Returns whether hydration is required and not completed.",
160458
- "readonly": true,
160459
- "inheritedFrom": {
160460
- "name": "SbbElement",
160461
- "module": "core/base-elements/element.js"
160462
- },
160463
- "default": "!!this.shadowRoot"
160464
- },
160465
- {
160466
- "kind": "method",
160467
- "name": "toggleState",
160468
- "privacy": "protected",
160469
- "return": {
160470
- "type": {
160471
- "text": "void"
160472
- }
160473
- },
160474
- "parameters": [
160475
- {
160476
- "name": "value",
160477
- "type": {
160478
- "text": "string"
160479
- }
160480
- },
160481
- {
160482
- "name": "force",
160483
- "optional": true,
160484
- "type": {
160485
- "text": "boolean"
160486
- }
160487
- }
160488
- ],
160489
- "inheritedFrom": {
160490
- "name": "SbbElement",
160491
- "module": "core/base-elements/element.js"
160492
- }
160493
- },
160494
- {
160495
- "kind": "method",
160496
- "name": "_slotchangeHandler",
160497
- "privacy": "private",
160498
- "return": {
160499
- "type": {
160500
- "text": "void"
160501
- }
160502
- },
160503
- "parameters": [
160504
- {
160505
- "name": "event",
160506
- "type": {
160507
- "text": "Event"
160508
- }
160509
- },
160510
- {
160511
- "name": "slot",
160512
- "type": {
160513
- "text": "HTMLSlotElement"
160514
- }
160515
- }
160516
- ],
160517
- "inheritedFrom": {
160518
- "name": "SbbElement",
160519
- "module": "core/base-elements/element.js"
160520
- }
160521
- },
160522
- {
160523
- "kind": "method",
160524
- "name": "_handleSlotChangeForSlottedState",
160525
- "privacy": "private",
160526
- "return": {
160527
- "type": {
160528
- "text": "void"
160529
- }
160530
- },
160531
- "parameters": [
160532
- {
160533
- "name": "slot",
160534
- "type": {
160535
- "text": "HTMLSlotElement"
160536
- }
160537
- }
160538
- ],
160539
- "inheritedFrom": {
160540
- "name": "SbbElement",
160541
- "module": "core/base-elements/element.js"
160542
- }
160543
- },
160544
- {
160545
- "kind": "method",
160546
- "name": "_updateSlottedState",
160547
- "privacy": "private",
160548
- "return": {
160549
- "type": {
160550
- "text": "void"
160551
- }
160552
- },
160553
- "parameters": [
160554
- {
160555
- "name": "slot",
160556
- "type": {
160557
- "text": "HTMLSlotElement"
160558
- }
160559
- }
160560
- ],
160561
- "inheritedFrom": {
160562
- "name": "SbbElement",
160563
- "module": "core/base-elements/element.js"
160564
- }
160565
- },
160566
- {
160567
- "kind": "method",
160568
- "name": "_observeTextNodesInSlot",
160569
- "privacy": "private",
160570
- "return": {
160571
- "type": {
160572
- "text": "void"
160573
- }
160574
- },
160575
- "parameters": [
160576
- {
160577
- "name": "slot",
160578
- "type": {
160579
- "text": "HTMLSlotElement"
160580
- }
160581
- }
160582
- ],
160583
- "inheritedFrom": {
160584
- "name": "SbbElement",
160585
- "module": "core/base-elements/element.js"
160586
- }
160587
- },
160588
- {
160589
- "kind": "method",
160590
- "name": "_hasSlottedContent",
160591
- "privacy": "private",
160592
- "return": {
160593
- "type": {
160594
- "text": "boolean"
160595
- }
160596
- },
160597
- "parameters": [
160598
- {
160599
- "name": "slot",
160600
- "type": {
160601
- "text": "HTMLSlotElement"
160602
- }
160603
- }
160604
- ],
160605
- "inheritedFrom": {
160606
- "name": "SbbElement",
160607
- "module": "core/base-elements/element.js"
160608
- }
160609
- }
160610
- ],
160611
- "superclass": {
160612
- "name": "SbbElement",
160613
- "module": "core.js"
160614
- },
160615
- "tagName": "sbb-train-blocked-passage",
160616
- "customElement": true
160617
- }
160618
- ],
160619
- "exports": [
160620
- {
160621
- "kind": "js",
160622
- "name": "SbbTrainBlockedPassageElement",
160623
- "declaration": {
160624
- "name": "SbbTrainBlockedPassageElement",
160625
- "module": "train/train-blocked-passage/train-blocked-passage.component.js"
160626
- }
160627
- }
160628
- ]
160629
- },
160630
160630
  {
160631
160631
  "kind": "javascript-module",
160632
160632
  "path": "train/train-wagon/train-wagon.component.js",