@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1776264581 → 5.0.0-next-dev.1776331195
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 +1402 -1383
- package/development/core/eventing/throttle.d.ts +1 -0
- package/development/core/eventing/throttle.d.ts.map +1 -1
- package/development/core/eventing/throttle.js +2 -1
- package/development/tab-group.component-DX7BY7Xy.js +270 -0
- package/development/tabs/tab-group/tab-group.component.d.ts +1 -0
- package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
- package/development/tabs/tab-group/tab-group.component.js +1 -1
- package/development/tabs.js +1 -1
- package/development/tabs.pure.js +1 -1
- package/package.json +2 -2
- package/{tab-group.component-sdbLQtoj.js → tab-group.component-B3uz-8FA.js} +31 -27
- package/tabs/tab-group/tab-group.component.js +1 -1
- package/tabs.js +1 -1
- package/tabs.pure.js +1 -1
- package/development/tab-group.component-C3R8ZTbg.js +0 -266
package/custom-elements.json
CHANGED
|
@@ -81225,7 +81225,8 @@
|
|
|
81225
81225
|
"text": "number"
|
|
81226
81226
|
}
|
|
81227
81227
|
}
|
|
81228
|
-
]
|
|
81228
|
+
],
|
|
81229
|
+
"deprecated": "true"
|
|
81229
81230
|
}
|
|
81230
81231
|
],
|
|
81231
81232
|
"exports": [
|
|
@@ -117205,315 +117206,6 @@
|
|
|
117205
117206
|
}
|
|
117206
117207
|
]
|
|
117207
117208
|
},
|
|
117208
|
-
{
|
|
117209
|
-
"kind": "javascript-module",
|
|
117210
|
-
"path": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js",
|
|
117211
|
-
"declarations": [
|
|
117212
|
-
{
|
|
117213
|
-
"kind": "class",
|
|
117214
|
-
"description": "Container for the icon sidebar content. Intended to be placed inside an `sbb-icon-sidebar-container` element.",
|
|
117215
|
-
"name": "SbbIconSidebarContentElement",
|
|
117216
|
-
"slots": [
|
|
117217
|
-
{
|
|
117218
|
-
"description": "Use the unnamed slot to add any content elements.",
|
|
117219
|
-
"name": ""
|
|
117220
|
-
}
|
|
117221
|
-
],
|
|
117222
|
-
"members": [
|
|
117223
|
-
{
|
|
117224
|
-
"kind": "field",
|
|
117225
|
-
"name": "elementName",
|
|
117226
|
-
"type": {
|
|
117227
|
-
"text": "string"
|
|
117228
|
-
},
|
|
117229
|
-
"privacy": "public",
|
|
117230
|
-
"static": true,
|
|
117231
|
-
"readonly": true,
|
|
117232
|
-
"default": "'sbb-icon-sidebar-content'",
|
|
117233
|
-
"inheritedFrom": {
|
|
117234
|
-
"name": "SbbElement",
|
|
117235
|
-
"module": "core/base-elements/element.js"
|
|
117236
|
-
}
|
|
117237
|
-
},
|
|
117238
|
-
{
|
|
117239
|
-
"kind": "field",
|
|
117240
|
-
"name": "['_$sbbElement$']",
|
|
117241
|
-
"type": {
|
|
117242
|
-
"text": "boolean"
|
|
117243
|
-
},
|
|
117244
|
-
"privacy": "public",
|
|
117245
|
-
"static": true,
|
|
117246
|
-
"default": "true",
|
|
117247
|
-
"inheritedFrom": {
|
|
117248
|
-
"name": "SbbElement",
|
|
117249
|
-
"module": "core/base-elements/element.js"
|
|
117250
|
-
}
|
|
117251
|
-
},
|
|
117252
|
-
{
|
|
117253
|
-
"kind": "field",
|
|
117254
|
-
"name": "elementDependencies",
|
|
117255
|
-
"type": {
|
|
117256
|
-
"text": "SbbElementType[] | undefined"
|
|
117257
|
-
},
|
|
117258
|
-
"privacy": "public",
|
|
117259
|
-
"static": true,
|
|
117260
|
-
"inheritedFrom": {
|
|
117261
|
-
"name": "SbbElement",
|
|
117262
|
-
"module": "core/base-elements/element.js"
|
|
117263
|
-
}
|
|
117264
|
-
},
|
|
117265
|
-
{
|
|
117266
|
-
"kind": "field",
|
|
117267
|
-
"name": "role",
|
|
117268
|
-
"type": {
|
|
117269
|
-
"text": "ElementInternals['role'] | undefined"
|
|
117270
|
-
},
|
|
117271
|
-
"privacy": "public",
|
|
117272
|
-
"static": true,
|
|
117273
|
-
"inheritedFrom": {
|
|
117274
|
-
"name": "SbbElement",
|
|
117275
|
-
"module": "core/base-elements/element.js"
|
|
117276
|
-
}
|
|
117277
|
-
},
|
|
117278
|
-
{
|
|
117279
|
-
"kind": "field",
|
|
117280
|
-
"name": "_controllers",
|
|
117281
|
-
"type": {
|
|
117282
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
117283
|
-
},
|
|
117284
|
-
"privacy": "private",
|
|
117285
|
-
"inheritedFrom": {
|
|
117286
|
-
"name": "SbbElement",
|
|
117287
|
-
"module": "core/base-elements/element.js"
|
|
117288
|
-
}
|
|
117289
|
-
},
|
|
117290
|
-
{
|
|
117291
|
-
"kind": "field",
|
|
117292
|
-
"name": "_hydrationRequired",
|
|
117293
|
-
"type": {
|
|
117294
|
-
"text": "boolean"
|
|
117295
|
-
},
|
|
117296
|
-
"privacy": "private",
|
|
117297
|
-
"default": "!!this.shadowRoot",
|
|
117298
|
-
"inheritedFrom": {
|
|
117299
|
-
"name": "SbbElement",
|
|
117300
|
-
"module": "core/base-elements/element.js"
|
|
117301
|
-
}
|
|
117302
|
-
},
|
|
117303
|
-
{
|
|
117304
|
-
"kind": "field",
|
|
117305
|
-
"name": "_hydrationComplete",
|
|
117306
|
-
"privacy": "private",
|
|
117307
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
117308
|
-
"inheritedFrom": {
|
|
117309
|
-
"name": "SbbElement",
|
|
117310
|
-
"module": "core/base-elements/element.js"
|
|
117311
|
-
}
|
|
117312
|
-
},
|
|
117313
|
-
{
|
|
117314
|
-
"kind": "field",
|
|
117315
|
-
"name": "_resolveHydration",
|
|
117316
|
-
"type": {
|
|
117317
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
117318
|
-
},
|
|
117319
|
-
"privacy": "private",
|
|
117320
|
-
"inheritedFrom": {
|
|
117321
|
-
"name": "SbbElement",
|
|
117322
|
-
"module": "core/base-elements/element.js"
|
|
117323
|
-
}
|
|
117324
|
-
},
|
|
117325
|
-
{
|
|
117326
|
-
"kind": "field",
|
|
117327
|
-
"name": "_textObserver",
|
|
117328
|
-
"type": {
|
|
117329
|
-
"text": "MutationObserver | undefined"
|
|
117330
|
-
},
|
|
117331
|
-
"privacy": "private",
|
|
117332
|
-
"inheritedFrom": {
|
|
117333
|
-
"name": "SbbElement",
|
|
117334
|
-
"module": "core/base-elements/element.js"
|
|
117335
|
-
}
|
|
117336
|
-
},
|
|
117337
|
-
{
|
|
117338
|
-
"kind": "field",
|
|
117339
|
-
"name": "hydrationRequired",
|
|
117340
|
-
"type": {
|
|
117341
|
-
"text": "boolean"
|
|
117342
|
-
},
|
|
117343
|
-
"privacy": "protected",
|
|
117344
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
117345
|
-
"readonly": true,
|
|
117346
|
-
"inheritedFrom": {
|
|
117347
|
-
"name": "SbbElement",
|
|
117348
|
-
"module": "core/base-elements/element.js"
|
|
117349
|
-
},
|
|
117350
|
-
"default": "!!this.shadowRoot"
|
|
117351
|
-
},
|
|
117352
|
-
{
|
|
117353
|
-
"kind": "method",
|
|
117354
|
-
"name": "toggleState",
|
|
117355
|
-
"privacy": "protected",
|
|
117356
|
-
"return": {
|
|
117357
|
-
"type": {
|
|
117358
|
-
"text": "void"
|
|
117359
|
-
}
|
|
117360
|
-
},
|
|
117361
|
-
"parameters": [
|
|
117362
|
-
{
|
|
117363
|
-
"name": "value",
|
|
117364
|
-
"type": {
|
|
117365
|
-
"text": "string"
|
|
117366
|
-
}
|
|
117367
|
-
},
|
|
117368
|
-
{
|
|
117369
|
-
"name": "force",
|
|
117370
|
-
"optional": true,
|
|
117371
|
-
"type": {
|
|
117372
|
-
"text": "boolean"
|
|
117373
|
-
}
|
|
117374
|
-
}
|
|
117375
|
-
],
|
|
117376
|
-
"inheritedFrom": {
|
|
117377
|
-
"name": "SbbElement",
|
|
117378
|
-
"module": "core/base-elements/element.js"
|
|
117379
|
-
}
|
|
117380
|
-
},
|
|
117381
|
-
{
|
|
117382
|
-
"kind": "method",
|
|
117383
|
-
"name": "_slotchangeHandler",
|
|
117384
|
-
"privacy": "private",
|
|
117385
|
-
"return": {
|
|
117386
|
-
"type": {
|
|
117387
|
-
"text": "void"
|
|
117388
|
-
}
|
|
117389
|
-
},
|
|
117390
|
-
"parameters": [
|
|
117391
|
-
{
|
|
117392
|
-
"name": "event",
|
|
117393
|
-
"type": {
|
|
117394
|
-
"text": "Event"
|
|
117395
|
-
}
|
|
117396
|
-
},
|
|
117397
|
-
{
|
|
117398
|
-
"name": "slot",
|
|
117399
|
-
"type": {
|
|
117400
|
-
"text": "HTMLSlotElement"
|
|
117401
|
-
}
|
|
117402
|
-
}
|
|
117403
|
-
],
|
|
117404
|
-
"inheritedFrom": {
|
|
117405
|
-
"name": "SbbElement",
|
|
117406
|
-
"module": "core/base-elements/element.js"
|
|
117407
|
-
}
|
|
117408
|
-
},
|
|
117409
|
-
{
|
|
117410
|
-
"kind": "method",
|
|
117411
|
-
"name": "_handleSlotChangeForSlottedState",
|
|
117412
|
-
"privacy": "private",
|
|
117413
|
-
"return": {
|
|
117414
|
-
"type": {
|
|
117415
|
-
"text": "void"
|
|
117416
|
-
}
|
|
117417
|
-
},
|
|
117418
|
-
"parameters": [
|
|
117419
|
-
{
|
|
117420
|
-
"name": "slot",
|
|
117421
|
-
"type": {
|
|
117422
|
-
"text": "HTMLSlotElement"
|
|
117423
|
-
}
|
|
117424
|
-
}
|
|
117425
|
-
],
|
|
117426
|
-
"inheritedFrom": {
|
|
117427
|
-
"name": "SbbElement",
|
|
117428
|
-
"module": "core/base-elements/element.js"
|
|
117429
|
-
}
|
|
117430
|
-
},
|
|
117431
|
-
{
|
|
117432
|
-
"kind": "method",
|
|
117433
|
-
"name": "_updateSlottedState",
|
|
117434
|
-
"privacy": "private",
|
|
117435
|
-
"return": {
|
|
117436
|
-
"type": {
|
|
117437
|
-
"text": "void"
|
|
117438
|
-
}
|
|
117439
|
-
},
|
|
117440
|
-
"parameters": [
|
|
117441
|
-
{
|
|
117442
|
-
"name": "slot",
|
|
117443
|
-
"type": {
|
|
117444
|
-
"text": "HTMLSlotElement"
|
|
117445
|
-
}
|
|
117446
|
-
}
|
|
117447
|
-
],
|
|
117448
|
-
"inheritedFrom": {
|
|
117449
|
-
"name": "SbbElement",
|
|
117450
|
-
"module": "core/base-elements/element.js"
|
|
117451
|
-
}
|
|
117452
|
-
},
|
|
117453
|
-
{
|
|
117454
|
-
"kind": "method",
|
|
117455
|
-
"name": "_observeTextNodesInSlot",
|
|
117456
|
-
"privacy": "private",
|
|
117457
|
-
"return": {
|
|
117458
|
-
"type": {
|
|
117459
|
-
"text": "void"
|
|
117460
|
-
}
|
|
117461
|
-
},
|
|
117462
|
-
"parameters": [
|
|
117463
|
-
{
|
|
117464
|
-
"name": "slot",
|
|
117465
|
-
"type": {
|
|
117466
|
-
"text": "HTMLSlotElement"
|
|
117467
|
-
}
|
|
117468
|
-
}
|
|
117469
|
-
],
|
|
117470
|
-
"inheritedFrom": {
|
|
117471
|
-
"name": "SbbElement",
|
|
117472
|
-
"module": "core/base-elements/element.js"
|
|
117473
|
-
}
|
|
117474
|
-
},
|
|
117475
|
-
{
|
|
117476
|
-
"kind": "method",
|
|
117477
|
-
"name": "_hasSlottedContent",
|
|
117478
|
-
"privacy": "private",
|
|
117479
|
-
"return": {
|
|
117480
|
-
"type": {
|
|
117481
|
-
"text": "boolean"
|
|
117482
|
-
}
|
|
117483
|
-
},
|
|
117484
|
-
"parameters": [
|
|
117485
|
-
{
|
|
117486
|
-
"name": "slot",
|
|
117487
|
-
"type": {
|
|
117488
|
-
"text": "HTMLSlotElement"
|
|
117489
|
-
}
|
|
117490
|
-
}
|
|
117491
|
-
],
|
|
117492
|
-
"inheritedFrom": {
|
|
117493
|
-
"name": "SbbElement",
|
|
117494
|
-
"module": "core/base-elements/element.js"
|
|
117495
|
-
}
|
|
117496
|
-
}
|
|
117497
|
-
],
|
|
117498
|
-
"superclass": {
|
|
117499
|
-
"name": "SbbElement",
|
|
117500
|
-
"module": "core.js"
|
|
117501
|
-
},
|
|
117502
|
-
"tagName": "sbb-icon-sidebar-content",
|
|
117503
|
-
"customElement": true
|
|
117504
|
-
}
|
|
117505
|
-
],
|
|
117506
|
-
"exports": [
|
|
117507
|
-
{
|
|
117508
|
-
"kind": "js",
|
|
117509
|
-
"name": "SbbIconSidebarContentElement",
|
|
117510
|
-
"declaration": {
|
|
117511
|
-
"name": "SbbIconSidebarContentElement",
|
|
117512
|
-
"module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
|
|
117513
|
-
}
|
|
117514
|
-
}
|
|
117515
|
-
]
|
|
117516
|
-
},
|
|
117517
117209
|
{
|
|
117518
117210
|
"kind": "javascript-module",
|
|
117519
117211
|
"path": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js",
|
|
@@ -117853,6 +117545,315 @@
|
|
|
117853
117545
|
}
|
|
117854
117546
|
]
|
|
117855
117547
|
},
|
|
117548
|
+
{
|
|
117549
|
+
"kind": "javascript-module",
|
|
117550
|
+
"path": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js",
|
|
117551
|
+
"declarations": [
|
|
117552
|
+
{
|
|
117553
|
+
"kind": "class",
|
|
117554
|
+
"description": "Container for the icon sidebar content. Intended to be placed inside an `sbb-icon-sidebar-container` element.",
|
|
117555
|
+
"name": "SbbIconSidebarContentElement",
|
|
117556
|
+
"slots": [
|
|
117557
|
+
{
|
|
117558
|
+
"description": "Use the unnamed slot to add any content elements.",
|
|
117559
|
+
"name": ""
|
|
117560
|
+
}
|
|
117561
|
+
],
|
|
117562
|
+
"members": [
|
|
117563
|
+
{
|
|
117564
|
+
"kind": "field",
|
|
117565
|
+
"name": "elementName",
|
|
117566
|
+
"type": {
|
|
117567
|
+
"text": "string"
|
|
117568
|
+
},
|
|
117569
|
+
"privacy": "public",
|
|
117570
|
+
"static": true,
|
|
117571
|
+
"readonly": true,
|
|
117572
|
+
"default": "'sbb-icon-sidebar-content'",
|
|
117573
|
+
"inheritedFrom": {
|
|
117574
|
+
"name": "SbbElement",
|
|
117575
|
+
"module": "core/base-elements/element.js"
|
|
117576
|
+
}
|
|
117577
|
+
},
|
|
117578
|
+
{
|
|
117579
|
+
"kind": "field",
|
|
117580
|
+
"name": "['_$sbbElement$']",
|
|
117581
|
+
"type": {
|
|
117582
|
+
"text": "boolean"
|
|
117583
|
+
},
|
|
117584
|
+
"privacy": "public",
|
|
117585
|
+
"static": true,
|
|
117586
|
+
"default": "true",
|
|
117587
|
+
"inheritedFrom": {
|
|
117588
|
+
"name": "SbbElement",
|
|
117589
|
+
"module": "core/base-elements/element.js"
|
|
117590
|
+
}
|
|
117591
|
+
},
|
|
117592
|
+
{
|
|
117593
|
+
"kind": "field",
|
|
117594
|
+
"name": "elementDependencies",
|
|
117595
|
+
"type": {
|
|
117596
|
+
"text": "SbbElementType[] | undefined"
|
|
117597
|
+
},
|
|
117598
|
+
"privacy": "public",
|
|
117599
|
+
"static": true,
|
|
117600
|
+
"inheritedFrom": {
|
|
117601
|
+
"name": "SbbElement",
|
|
117602
|
+
"module": "core/base-elements/element.js"
|
|
117603
|
+
}
|
|
117604
|
+
},
|
|
117605
|
+
{
|
|
117606
|
+
"kind": "field",
|
|
117607
|
+
"name": "role",
|
|
117608
|
+
"type": {
|
|
117609
|
+
"text": "ElementInternals['role'] | undefined"
|
|
117610
|
+
},
|
|
117611
|
+
"privacy": "public",
|
|
117612
|
+
"static": true,
|
|
117613
|
+
"inheritedFrom": {
|
|
117614
|
+
"name": "SbbElement",
|
|
117615
|
+
"module": "core/base-elements/element.js"
|
|
117616
|
+
}
|
|
117617
|
+
},
|
|
117618
|
+
{
|
|
117619
|
+
"kind": "field",
|
|
117620
|
+
"name": "_controllers",
|
|
117621
|
+
"type": {
|
|
117622
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
117623
|
+
},
|
|
117624
|
+
"privacy": "private",
|
|
117625
|
+
"inheritedFrom": {
|
|
117626
|
+
"name": "SbbElement",
|
|
117627
|
+
"module": "core/base-elements/element.js"
|
|
117628
|
+
}
|
|
117629
|
+
},
|
|
117630
|
+
{
|
|
117631
|
+
"kind": "field",
|
|
117632
|
+
"name": "_hydrationRequired",
|
|
117633
|
+
"type": {
|
|
117634
|
+
"text": "boolean"
|
|
117635
|
+
},
|
|
117636
|
+
"privacy": "private",
|
|
117637
|
+
"default": "!!this.shadowRoot",
|
|
117638
|
+
"inheritedFrom": {
|
|
117639
|
+
"name": "SbbElement",
|
|
117640
|
+
"module": "core/base-elements/element.js"
|
|
117641
|
+
}
|
|
117642
|
+
},
|
|
117643
|
+
{
|
|
117644
|
+
"kind": "field",
|
|
117645
|
+
"name": "_hydrationComplete",
|
|
117646
|
+
"privacy": "private",
|
|
117647
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
117648
|
+
"inheritedFrom": {
|
|
117649
|
+
"name": "SbbElement",
|
|
117650
|
+
"module": "core/base-elements/element.js"
|
|
117651
|
+
}
|
|
117652
|
+
},
|
|
117653
|
+
{
|
|
117654
|
+
"kind": "field",
|
|
117655
|
+
"name": "_resolveHydration",
|
|
117656
|
+
"type": {
|
|
117657
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
117658
|
+
},
|
|
117659
|
+
"privacy": "private",
|
|
117660
|
+
"inheritedFrom": {
|
|
117661
|
+
"name": "SbbElement",
|
|
117662
|
+
"module": "core/base-elements/element.js"
|
|
117663
|
+
}
|
|
117664
|
+
},
|
|
117665
|
+
{
|
|
117666
|
+
"kind": "field",
|
|
117667
|
+
"name": "_textObserver",
|
|
117668
|
+
"type": {
|
|
117669
|
+
"text": "MutationObserver | undefined"
|
|
117670
|
+
},
|
|
117671
|
+
"privacy": "private",
|
|
117672
|
+
"inheritedFrom": {
|
|
117673
|
+
"name": "SbbElement",
|
|
117674
|
+
"module": "core/base-elements/element.js"
|
|
117675
|
+
}
|
|
117676
|
+
},
|
|
117677
|
+
{
|
|
117678
|
+
"kind": "field",
|
|
117679
|
+
"name": "hydrationRequired",
|
|
117680
|
+
"type": {
|
|
117681
|
+
"text": "boolean"
|
|
117682
|
+
},
|
|
117683
|
+
"privacy": "protected",
|
|
117684
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
117685
|
+
"readonly": true,
|
|
117686
|
+
"inheritedFrom": {
|
|
117687
|
+
"name": "SbbElement",
|
|
117688
|
+
"module": "core/base-elements/element.js"
|
|
117689
|
+
},
|
|
117690
|
+
"default": "!!this.shadowRoot"
|
|
117691
|
+
},
|
|
117692
|
+
{
|
|
117693
|
+
"kind": "method",
|
|
117694
|
+
"name": "toggleState",
|
|
117695
|
+
"privacy": "protected",
|
|
117696
|
+
"return": {
|
|
117697
|
+
"type": {
|
|
117698
|
+
"text": "void"
|
|
117699
|
+
}
|
|
117700
|
+
},
|
|
117701
|
+
"parameters": [
|
|
117702
|
+
{
|
|
117703
|
+
"name": "value",
|
|
117704
|
+
"type": {
|
|
117705
|
+
"text": "string"
|
|
117706
|
+
}
|
|
117707
|
+
},
|
|
117708
|
+
{
|
|
117709
|
+
"name": "force",
|
|
117710
|
+
"optional": true,
|
|
117711
|
+
"type": {
|
|
117712
|
+
"text": "boolean"
|
|
117713
|
+
}
|
|
117714
|
+
}
|
|
117715
|
+
],
|
|
117716
|
+
"inheritedFrom": {
|
|
117717
|
+
"name": "SbbElement",
|
|
117718
|
+
"module": "core/base-elements/element.js"
|
|
117719
|
+
}
|
|
117720
|
+
},
|
|
117721
|
+
{
|
|
117722
|
+
"kind": "method",
|
|
117723
|
+
"name": "_slotchangeHandler",
|
|
117724
|
+
"privacy": "private",
|
|
117725
|
+
"return": {
|
|
117726
|
+
"type": {
|
|
117727
|
+
"text": "void"
|
|
117728
|
+
}
|
|
117729
|
+
},
|
|
117730
|
+
"parameters": [
|
|
117731
|
+
{
|
|
117732
|
+
"name": "event",
|
|
117733
|
+
"type": {
|
|
117734
|
+
"text": "Event"
|
|
117735
|
+
}
|
|
117736
|
+
},
|
|
117737
|
+
{
|
|
117738
|
+
"name": "slot",
|
|
117739
|
+
"type": {
|
|
117740
|
+
"text": "HTMLSlotElement"
|
|
117741
|
+
}
|
|
117742
|
+
}
|
|
117743
|
+
],
|
|
117744
|
+
"inheritedFrom": {
|
|
117745
|
+
"name": "SbbElement",
|
|
117746
|
+
"module": "core/base-elements/element.js"
|
|
117747
|
+
}
|
|
117748
|
+
},
|
|
117749
|
+
{
|
|
117750
|
+
"kind": "method",
|
|
117751
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
117752
|
+
"privacy": "private",
|
|
117753
|
+
"return": {
|
|
117754
|
+
"type": {
|
|
117755
|
+
"text": "void"
|
|
117756
|
+
}
|
|
117757
|
+
},
|
|
117758
|
+
"parameters": [
|
|
117759
|
+
{
|
|
117760
|
+
"name": "slot",
|
|
117761
|
+
"type": {
|
|
117762
|
+
"text": "HTMLSlotElement"
|
|
117763
|
+
}
|
|
117764
|
+
}
|
|
117765
|
+
],
|
|
117766
|
+
"inheritedFrom": {
|
|
117767
|
+
"name": "SbbElement",
|
|
117768
|
+
"module": "core/base-elements/element.js"
|
|
117769
|
+
}
|
|
117770
|
+
},
|
|
117771
|
+
{
|
|
117772
|
+
"kind": "method",
|
|
117773
|
+
"name": "_updateSlottedState",
|
|
117774
|
+
"privacy": "private",
|
|
117775
|
+
"return": {
|
|
117776
|
+
"type": {
|
|
117777
|
+
"text": "void"
|
|
117778
|
+
}
|
|
117779
|
+
},
|
|
117780
|
+
"parameters": [
|
|
117781
|
+
{
|
|
117782
|
+
"name": "slot",
|
|
117783
|
+
"type": {
|
|
117784
|
+
"text": "HTMLSlotElement"
|
|
117785
|
+
}
|
|
117786
|
+
}
|
|
117787
|
+
],
|
|
117788
|
+
"inheritedFrom": {
|
|
117789
|
+
"name": "SbbElement",
|
|
117790
|
+
"module": "core/base-elements/element.js"
|
|
117791
|
+
}
|
|
117792
|
+
},
|
|
117793
|
+
{
|
|
117794
|
+
"kind": "method",
|
|
117795
|
+
"name": "_observeTextNodesInSlot",
|
|
117796
|
+
"privacy": "private",
|
|
117797
|
+
"return": {
|
|
117798
|
+
"type": {
|
|
117799
|
+
"text": "void"
|
|
117800
|
+
}
|
|
117801
|
+
},
|
|
117802
|
+
"parameters": [
|
|
117803
|
+
{
|
|
117804
|
+
"name": "slot",
|
|
117805
|
+
"type": {
|
|
117806
|
+
"text": "HTMLSlotElement"
|
|
117807
|
+
}
|
|
117808
|
+
}
|
|
117809
|
+
],
|
|
117810
|
+
"inheritedFrom": {
|
|
117811
|
+
"name": "SbbElement",
|
|
117812
|
+
"module": "core/base-elements/element.js"
|
|
117813
|
+
}
|
|
117814
|
+
},
|
|
117815
|
+
{
|
|
117816
|
+
"kind": "method",
|
|
117817
|
+
"name": "_hasSlottedContent",
|
|
117818
|
+
"privacy": "private",
|
|
117819
|
+
"return": {
|
|
117820
|
+
"type": {
|
|
117821
|
+
"text": "boolean"
|
|
117822
|
+
}
|
|
117823
|
+
},
|
|
117824
|
+
"parameters": [
|
|
117825
|
+
{
|
|
117826
|
+
"name": "slot",
|
|
117827
|
+
"type": {
|
|
117828
|
+
"text": "HTMLSlotElement"
|
|
117829
|
+
}
|
|
117830
|
+
}
|
|
117831
|
+
],
|
|
117832
|
+
"inheritedFrom": {
|
|
117833
|
+
"name": "SbbElement",
|
|
117834
|
+
"module": "core/base-elements/element.js"
|
|
117835
|
+
}
|
|
117836
|
+
}
|
|
117837
|
+
],
|
|
117838
|
+
"superclass": {
|
|
117839
|
+
"name": "SbbElement",
|
|
117840
|
+
"module": "core.js"
|
|
117841
|
+
},
|
|
117842
|
+
"tagName": "sbb-icon-sidebar-content",
|
|
117843
|
+
"customElement": true
|
|
117844
|
+
}
|
|
117845
|
+
],
|
|
117846
|
+
"exports": [
|
|
117847
|
+
{
|
|
117848
|
+
"kind": "js",
|
|
117849
|
+
"name": "SbbIconSidebarContentElement",
|
|
117850
|
+
"declaration": {
|
|
117851
|
+
"name": "SbbIconSidebarContentElement",
|
|
117852
|
+
"module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
|
|
117853
|
+
}
|
|
117854
|
+
}
|
|
117855
|
+
]
|
|
117856
|
+
},
|
|
117856
117857
|
{
|
|
117857
117858
|
"kind": "javascript-module",
|
|
117858
117859
|
"path": "icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js",
|
|
@@ -144200,372 +144201,6 @@
|
|
|
144200
144201
|
}
|
|
144201
144202
|
]
|
|
144202
144203
|
},
|
|
144203
|
-
{
|
|
144204
|
-
"kind": "javascript-module",
|
|
144205
|
-
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
144206
|
-
"declarations": [
|
|
144207
|
-
{
|
|
144208
|
-
"kind": "class",
|
|
144209
|
-
"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.",
|
|
144210
|
-
"name": "SbbSidebarContainerElement",
|
|
144211
|
-
"slots": [
|
|
144212
|
-
{
|
|
144213
|
-
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
144214
|
-
"name": ""
|
|
144215
|
-
}
|
|
144216
|
-
],
|
|
144217
|
-
"members": [
|
|
144218
|
-
{
|
|
144219
|
-
"kind": "field",
|
|
144220
|
-
"name": "elementName",
|
|
144221
|
-
"type": {
|
|
144222
|
-
"text": "string"
|
|
144223
|
-
},
|
|
144224
|
-
"privacy": "public",
|
|
144225
|
-
"static": true,
|
|
144226
|
-
"readonly": true,
|
|
144227
|
-
"default": "'sbb-sidebar-container'",
|
|
144228
|
-
"inheritedFrom": {
|
|
144229
|
-
"name": "SbbElement",
|
|
144230
|
-
"module": "core/base-elements/element.js"
|
|
144231
|
-
}
|
|
144232
|
-
},
|
|
144233
|
-
{
|
|
144234
|
-
"kind": "field",
|
|
144235
|
-
"name": "sidebars",
|
|
144236
|
-
"type": {
|
|
144237
|
-
"text": "SbbSidebarElement[]"
|
|
144238
|
-
},
|
|
144239
|
-
"privacy": "public",
|
|
144240
|
-
"description": "The sidebar children.",
|
|
144241
|
-
"readonly": true
|
|
144242
|
-
},
|
|
144243
|
-
{
|
|
144244
|
-
"kind": "field",
|
|
144245
|
-
"name": "start",
|
|
144246
|
-
"type": {
|
|
144247
|
-
"text": "SbbSidebarElement | null"
|
|
144248
|
-
},
|
|
144249
|
-
"privacy": "public",
|
|
144250
|
-
"description": "The sidebar child with the `start` position.",
|
|
144251
|
-
"readonly": true
|
|
144252
|
-
},
|
|
144253
|
-
{
|
|
144254
|
-
"kind": "field",
|
|
144255
|
-
"name": "end",
|
|
144256
|
-
"type": {
|
|
144257
|
-
"text": "SbbSidebarElement | null"
|
|
144258
|
-
},
|
|
144259
|
-
"privacy": "public",
|
|
144260
|
-
"description": "The sidebar child with the `end` position.",
|
|
144261
|
-
"readonly": true
|
|
144262
|
-
},
|
|
144263
|
-
{
|
|
144264
|
-
"kind": "field",
|
|
144265
|
-
"name": "_forcedClosedSidebars",
|
|
144266
|
-
"privacy": "private",
|
|
144267
|
-
"default": "new WeakSet<SbbSidebarElement>()"
|
|
144268
|
-
},
|
|
144269
|
-
{
|
|
144270
|
-
"kind": "method",
|
|
144271
|
-
"name": "_handleWidthChange",
|
|
144272
|
-
"privacy": "private",
|
|
144273
|
-
"return": {
|
|
144274
|
-
"type": {
|
|
144275
|
-
"text": "void"
|
|
144276
|
-
}
|
|
144277
|
-
}
|
|
144278
|
-
},
|
|
144279
|
-
{
|
|
144280
|
-
"kind": "method",
|
|
144281
|
-
"name": "_calculateSpaceState",
|
|
144282
|
-
"privacy": "private",
|
|
144283
|
-
"return": {
|
|
144284
|
-
"type": {
|
|
144285
|
-
"text": "Promise<void>"
|
|
144286
|
-
}
|
|
144287
|
-
},
|
|
144288
|
-
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
144289
|
-
},
|
|
144290
|
-
{
|
|
144291
|
-
"kind": "field",
|
|
144292
|
-
"name": "['_$sbbElement$']",
|
|
144293
|
-
"type": {
|
|
144294
|
-
"text": "boolean"
|
|
144295
|
-
},
|
|
144296
|
-
"privacy": "public",
|
|
144297
|
-
"static": true,
|
|
144298
|
-
"default": "true",
|
|
144299
|
-
"inheritedFrom": {
|
|
144300
|
-
"name": "SbbElement",
|
|
144301
|
-
"module": "core/base-elements/element.js"
|
|
144302
|
-
}
|
|
144303
|
-
},
|
|
144304
|
-
{
|
|
144305
|
-
"kind": "field",
|
|
144306
|
-
"name": "elementDependencies",
|
|
144307
|
-
"type": {
|
|
144308
|
-
"text": "SbbElementType[] | undefined"
|
|
144309
|
-
},
|
|
144310
|
-
"privacy": "public",
|
|
144311
|
-
"static": true,
|
|
144312
|
-
"inheritedFrom": {
|
|
144313
|
-
"name": "SbbElement",
|
|
144314
|
-
"module": "core/base-elements/element.js"
|
|
144315
|
-
}
|
|
144316
|
-
},
|
|
144317
|
-
{
|
|
144318
|
-
"kind": "field",
|
|
144319
|
-
"name": "role",
|
|
144320
|
-
"type": {
|
|
144321
|
-
"text": "ElementInternals['role'] | undefined"
|
|
144322
|
-
},
|
|
144323
|
-
"privacy": "public",
|
|
144324
|
-
"static": true,
|
|
144325
|
-
"inheritedFrom": {
|
|
144326
|
-
"name": "SbbElement",
|
|
144327
|
-
"module": "core/base-elements/element.js"
|
|
144328
|
-
}
|
|
144329
|
-
},
|
|
144330
|
-
{
|
|
144331
|
-
"kind": "field",
|
|
144332
|
-
"name": "_controllers",
|
|
144333
|
-
"type": {
|
|
144334
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
144335
|
-
},
|
|
144336
|
-
"privacy": "private",
|
|
144337
|
-
"inheritedFrom": {
|
|
144338
|
-
"name": "SbbElement",
|
|
144339
|
-
"module": "core/base-elements/element.js"
|
|
144340
|
-
}
|
|
144341
|
-
},
|
|
144342
|
-
{
|
|
144343
|
-
"kind": "field",
|
|
144344
|
-
"name": "_hydrationRequired",
|
|
144345
|
-
"type": {
|
|
144346
|
-
"text": "boolean"
|
|
144347
|
-
},
|
|
144348
|
-
"privacy": "private",
|
|
144349
|
-
"default": "!!this.shadowRoot",
|
|
144350
|
-
"inheritedFrom": {
|
|
144351
|
-
"name": "SbbElement",
|
|
144352
|
-
"module": "core/base-elements/element.js"
|
|
144353
|
-
}
|
|
144354
|
-
},
|
|
144355
|
-
{
|
|
144356
|
-
"kind": "field",
|
|
144357
|
-
"name": "_hydrationComplete",
|
|
144358
|
-
"privacy": "private",
|
|
144359
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
144360
|
-
"inheritedFrom": {
|
|
144361
|
-
"name": "SbbElement",
|
|
144362
|
-
"module": "core/base-elements/element.js"
|
|
144363
|
-
}
|
|
144364
|
-
},
|
|
144365
|
-
{
|
|
144366
|
-
"kind": "field",
|
|
144367
|
-
"name": "_resolveHydration",
|
|
144368
|
-
"type": {
|
|
144369
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
144370
|
-
},
|
|
144371
|
-
"privacy": "private",
|
|
144372
|
-
"inheritedFrom": {
|
|
144373
|
-
"name": "SbbElement",
|
|
144374
|
-
"module": "core/base-elements/element.js"
|
|
144375
|
-
}
|
|
144376
|
-
},
|
|
144377
|
-
{
|
|
144378
|
-
"kind": "field",
|
|
144379
|
-
"name": "_textObserver",
|
|
144380
|
-
"type": {
|
|
144381
|
-
"text": "MutationObserver | undefined"
|
|
144382
|
-
},
|
|
144383
|
-
"privacy": "private",
|
|
144384
|
-
"inheritedFrom": {
|
|
144385
|
-
"name": "SbbElement",
|
|
144386
|
-
"module": "core/base-elements/element.js"
|
|
144387
|
-
}
|
|
144388
|
-
},
|
|
144389
|
-
{
|
|
144390
|
-
"kind": "field",
|
|
144391
|
-
"name": "hydrationRequired",
|
|
144392
|
-
"type": {
|
|
144393
|
-
"text": "boolean"
|
|
144394
|
-
},
|
|
144395
|
-
"privacy": "protected",
|
|
144396
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
144397
|
-
"readonly": true,
|
|
144398
|
-
"inheritedFrom": {
|
|
144399
|
-
"name": "SbbElement",
|
|
144400
|
-
"module": "core/base-elements/element.js"
|
|
144401
|
-
},
|
|
144402
|
-
"default": "!!this.shadowRoot"
|
|
144403
|
-
},
|
|
144404
|
-
{
|
|
144405
|
-
"kind": "method",
|
|
144406
|
-
"name": "toggleState",
|
|
144407
|
-
"privacy": "protected",
|
|
144408
|
-
"return": {
|
|
144409
|
-
"type": {
|
|
144410
|
-
"text": "void"
|
|
144411
|
-
}
|
|
144412
|
-
},
|
|
144413
|
-
"parameters": [
|
|
144414
|
-
{
|
|
144415
|
-
"name": "value",
|
|
144416
|
-
"type": {
|
|
144417
|
-
"text": "string"
|
|
144418
|
-
}
|
|
144419
|
-
},
|
|
144420
|
-
{
|
|
144421
|
-
"name": "force",
|
|
144422
|
-
"optional": true,
|
|
144423
|
-
"type": {
|
|
144424
|
-
"text": "boolean"
|
|
144425
|
-
}
|
|
144426
|
-
}
|
|
144427
|
-
],
|
|
144428
|
-
"inheritedFrom": {
|
|
144429
|
-
"name": "SbbElement",
|
|
144430
|
-
"module": "core/base-elements/element.js"
|
|
144431
|
-
}
|
|
144432
|
-
},
|
|
144433
|
-
{
|
|
144434
|
-
"kind": "method",
|
|
144435
|
-
"name": "_slotchangeHandler",
|
|
144436
|
-
"privacy": "private",
|
|
144437
|
-
"return": {
|
|
144438
|
-
"type": {
|
|
144439
|
-
"text": "void"
|
|
144440
|
-
}
|
|
144441
|
-
},
|
|
144442
|
-
"parameters": [
|
|
144443
|
-
{
|
|
144444
|
-
"name": "event",
|
|
144445
|
-
"type": {
|
|
144446
|
-
"text": "Event"
|
|
144447
|
-
}
|
|
144448
|
-
},
|
|
144449
|
-
{
|
|
144450
|
-
"name": "slot",
|
|
144451
|
-
"type": {
|
|
144452
|
-
"text": "HTMLSlotElement"
|
|
144453
|
-
}
|
|
144454
|
-
}
|
|
144455
|
-
],
|
|
144456
|
-
"inheritedFrom": {
|
|
144457
|
-
"name": "SbbElement",
|
|
144458
|
-
"module": "core/base-elements/element.js"
|
|
144459
|
-
}
|
|
144460
|
-
},
|
|
144461
|
-
{
|
|
144462
|
-
"kind": "method",
|
|
144463
|
-
"name": "_handleSlotChangeForSlottedState",
|
|
144464
|
-
"privacy": "private",
|
|
144465
|
-
"return": {
|
|
144466
|
-
"type": {
|
|
144467
|
-
"text": "void"
|
|
144468
|
-
}
|
|
144469
|
-
},
|
|
144470
|
-
"parameters": [
|
|
144471
|
-
{
|
|
144472
|
-
"name": "slot",
|
|
144473
|
-
"type": {
|
|
144474
|
-
"text": "HTMLSlotElement"
|
|
144475
|
-
}
|
|
144476
|
-
}
|
|
144477
|
-
],
|
|
144478
|
-
"inheritedFrom": {
|
|
144479
|
-
"name": "SbbElement",
|
|
144480
|
-
"module": "core/base-elements/element.js"
|
|
144481
|
-
}
|
|
144482
|
-
},
|
|
144483
|
-
{
|
|
144484
|
-
"kind": "method",
|
|
144485
|
-
"name": "_updateSlottedState",
|
|
144486
|
-
"privacy": "private",
|
|
144487
|
-
"return": {
|
|
144488
|
-
"type": {
|
|
144489
|
-
"text": "void"
|
|
144490
|
-
}
|
|
144491
|
-
},
|
|
144492
|
-
"parameters": [
|
|
144493
|
-
{
|
|
144494
|
-
"name": "slot",
|
|
144495
|
-
"type": {
|
|
144496
|
-
"text": "HTMLSlotElement"
|
|
144497
|
-
}
|
|
144498
|
-
}
|
|
144499
|
-
],
|
|
144500
|
-
"inheritedFrom": {
|
|
144501
|
-
"name": "SbbElement",
|
|
144502
|
-
"module": "core/base-elements/element.js"
|
|
144503
|
-
}
|
|
144504
|
-
},
|
|
144505
|
-
{
|
|
144506
|
-
"kind": "method",
|
|
144507
|
-
"name": "_observeTextNodesInSlot",
|
|
144508
|
-
"privacy": "private",
|
|
144509
|
-
"return": {
|
|
144510
|
-
"type": {
|
|
144511
|
-
"text": "void"
|
|
144512
|
-
}
|
|
144513
|
-
},
|
|
144514
|
-
"parameters": [
|
|
144515
|
-
{
|
|
144516
|
-
"name": "slot",
|
|
144517
|
-
"type": {
|
|
144518
|
-
"text": "HTMLSlotElement"
|
|
144519
|
-
}
|
|
144520
|
-
}
|
|
144521
|
-
],
|
|
144522
|
-
"inheritedFrom": {
|
|
144523
|
-
"name": "SbbElement",
|
|
144524
|
-
"module": "core/base-elements/element.js"
|
|
144525
|
-
}
|
|
144526
|
-
},
|
|
144527
|
-
{
|
|
144528
|
-
"kind": "method",
|
|
144529
|
-
"name": "_hasSlottedContent",
|
|
144530
|
-
"privacy": "private",
|
|
144531
|
-
"return": {
|
|
144532
|
-
"type": {
|
|
144533
|
-
"text": "boolean"
|
|
144534
|
-
}
|
|
144535
|
-
},
|
|
144536
|
-
"parameters": [
|
|
144537
|
-
{
|
|
144538
|
-
"name": "slot",
|
|
144539
|
-
"type": {
|
|
144540
|
-
"text": "HTMLSlotElement"
|
|
144541
|
-
}
|
|
144542
|
-
}
|
|
144543
|
-
],
|
|
144544
|
-
"inheritedFrom": {
|
|
144545
|
-
"name": "SbbElement",
|
|
144546
|
-
"module": "core/base-elements/element.js"
|
|
144547
|
-
}
|
|
144548
|
-
}
|
|
144549
|
-
],
|
|
144550
|
-
"superclass": {
|
|
144551
|
-
"name": "SbbElement",
|
|
144552
|
-
"module": "core.js"
|
|
144553
|
-
},
|
|
144554
|
-
"tagName": "sbb-sidebar-container",
|
|
144555
|
-
"customElement": true
|
|
144556
|
-
}
|
|
144557
|
-
],
|
|
144558
|
-
"exports": [
|
|
144559
|
-
{
|
|
144560
|
-
"kind": "js",
|
|
144561
|
-
"name": "SbbSidebarContainerElement",
|
|
144562
|
-
"declaration": {
|
|
144563
|
-
"name": "SbbSidebarContainerElement",
|
|
144564
|
-
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
144565
|
-
}
|
|
144566
|
-
}
|
|
144567
|
-
]
|
|
144568
|
-
},
|
|
144569
144204
|
{
|
|
144570
144205
|
"kind": "javascript-module",
|
|
144571
144206
|
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|
|
@@ -145730,15 +145365,15 @@
|
|
|
145730
145365
|
},
|
|
145731
145366
|
{
|
|
145732
145367
|
"kind": "javascript-module",
|
|
145733
|
-
"path": "sidebar/sidebar-
|
|
145368
|
+
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
145734
145369
|
"declarations": [
|
|
145735
145370
|
{
|
|
145736
145371
|
"kind": "class",
|
|
145737
|
-
"description": "
|
|
145738
|
-
"name": "
|
|
145372
|
+
"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.",
|
|
145373
|
+
"name": "SbbSidebarContainerElement",
|
|
145739
145374
|
"slots": [
|
|
145740
145375
|
{
|
|
145741
|
-
"description": "Use the unnamed slot to add
|
|
145376
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
145742
145377
|
"name": ""
|
|
145743
145378
|
}
|
|
145744
145379
|
],
|
|
@@ -145752,12 +145387,69 @@
|
|
|
145752
145387
|
"privacy": "public",
|
|
145753
145388
|
"static": true,
|
|
145754
145389
|
"readonly": true,
|
|
145755
|
-
"default": "'sbb-sidebar-
|
|
145390
|
+
"default": "'sbb-sidebar-container'",
|
|
145756
145391
|
"inheritedFrom": {
|
|
145757
145392
|
"name": "SbbElement",
|
|
145758
145393
|
"module": "core/base-elements/element.js"
|
|
145759
145394
|
}
|
|
145760
145395
|
},
|
|
145396
|
+
{
|
|
145397
|
+
"kind": "field",
|
|
145398
|
+
"name": "sidebars",
|
|
145399
|
+
"type": {
|
|
145400
|
+
"text": "SbbSidebarElement[]"
|
|
145401
|
+
},
|
|
145402
|
+
"privacy": "public",
|
|
145403
|
+
"description": "The sidebar children.",
|
|
145404
|
+
"readonly": true
|
|
145405
|
+
},
|
|
145406
|
+
{
|
|
145407
|
+
"kind": "field",
|
|
145408
|
+
"name": "start",
|
|
145409
|
+
"type": {
|
|
145410
|
+
"text": "SbbSidebarElement | null"
|
|
145411
|
+
},
|
|
145412
|
+
"privacy": "public",
|
|
145413
|
+
"description": "The sidebar child with the `start` position.",
|
|
145414
|
+
"readonly": true
|
|
145415
|
+
},
|
|
145416
|
+
{
|
|
145417
|
+
"kind": "field",
|
|
145418
|
+
"name": "end",
|
|
145419
|
+
"type": {
|
|
145420
|
+
"text": "SbbSidebarElement | null"
|
|
145421
|
+
},
|
|
145422
|
+
"privacy": "public",
|
|
145423
|
+
"description": "The sidebar child with the `end` position.",
|
|
145424
|
+
"readonly": true
|
|
145425
|
+
},
|
|
145426
|
+
{
|
|
145427
|
+
"kind": "field",
|
|
145428
|
+
"name": "_forcedClosedSidebars",
|
|
145429
|
+
"privacy": "private",
|
|
145430
|
+
"default": "new WeakSet<SbbSidebarElement>()"
|
|
145431
|
+
},
|
|
145432
|
+
{
|
|
145433
|
+
"kind": "method",
|
|
145434
|
+
"name": "_handleWidthChange",
|
|
145435
|
+
"privacy": "private",
|
|
145436
|
+
"return": {
|
|
145437
|
+
"type": {
|
|
145438
|
+
"text": "void"
|
|
145439
|
+
}
|
|
145440
|
+
}
|
|
145441
|
+
},
|
|
145442
|
+
{
|
|
145443
|
+
"kind": "method",
|
|
145444
|
+
"name": "_calculateSpaceState",
|
|
145445
|
+
"privacy": "private",
|
|
145446
|
+
"return": {
|
|
145447
|
+
"type": {
|
|
145448
|
+
"text": "Promise<void>"
|
|
145449
|
+
}
|
|
145450
|
+
},
|
|
145451
|
+
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
145452
|
+
},
|
|
145761
145453
|
{
|
|
145762
145454
|
"kind": "field",
|
|
145763
145455
|
"name": "['_$sbbElement$']",
|
|
@@ -146022,32 +145714,32 @@
|
|
|
146022
145714
|
"name": "SbbElement",
|
|
146023
145715
|
"module": "core.js"
|
|
146024
145716
|
},
|
|
146025
|
-
"tagName": "sbb-sidebar-
|
|
145717
|
+
"tagName": "sbb-sidebar-container",
|
|
146026
145718
|
"customElement": true
|
|
146027
145719
|
}
|
|
146028
145720
|
],
|
|
146029
145721
|
"exports": [
|
|
146030
145722
|
{
|
|
146031
145723
|
"kind": "js",
|
|
146032
|
-
"name": "
|
|
145724
|
+
"name": "SbbSidebarContainerElement",
|
|
146033
145725
|
"declaration": {
|
|
146034
|
-
"name": "
|
|
146035
|
-
"module": "sidebar/sidebar-
|
|
145726
|
+
"name": "SbbSidebarContainerElement",
|
|
145727
|
+
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
146036
145728
|
}
|
|
146037
145729
|
}
|
|
146038
145730
|
]
|
|
146039
145731
|
},
|
|
146040
145732
|
{
|
|
146041
145733
|
"kind": "javascript-module",
|
|
146042
|
-
"path": "sidebar/sidebar-
|
|
145734
|
+
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|
|
146043
145735
|
"declarations": [
|
|
146044
145736
|
{
|
|
146045
145737
|
"kind": "class",
|
|
146046
|
-
"description": "
|
|
146047
|
-
"name": "
|
|
145738
|
+
"description": "Container for the sidebar content. Intended to be placed inside an `sbb-sidebar-container` element.",
|
|
145739
|
+
"name": "SbbSidebarContentElement",
|
|
146048
145740
|
"slots": [
|
|
146049
145741
|
{
|
|
146050
|
-
"description": "Use the unnamed slot
|
|
145742
|
+
"description": "Use the unnamed slot to add any content elements. Further `sbb-sidebar-container`s are possible.",
|
|
146051
145743
|
"name": ""
|
|
146052
145744
|
}
|
|
146053
145745
|
],
|
|
@@ -146061,53 +145753,21 @@
|
|
|
146061
145753
|
"privacy": "public",
|
|
146062
145754
|
"static": true,
|
|
146063
145755
|
"readonly": true,
|
|
145756
|
+
"default": "'sbb-sidebar-content'",
|
|
146064
145757
|
"inheritedFrom": {
|
|
146065
145758
|
"name": "SbbElement",
|
|
146066
145759
|
"module": "core/base-elements/element.js"
|
|
146067
|
-
},
|
|
146068
|
-
"default": "'sbb-sidebar-title'"
|
|
146069
|
-
},
|
|
146070
|
-
{
|
|
146071
|
-
"kind": "field",
|
|
146072
|
-
"name": "level",
|
|
146073
|
-
"type": {
|
|
146074
|
-
"text": "SbbTitleLevel"
|
|
146075
|
-
},
|
|
146076
|
-
"privacy": "public",
|
|
146077
|
-
"default": "'2'",
|
|
146078
|
-
"description": "Title level",
|
|
146079
|
-
"attribute": "level",
|
|
146080
|
-
"reflects": true,
|
|
146081
|
-
"inheritedFrom": {
|
|
146082
|
-
"name": "SbbTitleBase",
|
|
146083
|
-
"module": "title/title-base.js"
|
|
146084
|
-
}
|
|
146085
|
-
},
|
|
146086
|
-
{
|
|
146087
|
-
"kind": "field",
|
|
146088
|
-
"name": "visualLevel",
|
|
146089
|
-
"type": {
|
|
146090
|
-
"text": "SbbTitleLevel | null"
|
|
146091
|
-
},
|
|
146092
|
-
"privacy": "public",
|
|
146093
|
-
"default": "'5'",
|
|
146094
|
-
"description": "Visual level for the title.",
|
|
146095
|
-
"attribute": "visual-level",
|
|
146096
|
-
"reflects": true,
|
|
146097
|
-
"inheritedFrom": {
|
|
146098
|
-
"name": "SbbTitleBase",
|
|
146099
|
-
"module": "title/title-base.js"
|
|
146100
145760
|
}
|
|
146101
145761
|
},
|
|
146102
145762
|
{
|
|
146103
145763
|
"kind": "field",
|
|
146104
|
-
"name": "
|
|
145764
|
+
"name": "['_$sbbElement$']",
|
|
146105
145765
|
"type": {
|
|
146106
|
-
"text": "
|
|
145766
|
+
"text": "boolean"
|
|
146107
145767
|
},
|
|
146108
145768
|
"privacy": "public",
|
|
146109
145769
|
"static": true,
|
|
146110
|
-
"default": "
|
|
145770
|
+
"default": "true",
|
|
146111
145771
|
"inheritedFrom": {
|
|
146112
145772
|
"name": "SbbElement",
|
|
146113
145773
|
"module": "core/base-elements/element.js"
|
|
@@ -146115,13 +145775,12 @@
|
|
|
146115
145775
|
},
|
|
146116
145776
|
{
|
|
146117
145777
|
"kind": "field",
|
|
146118
|
-
"name": "
|
|
145778
|
+
"name": "elementDependencies",
|
|
146119
145779
|
"type": {
|
|
146120
|
-
"text": "
|
|
145780
|
+
"text": "SbbElementType[] | undefined"
|
|
146121
145781
|
},
|
|
146122
145782
|
"privacy": "public",
|
|
146123
145783
|
"static": true,
|
|
146124
|
-
"default": "true",
|
|
146125
145784
|
"inheritedFrom": {
|
|
146126
145785
|
"name": "SbbElement",
|
|
146127
145786
|
"module": "core/base-elements/element.js"
|
|
@@ -146129,9 +145788,9 @@
|
|
|
146129
145788
|
},
|
|
146130
145789
|
{
|
|
146131
145790
|
"kind": "field",
|
|
146132
|
-
"name": "
|
|
145791
|
+
"name": "role",
|
|
146133
145792
|
"type": {
|
|
146134
|
-
"text": "
|
|
145793
|
+
"text": "ElementInternals['role'] | undefined"
|
|
146135
145794
|
},
|
|
146136
145795
|
"privacy": "public",
|
|
146137
145796
|
"static": true,
|
|
@@ -146360,64 +146019,36 @@
|
|
|
146360
146019
|
}
|
|
146361
146020
|
}
|
|
146362
146021
|
],
|
|
146363
|
-
"attributes": [
|
|
146364
|
-
{
|
|
146365
|
-
"name": "level",
|
|
146366
|
-
"type": {
|
|
146367
|
-
"text": "SbbTitleLevel"
|
|
146368
|
-
},
|
|
146369
|
-
"default": "'2'",
|
|
146370
|
-
"description": "Title level",
|
|
146371
|
-
"fieldName": "level",
|
|
146372
|
-
"inheritedFrom": {
|
|
146373
|
-
"name": "SbbTitleBase",
|
|
146374
|
-
"module": "title/title-base.js"
|
|
146375
|
-
}
|
|
146376
|
-
},
|
|
146377
|
-
{
|
|
146378
|
-
"name": "visual-level",
|
|
146379
|
-
"type": {
|
|
146380
|
-
"text": "SbbTitleLevel | null"
|
|
146381
|
-
},
|
|
146382
|
-
"default": "null",
|
|
146383
|
-
"description": "Visual level for the title.",
|
|
146384
|
-
"fieldName": "visualLevel",
|
|
146385
|
-
"inheritedFrom": {
|
|
146386
|
-
"name": "SbbTitleBase",
|
|
146387
|
-
"module": "title/title-base.js"
|
|
146388
|
-
}
|
|
146389
|
-
}
|
|
146390
|
-
],
|
|
146391
146022
|
"superclass": {
|
|
146392
|
-
"name": "
|
|
146393
|
-
"module": "
|
|
146023
|
+
"name": "SbbElement",
|
|
146024
|
+
"module": "core.js"
|
|
146394
146025
|
},
|
|
146395
|
-
"tagName": "sbb-sidebar-
|
|
146026
|
+
"tagName": "sbb-sidebar-content",
|
|
146396
146027
|
"customElement": true
|
|
146397
146028
|
}
|
|
146398
146029
|
],
|
|
146399
146030
|
"exports": [
|
|
146400
146031
|
{
|
|
146401
146032
|
"kind": "js",
|
|
146402
|
-
"name": "
|
|
146033
|
+
"name": "SbbSidebarContentElement",
|
|
146403
146034
|
"declaration": {
|
|
146404
|
-
"name": "
|
|
146405
|
-
"module": "sidebar/sidebar-
|
|
146035
|
+
"name": "SbbSidebarContentElement",
|
|
146036
|
+
"module": "sidebar/sidebar-content/sidebar-content.component.js"
|
|
146406
146037
|
}
|
|
146407
146038
|
}
|
|
146408
146039
|
]
|
|
146409
146040
|
},
|
|
146410
146041
|
{
|
|
146411
146042
|
"kind": "javascript-module",
|
|
146412
|
-
"path": "
|
|
146043
|
+
"path": "sidebar/sidebar-title/sidebar-title.component.js",
|
|
146413
146044
|
"declarations": [
|
|
146414
146045
|
{
|
|
146415
146046
|
"kind": "class",
|
|
146416
|
-
"description": "
|
|
146417
|
-
"name": "
|
|
146047
|
+
"description": "It displays the title of the sidebar. It has to be placed inside an `sbb-sidebar` element.",
|
|
146048
|
+
"name": "SbbSidebarTitleElement",
|
|
146418
146049
|
"slots": [
|
|
146419
146050
|
{
|
|
146420
|
-
"description": "Use the unnamed slot
|
|
146051
|
+
"description": "Use the unnamed slot for the content of the sidebar-title.",
|
|
146421
146052
|
"name": ""
|
|
146422
146053
|
}
|
|
146423
146054
|
],
|
|
@@ -146431,154 +146062,524 @@
|
|
|
146431
146062
|
"privacy": "public",
|
|
146432
146063
|
"static": true,
|
|
146433
146064
|
"readonly": true,
|
|
146434
|
-
"default": "'sbb-step'",
|
|
146435
146065
|
"inheritedFrom": {
|
|
146436
146066
|
"name": "SbbElement",
|
|
146437
146067
|
"module": "core/base-elements/element.js"
|
|
146438
|
-
}
|
|
146068
|
+
},
|
|
146069
|
+
"default": "'sbb-sidebar-title'"
|
|
146439
146070
|
},
|
|
146440
146071
|
{
|
|
146441
146072
|
"kind": "field",
|
|
146442
|
-
"name": "
|
|
146073
|
+
"name": "level",
|
|
146443
146074
|
"type": {
|
|
146444
|
-
"text": "
|
|
146075
|
+
"text": "SbbTitleLevel"
|
|
146445
146076
|
},
|
|
146446
146077
|
"privacy": "public",
|
|
146447
|
-
"
|
|
146448
|
-
"
|
|
146449
|
-
"
|
|
146078
|
+
"default": "'2'",
|
|
146079
|
+
"description": "Title level",
|
|
146080
|
+
"attribute": "level",
|
|
146081
|
+
"reflects": true,
|
|
146450
146082
|
"inheritedFrom": {
|
|
146451
|
-
"name": "
|
|
146452
|
-
"module": "
|
|
146453
|
-
}
|
|
146454
|
-
},
|
|
146455
|
-
{
|
|
146456
|
-
"kind": "field",
|
|
146457
|
-
"name": "events",
|
|
146458
|
-
"privacy": "public",
|
|
146459
|
-
"static": true,
|
|
146460
|
-
"readonly": true,
|
|
146461
|
-
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
146462
|
-
"type": {
|
|
146463
|
-
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
146083
|
+
"name": "SbbTitleBase",
|
|
146084
|
+
"module": "title/title-base.js"
|
|
146464
146085
|
}
|
|
146465
146086
|
},
|
|
146466
146087
|
{
|
|
146467
146088
|
"kind": "field",
|
|
146468
|
-
"name": "
|
|
146469
|
-
"privacy": "private",
|
|
146470
|
-
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
146471
|
-
},
|
|
146472
|
-
{
|
|
146473
|
-
"kind": "field",
|
|
146474
|
-
"name": "label",
|
|
146089
|
+
"name": "visualLevel",
|
|
146475
146090
|
"type": {
|
|
146476
|
-
"text": "
|
|
146091
|
+
"text": "SbbTitleLevel | null"
|
|
146477
146092
|
},
|
|
146478
146093
|
"privacy": "public",
|
|
146479
|
-
"
|
|
146480
|
-
"
|
|
146481
|
-
"
|
|
146482
|
-
|
|
146483
|
-
|
|
146484
|
-
|
|
146485
|
-
|
|
146486
|
-
|
|
146487
|
-
"text": "SbbStepLabelElement | null"
|
|
146488
|
-
},
|
|
146489
|
-
"privacy": "private",
|
|
146490
|
-
"default": "null"
|
|
146094
|
+
"default": "'5'",
|
|
146095
|
+
"description": "Visual level for the title.",
|
|
146096
|
+
"attribute": "visual-level",
|
|
146097
|
+
"reflects": true,
|
|
146098
|
+
"inheritedFrom": {
|
|
146099
|
+
"name": "SbbTitleBase",
|
|
146100
|
+
"module": "title/title-base.js"
|
|
146101
|
+
}
|
|
146491
146102
|
},
|
|
146492
146103
|
{
|
|
146493
146104
|
"kind": "field",
|
|
146494
|
-
"name": "
|
|
146105
|
+
"name": "role",
|
|
146495
146106
|
"type": {
|
|
146496
|
-
"text": "
|
|
146107
|
+
"text": "string"
|
|
146497
146108
|
},
|
|
146498
146109
|
"privacy": "public",
|
|
146499
|
-
"
|
|
146500
|
-
|
|
146501
|
-
|
|
146502
|
-
|
|
146503
|
-
|
|
146504
|
-
|
|
146505
|
-
|
|
146506
|
-
|
|
146507
|
-
"
|
|
146508
|
-
|
|
146509
|
-
|
|
146510
|
-
|
|
146511
|
-
|
|
146512
|
-
"privacy": "
|
|
146513
|
-
"
|
|
146514
|
-
|
|
146515
|
-
|
|
146516
|
-
|
|
146517
|
-
|
|
146518
|
-
|
|
146519
|
-
|
|
146520
|
-
|
|
146521
|
-
|
|
146522
|
-
|
|
146523
|
-
|
|
146524
|
-
|
|
146525
|
-
|
|
146526
|
-
"
|
|
146527
|
-
|
|
146528
|
-
|
|
146529
|
-
|
|
146530
|
-
|
|
146531
|
-
|
|
146532
|
-
|
|
146533
|
-
|
|
146534
|
-
|
|
146535
|
-
|
|
146536
|
-
|
|
146537
|
-
|
|
146538
|
-
|
|
146539
|
-
|
|
146540
|
-
|
|
146541
|
-
|
|
146542
|
-
|
|
146543
|
-
|
|
146544
|
-
|
|
146545
|
-
|
|
146546
|
-
|
|
146547
|
-
"
|
|
146548
|
-
"
|
|
146549
|
-
|
|
146550
|
-
|
|
146551
|
-
|
|
146552
|
-
|
|
146553
|
-
|
|
146554
|
-
|
|
146555
|
-
|
|
146556
|
-
|
|
146557
|
-
|
|
146558
|
-
|
|
146559
|
-
|
|
146560
|
-
|
|
146561
|
-
|
|
146562
|
-
|
|
146563
|
-
|
|
146564
|
-
|
|
146565
|
-
|
|
146566
|
-
|
|
146567
|
-
|
|
146568
|
-
|
|
146569
|
-
|
|
146570
|
-
|
|
146571
|
-
|
|
146572
|
-
|
|
146573
|
-
|
|
146574
|
-
|
|
146575
|
-
"
|
|
146576
|
-
|
|
146577
|
-
|
|
146578
|
-
|
|
146579
|
-
|
|
146580
|
-
|
|
146581
|
-
|
|
146110
|
+
"static": true,
|
|
146111
|
+
"default": "'heading'",
|
|
146112
|
+
"inheritedFrom": {
|
|
146113
|
+
"name": "SbbElement",
|
|
146114
|
+
"module": "core/base-elements/element.js"
|
|
146115
|
+
}
|
|
146116
|
+
},
|
|
146117
|
+
{
|
|
146118
|
+
"kind": "field",
|
|
146119
|
+
"name": "['_$sbbElement$']",
|
|
146120
|
+
"type": {
|
|
146121
|
+
"text": "boolean"
|
|
146122
|
+
},
|
|
146123
|
+
"privacy": "public",
|
|
146124
|
+
"static": true,
|
|
146125
|
+
"default": "true",
|
|
146126
|
+
"inheritedFrom": {
|
|
146127
|
+
"name": "SbbElement",
|
|
146128
|
+
"module": "core/base-elements/element.js"
|
|
146129
|
+
}
|
|
146130
|
+
},
|
|
146131
|
+
{
|
|
146132
|
+
"kind": "field",
|
|
146133
|
+
"name": "elementDependencies",
|
|
146134
|
+
"type": {
|
|
146135
|
+
"text": "SbbElementType[] | undefined"
|
|
146136
|
+
},
|
|
146137
|
+
"privacy": "public",
|
|
146138
|
+
"static": true,
|
|
146139
|
+
"inheritedFrom": {
|
|
146140
|
+
"name": "SbbElement",
|
|
146141
|
+
"module": "core/base-elements/element.js"
|
|
146142
|
+
}
|
|
146143
|
+
},
|
|
146144
|
+
{
|
|
146145
|
+
"kind": "field",
|
|
146146
|
+
"name": "_controllers",
|
|
146147
|
+
"type": {
|
|
146148
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
146149
|
+
},
|
|
146150
|
+
"privacy": "private",
|
|
146151
|
+
"inheritedFrom": {
|
|
146152
|
+
"name": "SbbElement",
|
|
146153
|
+
"module": "core/base-elements/element.js"
|
|
146154
|
+
}
|
|
146155
|
+
},
|
|
146156
|
+
{
|
|
146157
|
+
"kind": "field",
|
|
146158
|
+
"name": "_hydrationRequired",
|
|
146159
|
+
"type": {
|
|
146160
|
+
"text": "boolean"
|
|
146161
|
+
},
|
|
146162
|
+
"privacy": "private",
|
|
146163
|
+
"default": "!!this.shadowRoot",
|
|
146164
|
+
"inheritedFrom": {
|
|
146165
|
+
"name": "SbbElement",
|
|
146166
|
+
"module": "core/base-elements/element.js"
|
|
146167
|
+
}
|
|
146168
|
+
},
|
|
146169
|
+
{
|
|
146170
|
+
"kind": "field",
|
|
146171
|
+
"name": "_hydrationComplete",
|
|
146172
|
+
"privacy": "private",
|
|
146173
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
146174
|
+
"inheritedFrom": {
|
|
146175
|
+
"name": "SbbElement",
|
|
146176
|
+
"module": "core/base-elements/element.js"
|
|
146177
|
+
}
|
|
146178
|
+
},
|
|
146179
|
+
{
|
|
146180
|
+
"kind": "field",
|
|
146181
|
+
"name": "_resolveHydration",
|
|
146182
|
+
"type": {
|
|
146183
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
146184
|
+
},
|
|
146185
|
+
"privacy": "private",
|
|
146186
|
+
"inheritedFrom": {
|
|
146187
|
+
"name": "SbbElement",
|
|
146188
|
+
"module": "core/base-elements/element.js"
|
|
146189
|
+
}
|
|
146190
|
+
},
|
|
146191
|
+
{
|
|
146192
|
+
"kind": "field",
|
|
146193
|
+
"name": "_textObserver",
|
|
146194
|
+
"type": {
|
|
146195
|
+
"text": "MutationObserver | undefined"
|
|
146196
|
+
},
|
|
146197
|
+
"privacy": "private",
|
|
146198
|
+
"inheritedFrom": {
|
|
146199
|
+
"name": "SbbElement",
|
|
146200
|
+
"module": "core/base-elements/element.js"
|
|
146201
|
+
}
|
|
146202
|
+
},
|
|
146203
|
+
{
|
|
146204
|
+
"kind": "field",
|
|
146205
|
+
"name": "hydrationRequired",
|
|
146206
|
+
"type": {
|
|
146207
|
+
"text": "boolean"
|
|
146208
|
+
},
|
|
146209
|
+
"privacy": "protected",
|
|
146210
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
146211
|
+
"readonly": true,
|
|
146212
|
+
"inheritedFrom": {
|
|
146213
|
+
"name": "SbbElement",
|
|
146214
|
+
"module": "core/base-elements/element.js"
|
|
146215
|
+
},
|
|
146216
|
+
"default": "!!this.shadowRoot"
|
|
146217
|
+
},
|
|
146218
|
+
{
|
|
146219
|
+
"kind": "method",
|
|
146220
|
+
"name": "toggleState",
|
|
146221
|
+
"privacy": "protected",
|
|
146222
|
+
"return": {
|
|
146223
|
+
"type": {
|
|
146224
|
+
"text": "void"
|
|
146225
|
+
}
|
|
146226
|
+
},
|
|
146227
|
+
"parameters": [
|
|
146228
|
+
{
|
|
146229
|
+
"name": "value",
|
|
146230
|
+
"type": {
|
|
146231
|
+
"text": "string"
|
|
146232
|
+
}
|
|
146233
|
+
},
|
|
146234
|
+
{
|
|
146235
|
+
"name": "force",
|
|
146236
|
+
"optional": true,
|
|
146237
|
+
"type": {
|
|
146238
|
+
"text": "boolean"
|
|
146239
|
+
}
|
|
146240
|
+
}
|
|
146241
|
+
],
|
|
146242
|
+
"inheritedFrom": {
|
|
146243
|
+
"name": "SbbElement",
|
|
146244
|
+
"module": "core/base-elements/element.js"
|
|
146245
|
+
}
|
|
146246
|
+
},
|
|
146247
|
+
{
|
|
146248
|
+
"kind": "method",
|
|
146249
|
+
"name": "_slotchangeHandler",
|
|
146250
|
+
"privacy": "private",
|
|
146251
|
+
"return": {
|
|
146252
|
+
"type": {
|
|
146253
|
+
"text": "void"
|
|
146254
|
+
}
|
|
146255
|
+
},
|
|
146256
|
+
"parameters": [
|
|
146257
|
+
{
|
|
146258
|
+
"name": "event",
|
|
146259
|
+
"type": {
|
|
146260
|
+
"text": "Event"
|
|
146261
|
+
}
|
|
146262
|
+
},
|
|
146263
|
+
{
|
|
146264
|
+
"name": "slot",
|
|
146265
|
+
"type": {
|
|
146266
|
+
"text": "HTMLSlotElement"
|
|
146267
|
+
}
|
|
146268
|
+
}
|
|
146269
|
+
],
|
|
146270
|
+
"inheritedFrom": {
|
|
146271
|
+
"name": "SbbElement",
|
|
146272
|
+
"module": "core/base-elements/element.js"
|
|
146273
|
+
}
|
|
146274
|
+
},
|
|
146275
|
+
{
|
|
146276
|
+
"kind": "method",
|
|
146277
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
146278
|
+
"privacy": "private",
|
|
146279
|
+
"return": {
|
|
146280
|
+
"type": {
|
|
146281
|
+
"text": "void"
|
|
146282
|
+
}
|
|
146283
|
+
},
|
|
146284
|
+
"parameters": [
|
|
146285
|
+
{
|
|
146286
|
+
"name": "slot",
|
|
146287
|
+
"type": {
|
|
146288
|
+
"text": "HTMLSlotElement"
|
|
146289
|
+
}
|
|
146290
|
+
}
|
|
146291
|
+
],
|
|
146292
|
+
"inheritedFrom": {
|
|
146293
|
+
"name": "SbbElement",
|
|
146294
|
+
"module": "core/base-elements/element.js"
|
|
146295
|
+
}
|
|
146296
|
+
},
|
|
146297
|
+
{
|
|
146298
|
+
"kind": "method",
|
|
146299
|
+
"name": "_updateSlottedState",
|
|
146300
|
+
"privacy": "private",
|
|
146301
|
+
"return": {
|
|
146302
|
+
"type": {
|
|
146303
|
+
"text": "void"
|
|
146304
|
+
}
|
|
146305
|
+
},
|
|
146306
|
+
"parameters": [
|
|
146307
|
+
{
|
|
146308
|
+
"name": "slot",
|
|
146309
|
+
"type": {
|
|
146310
|
+
"text": "HTMLSlotElement"
|
|
146311
|
+
}
|
|
146312
|
+
}
|
|
146313
|
+
],
|
|
146314
|
+
"inheritedFrom": {
|
|
146315
|
+
"name": "SbbElement",
|
|
146316
|
+
"module": "core/base-elements/element.js"
|
|
146317
|
+
}
|
|
146318
|
+
},
|
|
146319
|
+
{
|
|
146320
|
+
"kind": "method",
|
|
146321
|
+
"name": "_observeTextNodesInSlot",
|
|
146322
|
+
"privacy": "private",
|
|
146323
|
+
"return": {
|
|
146324
|
+
"type": {
|
|
146325
|
+
"text": "void"
|
|
146326
|
+
}
|
|
146327
|
+
},
|
|
146328
|
+
"parameters": [
|
|
146329
|
+
{
|
|
146330
|
+
"name": "slot",
|
|
146331
|
+
"type": {
|
|
146332
|
+
"text": "HTMLSlotElement"
|
|
146333
|
+
}
|
|
146334
|
+
}
|
|
146335
|
+
],
|
|
146336
|
+
"inheritedFrom": {
|
|
146337
|
+
"name": "SbbElement",
|
|
146338
|
+
"module": "core/base-elements/element.js"
|
|
146339
|
+
}
|
|
146340
|
+
},
|
|
146341
|
+
{
|
|
146342
|
+
"kind": "method",
|
|
146343
|
+
"name": "_hasSlottedContent",
|
|
146344
|
+
"privacy": "private",
|
|
146345
|
+
"return": {
|
|
146346
|
+
"type": {
|
|
146347
|
+
"text": "boolean"
|
|
146348
|
+
}
|
|
146349
|
+
},
|
|
146350
|
+
"parameters": [
|
|
146351
|
+
{
|
|
146352
|
+
"name": "slot",
|
|
146353
|
+
"type": {
|
|
146354
|
+
"text": "HTMLSlotElement"
|
|
146355
|
+
}
|
|
146356
|
+
}
|
|
146357
|
+
],
|
|
146358
|
+
"inheritedFrom": {
|
|
146359
|
+
"name": "SbbElement",
|
|
146360
|
+
"module": "core/base-elements/element.js"
|
|
146361
|
+
}
|
|
146362
|
+
}
|
|
146363
|
+
],
|
|
146364
|
+
"attributes": [
|
|
146365
|
+
{
|
|
146366
|
+
"name": "level",
|
|
146367
|
+
"type": {
|
|
146368
|
+
"text": "SbbTitleLevel"
|
|
146369
|
+
},
|
|
146370
|
+
"default": "'2'",
|
|
146371
|
+
"description": "Title level",
|
|
146372
|
+
"fieldName": "level",
|
|
146373
|
+
"inheritedFrom": {
|
|
146374
|
+
"name": "SbbTitleBase",
|
|
146375
|
+
"module": "title/title-base.js"
|
|
146376
|
+
}
|
|
146377
|
+
},
|
|
146378
|
+
{
|
|
146379
|
+
"name": "visual-level",
|
|
146380
|
+
"type": {
|
|
146381
|
+
"text": "SbbTitleLevel | null"
|
|
146382
|
+
},
|
|
146383
|
+
"default": "null",
|
|
146384
|
+
"description": "Visual level for the title.",
|
|
146385
|
+
"fieldName": "visualLevel",
|
|
146386
|
+
"inheritedFrom": {
|
|
146387
|
+
"name": "SbbTitleBase",
|
|
146388
|
+
"module": "title/title-base.js"
|
|
146389
|
+
}
|
|
146390
|
+
}
|
|
146391
|
+
],
|
|
146392
|
+
"superclass": {
|
|
146393
|
+
"name": "SbbTitleBase",
|
|
146394
|
+
"module": "title.pure.js"
|
|
146395
|
+
},
|
|
146396
|
+
"tagName": "sbb-sidebar-title",
|
|
146397
|
+
"customElement": true
|
|
146398
|
+
}
|
|
146399
|
+
],
|
|
146400
|
+
"exports": [
|
|
146401
|
+
{
|
|
146402
|
+
"kind": "js",
|
|
146403
|
+
"name": "SbbSidebarTitleElement",
|
|
146404
|
+
"declaration": {
|
|
146405
|
+
"name": "SbbSidebarTitleElement",
|
|
146406
|
+
"module": "sidebar/sidebar-title/sidebar-title.component.js"
|
|
146407
|
+
}
|
|
146408
|
+
}
|
|
146409
|
+
]
|
|
146410
|
+
},
|
|
146411
|
+
{
|
|
146412
|
+
"kind": "javascript-module",
|
|
146413
|
+
"path": "stepper/step/step.component.js",
|
|
146414
|
+
"declarations": [
|
|
146415
|
+
{
|
|
146416
|
+
"kind": "class",
|
|
146417
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
146418
|
+
"name": "SbbStepElement",
|
|
146419
|
+
"slots": [
|
|
146420
|
+
{
|
|
146421
|
+
"description": "Use the unnamed slot to provide content.",
|
|
146422
|
+
"name": ""
|
|
146423
|
+
}
|
|
146424
|
+
],
|
|
146425
|
+
"members": [
|
|
146426
|
+
{
|
|
146427
|
+
"kind": "field",
|
|
146428
|
+
"name": "elementName",
|
|
146429
|
+
"type": {
|
|
146430
|
+
"text": "string"
|
|
146431
|
+
},
|
|
146432
|
+
"privacy": "public",
|
|
146433
|
+
"static": true,
|
|
146434
|
+
"readonly": true,
|
|
146435
|
+
"default": "'sbb-step'",
|
|
146436
|
+
"inheritedFrom": {
|
|
146437
|
+
"name": "SbbElement",
|
|
146438
|
+
"module": "core/base-elements/element.js"
|
|
146439
|
+
}
|
|
146440
|
+
},
|
|
146441
|
+
{
|
|
146442
|
+
"kind": "field",
|
|
146443
|
+
"name": "role",
|
|
146444
|
+
"type": {
|
|
146445
|
+
"text": "string"
|
|
146446
|
+
},
|
|
146447
|
+
"privacy": "public",
|
|
146448
|
+
"static": true,
|
|
146449
|
+
"readonly": true,
|
|
146450
|
+
"default": "'tabpanel'",
|
|
146451
|
+
"inheritedFrom": {
|
|
146452
|
+
"name": "SbbElement",
|
|
146453
|
+
"module": "core/base-elements/element.js"
|
|
146454
|
+
}
|
|
146455
|
+
},
|
|
146456
|
+
{
|
|
146457
|
+
"kind": "field",
|
|
146458
|
+
"name": "events",
|
|
146459
|
+
"privacy": "public",
|
|
146460
|
+
"static": true,
|
|
146461
|
+
"readonly": true,
|
|
146462
|
+
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
146463
|
+
"type": {
|
|
146464
|
+
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
146465
|
+
}
|
|
146466
|
+
},
|
|
146467
|
+
{
|
|
146468
|
+
"kind": "field",
|
|
146469
|
+
"name": "_stepResizeObserver",
|
|
146470
|
+
"privacy": "private",
|
|
146471
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
146472
|
+
},
|
|
146473
|
+
{
|
|
146474
|
+
"kind": "field",
|
|
146475
|
+
"name": "label",
|
|
146476
|
+
"type": {
|
|
146477
|
+
"text": "SbbStepLabelElement | null"
|
|
146478
|
+
},
|
|
146479
|
+
"privacy": "public",
|
|
146480
|
+
"description": "The label of the step.",
|
|
146481
|
+
"readonly": true,
|
|
146482
|
+
"default": "null"
|
|
146483
|
+
},
|
|
146484
|
+
{
|
|
146485
|
+
"kind": "field",
|
|
146486
|
+
"name": "_label",
|
|
146487
|
+
"type": {
|
|
146488
|
+
"text": "SbbStepLabelElement | null"
|
|
146489
|
+
},
|
|
146490
|
+
"privacy": "private",
|
|
146491
|
+
"default": "null"
|
|
146492
|
+
},
|
|
146493
|
+
{
|
|
146494
|
+
"kind": "field",
|
|
146495
|
+
"name": "stepper",
|
|
146496
|
+
"type": {
|
|
146497
|
+
"text": "SbbStepperElement | null"
|
|
146498
|
+
},
|
|
146499
|
+
"privacy": "public",
|
|
146500
|
+
"readonly": true
|
|
146501
|
+
},
|
|
146502
|
+
{
|
|
146503
|
+
"kind": "field",
|
|
146504
|
+
"name": "_previousOrientation",
|
|
146505
|
+
"type": {
|
|
146506
|
+
"text": "string | undefined"
|
|
146507
|
+
},
|
|
146508
|
+
"privacy": "private"
|
|
146509
|
+
},
|
|
146510
|
+
{
|
|
146511
|
+
"kind": "method",
|
|
146512
|
+
"name": "_handleClick",
|
|
146513
|
+
"privacy": "private",
|
|
146514
|
+
"return": {
|
|
146515
|
+
"type": {
|
|
146516
|
+
"text": "void"
|
|
146517
|
+
}
|
|
146518
|
+
},
|
|
146519
|
+
"parameters": [
|
|
146520
|
+
{
|
|
146521
|
+
"name": "event",
|
|
146522
|
+
"type": {
|
|
146523
|
+
"text": "Event"
|
|
146524
|
+
}
|
|
146525
|
+
}
|
|
146526
|
+
],
|
|
146527
|
+
"description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
|
|
146528
|
+
},
|
|
146529
|
+
{
|
|
146530
|
+
"kind": "method",
|
|
146531
|
+
"name": "_isGoNextElement",
|
|
146532
|
+
"privacy": "private",
|
|
146533
|
+
"return": {
|
|
146534
|
+
"type": {
|
|
146535
|
+
"text": "boolean"
|
|
146536
|
+
}
|
|
146537
|
+
},
|
|
146538
|
+
"parameters": [
|
|
146539
|
+
{
|
|
146540
|
+
"name": "element",
|
|
146541
|
+
"type": {
|
|
146542
|
+
"text": "HTMLElement"
|
|
146543
|
+
}
|
|
146544
|
+
}
|
|
146545
|
+
]
|
|
146546
|
+
},
|
|
146547
|
+
{
|
|
146548
|
+
"kind": "method",
|
|
146549
|
+
"name": "_isGoPreviousElement",
|
|
146550
|
+
"privacy": "private",
|
|
146551
|
+
"return": {
|
|
146552
|
+
"type": {
|
|
146553
|
+
"text": "boolean"
|
|
146554
|
+
}
|
|
146555
|
+
},
|
|
146556
|
+
"parameters": [
|
|
146557
|
+
{
|
|
146558
|
+
"name": "element",
|
|
146559
|
+
"type": {
|
|
146560
|
+
"text": "HTMLElement"
|
|
146561
|
+
}
|
|
146562
|
+
}
|
|
146563
|
+
]
|
|
146564
|
+
},
|
|
146565
|
+
{
|
|
146566
|
+
"kind": "method",
|
|
146567
|
+
"name": "_onStepElementResize",
|
|
146568
|
+
"privacy": "private",
|
|
146569
|
+
"return": {
|
|
146570
|
+
"type": {
|
|
146571
|
+
"text": "void"
|
|
146572
|
+
}
|
|
146573
|
+
}
|
|
146574
|
+
},
|
|
146575
|
+
{
|
|
146576
|
+
"kind": "method",
|
|
146577
|
+
"name": "_assignLabel",
|
|
146578
|
+
"privacy": "private",
|
|
146579
|
+
"return": {
|
|
146580
|
+
"type": {
|
|
146581
|
+
"text": "void"
|
|
146582
|
+
}
|
|
146582
146583
|
}
|
|
146583
146584
|
},
|
|
146584
146585
|
{
|
|
@@ -149598,6 +149599,14 @@
|
|
|
149598
149599
|
"privacy": "private",
|
|
149599
149600
|
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this._onTabGroupElementResize(), })"
|
|
149600
149601
|
},
|
|
149602
|
+
{
|
|
149603
|
+
"kind": "field",
|
|
149604
|
+
"name": "_contentSlotChangeDebounceId",
|
|
149605
|
+
"type": {
|
|
149606
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
149607
|
+
},
|
|
149608
|
+
"privacy": "private"
|
|
149609
|
+
},
|
|
149601
149610
|
{
|
|
149602
149611
|
"kind": "field",
|
|
149603
149612
|
"name": "size",
|
|
@@ -149723,14 +149732,24 @@
|
|
|
149723
149732
|
}
|
|
149724
149733
|
},
|
|
149725
149734
|
{
|
|
149726
|
-
"kind": "
|
|
149735
|
+
"kind": "method",
|
|
149727
149736
|
"name": "_onContentSlotChange",
|
|
149728
|
-
"privacy": "private"
|
|
149737
|
+
"privacy": "private",
|
|
149738
|
+
"return": {
|
|
149739
|
+
"type": {
|
|
149740
|
+
"text": "void"
|
|
149741
|
+
}
|
|
149742
|
+
}
|
|
149729
149743
|
},
|
|
149730
149744
|
{
|
|
149731
|
-
"kind": "
|
|
149745
|
+
"kind": "method",
|
|
149732
149746
|
"name": "_onLabelSlotChange",
|
|
149733
|
-
"privacy": "private"
|
|
149747
|
+
"privacy": "private",
|
|
149748
|
+
"return": {
|
|
149749
|
+
"type": {
|
|
149750
|
+
"text": "void"
|
|
149751
|
+
}
|
|
149752
|
+
}
|
|
149734
149753
|
},
|
|
149735
149754
|
{
|
|
149736
149755
|
"kind": "method",
|
|
@@ -157436,20 +157455,16 @@
|
|
|
157436
157455
|
},
|
|
157437
157456
|
{
|
|
157438
157457
|
"kind": "javascript-module",
|
|
157439
|
-
"path": "toggle/toggle
|
|
157458
|
+
"path": "toggle/toggle/toggle.component.js",
|
|
157440
157459
|
"declarations": [
|
|
157441
157460
|
{
|
|
157442
157461
|
"kind": "class",
|
|
157443
|
-
"description": "It
|
|
157444
|
-
"name": "
|
|
157462
|
+
"description": "It can be used as a container for two `sbb-toggle-option`, acting as a toggle button.",
|
|
157463
|
+
"name": "SbbToggleElement",
|
|
157445
157464
|
"slots": [
|
|
157446
157465
|
{
|
|
157447
|
-
"description": "Use the unnamed slot to add
|
|
157466
|
+
"description": "Use the unnamed slot to add `<sbb-toggle-option>` elements to the toggle.",
|
|
157448
157467
|
"name": ""
|
|
157449
|
-
},
|
|
157450
|
-
{
|
|
157451
|
-
"description": "Slot used to render the `sbb-icon`.",
|
|
157452
|
-
"name": "icon"
|
|
157453
157468
|
}
|
|
157454
157469
|
],
|
|
157455
157470
|
"members": [
|
|
@@ -157462,7 +157477,7 @@
|
|
|
157462
157477
|
"privacy": "public",
|
|
157463
157478
|
"static": true,
|
|
157464
157479
|
"readonly": true,
|
|
157465
|
-
"default": "'sbb-toggle
|
|
157480
|
+
"default": "'sbb-toggle'",
|
|
157466
157481
|
"inheritedFrom": {
|
|
157467
157482
|
"name": "SbbElement",
|
|
157468
157483
|
"module": "core/base-elements/element.js"
|
|
@@ -157477,7 +157492,7 @@
|
|
|
157477
157492
|
"privacy": "public",
|
|
157478
157493
|
"static": true,
|
|
157479
157494
|
"readonly": true,
|
|
157480
|
-
"default": "'
|
|
157495
|
+
"default": "'radiogroup'",
|
|
157481
157496
|
"inheritedFrom": {
|
|
157482
157497
|
"name": "SbbElement",
|
|
157483
157498
|
"module": "core/base-elements/element.js"
|
|
@@ -157485,14 +157500,37 @@
|
|
|
157485
157500
|
},
|
|
157486
157501
|
{
|
|
157487
157502
|
"kind": "field",
|
|
157488
|
-
"name": "
|
|
157503
|
+
"name": "events",
|
|
157504
|
+
"privacy": "public",
|
|
157505
|
+
"static": true,
|
|
157506
|
+
"readonly": true,
|
|
157507
|
+
"default": "{ change: 'change', }",
|
|
157508
|
+
"type": {
|
|
157509
|
+
"text": "{\n change: 'change',\n }"
|
|
157510
|
+
}
|
|
157511
|
+
},
|
|
157512
|
+
{
|
|
157513
|
+
"kind": "field",
|
|
157514
|
+
"name": "even",
|
|
157489
157515
|
"type": {
|
|
157490
157516
|
"text": "boolean"
|
|
157491
157517
|
},
|
|
157492
157518
|
"privacy": "public",
|
|
157493
157519
|
"default": "false",
|
|
157494
|
-
"description": "
|
|
157495
|
-
"attribute": "
|
|
157520
|
+
"description": "If true, set the width of the component fixed; if false,\nthe width is dynamic based on the label of the sbb-toggle-option.",
|
|
157521
|
+
"attribute": "even",
|
|
157522
|
+
"reflects": true
|
|
157523
|
+
},
|
|
157524
|
+
{
|
|
157525
|
+
"kind": "field",
|
|
157526
|
+
"name": "size",
|
|
157527
|
+
"type": {
|
|
157528
|
+
"text": "'s' | 'm'"
|
|
157529
|
+
},
|
|
157530
|
+
"privacy": "public",
|
|
157531
|
+
"description": "Size variant, either m or s.",
|
|
157532
|
+
"default": "'m' / 's' (lean)",
|
|
157533
|
+
"attribute": "size",
|
|
157496
157534
|
"reflects": true
|
|
157497
157535
|
},
|
|
157498
157536
|
{
|
|
@@ -157502,22 +157540,53 @@
|
|
|
157502
157540
|
"text": "(T = string) | null"
|
|
157503
157541
|
},
|
|
157504
157542
|
"privacy": "public",
|
|
157505
|
-
"
|
|
157506
|
-
"
|
|
157507
|
-
"
|
|
157543
|
+
"description": "The value of the toggle. It needs to be mutable since it is updated whenever\na new option is selected (see the `onToggleOptionSelect()` method).",
|
|
157544
|
+
"attribute": "value",
|
|
157545
|
+
"inheritedFrom": {
|
|
157546
|
+
"name": "SbbFormAssociatedMixin",
|
|
157547
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157548
|
+
}
|
|
157508
157549
|
},
|
|
157509
157550
|
{
|
|
157510
157551
|
"kind": "field",
|
|
157511
|
-
"name": "
|
|
157552
|
+
"name": "_fallbackValue",
|
|
157512
157553
|
"type": {
|
|
157513
|
-
"text": "
|
|
157554
|
+
"text": "T | null"
|
|
157514
157555
|
},
|
|
157515
157556
|
"privacy": "private",
|
|
157516
157557
|
"default": "null"
|
|
157517
157558
|
},
|
|
157559
|
+
{
|
|
157560
|
+
"kind": "field",
|
|
157561
|
+
"name": "options",
|
|
157562
|
+
"type": {
|
|
157563
|
+
"text": "SbbToggleOptionElement<T>[]"
|
|
157564
|
+
},
|
|
157565
|
+
"privacy": "public",
|
|
157566
|
+
"description": "The child instances of sbb-toggle-option as an array.",
|
|
157567
|
+
"readonly": true
|
|
157568
|
+
},
|
|
157518
157569
|
{
|
|
157519
157570
|
"kind": "method",
|
|
157520
|
-
"name": "
|
|
157571
|
+
"name": "_readFormData",
|
|
157572
|
+
"privacy": "private",
|
|
157573
|
+
"return": {
|
|
157574
|
+
"type": {
|
|
157575
|
+
"text": "Promise<T>"
|
|
157576
|
+
}
|
|
157577
|
+
},
|
|
157578
|
+
"parameters": [
|
|
157579
|
+
{
|
|
157580
|
+
"name": "formData",
|
|
157581
|
+
"type": {
|
|
157582
|
+
"text": "FormData"
|
|
157583
|
+
}
|
|
157584
|
+
}
|
|
157585
|
+
]
|
|
157586
|
+
},
|
|
157587
|
+
{
|
|
157588
|
+
"kind": "method",
|
|
157589
|
+
"name": "_updateToggle",
|
|
157521
157590
|
"privacy": "private",
|
|
157522
157591
|
"return": {
|
|
157523
157592
|
"type": {
|
|
@@ -157527,7 +157596,25 @@
|
|
|
157527
157596
|
},
|
|
157528
157597
|
{
|
|
157529
157598
|
"kind": "method",
|
|
157530
|
-
"name": "
|
|
157599
|
+
"name": "_valueChanged",
|
|
157600
|
+
"privacy": "private",
|
|
157601
|
+
"return": {
|
|
157602
|
+
"type": {
|
|
157603
|
+
"text": "void"
|
|
157604
|
+
}
|
|
157605
|
+
},
|
|
157606
|
+
"parameters": [
|
|
157607
|
+
{
|
|
157608
|
+
"name": "value",
|
|
157609
|
+
"type": {
|
|
157610
|
+
"text": "T | null"
|
|
157611
|
+
}
|
|
157612
|
+
}
|
|
157613
|
+
]
|
|
157614
|
+
},
|
|
157615
|
+
{
|
|
157616
|
+
"kind": "method",
|
|
157617
|
+
"name": "_updateDisabled",
|
|
157531
157618
|
"privacy": "private",
|
|
157532
157619
|
"return": {
|
|
157533
157620
|
"type": {
|
|
@@ -157543,17 +157630,44 @@
|
|
|
157543
157630
|
"type": {
|
|
157544
157631
|
"text": "void"
|
|
157545
157632
|
}
|
|
157546
|
-
}
|
|
157633
|
+
},
|
|
157634
|
+
"description": "Called on user interaction (click or keyboard)"
|
|
157547
157635
|
},
|
|
157548
157636
|
{
|
|
157549
157637
|
"kind": "method",
|
|
157550
|
-
"name": "
|
|
157638
|
+
"name": "_handleKeyDown",
|
|
157551
157639
|
"privacy": "private",
|
|
157552
157640
|
"return": {
|
|
157553
157641
|
"type": {
|
|
157554
157642
|
"text": "void"
|
|
157555
157643
|
}
|
|
157556
|
-
}
|
|
157644
|
+
},
|
|
157645
|
+
"parameters": [
|
|
157646
|
+
{
|
|
157647
|
+
"name": "evt",
|
|
157648
|
+
"type": {
|
|
157649
|
+
"text": "KeyboardEvent"
|
|
157650
|
+
}
|
|
157651
|
+
}
|
|
157652
|
+
]
|
|
157653
|
+
},
|
|
157654
|
+
{
|
|
157655
|
+
"kind": "method",
|
|
157656
|
+
"name": "_selectAndFocusOption",
|
|
157657
|
+
"privacy": "private",
|
|
157658
|
+
"return": {
|
|
157659
|
+
"type": {
|
|
157660
|
+
"text": "void"
|
|
157661
|
+
}
|
|
157662
|
+
},
|
|
157663
|
+
"parameters": [
|
|
157664
|
+
{
|
|
157665
|
+
"name": "option",
|
|
157666
|
+
"type": {
|
|
157667
|
+
"text": "SbbToggleOptionElement<T> | undefined"
|
|
157668
|
+
}
|
|
157669
|
+
}
|
|
157670
|
+
]
|
|
157557
157671
|
},
|
|
157558
157672
|
{
|
|
157559
157673
|
"kind": "field",
|
|
@@ -157601,82 +157715,317 @@
|
|
|
157601
157715
|
},
|
|
157602
157716
|
{
|
|
157603
157717
|
"kind": "field",
|
|
157604
|
-
"name": "
|
|
157718
|
+
"name": "formAssociated",
|
|
157605
157719
|
"type": {
|
|
157606
|
-
"text": "
|
|
157720
|
+
"text": "boolean"
|
|
157607
157721
|
},
|
|
157608
157722
|
"privacy": "public",
|
|
157609
157723
|
"static": true,
|
|
157610
|
-
"default": "
|
|
157724
|
+
"default": "true",
|
|
157611
157725
|
"inheritedFrom": {
|
|
157612
|
-
"name": "
|
|
157613
|
-
"module": "core/
|
|
157726
|
+
"name": "SbbFormAssociatedMixin",
|
|
157727
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157614
157728
|
}
|
|
157615
157729
|
},
|
|
157616
157730
|
{
|
|
157617
157731
|
"kind": "field",
|
|
157618
|
-
"name": "
|
|
157732
|
+
"name": "form",
|
|
157733
|
+
"type": {
|
|
157734
|
+
"text": "HTMLFormElement | null"
|
|
157735
|
+
},
|
|
157736
|
+
"privacy": "public",
|
|
157737
|
+
"description": "Returns the form owner of this element.",
|
|
157738
|
+
"readonly": true,
|
|
157739
|
+
"inheritedFrom": {
|
|
157740
|
+
"name": "SbbFormAssociatedMixin",
|
|
157741
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157742
|
+
}
|
|
157743
|
+
},
|
|
157744
|
+
{
|
|
157745
|
+
"kind": "field",
|
|
157746
|
+
"name": "name",
|
|
157747
|
+
"privacy": "public",
|
|
157748
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
157749
|
+
"type": {
|
|
157750
|
+
"text": "string"
|
|
157751
|
+
},
|
|
157752
|
+
"attribute": "name",
|
|
157753
|
+
"inheritedFrom": {
|
|
157754
|
+
"name": "SbbFormAssociatedMixin",
|
|
157755
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157756
|
+
}
|
|
157757
|
+
},
|
|
157758
|
+
{
|
|
157759
|
+
"kind": "field",
|
|
157760
|
+
"name": "validity",
|
|
157761
|
+
"type": {
|
|
157762
|
+
"text": "ValidityState"
|
|
157763
|
+
},
|
|
157764
|
+
"privacy": "public",
|
|
157765
|
+
"description": "Returns the ValidityState object for this element.",
|
|
157766
|
+
"readonly": true,
|
|
157767
|
+
"inheritedFrom": {
|
|
157768
|
+
"name": "SbbFormAssociatedMixin",
|
|
157769
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157770
|
+
}
|
|
157771
|
+
},
|
|
157772
|
+
{
|
|
157773
|
+
"kind": "field",
|
|
157774
|
+
"name": "validationMessage",
|
|
157619
157775
|
"type": {
|
|
157620
157776
|
"text": "string"
|
|
157621
157777
|
},
|
|
157622
157778
|
"privacy": "public",
|
|
157623
|
-
"
|
|
157624
|
-
"
|
|
157625
|
-
"attribute": "icon-name",
|
|
157779
|
+
"description": "Returns the current error message, if available, which corresponds\nto the current validation state.\nPlease note that only one message is returned at a time (e.g. if\nmultiple validity states are invalid, only the chronologically first one\nis returned until it is fixed, at which point the next message might be\nreturned, if it is still applicable). Also, a custom validity message\n(see below) has precedence over native validation messages.",
|
|
157780
|
+
"readonly": true,
|
|
157626
157781
|
"inheritedFrom": {
|
|
157627
|
-
"name": "
|
|
157628
|
-
"module": "
|
|
157782
|
+
"name": "SbbFormAssociatedMixin",
|
|
157783
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157784
|
+
}
|
|
157785
|
+
},
|
|
157786
|
+
{
|
|
157787
|
+
"kind": "field",
|
|
157788
|
+
"name": "willValidate",
|
|
157789
|
+
"type": {
|
|
157790
|
+
"text": "boolean"
|
|
157791
|
+
},
|
|
157792
|
+
"privacy": "public",
|
|
157793
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
157794
|
+
"readonly": true,
|
|
157795
|
+
"inheritedFrom": {
|
|
157796
|
+
"name": "SbbFormAssociatedMixin",
|
|
157797
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157798
|
+
}
|
|
157799
|
+
},
|
|
157800
|
+
{
|
|
157801
|
+
"kind": "field",
|
|
157802
|
+
"name": "_validityStates",
|
|
157803
|
+
"privacy": "private",
|
|
157804
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
157805
|
+
"inheritedFrom": {
|
|
157806
|
+
"name": "SbbFormAssociatedMixin",
|
|
157807
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157808
|
+
}
|
|
157809
|
+
},
|
|
157810
|
+
{
|
|
157811
|
+
"kind": "field",
|
|
157812
|
+
"name": "formDisabled",
|
|
157813
|
+
"type": {
|
|
157814
|
+
"text": "boolean"
|
|
157815
|
+
},
|
|
157816
|
+
"privacy": "protected",
|
|
157817
|
+
"default": "false",
|
|
157818
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
157819
|
+
"inheritedFrom": {
|
|
157820
|
+
"name": "SbbFormAssociatedMixin",
|
|
157821
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157629
157822
|
}
|
|
157630
157823
|
},
|
|
157631
157824
|
{
|
|
157632
157825
|
"kind": "method",
|
|
157633
|
-
"name": "
|
|
157826
|
+
"name": "checkValidity",
|
|
157827
|
+
"privacy": "public",
|
|
157828
|
+
"return": {
|
|
157829
|
+
"type": {
|
|
157830
|
+
"text": "boolean"
|
|
157831
|
+
}
|
|
157832
|
+
},
|
|
157833
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
157834
|
+
"inheritedFrom": {
|
|
157835
|
+
"name": "SbbFormAssociatedMixin",
|
|
157836
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157837
|
+
}
|
|
157838
|
+
},
|
|
157839
|
+
{
|
|
157840
|
+
"kind": "method",
|
|
157841
|
+
"name": "reportValidity",
|
|
157842
|
+
"privacy": "public",
|
|
157843
|
+
"return": {
|
|
157844
|
+
"type": {
|
|
157845
|
+
"text": "boolean"
|
|
157846
|
+
}
|
|
157847
|
+
},
|
|
157848
|
+
"description": "Returns true if this element has no validity problems; otherwise,\nreturns false, fires an invalid event at the element,\nand (if the event isn't canceled) reports the problem to the user.",
|
|
157849
|
+
"inheritedFrom": {
|
|
157850
|
+
"name": "SbbFormAssociatedMixin",
|
|
157851
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157852
|
+
}
|
|
157853
|
+
},
|
|
157854
|
+
{
|
|
157855
|
+
"kind": "method",
|
|
157856
|
+
"name": "setCustomValidity",
|
|
157857
|
+
"privacy": "public",
|
|
157858
|
+
"return": {
|
|
157859
|
+
"type": {
|
|
157860
|
+
"text": "void"
|
|
157861
|
+
}
|
|
157862
|
+
},
|
|
157863
|
+
"parameters": [
|
|
157864
|
+
{
|
|
157865
|
+
"name": "message",
|
|
157866
|
+
"type": {
|
|
157867
|
+
"text": "string"
|
|
157868
|
+
}
|
|
157869
|
+
}
|
|
157870
|
+
],
|
|
157871
|
+
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
157872
|
+
"inheritedFrom": {
|
|
157873
|
+
"name": "SbbFormAssociatedMixin",
|
|
157874
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157875
|
+
}
|
|
157876
|
+
},
|
|
157877
|
+
{
|
|
157878
|
+
"kind": "method",
|
|
157879
|
+
"name": "_hasDisabledAncestor",
|
|
157880
|
+
"privacy": "private",
|
|
157881
|
+
"return": {
|
|
157882
|
+
"type": {
|
|
157883
|
+
"text": "boolean"
|
|
157884
|
+
}
|
|
157885
|
+
},
|
|
157886
|
+
"inheritedFrom": {
|
|
157887
|
+
"name": "SbbFormAssociatedMixin",
|
|
157888
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157889
|
+
}
|
|
157890
|
+
},
|
|
157891
|
+
{
|
|
157892
|
+
"kind": "method",
|
|
157893
|
+
"name": "updateFormValue",
|
|
157634
157894
|
"privacy": "protected",
|
|
157635
157895
|
"return": {
|
|
157636
157896
|
"type": {
|
|
157637
|
-
"text": "
|
|
157897
|
+
"text": "void"
|
|
157898
|
+
}
|
|
157899
|
+
},
|
|
157900
|
+
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
157901
|
+
"inheritedFrom": {
|
|
157902
|
+
"name": "SbbFormAssociatedMixin",
|
|
157903
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157904
|
+
}
|
|
157905
|
+
},
|
|
157906
|
+
{
|
|
157907
|
+
"kind": "method",
|
|
157908
|
+
"name": "formState",
|
|
157909
|
+
"privacy": "protected",
|
|
157910
|
+
"return": {
|
|
157911
|
+
"type": {
|
|
157912
|
+
"text": "FormRestoreState"
|
|
157913
|
+
}
|
|
157914
|
+
},
|
|
157915
|
+
"inheritedFrom": {
|
|
157916
|
+
"name": "SbbFormAssociatedMixin",
|
|
157917
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157918
|
+
}
|
|
157919
|
+
},
|
|
157920
|
+
{
|
|
157921
|
+
"kind": "method",
|
|
157922
|
+
"name": "setValidityFlag",
|
|
157923
|
+
"privacy": "protected",
|
|
157924
|
+
"return": {
|
|
157925
|
+
"type": {
|
|
157926
|
+
"text": "void"
|
|
157638
157927
|
}
|
|
157639
157928
|
},
|
|
157640
157929
|
"parameters": [
|
|
157641
157930
|
{
|
|
157642
|
-
"name": "
|
|
157643
|
-
"
|
|
157931
|
+
"name": "flag",
|
|
157932
|
+
"type": {
|
|
157933
|
+
"text": "T"
|
|
157934
|
+
}
|
|
157935
|
+
},
|
|
157936
|
+
{
|
|
157937
|
+
"name": "message",
|
|
157644
157938
|
"type": {
|
|
157645
157939
|
"text": "string"
|
|
157646
157940
|
}
|
|
157941
|
+
},
|
|
157942
|
+
{
|
|
157943
|
+
"name": "flagValue",
|
|
157944
|
+
"optional": true,
|
|
157945
|
+
"type": {
|
|
157946
|
+
"text": "ValidityStateFlags[T]"
|
|
157947
|
+
}
|
|
157647
157948
|
}
|
|
157648
157949
|
],
|
|
157950
|
+
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
157649
157951
|
"inheritedFrom": {
|
|
157650
|
-
"name": "
|
|
157651
|
-
"module": "
|
|
157952
|
+
"name": "SbbFormAssociatedMixin",
|
|
157953
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157652
157954
|
}
|
|
157653
157955
|
},
|
|
157654
157956
|
{
|
|
157655
157957
|
"kind": "method",
|
|
157656
|
-
"name": "
|
|
157958
|
+
"name": "removeValidityFlag",
|
|
157657
157959
|
"privacy": "protected",
|
|
157658
157960
|
"return": {
|
|
157659
157961
|
"type": {
|
|
157660
|
-
"text": "
|
|
157962
|
+
"text": "void"
|
|
157661
157963
|
}
|
|
157662
157964
|
},
|
|
157965
|
+
"parameters": [
|
|
157966
|
+
{
|
|
157967
|
+
"name": "flag",
|
|
157968
|
+
"type": {
|
|
157969
|
+
"text": "T"
|
|
157970
|
+
}
|
|
157971
|
+
}
|
|
157972
|
+
],
|
|
157973
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
157663
157974
|
"inheritedFrom": {
|
|
157664
|
-
"name": "
|
|
157665
|
-
"module": "
|
|
157975
|
+
"name": "SbbFormAssociatedMixin",
|
|
157976
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157666
157977
|
}
|
|
157667
157978
|
},
|
|
157668
157979
|
{
|
|
157669
157980
|
"kind": "method",
|
|
157670
|
-
"name": "
|
|
157981
|
+
"name": "validate",
|
|
157982
|
+
"privacy": "protected",
|
|
157983
|
+
"return": {
|
|
157984
|
+
"type": {
|
|
157985
|
+
"text": "void"
|
|
157986
|
+
}
|
|
157987
|
+
},
|
|
157988
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
157989
|
+
"inheritedFrom": {
|
|
157990
|
+
"name": "SbbFormAssociatedMixin",
|
|
157991
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157992
|
+
}
|
|
157993
|
+
},
|
|
157994
|
+
{
|
|
157995
|
+
"kind": "method",
|
|
157996
|
+
"name": "shouldValidate",
|
|
157997
|
+
"privacy": "protected",
|
|
157998
|
+
"return": {
|
|
157999
|
+
"type": {
|
|
158000
|
+
"text": "boolean"
|
|
158001
|
+
}
|
|
158002
|
+
},
|
|
158003
|
+
"parameters": [
|
|
158004
|
+
{
|
|
158005
|
+
"name": "name",
|
|
158006
|
+
"type": {
|
|
158007
|
+
"text": "PropertyKey | undefined"
|
|
158008
|
+
}
|
|
158009
|
+
}
|
|
158010
|
+
],
|
|
158011
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
158012
|
+
"inheritedFrom": {
|
|
158013
|
+
"name": "SbbFormAssociatedMixin",
|
|
158014
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
158015
|
+
}
|
|
158016
|
+
},
|
|
158017
|
+
{
|
|
158018
|
+
"kind": "method",
|
|
158019
|
+
"name": "_setInternalValidity",
|
|
157671
158020
|
"privacy": "private",
|
|
157672
158021
|
"return": {
|
|
157673
158022
|
"type": {
|
|
157674
|
-
"text": "
|
|
158023
|
+
"text": "void"
|
|
157675
158024
|
}
|
|
157676
158025
|
},
|
|
157677
158026
|
"inheritedFrom": {
|
|
157678
|
-
"name": "
|
|
157679
|
-
"module": "
|
|
158027
|
+
"name": "SbbFormAssociatedMixin",
|
|
158028
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157680
158029
|
}
|
|
157681
158030
|
},
|
|
157682
158031
|
{
|
|
@@ -157693,6 +158042,19 @@
|
|
|
157693
158042
|
"module": "core/base-elements/element.js"
|
|
157694
158043
|
}
|
|
157695
158044
|
},
|
|
158045
|
+
{
|
|
158046
|
+
"kind": "field",
|
|
158047
|
+
"name": "elementDependencies",
|
|
158048
|
+
"type": {
|
|
158049
|
+
"text": "SbbElementType[] | undefined"
|
|
158050
|
+
},
|
|
158051
|
+
"privacy": "public",
|
|
158052
|
+
"static": true,
|
|
158053
|
+
"inheritedFrom": {
|
|
158054
|
+
"name": "SbbElement",
|
|
158055
|
+
"module": "core/base-elements/element.js"
|
|
158056
|
+
}
|
|
158057
|
+
},
|
|
157696
158058
|
{
|
|
157697
158059
|
"kind": "field",
|
|
157698
158060
|
"name": "_controllers",
|
|
@@ -157915,30 +158277,38 @@
|
|
|
157915
158277
|
],
|
|
157916
158278
|
"events": [
|
|
157917
158279
|
{
|
|
158280
|
+
"name": "change",
|
|
157918
158281
|
"type": {
|
|
157919
|
-
"text": "
|
|
158282
|
+
"text": "Event"
|
|
157920
158283
|
},
|
|
157921
|
-
"description": "The
|
|
157922
|
-
"name": "input"
|
|
158284
|
+
"description": "The change event is fired when the user modifies the element's value.\nUnlike the input event, the change event is not necessarily fired\nfor each alteration to an element's value."
|
|
157923
158285
|
}
|
|
157924
158286
|
],
|
|
157925
158287
|
"attributes": [
|
|
157926
158288
|
{
|
|
157927
|
-
"name": "
|
|
158289
|
+
"name": "even",
|
|
157928
158290
|
"type": {
|
|
157929
158291
|
"text": "boolean"
|
|
157930
158292
|
},
|
|
157931
158293
|
"default": "false",
|
|
157932
|
-
"description": "
|
|
157933
|
-
"fieldName": "
|
|
158294
|
+
"description": "If true, set the width of the component fixed; if false,\nthe width is dynamic based on the label of the sbb-toggle-option.",
|
|
158295
|
+
"fieldName": "even"
|
|
158296
|
+
},
|
|
158297
|
+
{
|
|
158298
|
+
"name": "size",
|
|
158299
|
+
"type": {
|
|
158300
|
+
"text": "'s' | 'm'"
|
|
158301
|
+
},
|
|
158302
|
+
"description": "Size variant, either m or s.",
|
|
158303
|
+
"default": "'m' / 's' (lean)",
|
|
158304
|
+
"fieldName": "size"
|
|
157934
158305
|
},
|
|
157935
158306
|
{
|
|
157936
158307
|
"name": "value",
|
|
158308
|
+
"description": "The value of the toggle. It needs to be mutable since it is updated whenever\na new option is selected (see the `onToggleOptionSelect()` method).",
|
|
157937
158309
|
"type": {
|
|
157938
158310
|
"text": "T | null"
|
|
157939
158311
|
},
|
|
157940
|
-
"default": "null",
|
|
157941
|
-
"description": "Value of toggle-option.",
|
|
157942
158312
|
"fieldName": "value"
|
|
157943
158313
|
},
|
|
157944
158314
|
{
|
|
@@ -157955,16 +158325,15 @@
|
|
|
157955
158325
|
}
|
|
157956
158326
|
},
|
|
157957
158327
|
{
|
|
157958
|
-
"name": "
|
|
158328
|
+
"name": "name",
|
|
158329
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
157959
158330
|
"type": {
|
|
157960
158331
|
"text": "string"
|
|
157961
158332
|
},
|
|
157962
|
-
"
|
|
157963
|
-
"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.",
|
|
157964
|
-
"fieldName": "iconName",
|
|
158333
|
+
"fieldName": "name",
|
|
157965
158334
|
"inheritedFrom": {
|
|
157966
|
-
"name": "
|
|
157967
|
-
"module": "
|
|
158335
|
+
"name": "SbbFormAssociatedMixin",
|
|
158336
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
157968
158337
|
}
|
|
157969
158338
|
}
|
|
157970
158339
|
],
|
|
@@ -157974,15 +158343,15 @@
|
|
|
157974
158343
|
"module": "core.js"
|
|
157975
158344
|
},
|
|
157976
158345
|
{
|
|
157977
|
-
"name": "
|
|
157978
|
-
"module": "
|
|
158346
|
+
"name": "SbbFormAssociatedMixin",
|
|
158347
|
+
"module": "core.js"
|
|
157979
158348
|
}
|
|
157980
158349
|
],
|
|
157981
158350
|
"superclass": {
|
|
157982
158351
|
"name": "SbbElement",
|
|
157983
158352
|
"module": "core.js"
|
|
157984
158353
|
},
|
|
157985
|
-
"tagName": "sbb-toggle
|
|
158354
|
+
"tagName": "sbb-toggle",
|
|
157986
158355
|
"customElement": true,
|
|
157987
158356
|
"classGenerics": "T = string"
|
|
157988
158357
|
}
|
|
@@ -157990,26 +158359,30 @@
|
|
|
157990
158359
|
"exports": [
|
|
157991
158360
|
{
|
|
157992
158361
|
"kind": "js",
|
|
157993
|
-
"name": "
|
|
158362
|
+
"name": "SbbToggleElement",
|
|
157994
158363
|
"declaration": {
|
|
157995
|
-
"name": "
|
|
157996
|
-
"module": "toggle/toggle
|
|
158364
|
+
"name": "SbbToggleElement",
|
|
158365
|
+
"module": "toggle/toggle/toggle.component.js"
|
|
157997
158366
|
}
|
|
157998
158367
|
}
|
|
157999
158368
|
]
|
|
158000
158369
|
},
|
|
158001
158370
|
{
|
|
158002
158371
|
"kind": "javascript-module",
|
|
158003
|
-
"path": "toggle/toggle/toggle.component.js",
|
|
158372
|
+
"path": "toggle/toggle-option/toggle-option.component.js",
|
|
158004
158373
|
"declarations": [
|
|
158005
158374
|
{
|
|
158006
158375
|
"kind": "class",
|
|
158007
|
-
"description": "It
|
|
158008
|
-
"name": "
|
|
158376
|
+
"description": "It displays a toggle option within a `sbb-toggle`.",
|
|
158377
|
+
"name": "SbbToggleOptionElement",
|
|
158009
158378
|
"slots": [
|
|
158010
158379
|
{
|
|
158011
|
-
"description": "Use the unnamed slot to add
|
|
158380
|
+
"description": "Use the unnamed slot to add content to the label of the toggle option.",
|
|
158012
158381
|
"name": ""
|
|
158382
|
+
},
|
|
158383
|
+
{
|
|
158384
|
+
"description": "Slot used to render the `sbb-icon`.",
|
|
158385
|
+
"name": "icon"
|
|
158013
158386
|
}
|
|
158014
158387
|
],
|
|
158015
158388
|
"members": [
|
|
@@ -158022,7 +158395,7 @@
|
|
|
158022
158395
|
"privacy": "public",
|
|
158023
158396
|
"static": true,
|
|
158024
158397
|
"readonly": true,
|
|
158025
|
-
"default": "'sbb-toggle'",
|
|
158398
|
+
"default": "'sbb-toggle-option'",
|
|
158026
158399
|
"inheritedFrom": {
|
|
158027
158400
|
"name": "SbbElement",
|
|
158028
158401
|
"module": "core/base-elements/element.js"
|
|
@@ -158037,7 +158410,7 @@
|
|
|
158037
158410
|
"privacy": "public",
|
|
158038
158411
|
"static": true,
|
|
158039
158412
|
"readonly": true,
|
|
158040
|
-
"default": "'
|
|
158413
|
+
"default": "'radio'",
|
|
158041
158414
|
"inheritedFrom": {
|
|
158042
158415
|
"name": "SbbElement",
|
|
158043
158416
|
"module": "core/base-elements/element.js"
|
|
@@ -158045,37 +158418,14 @@
|
|
|
158045
158418
|
},
|
|
158046
158419
|
{
|
|
158047
158420
|
"kind": "field",
|
|
158048
|
-
"name": "
|
|
158049
|
-
"privacy": "public",
|
|
158050
|
-
"static": true,
|
|
158051
|
-
"readonly": true,
|
|
158052
|
-
"default": "{ change: 'change', }",
|
|
158053
|
-
"type": {
|
|
158054
|
-
"text": "{\n change: 'change',\n }"
|
|
158055
|
-
}
|
|
158056
|
-
},
|
|
158057
|
-
{
|
|
158058
|
-
"kind": "field",
|
|
158059
|
-
"name": "even",
|
|
158421
|
+
"name": "checked",
|
|
158060
158422
|
"type": {
|
|
158061
158423
|
"text": "boolean"
|
|
158062
158424
|
},
|
|
158063
158425
|
"privacy": "public",
|
|
158064
158426
|
"default": "false",
|
|
158065
|
-
"description": "
|
|
158066
|
-
"attribute": "
|
|
158067
|
-
"reflects": true
|
|
158068
|
-
},
|
|
158069
|
-
{
|
|
158070
|
-
"kind": "field",
|
|
158071
|
-
"name": "size",
|
|
158072
|
-
"type": {
|
|
158073
|
-
"text": "'s' | 'm'"
|
|
158074
|
-
},
|
|
158075
|
-
"privacy": "public",
|
|
158076
|
-
"description": "Size variant, either m or s.",
|
|
158077
|
-
"default": "'m' / 's' (lean)",
|
|
158078
|
-
"attribute": "size",
|
|
158427
|
+
"description": "Whether the toggle-option is checked.",
|
|
158428
|
+
"attribute": "checked",
|
|
158079
158429
|
"reflects": true
|
|
158080
158430
|
},
|
|
158081
158431
|
{
|
|
@@ -158085,53 +158435,22 @@
|
|
|
158085
158435
|
"text": "(T = string) | null"
|
|
158086
158436
|
},
|
|
158087
158437
|
"privacy": "public",
|
|
158088
|
-
"
|
|
158089
|
-
"
|
|
158090
|
-
"
|
|
158091
|
-
"name": "SbbFormAssociatedMixin",
|
|
158092
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158093
|
-
}
|
|
158438
|
+
"default": "null",
|
|
158439
|
+
"description": "Value of toggle-option.",
|
|
158440
|
+
"attribute": "value"
|
|
158094
158441
|
},
|
|
158095
158442
|
{
|
|
158096
158443
|
"kind": "field",
|
|
158097
|
-
"name": "
|
|
158444
|
+
"name": "_toggle",
|
|
158098
158445
|
"type": {
|
|
158099
|
-
"text": "
|
|
158446
|
+
"text": "SbbToggleElement | null"
|
|
158100
158447
|
},
|
|
158101
158448
|
"privacy": "private",
|
|
158102
158449
|
"default": "null"
|
|
158103
158450
|
},
|
|
158104
|
-
{
|
|
158105
|
-
"kind": "field",
|
|
158106
|
-
"name": "options",
|
|
158107
|
-
"type": {
|
|
158108
|
-
"text": "SbbToggleOptionElement<T>[]"
|
|
158109
|
-
},
|
|
158110
|
-
"privacy": "public",
|
|
158111
|
-
"description": "The child instances of sbb-toggle-option as an array.",
|
|
158112
|
-
"readonly": true
|
|
158113
|
-
},
|
|
158114
158451
|
{
|
|
158115
158452
|
"kind": "method",
|
|
158116
|
-
"name": "
|
|
158117
|
-
"privacy": "private",
|
|
158118
|
-
"return": {
|
|
158119
|
-
"type": {
|
|
158120
|
-
"text": "Promise<T>"
|
|
158121
|
-
}
|
|
158122
|
-
},
|
|
158123
|
-
"parameters": [
|
|
158124
|
-
{
|
|
158125
|
-
"name": "formData",
|
|
158126
|
-
"type": {
|
|
158127
|
-
"text": "FormData"
|
|
158128
|
-
}
|
|
158129
|
-
}
|
|
158130
|
-
]
|
|
158131
|
-
},
|
|
158132
|
-
{
|
|
158133
|
-
"kind": "method",
|
|
158134
|
-
"name": "_updateToggle",
|
|
158453
|
+
"name": "_uncheckOtherOptions",
|
|
158135
158454
|
"privacy": "private",
|
|
158136
158455
|
"return": {
|
|
158137
158456
|
"type": {
|
|
@@ -158141,25 +158460,7 @@
|
|
|
158141
158460
|
},
|
|
158142
158461
|
{
|
|
158143
158462
|
"kind": "method",
|
|
158144
|
-
"name": "
|
|
158145
|
-
"privacy": "private",
|
|
158146
|
-
"return": {
|
|
158147
|
-
"type": {
|
|
158148
|
-
"text": "void"
|
|
158149
|
-
}
|
|
158150
|
-
},
|
|
158151
|
-
"parameters": [
|
|
158152
|
-
{
|
|
158153
|
-
"name": "value",
|
|
158154
|
-
"type": {
|
|
158155
|
-
"text": "T | null"
|
|
158156
|
-
}
|
|
158157
|
-
}
|
|
158158
|
-
]
|
|
158159
|
-
},
|
|
158160
|
-
{
|
|
158161
|
-
"kind": "method",
|
|
158162
|
-
"name": "_updateDisabled",
|
|
158463
|
+
"name": "_handleDisabledChange",
|
|
158163
158464
|
"privacy": "private",
|
|
158164
158465
|
"return": {
|
|
158165
158466
|
"type": {
|
|
@@ -158175,44 +158476,17 @@
|
|
|
158175
158476
|
"type": {
|
|
158176
158477
|
"text": "void"
|
|
158177
158478
|
}
|
|
158178
|
-
}
|
|
158179
|
-
"description": "Called on user interaction (click or keyboard)"
|
|
158180
|
-
},
|
|
158181
|
-
{
|
|
158182
|
-
"kind": "method",
|
|
158183
|
-
"name": "_handleKeyDown",
|
|
158184
|
-
"privacy": "private",
|
|
158185
|
-
"return": {
|
|
158186
|
-
"type": {
|
|
158187
|
-
"text": "void"
|
|
158188
|
-
}
|
|
158189
|
-
},
|
|
158190
|
-
"parameters": [
|
|
158191
|
-
{
|
|
158192
|
-
"name": "evt",
|
|
158193
|
-
"type": {
|
|
158194
|
-
"text": "KeyboardEvent"
|
|
158195
|
-
}
|
|
158196
|
-
}
|
|
158197
|
-
]
|
|
158479
|
+
}
|
|
158198
158480
|
},
|
|
158199
158481
|
{
|
|
158200
158482
|
"kind": "method",
|
|
158201
|
-
"name": "
|
|
158483
|
+
"name": "_verifyTabindex",
|
|
158202
158484
|
"privacy": "private",
|
|
158203
158485
|
"return": {
|
|
158204
158486
|
"type": {
|
|
158205
158487
|
"text": "void"
|
|
158206
158488
|
}
|
|
158207
|
-
}
|
|
158208
|
-
"parameters": [
|
|
158209
|
-
{
|
|
158210
|
-
"name": "option",
|
|
158211
|
-
"type": {
|
|
158212
|
-
"text": "SbbToggleOptionElement<T> | undefined"
|
|
158213
|
-
}
|
|
158214
|
-
}
|
|
158215
|
-
]
|
|
158489
|
+
}
|
|
158216
158490
|
},
|
|
158217
158491
|
{
|
|
158218
158492
|
"kind": "field",
|
|
@@ -158260,317 +158534,82 @@
|
|
|
158260
158534
|
},
|
|
158261
158535
|
{
|
|
158262
158536
|
"kind": "field",
|
|
158263
|
-
"name": "
|
|
158537
|
+
"name": "elementDependencies",
|
|
158264
158538
|
"type": {
|
|
158265
|
-
"text": "
|
|
158539
|
+
"text": "SbbElementType[]"
|
|
158266
158540
|
},
|
|
158267
158541
|
"privacy": "public",
|
|
158268
158542
|
"static": true,
|
|
158269
|
-
"default": "
|
|
158270
|
-
"inheritedFrom": {
|
|
158271
|
-
"name": "SbbFormAssociatedMixin",
|
|
158272
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158273
|
-
}
|
|
158274
|
-
},
|
|
158275
|
-
{
|
|
158276
|
-
"kind": "field",
|
|
158277
|
-
"name": "form",
|
|
158278
|
-
"type": {
|
|
158279
|
-
"text": "HTMLFormElement | null"
|
|
158280
|
-
},
|
|
158281
|
-
"privacy": "public",
|
|
158282
|
-
"description": "Returns the form owner of this element.",
|
|
158283
|
-
"readonly": true,
|
|
158284
|
-
"inheritedFrom": {
|
|
158285
|
-
"name": "SbbFormAssociatedMixin",
|
|
158286
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158287
|
-
}
|
|
158288
|
-
},
|
|
158289
|
-
{
|
|
158290
|
-
"kind": "field",
|
|
158291
|
-
"name": "name",
|
|
158292
|
-
"privacy": "public",
|
|
158293
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
158294
|
-
"type": {
|
|
158295
|
-
"text": "string"
|
|
158296
|
-
},
|
|
158297
|
-
"attribute": "name",
|
|
158298
|
-
"inheritedFrom": {
|
|
158299
|
-
"name": "SbbFormAssociatedMixin",
|
|
158300
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158301
|
-
}
|
|
158302
|
-
},
|
|
158303
|
-
{
|
|
158304
|
-
"kind": "field",
|
|
158305
|
-
"name": "validity",
|
|
158306
|
-
"type": {
|
|
158307
|
-
"text": "ValidityState"
|
|
158308
|
-
},
|
|
158309
|
-
"privacy": "public",
|
|
158310
|
-
"description": "Returns the ValidityState object for this element.",
|
|
158311
|
-
"readonly": true,
|
|
158543
|
+
"default": "[SbbIconElement]",
|
|
158312
158544
|
"inheritedFrom": {
|
|
158313
|
-
"name": "
|
|
158314
|
-
"module": "core/
|
|
158545
|
+
"name": "SbbElement",
|
|
158546
|
+
"module": "core/base-elements/element.js"
|
|
158315
158547
|
}
|
|
158316
158548
|
},
|
|
158317
158549
|
{
|
|
158318
158550
|
"kind": "field",
|
|
158319
|
-
"name": "
|
|
158551
|
+
"name": "iconName",
|
|
158320
158552
|
"type": {
|
|
158321
158553
|
"text": "string"
|
|
158322
158554
|
},
|
|
158323
158555
|
"privacy": "public",
|
|
158324
|
-
"
|
|
158325
|
-
"
|
|
158326
|
-
"
|
|
158327
|
-
"name": "SbbFormAssociatedMixin",
|
|
158328
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158329
|
-
}
|
|
158330
|
-
},
|
|
158331
|
-
{
|
|
158332
|
-
"kind": "field",
|
|
158333
|
-
"name": "willValidate",
|
|
158334
|
-
"type": {
|
|
158335
|
-
"text": "boolean"
|
|
158336
|
-
},
|
|
158337
|
-
"privacy": "public",
|
|
158338
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
158339
|
-
"readonly": true,
|
|
158340
|
-
"inheritedFrom": {
|
|
158341
|
-
"name": "SbbFormAssociatedMixin",
|
|
158342
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158343
|
-
}
|
|
158344
|
-
},
|
|
158345
|
-
{
|
|
158346
|
-
"kind": "field",
|
|
158347
|
-
"name": "_validityStates",
|
|
158348
|
-
"privacy": "private",
|
|
158349
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
158350
|
-
"inheritedFrom": {
|
|
158351
|
-
"name": "SbbFormAssociatedMixin",
|
|
158352
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158353
|
-
}
|
|
158354
|
-
},
|
|
158355
|
-
{
|
|
158356
|
-
"kind": "field",
|
|
158357
|
-
"name": "formDisabled",
|
|
158358
|
-
"type": {
|
|
158359
|
-
"text": "boolean"
|
|
158360
|
-
},
|
|
158361
|
-
"privacy": "protected",
|
|
158362
|
-
"default": "false",
|
|
158363
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
158364
|
-
"inheritedFrom": {
|
|
158365
|
-
"name": "SbbFormAssociatedMixin",
|
|
158366
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158367
|
-
}
|
|
158368
|
-
},
|
|
158369
|
-
{
|
|
158370
|
-
"kind": "method",
|
|
158371
|
-
"name": "checkValidity",
|
|
158372
|
-
"privacy": "public",
|
|
158373
|
-
"return": {
|
|
158374
|
-
"type": {
|
|
158375
|
-
"text": "boolean"
|
|
158376
|
-
}
|
|
158377
|
-
},
|
|
158378
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
158379
|
-
"inheritedFrom": {
|
|
158380
|
-
"name": "SbbFormAssociatedMixin",
|
|
158381
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158382
|
-
}
|
|
158383
|
-
},
|
|
158384
|
-
{
|
|
158385
|
-
"kind": "method",
|
|
158386
|
-
"name": "reportValidity",
|
|
158387
|
-
"privacy": "public",
|
|
158388
|
-
"return": {
|
|
158389
|
-
"type": {
|
|
158390
|
-
"text": "boolean"
|
|
158391
|
-
}
|
|
158392
|
-
},
|
|
158393
|
-
"description": "Returns true if this element has no validity problems; otherwise,\nreturns false, fires an invalid event at the element,\nand (if the event isn't canceled) reports the problem to the user.",
|
|
158394
|
-
"inheritedFrom": {
|
|
158395
|
-
"name": "SbbFormAssociatedMixin",
|
|
158396
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158397
|
-
}
|
|
158398
|
-
},
|
|
158399
|
-
{
|
|
158400
|
-
"kind": "method",
|
|
158401
|
-
"name": "setCustomValidity",
|
|
158402
|
-
"privacy": "public",
|
|
158403
|
-
"return": {
|
|
158404
|
-
"type": {
|
|
158405
|
-
"text": "void"
|
|
158406
|
-
}
|
|
158407
|
-
},
|
|
158408
|
-
"parameters": [
|
|
158409
|
-
{
|
|
158410
|
-
"name": "message",
|
|
158411
|
-
"type": {
|
|
158412
|
-
"text": "string"
|
|
158413
|
-
}
|
|
158414
|
-
}
|
|
158415
|
-
],
|
|
158416
|
-
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
158417
|
-
"inheritedFrom": {
|
|
158418
|
-
"name": "SbbFormAssociatedMixin",
|
|
158419
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158420
|
-
}
|
|
158421
|
-
},
|
|
158422
|
-
{
|
|
158423
|
-
"kind": "method",
|
|
158424
|
-
"name": "_hasDisabledAncestor",
|
|
158425
|
-
"privacy": "private",
|
|
158426
|
-
"return": {
|
|
158427
|
-
"type": {
|
|
158428
|
-
"text": "boolean"
|
|
158429
|
-
}
|
|
158430
|
-
},
|
|
158431
|
-
"inheritedFrom": {
|
|
158432
|
-
"name": "SbbFormAssociatedMixin",
|
|
158433
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158434
|
-
}
|
|
158435
|
-
},
|
|
158436
|
-
{
|
|
158437
|
-
"kind": "method",
|
|
158438
|
-
"name": "updateFormValue",
|
|
158439
|
-
"privacy": "protected",
|
|
158440
|
-
"return": {
|
|
158441
|
-
"type": {
|
|
158442
|
-
"text": "void"
|
|
158443
|
-
}
|
|
158444
|
-
},
|
|
158445
|
-
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
158446
|
-
"inheritedFrom": {
|
|
158447
|
-
"name": "SbbFormAssociatedMixin",
|
|
158448
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158449
|
-
}
|
|
158450
|
-
},
|
|
158451
|
-
{
|
|
158452
|
-
"kind": "method",
|
|
158453
|
-
"name": "formState",
|
|
158454
|
-
"privacy": "protected",
|
|
158455
|
-
"return": {
|
|
158456
|
-
"type": {
|
|
158457
|
-
"text": "FormRestoreState"
|
|
158458
|
-
}
|
|
158459
|
-
},
|
|
158556
|
+
"default": "''",
|
|
158557
|
+
"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.",
|
|
158558
|
+
"attribute": "icon-name",
|
|
158460
158559
|
"inheritedFrom": {
|
|
158461
|
-
"name": "
|
|
158462
|
-
"module": "
|
|
158560
|
+
"name": "SbbIconNameMixin",
|
|
158561
|
+
"module": "icon/icon-name-mixin.js"
|
|
158463
158562
|
}
|
|
158464
158563
|
},
|
|
158465
158564
|
{
|
|
158466
158565
|
"kind": "method",
|
|
158467
|
-
"name": "
|
|
158566
|
+
"name": "renderIconSlot",
|
|
158468
158567
|
"privacy": "protected",
|
|
158469
158568
|
"return": {
|
|
158470
158569
|
"type": {
|
|
158471
|
-
"text": "
|
|
158570
|
+
"text": "TemplateResult"
|
|
158472
158571
|
}
|
|
158473
158572
|
},
|
|
158474
158573
|
"parameters": [
|
|
158475
158574
|
{
|
|
158476
|
-
"name": "
|
|
158477
|
-
"type": {
|
|
158478
|
-
"text": "T"
|
|
158479
|
-
}
|
|
158480
|
-
},
|
|
158481
|
-
{
|
|
158482
|
-
"name": "message",
|
|
158483
|
-
"type": {
|
|
158484
|
-
"text": "string"
|
|
158485
|
-
}
|
|
158486
|
-
},
|
|
158487
|
-
{
|
|
158488
|
-
"name": "flagValue",
|
|
158575
|
+
"name": "classname",
|
|
158489
158576
|
"optional": true,
|
|
158490
158577
|
"type": {
|
|
158491
|
-
"text": "
|
|
158492
|
-
}
|
|
158493
|
-
}
|
|
158494
|
-
],
|
|
158495
|
-
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
158496
|
-
"inheritedFrom": {
|
|
158497
|
-
"name": "SbbFormAssociatedMixin",
|
|
158498
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158499
|
-
}
|
|
158500
|
-
},
|
|
158501
|
-
{
|
|
158502
|
-
"kind": "method",
|
|
158503
|
-
"name": "removeValidityFlag",
|
|
158504
|
-
"privacy": "protected",
|
|
158505
|
-
"return": {
|
|
158506
|
-
"type": {
|
|
158507
|
-
"text": "void"
|
|
158508
|
-
}
|
|
158509
|
-
},
|
|
158510
|
-
"parameters": [
|
|
158511
|
-
{
|
|
158512
|
-
"name": "flag",
|
|
158513
|
-
"type": {
|
|
158514
|
-
"text": "T"
|
|
158578
|
+
"text": "string"
|
|
158515
158579
|
}
|
|
158516
158580
|
}
|
|
158517
158581
|
],
|
|
158518
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
158519
158582
|
"inheritedFrom": {
|
|
158520
|
-
"name": "
|
|
158521
|
-
"module": "
|
|
158522
|
-
}
|
|
158523
|
-
},
|
|
158524
|
-
{
|
|
158525
|
-
"kind": "method",
|
|
158526
|
-
"name": "validate",
|
|
158527
|
-
"privacy": "protected",
|
|
158528
|
-
"return": {
|
|
158529
|
-
"type": {
|
|
158530
|
-
"text": "void"
|
|
158531
|
-
}
|
|
158532
|
-
},
|
|
158533
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
158534
|
-
"inheritedFrom": {
|
|
158535
|
-
"name": "SbbFormAssociatedMixin",
|
|
158536
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
158583
|
+
"name": "SbbIconNameMixin",
|
|
158584
|
+
"module": "icon/icon-name-mixin.js"
|
|
158537
158585
|
}
|
|
158538
158586
|
},
|
|
158539
158587
|
{
|
|
158540
158588
|
"kind": "method",
|
|
158541
|
-
"name": "
|
|
158589
|
+
"name": "renderIconName",
|
|
158542
158590
|
"privacy": "protected",
|
|
158543
158591
|
"return": {
|
|
158544
158592
|
"type": {
|
|
158545
|
-
"text": "
|
|
158593
|
+
"text": "string"
|
|
158546
158594
|
}
|
|
158547
158595
|
},
|
|
158548
|
-
"parameters": [
|
|
158549
|
-
{
|
|
158550
|
-
"name": "name",
|
|
158551
|
-
"type": {
|
|
158552
|
-
"text": "PropertyKey | undefined"
|
|
158553
|
-
}
|
|
158554
|
-
}
|
|
158555
|
-
],
|
|
158556
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
158557
158596
|
"inheritedFrom": {
|
|
158558
|
-
"name": "
|
|
158559
|
-
"module": "
|
|
158597
|
+
"name": "SbbIconNameMixin",
|
|
158598
|
+
"module": "icon/icon-name-mixin.js"
|
|
158560
158599
|
}
|
|
158561
158600
|
},
|
|
158562
158601
|
{
|
|
158563
158602
|
"kind": "method",
|
|
158564
|
-
"name": "
|
|
158603
|
+
"name": "_renderIconName",
|
|
158565
158604
|
"privacy": "private",
|
|
158566
158605
|
"return": {
|
|
158567
158606
|
"type": {
|
|
158568
|
-
"text": "
|
|
158607
|
+
"text": "string"
|
|
158569
158608
|
}
|
|
158570
158609
|
},
|
|
158571
158610
|
"inheritedFrom": {
|
|
158572
|
-
"name": "
|
|
158573
|
-
"module": "
|
|
158611
|
+
"name": "SbbIconNameMixin",
|
|
158612
|
+
"module": "icon/icon-name-mixin.js"
|
|
158574
158613
|
}
|
|
158575
158614
|
},
|
|
158576
158615
|
{
|
|
@@ -158587,19 +158626,6 @@
|
|
|
158587
158626
|
"module": "core/base-elements/element.js"
|
|
158588
158627
|
}
|
|
158589
158628
|
},
|
|
158590
|
-
{
|
|
158591
|
-
"kind": "field",
|
|
158592
|
-
"name": "elementDependencies",
|
|
158593
|
-
"type": {
|
|
158594
|
-
"text": "SbbElementType[] | undefined"
|
|
158595
|
-
},
|
|
158596
|
-
"privacy": "public",
|
|
158597
|
-
"static": true,
|
|
158598
|
-
"inheritedFrom": {
|
|
158599
|
-
"name": "SbbElement",
|
|
158600
|
-
"module": "core/base-elements/element.js"
|
|
158601
|
-
}
|
|
158602
|
-
},
|
|
158603
158629
|
{
|
|
158604
158630
|
"kind": "field",
|
|
158605
158631
|
"name": "_controllers",
|
|
@@ -158822,38 +158848,30 @@
|
|
|
158822
158848
|
],
|
|
158823
158849
|
"events": [
|
|
158824
158850
|
{
|
|
158825
|
-
"name": "change",
|
|
158826
158851
|
"type": {
|
|
158827
|
-
"text": "
|
|
158852
|
+
"text": "InputEvent"
|
|
158828
158853
|
},
|
|
158829
|
-
"description": "The
|
|
158854
|
+
"description": "The input event fires when the value has been changed as a direct result of a user action.",
|
|
158855
|
+
"name": "input"
|
|
158830
158856
|
}
|
|
158831
158857
|
],
|
|
158832
158858
|
"attributes": [
|
|
158833
158859
|
{
|
|
158834
|
-
"name": "
|
|
158860
|
+
"name": "checked",
|
|
158835
158861
|
"type": {
|
|
158836
158862
|
"text": "boolean"
|
|
158837
158863
|
},
|
|
158838
158864
|
"default": "false",
|
|
158839
|
-
"description": "
|
|
158840
|
-
"fieldName": "
|
|
158841
|
-
},
|
|
158842
|
-
{
|
|
158843
|
-
"name": "size",
|
|
158844
|
-
"type": {
|
|
158845
|
-
"text": "'s' | 'm'"
|
|
158846
|
-
},
|
|
158847
|
-
"description": "Size variant, either m or s.",
|
|
158848
|
-
"default": "'m' / 's' (lean)",
|
|
158849
|
-
"fieldName": "size"
|
|
158865
|
+
"description": "Whether the toggle-option is checked.",
|
|
158866
|
+
"fieldName": "checked"
|
|
158850
158867
|
},
|
|
158851
158868
|
{
|
|
158852
158869
|
"name": "value",
|
|
158853
|
-
"description": "The value of the toggle. It needs to be mutable since it is updated whenever\na new option is selected (see the `onToggleOptionSelect()` method).",
|
|
158854
158870
|
"type": {
|
|
158855
158871
|
"text": "T | null"
|
|
158856
158872
|
},
|
|
158873
|
+
"default": "null",
|
|
158874
|
+
"description": "Value of toggle-option.",
|
|
158857
158875
|
"fieldName": "value"
|
|
158858
158876
|
},
|
|
158859
158877
|
{
|
|
@@ -158870,15 +158888,16 @@
|
|
|
158870
158888
|
}
|
|
158871
158889
|
},
|
|
158872
158890
|
{
|
|
158873
|
-
"name": "name",
|
|
158874
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
158891
|
+
"name": "icon-name",
|
|
158875
158892
|
"type": {
|
|
158876
158893
|
"text": "string"
|
|
158877
158894
|
},
|
|
158878
|
-
"
|
|
158895
|
+
"default": "''",
|
|
158896
|
+
"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.",
|
|
158897
|
+
"fieldName": "iconName",
|
|
158879
158898
|
"inheritedFrom": {
|
|
158880
|
-
"name": "
|
|
158881
|
-
"module": "
|
|
158899
|
+
"name": "SbbIconNameMixin",
|
|
158900
|
+
"module": "icon/icon-name-mixin.js"
|
|
158882
158901
|
}
|
|
158883
158902
|
}
|
|
158884
158903
|
],
|
|
@@ -158888,15 +158907,15 @@
|
|
|
158888
158907
|
"module": "core.js"
|
|
158889
158908
|
},
|
|
158890
158909
|
{
|
|
158891
|
-
"name": "
|
|
158892
|
-
"module": "
|
|
158910
|
+
"name": "SbbIconNameMixin",
|
|
158911
|
+
"module": "icon.pure.js"
|
|
158893
158912
|
}
|
|
158894
158913
|
],
|
|
158895
158914
|
"superclass": {
|
|
158896
158915
|
"name": "SbbElement",
|
|
158897
158916
|
"module": "core.js"
|
|
158898
158917
|
},
|
|
158899
|
-
"tagName": "sbb-toggle",
|
|
158918
|
+
"tagName": "sbb-toggle-option",
|
|
158900
158919
|
"customElement": true,
|
|
158901
158920
|
"classGenerics": "T = string"
|
|
158902
158921
|
}
|
|
@@ -158904,10 +158923,10 @@
|
|
|
158904
158923
|
"exports": [
|
|
158905
158924
|
{
|
|
158906
158925
|
"kind": "js",
|
|
158907
|
-
"name": "
|
|
158926
|
+
"name": "SbbToggleOptionElement",
|
|
158908
158927
|
"declaration": {
|
|
158909
|
-
"name": "
|
|
158910
|
-
"module": "toggle/toggle/toggle.component.js"
|
|
158928
|
+
"name": "SbbToggleOptionElement",
|
|
158929
|
+
"module": "toggle/toggle-option/toggle-option.component.js"
|
|
158911
158930
|
}
|
|
158912
158931
|
}
|
|
158913
158932
|
]
|