@sbb-esta/lyne-elements-dev 4.12.1-dev.1778481174 → 4.12.1-dev.1778485310
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 +577 -577
- package/off-brand-theme.css +1 -3
- package/package.json +2 -2
- package/safety-theme.css +1 -3
- package/standard-theme.css +1 -3
- package/table.css +1 -3
package/custom-elements.json
CHANGED
|
@@ -82295,12 +82295,12 @@
|
|
|
82295
82295
|
},
|
|
82296
82296
|
{
|
|
82297
82297
|
"kind": "javascript-module",
|
|
82298
|
-
"path": "datepicker/datepicker-
|
|
82298
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
82299
82299
|
"declarations": [
|
|
82300
82300
|
{
|
|
82301
82301
|
"kind": "class",
|
|
82302
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to
|
|
82303
|
-
"name": "
|
|
82302
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
82303
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
82304
82304
|
"members": [
|
|
82305
82305
|
{
|
|
82306
82306
|
"kind": "field",
|
|
@@ -82315,7 +82315,7 @@
|
|
|
82315
82315
|
"name": "SbbElement",
|
|
82316
82316
|
"module": "core/base-elements/element.js"
|
|
82317
82317
|
},
|
|
82318
|
-
"default": "'sbb-datepicker-
|
|
82318
|
+
"default": "'sbb-datepicker-previous-day'"
|
|
82319
82319
|
},
|
|
82320
82320
|
{
|
|
82321
82321
|
"kind": "field",
|
|
@@ -82324,22 +82324,157 @@
|
|
|
82324
82324
|
"text": "string"
|
|
82325
82325
|
},
|
|
82326
82326
|
"privacy": "protected",
|
|
82327
|
-
"default": "'calendar-small'",
|
|
82328
82327
|
"inheritedFrom": {
|
|
82329
82328
|
"name": "SbbDatepickerButtonBase",
|
|
82330
82329
|
"module": "datepicker/common/datepicker-button.js"
|
|
82330
|
+
},
|
|
82331
|
+
"default": "'chevron-small-left-small'"
|
|
82332
|
+
},
|
|
82333
|
+
{
|
|
82334
|
+
"kind": "field",
|
|
82335
|
+
"name": "i18nOffBoundaryDay",
|
|
82336
|
+
"type": {
|
|
82337
|
+
"text": "Record<string, string>"
|
|
82338
|
+
},
|
|
82339
|
+
"privacy": "protected",
|
|
82340
|
+
"default": "i18nPreviousDay",
|
|
82341
|
+
"inheritedFrom": {
|
|
82342
|
+
"name": "SbbDatepickerButton",
|
|
82343
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82331
82344
|
}
|
|
82332
82345
|
},
|
|
82333
82346
|
{
|
|
82334
82347
|
"kind": "field",
|
|
82335
|
-
"name": "
|
|
82348
|
+
"name": "i18nSelectOffBoundaryDay",
|
|
82336
82349
|
"type": {
|
|
82337
|
-
"text": "
|
|
82350
|
+
"text": "(_currentDate: string) => Record<string, string>"
|
|
82351
|
+
},
|
|
82352
|
+
"privacy": "protected",
|
|
82353
|
+
"default": "i18nSelectPreviousDay",
|
|
82354
|
+
"inheritedFrom": {
|
|
82355
|
+
"name": "SbbDatepickerButton",
|
|
82356
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82357
|
+
}
|
|
82358
|
+
},
|
|
82359
|
+
{
|
|
82360
|
+
"kind": "method",
|
|
82361
|
+
"name": "getFollowingDate",
|
|
82362
|
+
"privacy": "protected",
|
|
82363
|
+
"return": {
|
|
82364
|
+
"type": {
|
|
82365
|
+
"text": "T | null"
|
|
82366
|
+
}
|
|
82367
|
+
},
|
|
82368
|
+
"parameters": [
|
|
82369
|
+
{
|
|
82370
|
+
"name": "date",
|
|
82371
|
+
"type": {
|
|
82372
|
+
"text": "T"
|
|
82373
|
+
}
|
|
82374
|
+
}
|
|
82375
|
+
],
|
|
82376
|
+
"inheritedFrom": {
|
|
82377
|
+
"name": "SbbDatepickerButton",
|
|
82378
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82379
|
+
}
|
|
82380
|
+
},
|
|
82381
|
+
{
|
|
82382
|
+
"kind": "method",
|
|
82383
|
+
"name": "_isBeforeMinDate",
|
|
82384
|
+
"privacy": "private",
|
|
82385
|
+
"return": {
|
|
82386
|
+
"type": {
|
|
82387
|
+
"text": "boolean"
|
|
82388
|
+
}
|
|
82389
|
+
},
|
|
82390
|
+
"parameters": [
|
|
82391
|
+
{
|
|
82392
|
+
"name": "date",
|
|
82393
|
+
"type": {
|
|
82394
|
+
"text": "T"
|
|
82395
|
+
}
|
|
82396
|
+
}
|
|
82397
|
+
]
|
|
82398
|
+
},
|
|
82399
|
+
{
|
|
82400
|
+
"kind": "field",
|
|
82401
|
+
"name": "_disabled",
|
|
82402
|
+
"type": {
|
|
82403
|
+
"text": "boolean"
|
|
82404
|
+
},
|
|
82405
|
+
"privacy": "private",
|
|
82406
|
+
"default": "true",
|
|
82407
|
+
"description": "Whether the component is disabled due date equals to boundary date.",
|
|
82408
|
+
"inheritedFrom": {
|
|
82409
|
+
"name": "SbbDatepickerButton",
|
|
82410
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82411
|
+
}
|
|
82412
|
+
},
|
|
82413
|
+
{
|
|
82414
|
+
"kind": "field",
|
|
82415
|
+
"name": "disabled",
|
|
82416
|
+
"type": {
|
|
82417
|
+
"text": "boolean"
|
|
82338
82418
|
},
|
|
82339
82419
|
"privacy": "public",
|
|
82340
|
-
"
|
|
82341
|
-
"
|
|
82342
|
-
"
|
|
82420
|
+
"description": "Whether this button is disabled.",
|
|
82421
|
+
"readonly": true,
|
|
82422
|
+
"inheritedFrom": {
|
|
82423
|
+
"name": "SbbDatepickerButtonBase",
|
|
82424
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82425
|
+
},
|
|
82426
|
+
"default": "true"
|
|
82427
|
+
},
|
|
82428
|
+
{
|
|
82429
|
+
"kind": "method",
|
|
82430
|
+
"name": "findAvailableDate",
|
|
82431
|
+
"privacy": "protected",
|
|
82432
|
+
"return": {
|
|
82433
|
+
"type": {
|
|
82434
|
+
"text": "T | null"
|
|
82435
|
+
}
|
|
82436
|
+
},
|
|
82437
|
+
"parameters": [
|
|
82438
|
+
{
|
|
82439
|
+
"name": "_date",
|
|
82440
|
+
"type": {
|
|
82441
|
+
"text": "T"
|
|
82442
|
+
}
|
|
82443
|
+
}
|
|
82444
|
+
],
|
|
82445
|
+
"deprecated": "Use `getFollowingDate(date: T)` instead.",
|
|
82446
|
+
"inheritedFrom": {
|
|
82447
|
+
"name": "SbbDatepickerButton",
|
|
82448
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82449
|
+
}
|
|
82450
|
+
},
|
|
82451
|
+
{
|
|
82452
|
+
"kind": "method",
|
|
82453
|
+
"name": "_handleClick",
|
|
82454
|
+
"privacy": "private",
|
|
82455
|
+
"return": {
|
|
82456
|
+
"type": {
|
|
82457
|
+
"text": "void"
|
|
82458
|
+
}
|
|
82459
|
+
},
|
|
82460
|
+
"inheritedFrom": {
|
|
82461
|
+
"name": "SbbDatepickerButton",
|
|
82462
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82463
|
+
}
|
|
82464
|
+
},
|
|
82465
|
+
{
|
|
82466
|
+
"kind": "method",
|
|
82467
|
+
"name": "syncDateInputState",
|
|
82468
|
+
"privacy": "protected",
|
|
82469
|
+
"return": {
|
|
82470
|
+
"type": {
|
|
82471
|
+
"text": "void"
|
|
82472
|
+
}
|
|
82473
|
+
},
|
|
82474
|
+
"inheritedFrom": {
|
|
82475
|
+
"name": "SbbDatepickerButtonBase",
|
|
82476
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
82477
|
+
}
|
|
82343
82478
|
},
|
|
82344
82479
|
{
|
|
82345
82480
|
"kind": "field",
|
|
@@ -82387,20 +82522,6 @@
|
|
|
82387
82522
|
"module": "datepicker/common/datepicker-button.js"
|
|
82388
82523
|
}
|
|
82389
82524
|
},
|
|
82390
|
-
{
|
|
82391
|
-
"kind": "field",
|
|
82392
|
-
"name": "disabled",
|
|
82393
|
-
"type": {
|
|
82394
|
-
"text": "boolean"
|
|
82395
|
-
},
|
|
82396
|
-
"privacy": "public",
|
|
82397
|
-
"description": "Whether this button is disabled.",
|
|
82398
|
-
"readonly": true,
|
|
82399
|
-
"inheritedFrom": {
|
|
82400
|
-
"name": "SbbDatepickerButtonBase",
|
|
82401
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82402
|
-
}
|
|
82403
|
-
},
|
|
82404
82525
|
{
|
|
82405
82526
|
"kind": "field",
|
|
82406
82527
|
"name": "_inputDisabled",
|
|
@@ -82477,20 +82598,6 @@
|
|
|
82477
82598
|
"module": "datepicker/common/datepicker-button.js"
|
|
82478
82599
|
}
|
|
82479
82600
|
},
|
|
82480
|
-
{
|
|
82481
|
-
"kind": "method",
|
|
82482
|
-
"name": "syncDateInputState",
|
|
82483
|
-
"privacy": "protected",
|
|
82484
|
-
"return": {
|
|
82485
|
-
"type": {
|
|
82486
|
-
"text": "void"
|
|
82487
|
-
}
|
|
82488
|
-
},
|
|
82489
|
-
"inheritedFrom": {
|
|
82490
|
-
"name": "SbbDatepickerButtonBase",
|
|
82491
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
82492
|
-
}
|
|
82493
|
-
},
|
|
82494
82601
|
{
|
|
82495
82602
|
"kind": "method",
|
|
82496
82603
|
"name": "renderTemplate",
|
|
@@ -83129,16 +83236,14 @@
|
|
|
83129
83236
|
}
|
|
83130
83237
|
}
|
|
83131
83238
|
],
|
|
83239
|
+
"superclass": {
|
|
83240
|
+
"name": "SbbDatepickerButton",
|
|
83241
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83242
|
+
},
|
|
83243
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
83244
|
+
"customElement": true,
|
|
83245
|
+
"classGenerics": "T = Date",
|
|
83132
83246
|
"attributes": [
|
|
83133
|
-
{
|
|
83134
|
-
"name": "datepicker",
|
|
83135
|
-
"type": {
|
|
83136
|
-
"text": "SbbDatepickerElement<T> | null"
|
|
83137
|
-
},
|
|
83138
|
-
"default": "null",
|
|
83139
|
-
"description": "Datepicker reference.",
|
|
83140
|
-
"fieldName": "datepicker"
|
|
83141
|
-
},
|
|
83142
83247
|
{
|
|
83143
83248
|
"name": "negative",
|
|
83144
83249
|
"type": {
|
|
@@ -83216,13 +83321,6 @@
|
|
|
83216
83321
|
}
|
|
83217
83322
|
}
|
|
83218
83323
|
],
|
|
83219
|
-
"superclass": {
|
|
83220
|
-
"name": "SbbDatepickerButtonBase",
|
|
83221
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83222
|
-
},
|
|
83223
|
-
"tagName": "sbb-datepicker-toggle",
|
|
83224
|
-
"customElement": true,
|
|
83225
|
-
"classGenerics": "T = Date",
|
|
83226
83324
|
"events": [
|
|
83227
83325
|
{
|
|
83228
83326
|
"type": {
|
|
@@ -83252,22 +83350,22 @@
|
|
|
83252
83350
|
"exports": [
|
|
83253
83351
|
{
|
|
83254
83352
|
"kind": "js",
|
|
83255
|
-
"name": "
|
|
83353
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
83256
83354
|
"declaration": {
|
|
83257
|
-
"name": "
|
|
83258
|
-
"module": "datepicker/datepicker-
|
|
83355
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
83356
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
83259
83357
|
}
|
|
83260
83358
|
}
|
|
83261
83359
|
]
|
|
83262
83360
|
},
|
|
83263
83361
|
{
|
|
83264
83362
|
"kind": "javascript-module",
|
|
83265
|
-
"path": "datepicker/datepicker-
|
|
83363
|
+
"path": "datepicker/datepicker-toggle/datepicker-toggle.component.js",
|
|
83266
83364
|
"declarations": [
|
|
83267
83365
|
{
|
|
83268
83366
|
"kind": "class",
|
|
83269
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to
|
|
83270
|
-
"name": "
|
|
83367
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to select a date from a `sbb-calendar`.",
|
|
83368
|
+
"name": "SbbDatepickerToggleElement",
|
|
83271
83369
|
"members": [
|
|
83272
83370
|
{
|
|
83273
83371
|
"kind": "field",
|
|
@@ -83282,7 +83380,7 @@
|
|
|
83282
83380
|
"name": "SbbElement",
|
|
83283
83381
|
"module": "core/base-elements/element.js"
|
|
83284
83382
|
},
|
|
83285
|
-
"default": "'sbb-datepicker-
|
|
83383
|
+
"default": "'sbb-datepicker-toggle'"
|
|
83286
83384
|
},
|
|
83287
83385
|
{
|
|
83288
83386
|
"kind": "field",
|
|
@@ -83291,157 +83389,22 @@
|
|
|
83291
83389
|
"text": "string"
|
|
83292
83390
|
},
|
|
83293
83391
|
"privacy": "protected",
|
|
83392
|
+
"default": "'calendar-small'",
|
|
83294
83393
|
"inheritedFrom": {
|
|
83295
83394
|
"name": "SbbDatepickerButtonBase",
|
|
83296
83395
|
"module": "datepicker/common/datepicker-button.js"
|
|
83297
|
-
},
|
|
83298
|
-
"default": "'chevron-small-left-small'"
|
|
83299
|
-
},
|
|
83300
|
-
{
|
|
83301
|
-
"kind": "field",
|
|
83302
|
-
"name": "i18nOffBoundaryDay",
|
|
83303
|
-
"type": {
|
|
83304
|
-
"text": "Record<string, string>"
|
|
83305
|
-
},
|
|
83306
|
-
"privacy": "protected",
|
|
83307
|
-
"default": "i18nPreviousDay",
|
|
83308
|
-
"inheritedFrom": {
|
|
83309
|
-
"name": "SbbDatepickerButton",
|
|
83310
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83311
|
-
}
|
|
83312
|
-
},
|
|
83313
|
-
{
|
|
83314
|
-
"kind": "field",
|
|
83315
|
-
"name": "i18nSelectOffBoundaryDay",
|
|
83316
|
-
"type": {
|
|
83317
|
-
"text": "(_currentDate: string) => Record<string, string>"
|
|
83318
|
-
},
|
|
83319
|
-
"privacy": "protected",
|
|
83320
|
-
"default": "i18nSelectPreviousDay",
|
|
83321
|
-
"inheritedFrom": {
|
|
83322
|
-
"name": "SbbDatepickerButton",
|
|
83323
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83324
|
-
}
|
|
83325
|
-
},
|
|
83326
|
-
{
|
|
83327
|
-
"kind": "method",
|
|
83328
|
-
"name": "getFollowingDate",
|
|
83329
|
-
"privacy": "protected",
|
|
83330
|
-
"return": {
|
|
83331
|
-
"type": {
|
|
83332
|
-
"text": "T | null"
|
|
83333
|
-
}
|
|
83334
|
-
},
|
|
83335
|
-
"parameters": [
|
|
83336
|
-
{
|
|
83337
|
-
"name": "date",
|
|
83338
|
-
"type": {
|
|
83339
|
-
"text": "T"
|
|
83340
|
-
}
|
|
83341
|
-
}
|
|
83342
|
-
],
|
|
83343
|
-
"inheritedFrom": {
|
|
83344
|
-
"name": "SbbDatepickerButton",
|
|
83345
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83346
83396
|
}
|
|
83347
83397
|
},
|
|
83348
|
-
{
|
|
83349
|
-
"kind": "method",
|
|
83350
|
-
"name": "_isBeforeMinDate",
|
|
83351
|
-
"privacy": "private",
|
|
83352
|
-
"return": {
|
|
83353
|
-
"type": {
|
|
83354
|
-
"text": "boolean"
|
|
83355
|
-
}
|
|
83356
|
-
},
|
|
83357
|
-
"parameters": [
|
|
83358
|
-
{
|
|
83359
|
-
"name": "date",
|
|
83360
|
-
"type": {
|
|
83361
|
-
"text": "T"
|
|
83362
|
-
}
|
|
83363
|
-
}
|
|
83364
|
-
]
|
|
83365
|
-
},
|
|
83366
83398
|
{
|
|
83367
83399
|
"kind": "field",
|
|
83368
|
-
"name": "
|
|
83369
|
-
"type": {
|
|
83370
|
-
"text": "boolean"
|
|
83371
|
-
},
|
|
83372
|
-
"privacy": "private",
|
|
83373
|
-
"default": "true",
|
|
83374
|
-
"description": "Whether the component is disabled due date equals to boundary date.",
|
|
83375
|
-
"inheritedFrom": {
|
|
83376
|
-
"name": "SbbDatepickerButton",
|
|
83377
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83378
|
-
}
|
|
83379
|
-
},
|
|
83380
|
-
{
|
|
83381
|
-
"kind": "field",
|
|
83382
|
-
"name": "disabled",
|
|
83400
|
+
"name": "datepicker",
|
|
83383
83401
|
"type": {
|
|
83384
|
-
"text": "
|
|
83402
|
+
"text": "SbbDatepickerElement<T> | null"
|
|
83385
83403
|
},
|
|
83386
83404
|
"privacy": "public",
|
|
83387
|
-
"
|
|
83388
|
-
"
|
|
83389
|
-
"
|
|
83390
|
-
"name": "SbbDatepickerButtonBase",
|
|
83391
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83392
|
-
},
|
|
83393
|
-
"default": "true"
|
|
83394
|
-
},
|
|
83395
|
-
{
|
|
83396
|
-
"kind": "method",
|
|
83397
|
-
"name": "findAvailableDate",
|
|
83398
|
-
"privacy": "protected",
|
|
83399
|
-
"return": {
|
|
83400
|
-
"type": {
|
|
83401
|
-
"text": "T | null"
|
|
83402
|
-
}
|
|
83403
|
-
},
|
|
83404
|
-
"parameters": [
|
|
83405
|
-
{
|
|
83406
|
-
"name": "_date",
|
|
83407
|
-
"type": {
|
|
83408
|
-
"text": "T"
|
|
83409
|
-
}
|
|
83410
|
-
}
|
|
83411
|
-
],
|
|
83412
|
-
"deprecated": "Use `getFollowingDate(date: T)` instead.",
|
|
83413
|
-
"inheritedFrom": {
|
|
83414
|
-
"name": "SbbDatepickerButton",
|
|
83415
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83416
|
-
}
|
|
83417
|
-
},
|
|
83418
|
-
{
|
|
83419
|
-
"kind": "method",
|
|
83420
|
-
"name": "_handleClick",
|
|
83421
|
-
"privacy": "private",
|
|
83422
|
-
"return": {
|
|
83423
|
-
"type": {
|
|
83424
|
-
"text": "void"
|
|
83425
|
-
}
|
|
83426
|
-
},
|
|
83427
|
-
"inheritedFrom": {
|
|
83428
|
-
"name": "SbbDatepickerButton",
|
|
83429
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83430
|
-
}
|
|
83431
|
-
},
|
|
83432
|
-
{
|
|
83433
|
-
"kind": "method",
|
|
83434
|
-
"name": "syncDateInputState",
|
|
83435
|
-
"privacy": "protected",
|
|
83436
|
-
"return": {
|
|
83437
|
-
"type": {
|
|
83438
|
-
"text": "void"
|
|
83439
|
-
}
|
|
83440
|
-
},
|
|
83441
|
-
"inheritedFrom": {
|
|
83442
|
-
"name": "SbbDatepickerButtonBase",
|
|
83443
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
83444
|
-
}
|
|
83405
|
+
"default": "null",
|
|
83406
|
+
"description": "Datepicker reference.",
|
|
83407
|
+
"attribute": "datepicker"
|
|
83445
83408
|
},
|
|
83446
83409
|
{
|
|
83447
83410
|
"kind": "field",
|
|
@@ -83489,6 +83452,20 @@
|
|
|
83489
83452
|
"module": "datepicker/common/datepicker-button.js"
|
|
83490
83453
|
}
|
|
83491
83454
|
},
|
|
83455
|
+
{
|
|
83456
|
+
"kind": "field",
|
|
83457
|
+
"name": "disabled",
|
|
83458
|
+
"type": {
|
|
83459
|
+
"text": "boolean"
|
|
83460
|
+
},
|
|
83461
|
+
"privacy": "public",
|
|
83462
|
+
"description": "Whether this button is disabled.",
|
|
83463
|
+
"readonly": true,
|
|
83464
|
+
"inheritedFrom": {
|
|
83465
|
+
"name": "SbbDatepickerButtonBase",
|
|
83466
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83467
|
+
}
|
|
83468
|
+
},
|
|
83492
83469
|
{
|
|
83493
83470
|
"kind": "field",
|
|
83494
83471
|
"name": "_inputDisabled",
|
|
@@ -83565,6 +83542,20 @@
|
|
|
83565
83542
|
"module": "datepicker/common/datepicker-button.js"
|
|
83566
83543
|
}
|
|
83567
83544
|
},
|
|
83545
|
+
{
|
|
83546
|
+
"kind": "method",
|
|
83547
|
+
"name": "syncDateInputState",
|
|
83548
|
+
"privacy": "protected",
|
|
83549
|
+
"return": {
|
|
83550
|
+
"type": {
|
|
83551
|
+
"text": "void"
|
|
83552
|
+
}
|
|
83553
|
+
},
|
|
83554
|
+
"inheritedFrom": {
|
|
83555
|
+
"name": "SbbDatepickerButtonBase",
|
|
83556
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
83557
|
+
}
|
|
83558
|
+
},
|
|
83568
83559
|
{
|
|
83569
83560
|
"kind": "method",
|
|
83570
83561
|
"name": "renderTemplate",
|
|
@@ -84203,14 +84194,16 @@
|
|
|
84203
84194
|
}
|
|
84204
84195
|
}
|
|
84205
84196
|
],
|
|
84206
|
-
"superclass": {
|
|
84207
|
-
"name": "SbbDatepickerButton",
|
|
84208
|
-
"module": "datepicker/common/datepicker-button.js"
|
|
84209
|
-
},
|
|
84210
|
-
"tagName": "sbb-datepicker-previous-day",
|
|
84211
|
-
"customElement": true,
|
|
84212
|
-
"classGenerics": "T = Date",
|
|
84213
84197
|
"attributes": [
|
|
84198
|
+
{
|
|
84199
|
+
"name": "datepicker",
|
|
84200
|
+
"type": {
|
|
84201
|
+
"text": "SbbDatepickerElement<T> | null"
|
|
84202
|
+
},
|
|
84203
|
+
"default": "null",
|
|
84204
|
+
"description": "Datepicker reference.",
|
|
84205
|
+
"fieldName": "datepicker"
|
|
84206
|
+
},
|
|
84214
84207
|
{
|
|
84215
84208
|
"name": "negative",
|
|
84216
84209
|
"type": {
|
|
@@ -84288,6 +84281,13 @@
|
|
|
84288
84281
|
}
|
|
84289
84282
|
}
|
|
84290
84283
|
],
|
|
84284
|
+
"superclass": {
|
|
84285
|
+
"name": "SbbDatepickerButtonBase",
|
|
84286
|
+
"module": "datepicker/common/datepicker-button.js"
|
|
84287
|
+
},
|
|
84288
|
+
"tagName": "sbb-datepicker-toggle",
|
|
84289
|
+
"customElement": true,
|
|
84290
|
+
"classGenerics": "T = Date",
|
|
84291
84291
|
"events": [
|
|
84292
84292
|
{
|
|
84293
84293
|
"type": {
|
|
@@ -84317,10 +84317,10 @@
|
|
|
84317
84317
|
"exports": [
|
|
84318
84318
|
{
|
|
84319
84319
|
"kind": "js",
|
|
84320
|
-
"name": "
|
|
84320
|
+
"name": "SbbDatepickerToggleElement",
|
|
84321
84321
|
"declaration": {
|
|
84322
|
-
"name": "
|
|
84323
|
-
"module": "datepicker/datepicker-
|
|
84322
|
+
"name": "SbbDatepickerToggleElement",
|
|
84323
|
+
"module": "datepicker/datepicker-toggle/datepicker-toggle.component.js"
|
|
84324
84324
|
}
|
|
84325
84325
|
}
|
|
84326
84326
|
]
|
|
@@ -99463,15 +99463,15 @@
|
|
|
99463
99463
|
},
|
|
99464
99464
|
{
|
|
99465
99465
|
"kind": "javascript-module",
|
|
99466
|
-
"path": "icon-sidebar/icon-sidebar-
|
|
99466
|
+
"path": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js",
|
|
99467
99467
|
"declarations": [
|
|
99468
99468
|
{
|
|
99469
99469
|
"kind": "class",
|
|
99470
|
-
"description": "
|
|
99471
|
-
"name": "
|
|
99470
|
+
"description": "Container for the icon sidebar content. Intended to be placed inside an `sbb-icon-sidebar-container` element.",
|
|
99471
|
+
"name": "SbbIconSidebarContentElement",
|
|
99472
99472
|
"slots": [
|
|
99473
99473
|
{
|
|
99474
|
-
"description": "Use the unnamed slot to add
|
|
99474
|
+
"description": "Use the unnamed slot to add any content elements.",
|
|
99475
99475
|
"name": ""
|
|
99476
99476
|
}
|
|
99477
99477
|
],
|
|
@@ -99485,42 +99485,12 @@
|
|
|
99485
99485
|
"privacy": "public",
|
|
99486
99486
|
"static": true,
|
|
99487
99487
|
"readonly": true,
|
|
99488
|
-
"default": "'sbb-icon-sidebar-
|
|
99488
|
+
"default": "'sbb-icon-sidebar-content'",
|
|
99489
99489
|
"inheritedFrom": {
|
|
99490
99490
|
"name": "SbbElement",
|
|
99491
99491
|
"module": "core/base-elements/element.js"
|
|
99492
99492
|
}
|
|
99493
99493
|
},
|
|
99494
|
-
{
|
|
99495
|
-
"kind": "field",
|
|
99496
|
-
"name": "sidebars",
|
|
99497
|
-
"type": {
|
|
99498
|
-
"text": "SbbIconSidebarElement[]"
|
|
99499
|
-
},
|
|
99500
|
-
"privacy": "public",
|
|
99501
|
-
"description": "The icon-sidebar children.",
|
|
99502
|
-
"readonly": true
|
|
99503
|
-
},
|
|
99504
|
-
{
|
|
99505
|
-
"kind": "field",
|
|
99506
|
-
"name": "start",
|
|
99507
|
-
"type": {
|
|
99508
|
-
"text": "SbbIconSidebarElement | null"
|
|
99509
|
-
},
|
|
99510
|
-
"privacy": "public",
|
|
99511
|
-
"description": "The icon-sidebar child at the start position.",
|
|
99512
|
-
"readonly": true
|
|
99513
|
-
},
|
|
99514
|
-
{
|
|
99515
|
-
"kind": "field",
|
|
99516
|
-
"name": "end",
|
|
99517
|
-
"type": {
|
|
99518
|
-
"text": "SbbIconSidebarElement | null"
|
|
99519
|
-
},
|
|
99520
|
-
"privacy": "public",
|
|
99521
|
-
"description": "The icon-sidebar child at the end position.",
|
|
99522
|
-
"readonly": true
|
|
99523
|
-
},
|
|
99524
99494
|
{
|
|
99525
99495
|
"kind": "field",
|
|
99526
99496
|
"name": "_hydrationRequired",
|
|
@@ -99631,32 +99601,32 @@
|
|
|
99631
99601
|
"name": "SbbElement",
|
|
99632
99602
|
"module": "core/base-elements.js"
|
|
99633
99603
|
},
|
|
99634
|
-
"tagName": "sbb-icon-sidebar-
|
|
99604
|
+
"tagName": "sbb-icon-sidebar-content",
|
|
99635
99605
|
"customElement": true
|
|
99636
99606
|
}
|
|
99637
99607
|
],
|
|
99638
99608
|
"exports": [
|
|
99639
99609
|
{
|
|
99640
99610
|
"kind": "js",
|
|
99641
|
-
"name": "
|
|
99611
|
+
"name": "SbbIconSidebarContentElement",
|
|
99642
99612
|
"declaration": {
|
|
99643
|
-
"name": "
|
|
99644
|
-
"module": "icon-sidebar/icon-sidebar-
|
|
99613
|
+
"name": "SbbIconSidebarContentElement",
|
|
99614
|
+
"module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
|
|
99645
99615
|
}
|
|
99646
99616
|
}
|
|
99647
99617
|
]
|
|
99648
99618
|
},
|
|
99649
99619
|
{
|
|
99650
99620
|
"kind": "javascript-module",
|
|
99651
|
-
"path": "icon-sidebar/icon-sidebar-
|
|
99621
|
+
"path": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js",
|
|
99652
99622
|
"declarations": [
|
|
99653
99623
|
{
|
|
99654
99624
|
"kind": "class",
|
|
99655
|
-
"description": "
|
|
99656
|
-
"name": "
|
|
99625
|
+
"description": "This is the parent component to one or two `<sbb-icon-sidebar>`s and one `<sbb-icon-sidebar-content>` element.",
|
|
99626
|
+
"name": "SbbIconSidebarContainerElement",
|
|
99657
99627
|
"slots": [
|
|
99658
99628
|
{
|
|
99659
|
-
"description": "Use the unnamed slot to add
|
|
99629
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
99660
99630
|
"name": ""
|
|
99661
99631
|
}
|
|
99662
99632
|
],
|
|
@@ -99670,12 +99640,42 @@
|
|
|
99670
99640
|
"privacy": "public",
|
|
99671
99641
|
"static": true,
|
|
99672
99642
|
"readonly": true,
|
|
99673
|
-
"default": "'sbb-icon-sidebar-
|
|
99643
|
+
"default": "'sbb-icon-sidebar-container'",
|
|
99674
99644
|
"inheritedFrom": {
|
|
99675
99645
|
"name": "SbbElement",
|
|
99676
99646
|
"module": "core/base-elements/element.js"
|
|
99677
99647
|
}
|
|
99678
99648
|
},
|
|
99649
|
+
{
|
|
99650
|
+
"kind": "field",
|
|
99651
|
+
"name": "sidebars",
|
|
99652
|
+
"type": {
|
|
99653
|
+
"text": "SbbIconSidebarElement[]"
|
|
99654
|
+
},
|
|
99655
|
+
"privacy": "public",
|
|
99656
|
+
"description": "The icon-sidebar children.",
|
|
99657
|
+
"readonly": true
|
|
99658
|
+
},
|
|
99659
|
+
{
|
|
99660
|
+
"kind": "field",
|
|
99661
|
+
"name": "start",
|
|
99662
|
+
"type": {
|
|
99663
|
+
"text": "SbbIconSidebarElement | null"
|
|
99664
|
+
},
|
|
99665
|
+
"privacy": "public",
|
|
99666
|
+
"description": "The icon-sidebar child at the start position.",
|
|
99667
|
+
"readonly": true
|
|
99668
|
+
},
|
|
99669
|
+
{
|
|
99670
|
+
"kind": "field",
|
|
99671
|
+
"name": "end",
|
|
99672
|
+
"type": {
|
|
99673
|
+
"text": "SbbIconSidebarElement | null"
|
|
99674
|
+
},
|
|
99675
|
+
"privacy": "public",
|
|
99676
|
+
"description": "The icon-sidebar child at the end position.",
|
|
99677
|
+
"readonly": true
|
|
99678
|
+
},
|
|
99679
99679
|
{
|
|
99680
99680
|
"kind": "field",
|
|
99681
99681
|
"name": "_hydrationRequired",
|
|
@@ -99786,17 +99786,17 @@
|
|
|
99786
99786
|
"name": "SbbElement",
|
|
99787
99787
|
"module": "core/base-elements.js"
|
|
99788
99788
|
},
|
|
99789
|
-
"tagName": "sbb-icon-sidebar-
|
|
99789
|
+
"tagName": "sbb-icon-sidebar-container",
|
|
99790
99790
|
"customElement": true
|
|
99791
99791
|
}
|
|
99792
99792
|
],
|
|
99793
99793
|
"exports": [
|
|
99794
99794
|
{
|
|
99795
99795
|
"kind": "js",
|
|
99796
|
-
"name": "
|
|
99796
|
+
"name": "SbbIconSidebarContainerElement",
|
|
99797
99797
|
"declaration": {
|
|
99798
|
-
"name": "
|
|
99799
|
-
"module": "icon-sidebar/icon-sidebar-
|
|
99798
|
+
"name": "SbbIconSidebarContainerElement",
|
|
99799
|
+
"module": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js"
|
|
99800
99800
|
}
|
|
99801
99801
|
}
|
|
99802
99802
|
]
|
|
@@ -121074,120 +121074,332 @@
|
|
|
121074
121074
|
}
|
|
121075
121075
|
}
|
|
121076
121076
|
],
|
|
121077
|
-
"attributes": [
|
|
121078
|
-
{
|
|
121079
|
-
"name": "color",
|
|
121080
|
-
"type": {
|
|
121081
|
-
"text": "'white' | 'milk'"
|
|
121082
|
-
},
|
|
121083
|
-
"default": "'white'",
|
|
121084
|
-
"description": "Background color of the sidebar. Either `white` or `milk`.",
|
|
121085
|
-
"fieldName": "color"
|
|
121086
|
-
},
|
|
121087
|
-
{
|
|
121088
|
-
"name": "mode",
|
|
121089
|
-
"type": {
|
|
121090
|
-
"text": "'side' | 'over'"
|
|
121091
|
-
},
|
|
121092
|
-
"default": "'side'",
|
|
121093
|
-
"description": "Mode of the sidebar; one of 'side' or 'over'.",
|
|
121094
|
-
"fieldName": "mode"
|
|
121095
|
-
},
|
|
121096
|
-
{
|
|
121097
|
-
"name": "position",
|
|
121098
|
-
"type": {
|
|
121099
|
-
"text": "'start' | 'end'"
|
|
121100
|
-
},
|
|
121101
|
-
"default": "'start'",
|
|
121102
|
-
"description": "The side that the sidebar is attached to.",
|
|
121103
|
-
"fieldName": "position"
|
|
121104
|
-
},
|
|
121105
|
-
{
|
|
121106
|
-
"name": "opened",
|
|
121107
|
-
"type": {
|
|
121108
|
-
"text": "boolean"
|
|
121109
|
-
},
|
|
121110
|
-
"default": "false",
|
|
121111
|
-
"description": "Whether the sidebar is opened or closed.\nCan be used to initially set the opened state, where\nthe animation will be skipped.",
|
|
121112
|
-
"fieldName": "opened"
|
|
121113
|
-
},
|
|
121114
|
-
{
|
|
121115
|
-
"name": "focus-on-open",
|
|
121116
|
-
"type": {
|
|
121117
|
-
"text": "boolean"
|
|
121118
|
-
},
|
|
121119
|
-
"default": "false",
|
|
121120
|
-
"description": "Whether the sidebar should focus the first focusable element automatically when opened.\nDefaults to false in when mode is set to `side`, otherwise defaults to true.\nIf explicitly enabled, focus will be moved into the sidebar in `side` mode as well.",
|
|
121121
|
-
"fieldName": "focusOnOpen"
|
|
121122
|
-
}
|
|
121123
|
-
],
|
|
121124
|
-
"mixins": [
|
|
121125
|
-
{
|
|
121126
|
-
"name": "SbbAnimationCompleteMixin",
|
|
121127
|
-
"module": "core/mixins.js"
|
|
121128
|
-
}
|
|
121129
|
-
],
|
|
121077
|
+
"attributes": [
|
|
121078
|
+
{
|
|
121079
|
+
"name": "color",
|
|
121080
|
+
"type": {
|
|
121081
|
+
"text": "'white' | 'milk'"
|
|
121082
|
+
},
|
|
121083
|
+
"default": "'white'",
|
|
121084
|
+
"description": "Background color of the sidebar. Either `white` or `milk`.",
|
|
121085
|
+
"fieldName": "color"
|
|
121086
|
+
},
|
|
121087
|
+
{
|
|
121088
|
+
"name": "mode",
|
|
121089
|
+
"type": {
|
|
121090
|
+
"text": "'side' | 'over'"
|
|
121091
|
+
},
|
|
121092
|
+
"default": "'side'",
|
|
121093
|
+
"description": "Mode of the sidebar; one of 'side' or 'over'.",
|
|
121094
|
+
"fieldName": "mode"
|
|
121095
|
+
},
|
|
121096
|
+
{
|
|
121097
|
+
"name": "position",
|
|
121098
|
+
"type": {
|
|
121099
|
+
"text": "'start' | 'end'"
|
|
121100
|
+
},
|
|
121101
|
+
"default": "'start'",
|
|
121102
|
+
"description": "The side that the sidebar is attached to.",
|
|
121103
|
+
"fieldName": "position"
|
|
121104
|
+
},
|
|
121105
|
+
{
|
|
121106
|
+
"name": "opened",
|
|
121107
|
+
"type": {
|
|
121108
|
+
"text": "boolean"
|
|
121109
|
+
},
|
|
121110
|
+
"default": "false",
|
|
121111
|
+
"description": "Whether the sidebar is opened or closed.\nCan be used to initially set the opened state, where\nthe animation will be skipped.",
|
|
121112
|
+
"fieldName": "opened"
|
|
121113
|
+
},
|
|
121114
|
+
{
|
|
121115
|
+
"name": "focus-on-open",
|
|
121116
|
+
"type": {
|
|
121117
|
+
"text": "boolean"
|
|
121118
|
+
},
|
|
121119
|
+
"default": "false",
|
|
121120
|
+
"description": "Whether the sidebar should focus the first focusable element automatically when opened.\nDefaults to false in when mode is set to `side`, otherwise defaults to true.\nIf explicitly enabled, focus will be moved into the sidebar in `side` mode as well.",
|
|
121121
|
+
"fieldName": "focusOnOpen"
|
|
121122
|
+
}
|
|
121123
|
+
],
|
|
121124
|
+
"mixins": [
|
|
121125
|
+
{
|
|
121126
|
+
"name": "SbbAnimationCompleteMixin",
|
|
121127
|
+
"module": "core/mixins.js"
|
|
121128
|
+
}
|
|
121129
|
+
],
|
|
121130
|
+
"superclass": {
|
|
121131
|
+
"name": "SbbOpenCloseBaseElement",
|
|
121132
|
+
"module": "core/base-elements.js"
|
|
121133
|
+
},
|
|
121134
|
+
"tagName": "sbb-sidebar",
|
|
121135
|
+
"customElement": true,
|
|
121136
|
+
"events": [
|
|
121137
|
+
{
|
|
121138
|
+
"name": "beforeopen",
|
|
121139
|
+
"type": {
|
|
121140
|
+
"text": "Event"
|
|
121141
|
+
},
|
|
121142
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
121143
|
+
"inheritedFrom": {
|
|
121144
|
+
"name": "SbbOpenCloseBaseElement",
|
|
121145
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
121146
|
+
}
|
|
121147
|
+
},
|
|
121148
|
+
{
|
|
121149
|
+
"name": "open",
|
|
121150
|
+
"type": {
|
|
121151
|
+
"text": "Event"
|
|
121152
|
+
},
|
|
121153
|
+
"description": "Emits whenever the component is opened.",
|
|
121154
|
+
"inheritedFrom": {
|
|
121155
|
+
"name": "SbbOpenCloseBaseElement",
|
|
121156
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
121157
|
+
}
|
|
121158
|
+
},
|
|
121159
|
+
{
|
|
121160
|
+
"name": "beforeclose",
|
|
121161
|
+
"type": {
|
|
121162
|
+
"text": "Event"
|
|
121163
|
+
},
|
|
121164
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
121165
|
+
"inheritedFrom": {
|
|
121166
|
+
"name": "SbbOpenCloseBaseElement",
|
|
121167
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
121168
|
+
}
|
|
121169
|
+
},
|
|
121170
|
+
{
|
|
121171
|
+
"name": "close",
|
|
121172
|
+
"type": {
|
|
121173
|
+
"text": "Event"
|
|
121174
|
+
},
|
|
121175
|
+
"description": "Emits whenever the component is closed.",
|
|
121176
|
+
"inheritedFrom": {
|
|
121177
|
+
"name": "SbbOpenCloseBaseElement",
|
|
121178
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
121179
|
+
}
|
|
121180
|
+
}
|
|
121181
|
+
]
|
|
121182
|
+
}
|
|
121183
|
+
],
|
|
121184
|
+
"exports": [
|
|
121185
|
+
{
|
|
121186
|
+
"kind": "js",
|
|
121187
|
+
"name": "SbbSidebarElement",
|
|
121188
|
+
"declaration": {
|
|
121189
|
+
"name": "SbbSidebarElement",
|
|
121190
|
+
"module": "sidebar/sidebar/sidebar.component.js"
|
|
121191
|
+
}
|
|
121192
|
+
}
|
|
121193
|
+
]
|
|
121194
|
+
},
|
|
121195
|
+
{
|
|
121196
|
+
"kind": "javascript-module",
|
|
121197
|
+
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
121198
|
+
"declarations": [
|
|
121199
|
+
{
|
|
121200
|
+
"kind": "class",
|
|
121201
|
+
"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.",
|
|
121202
|
+
"name": "SbbSidebarContainerElement",
|
|
121203
|
+
"slots": [
|
|
121204
|
+
{
|
|
121205
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
121206
|
+
"name": ""
|
|
121207
|
+
}
|
|
121208
|
+
],
|
|
121209
|
+
"members": [
|
|
121210
|
+
{
|
|
121211
|
+
"kind": "field",
|
|
121212
|
+
"name": "elementName",
|
|
121213
|
+
"type": {
|
|
121214
|
+
"text": "string"
|
|
121215
|
+
},
|
|
121216
|
+
"privacy": "public",
|
|
121217
|
+
"static": true,
|
|
121218
|
+
"readonly": true,
|
|
121219
|
+
"default": "'sbb-sidebar-container'",
|
|
121220
|
+
"inheritedFrom": {
|
|
121221
|
+
"name": "SbbElement",
|
|
121222
|
+
"module": "core/base-elements/element.js"
|
|
121223
|
+
}
|
|
121224
|
+
},
|
|
121225
|
+
{
|
|
121226
|
+
"kind": "field",
|
|
121227
|
+
"name": "sidebars",
|
|
121228
|
+
"type": {
|
|
121229
|
+
"text": "SbbSidebarElement[]"
|
|
121230
|
+
},
|
|
121231
|
+
"privacy": "public",
|
|
121232
|
+
"description": "The sidebar children.",
|
|
121233
|
+
"readonly": true
|
|
121234
|
+
},
|
|
121235
|
+
{
|
|
121236
|
+
"kind": "field",
|
|
121237
|
+
"name": "start",
|
|
121238
|
+
"type": {
|
|
121239
|
+
"text": "SbbSidebarElement | null"
|
|
121240
|
+
},
|
|
121241
|
+
"privacy": "public",
|
|
121242
|
+
"description": "The sidebar child with the `start` position.",
|
|
121243
|
+
"readonly": true
|
|
121244
|
+
},
|
|
121245
|
+
{
|
|
121246
|
+
"kind": "field",
|
|
121247
|
+
"name": "end",
|
|
121248
|
+
"type": {
|
|
121249
|
+
"text": "SbbSidebarElement | null"
|
|
121250
|
+
},
|
|
121251
|
+
"privacy": "public",
|
|
121252
|
+
"description": "The sidebar child with the `end` position.",
|
|
121253
|
+
"readonly": true
|
|
121254
|
+
},
|
|
121255
|
+
{
|
|
121256
|
+
"kind": "field",
|
|
121257
|
+
"name": "_forcedClosedSidebars",
|
|
121258
|
+
"privacy": "private",
|
|
121259
|
+
"default": "new WeakSet<SbbSidebarElement>()"
|
|
121260
|
+
},
|
|
121261
|
+
{
|
|
121262
|
+
"kind": "method",
|
|
121263
|
+
"name": "_handleWidthChange",
|
|
121264
|
+
"privacy": "private",
|
|
121265
|
+
"return": {
|
|
121266
|
+
"type": {
|
|
121267
|
+
"text": "void"
|
|
121268
|
+
}
|
|
121269
|
+
}
|
|
121270
|
+
},
|
|
121271
|
+
{
|
|
121272
|
+
"kind": "method",
|
|
121273
|
+
"name": "_calculateSpaceState",
|
|
121274
|
+
"privacy": "private",
|
|
121275
|
+
"return": {
|
|
121276
|
+
"type": {
|
|
121277
|
+
"text": "Promise<void>"
|
|
121278
|
+
}
|
|
121279
|
+
},
|
|
121280
|
+
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
121281
|
+
},
|
|
121282
|
+
{
|
|
121283
|
+
"kind": "field",
|
|
121284
|
+
"name": "_hydrationRequired",
|
|
121285
|
+
"type": {
|
|
121286
|
+
"text": "boolean"
|
|
121287
|
+
},
|
|
121288
|
+
"privacy": "private",
|
|
121289
|
+
"default": "!!this.shadowRoot",
|
|
121290
|
+
"inheritedFrom": {
|
|
121291
|
+
"name": "SbbElement",
|
|
121292
|
+
"module": "core/base-elements/element.js"
|
|
121293
|
+
}
|
|
121294
|
+
},
|
|
121295
|
+
{
|
|
121296
|
+
"kind": "field",
|
|
121297
|
+
"name": "_hydrationComplete",
|
|
121298
|
+
"privacy": "private",
|
|
121299
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
121300
|
+
"inheritedFrom": {
|
|
121301
|
+
"name": "SbbElement",
|
|
121302
|
+
"module": "core/base-elements/element.js"
|
|
121303
|
+
}
|
|
121304
|
+
},
|
|
121305
|
+
{
|
|
121306
|
+
"kind": "field",
|
|
121307
|
+
"name": "_resolveHydration",
|
|
121308
|
+
"type": {
|
|
121309
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
121310
|
+
},
|
|
121311
|
+
"privacy": "private",
|
|
121312
|
+
"inheritedFrom": {
|
|
121313
|
+
"name": "SbbElement",
|
|
121314
|
+
"module": "core/base-elements/element.js"
|
|
121315
|
+
}
|
|
121316
|
+
},
|
|
121317
|
+
{
|
|
121318
|
+
"kind": "field",
|
|
121319
|
+
"name": "hydrationRequired",
|
|
121320
|
+
"type": {
|
|
121321
|
+
"text": "boolean"
|
|
121322
|
+
},
|
|
121323
|
+
"privacy": "protected",
|
|
121324
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
121325
|
+
"readonly": true,
|
|
121326
|
+
"inheritedFrom": {
|
|
121327
|
+
"name": "SbbElement",
|
|
121328
|
+
"module": "core/base-elements/element.js"
|
|
121329
|
+
},
|
|
121330
|
+
"default": "!!this.shadowRoot"
|
|
121331
|
+
},
|
|
121332
|
+
{
|
|
121333
|
+
"kind": "method",
|
|
121334
|
+
"name": "toggleState",
|
|
121335
|
+
"privacy": "protected",
|
|
121336
|
+
"return": {
|
|
121337
|
+
"type": {
|
|
121338
|
+
"text": "void"
|
|
121339
|
+
}
|
|
121340
|
+
},
|
|
121341
|
+
"parameters": [
|
|
121342
|
+
{
|
|
121343
|
+
"name": "value",
|
|
121344
|
+
"type": {
|
|
121345
|
+
"text": "string"
|
|
121346
|
+
}
|
|
121347
|
+
},
|
|
121348
|
+
{
|
|
121349
|
+
"name": "force",
|
|
121350
|
+
"optional": true,
|
|
121351
|
+
"type": {
|
|
121352
|
+
"text": "boolean"
|
|
121353
|
+
}
|
|
121354
|
+
}
|
|
121355
|
+
],
|
|
121356
|
+
"inheritedFrom": {
|
|
121357
|
+
"name": "SbbElement",
|
|
121358
|
+
"module": "core/base-elements/element.js"
|
|
121359
|
+
}
|
|
121360
|
+
},
|
|
121361
|
+
{
|
|
121362
|
+
"kind": "field",
|
|
121363
|
+
"name": "['_$sbbElement$']",
|
|
121364
|
+
"type": {
|
|
121365
|
+
"text": "boolean"
|
|
121366
|
+
},
|
|
121367
|
+
"privacy": "public",
|
|
121368
|
+
"static": true,
|
|
121369
|
+
"default": "true",
|
|
121370
|
+
"inheritedFrom": {
|
|
121371
|
+
"name": "SbbElement",
|
|
121372
|
+
"module": "core/base-elements/element.js"
|
|
121373
|
+
}
|
|
121374
|
+
},
|
|
121375
|
+
{
|
|
121376
|
+
"kind": "field",
|
|
121377
|
+
"name": "_controllers",
|
|
121378
|
+
"type": {
|
|
121379
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
121380
|
+
},
|
|
121381
|
+
"privacy": "private",
|
|
121382
|
+
"inheritedFrom": {
|
|
121383
|
+
"name": "SbbElement",
|
|
121384
|
+
"module": "core/base-elements/element.js"
|
|
121385
|
+
}
|
|
121386
|
+
}
|
|
121387
|
+
],
|
|
121130
121388
|
"superclass": {
|
|
121131
|
-
"name": "
|
|
121389
|
+
"name": "SbbElement",
|
|
121132
121390
|
"module": "core/base-elements.js"
|
|
121133
121391
|
},
|
|
121134
|
-
"tagName": "sbb-sidebar",
|
|
121135
|
-
"customElement": true
|
|
121136
|
-
"events": [
|
|
121137
|
-
{
|
|
121138
|
-
"name": "beforeopen",
|
|
121139
|
-
"type": {
|
|
121140
|
-
"text": "Event"
|
|
121141
|
-
},
|
|
121142
|
-
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
121143
|
-
"inheritedFrom": {
|
|
121144
|
-
"name": "SbbOpenCloseBaseElement",
|
|
121145
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
121146
|
-
}
|
|
121147
|
-
},
|
|
121148
|
-
{
|
|
121149
|
-
"name": "open",
|
|
121150
|
-
"type": {
|
|
121151
|
-
"text": "Event"
|
|
121152
|
-
},
|
|
121153
|
-
"description": "Emits whenever the component is opened.",
|
|
121154
|
-
"inheritedFrom": {
|
|
121155
|
-
"name": "SbbOpenCloseBaseElement",
|
|
121156
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
121157
|
-
}
|
|
121158
|
-
},
|
|
121159
|
-
{
|
|
121160
|
-
"name": "beforeclose",
|
|
121161
|
-
"type": {
|
|
121162
|
-
"text": "Event"
|
|
121163
|
-
},
|
|
121164
|
-
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
121165
|
-
"inheritedFrom": {
|
|
121166
|
-
"name": "SbbOpenCloseBaseElement",
|
|
121167
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
121168
|
-
}
|
|
121169
|
-
},
|
|
121170
|
-
{
|
|
121171
|
-
"name": "close",
|
|
121172
|
-
"type": {
|
|
121173
|
-
"text": "Event"
|
|
121174
|
-
},
|
|
121175
|
-
"description": "Emits whenever the component is closed.",
|
|
121176
|
-
"inheritedFrom": {
|
|
121177
|
-
"name": "SbbOpenCloseBaseElement",
|
|
121178
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
121179
|
-
}
|
|
121180
|
-
}
|
|
121181
|
-
]
|
|
121392
|
+
"tagName": "sbb-sidebar-container",
|
|
121393
|
+
"customElement": true
|
|
121182
121394
|
}
|
|
121183
121395
|
],
|
|
121184
121396
|
"exports": [
|
|
121185
121397
|
{
|
|
121186
121398
|
"kind": "js",
|
|
121187
|
-
"name": "
|
|
121399
|
+
"name": "SbbSidebarContainerElement",
|
|
121188
121400
|
"declaration": {
|
|
121189
|
-
"name": "
|
|
121190
|
-
"module": "sidebar/sidebar/sidebar.component.js"
|
|
121401
|
+
"name": "SbbSidebarContainerElement",
|
|
121402
|
+
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
121191
121403
|
}
|
|
121192
121404
|
}
|
|
121193
121405
|
]
|
|
@@ -122212,218 +122424,6 @@
|
|
|
122212
122424
|
}
|
|
122213
122425
|
]
|
|
122214
122426
|
},
|
|
122215
|
-
{
|
|
122216
|
-
"kind": "javascript-module",
|
|
122217
|
-
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
122218
|
-
"declarations": [
|
|
122219
|
-
{
|
|
122220
|
-
"kind": "class",
|
|
122221
|
-
"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.",
|
|
122222
|
-
"name": "SbbSidebarContainerElement",
|
|
122223
|
-
"slots": [
|
|
122224
|
-
{
|
|
122225
|
-
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
122226
|
-
"name": ""
|
|
122227
|
-
}
|
|
122228
|
-
],
|
|
122229
|
-
"members": [
|
|
122230
|
-
{
|
|
122231
|
-
"kind": "field",
|
|
122232
|
-
"name": "elementName",
|
|
122233
|
-
"type": {
|
|
122234
|
-
"text": "string"
|
|
122235
|
-
},
|
|
122236
|
-
"privacy": "public",
|
|
122237
|
-
"static": true,
|
|
122238
|
-
"readonly": true,
|
|
122239
|
-
"default": "'sbb-sidebar-container'",
|
|
122240
|
-
"inheritedFrom": {
|
|
122241
|
-
"name": "SbbElement",
|
|
122242
|
-
"module": "core/base-elements/element.js"
|
|
122243
|
-
}
|
|
122244
|
-
},
|
|
122245
|
-
{
|
|
122246
|
-
"kind": "field",
|
|
122247
|
-
"name": "sidebars",
|
|
122248
|
-
"type": {
|
|
122249
|
-
"text": "SbbSidebarElement[]"
|
|
122250
|
-
},
|
|
122251
|
-
"privacy": "public",
|
|
122252
|
-
"description": "The sidebar children.",
|
|
122253
|
-
"readonly": true
|
|
122254
|
-
},
|
|
122255
|
-
{
|
|
122256
|
-
"kind": "field",
|
|
122257
|
-
"name": "start",
|
|
122258
|
-
"type": {
|
|
122259
|
-
"text": "SbbSidebarElement | null"
|
|
122260
|
-
},
|
|
122261
|
-
"privacy": "public",
|
|
122262
|
-
"description": "The sidebar child with the `start` position.",
|
|
122263
|
-
"readonly": true
|
|
122264
|
-
},
|
|
122265
|
-
{
|
|
122266
|
-
"kind": "field",
|
|
122267
|
-
"name": "end",
|
|
122268
|
-
"type": {
|
|
122269
|
-
"text": "SbbSidebarElement | null"
|
|
122270
|
-
},
|
|
122271
|
-
"privacy": "public",
|
|
122272
|
-
"description": "The sidebar child with the `end` position.",
|
|
122273
|
-
"readonly": true
|
|
122274
|
-
},
|
|
122275
|
-
{
|
|
122276
|
-
"kind": "field",
|
|
122277
|
-
"name": "_forcedClosedSidebars",
|
|
122278
|
-
"privacy": "private",
|
|
122279
|
-
"default": "new WeakSet<SbbSidebarElement>()"
|
|
122280
|
-
},
|
|
122281
|
-
{
|
|
122282
|
-
"kind": "method",
|
|
122283
|
-
"name": "_handleWidthChange",
|
|
122284
|
-
"privacy": "private",
|
|
122285
|
-
"return": {
|
|
122286
|
-
"type": {
|
|
122287
|
-
"text": "void"
|
|
122288
|
-
}
|
|
122289
|
-
}
|
|
122290
|
-
},
|
|
122291
|
-
{
|
|
122292
|
-
"kind": "method",
|
|
122293
|
-
"name": "_calculateSpaceState",
|
|
122294
|
-
"privacy": "private",
|
|
122295
|
-
"return": {
|
|
122296
|
-
"type": {
|
|
122297
|
-
"text": "Promise<void>"
|
|
122298
|
-
}
|
|
122299
|
-
},
|
|
122300
|
-
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
122301
|
-
},
|
|
122302
|
-
{
|
|
122303
|
-
"kind": "field",
|
|
122304
|
-
"name": "_hydrationRequired",
|
|
122305
|
-
"type": {
|
|
122306
|
-
"text": "boolean"
|
|
122307
|
-
},
|
|
122308
|
-
"privacy": "private",
|
|
122309
|
-
"default": "!!this.shadowRoot",
|
|
122310
|
-
"inheritedFrom": {
|
|
122311
|
-
"name": "SbbElement",
|
|
122312
|
-
"module": "core/base-elements/element.js"
|
|
122313
|
-
}
|
|
122314
|
-
},
|
|
122315
|
-
{
|
|
122316
|
-
"kind": "field",
|
|
122317
|
-
"name": "_hydrationComplete",
|
|
122318
|
-
"privacy": "private",
|
|
122319
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
122320
|
-
"inheritedFrom": {
|
|
122321
|
-
"name": "SbbElement",
|
|
122322
|
-
"module": "core/base-elements/element.js"
|
|
122323
|
-
}
|
|
122324
|
-
},
|
|
122325
|
-
{
|
|
122326
|
-
"kind": "field",
|
|
122327
|
-
"name": "_resolveHydration",
|
|
122328
|
-
"type": {
|
|
122329
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
122330
|
-
},
|
|
122331
|
-
"privacy": "private",
|
|
122332
|
-
"inheritedFrom": {
|
|
122333
|
-
"name": "SbbElement",
|
|
122334
|
-
"module": "core/base-elements/element.js"
|
|
122335
|
-
}
|
|
122336
|
-
},
|
|
122337
|
-
{
|
|
122338
|
-
"kind": "field",
|
|
122339
|
-
"name": "hydrationRequired",
|
|
122340
|
-
"type": {
|
|
122341
|
-
"text": "boolean"
|
|
122342
|
-
},
|
|
122343
|
-
"privacy": "protected",
|
|
122344
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
122345
|
-
"readonly": true,
|
|
122346
|
-
"inheritedFrom": {
|
|
122347
|
-
"name": "SbbElement",
|
|
122348
|
-
"module": "core/base-elements/element.js"
|
|
122349
|
-
},
|
|
122350
|
-
"default": "!!this.shadowRoot"
|
|
122351
|
-
},
|
|
122352
|
-
{
|
|
122353
|
-
"kind": "method",
|
|
122354
|
-
"name": "toggleState",
|
|
122355
|
-
"privacy": "protected",
|
|
122356
|
-
"return": {
|
|
122357
|
-
"type": {
|
|
122358
|
-
"text": "void"
|
|
122359
|
-
}
|
|
122360
|
-
},
|
|
122361
|
-
"parameters": [
|
|
122362
|
-
{
|
|
122363
|
-
"name": "value",
|
|
122364
|
-
"type": {
|
|
122365
|
-
"text": "string"
|
|
122366
|
-
}
|
|
122367
|
-
},
|
|
122368
|
-
{
|
|
122369
|
-
"name": "force",
|
|
122370
|
-
"optional": true,
|
|
122371
|
-
"type": {
|
|
122372
|
-
"text": "boolean"
|
|
122373
|
-
}
|
|
122374
|
-
}
|
|
122375
|
-
],
|
|
122376
|
-
"inheritedFrom": {
|
|
122377
|
-
"name": "SbbElement",
|
|
122378
|
-
"module": "core/base-elements/element.js"
|
|
122379
|
-
}
|
|
122380
|
-
},
|
|
122381
|
-
{
|
|
122382
|
-
"kind": "field",
|
|
122383
|
-
"name": "['_$sbbElement$']",
|
|
122384
|
-
"type": {
|
|
122385
|
-
"text": "boolean"
|
|
122386
|
-
},
|
|
122387
|
-
"privacy": "public",
|
|
122388
|
-
"static": true,
|
|
122389
|
-
"default": "true",
|
|
122390
|
-
"inheritedFrom": {
|
|
122391
|
-
"name": "SbbElement",
|
|
122392
|
-
"module": "core/base-elements/element.js"
|
|
122393
|
-
}
|
|
122394
|
-
},
|
|
122395
|
-
{
|
|
122396
|
-
"kind": "field",
|
|
122397
|
-
"name": "_controllers",
|
|
122398
|
-
"type": {
|
|
122399
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
122400
|
-
},
|
|
122401
|
-
"privacy": "private",
|
|
122402
|
-
"inheritedFrom": {
|
|
122403
|
-
"name": "SbbElement",
|
|
122404
|
-
"module": "core/base-elements/element.js"
|
|
122405
|
-
}
|
|
122406
|
-
}
|
|
122407
|
-
],
|
|
122408
|
-
"superclass": {
|
|
122409
|
-
"name": "SbbElement",
|
|
122410
|
-
"module": "core/base-elements.js"
|
|
122411
|
-
},
|
|
122412
|
-
"tagName": "sbb-sidebar-container",
|
|
122413
|
-
"customElement": true
|
|
122414
|
-
}
|
|
122415
|
-
],
|
|
122416
|
-
"exports": [
|
|
122417
|
-
{
|
|
122418
|
-
"kind": "js",
|
|
122419
|
-
"name": "SbbSidebarContainerElement",
|
|
122420
|
-
"declaration": {
|
|
122421
|
-
"name": "SbbSidebarContainerElement",
|
|
122422
|
-
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
122423
|
-
}
|
|
122424
|
-
}
|
|
122425
|
-
]
|
|
122426
|
-
},
|
|
122427
122427
|
{
|
|
122428
122428
|
"kind": "javascript-module",
|
|
122429
122429
|
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|