@sbb-esta/lyne-elements-dev 4.6.0-dev.1772096037 → 4.6.0-dev.1772145545
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 +1133 -1133
- package/development/calendar/calendar/calendar.component.d.ts +1 -1
- package/development/calendar/calendar/calendar.component.d.ts.map +1 -1
- package/development/calendar/calendar/calendar.component.js +1 -1
- package/development/calendar/calendar-day/calendar-day.component.d.ts +1 -1
- package/development/calendar/calendar-day/calendar-day.component.d.ts.map +1 -1
- package/development/calendar/calendar-day/calendar-day.component.js +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -26010,12 +26010,12 @@
|
|
|
26010
26010
|
},
|
|
26011
26011
|
{
|
|
26012
26012
|
"kind": "javascript-module",
|
|
26013
|
-
"path": "button/accent-button/accent-button.component.js",
|
|
26013
|
+
"path": "button/accent-button-link/accent-button-link.component.js",
|
|
26014
26014
|
"declarations": [
|
|
26015
26015
|
{
|
|
26016
26016
|
"kind": "class",
|
|
26017
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant.",
|
|
26018
|
-
"name": "
|
|
26017
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link.",
|
|
26018
|
+
"name": "SbbAccentButtonLinkElement",
|
|
26019
26019
|
"cssProperties": [
|
|
26020
26020
|
{
|
|
26021
26021
|
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
@@ -26025,7 +26025,7 @@
|
|
|
26025
26025
|
],
|
|
26026
26026
|
"slots": [
|
|
26027
26027
|
{
|
|
26028
|
-
"description": "Use the unnamed slot to add content to the accent-button.",
|
|
26028
|
+
"description": "Use the unnamed slot to add content to the accent-button-link.",
|
|
26029
26029
|
"name": ""
|
|
26030
26030
|
},
|
|
26031
26031
|
{
|
|
@@ -26225,479 +26225,151 @@
|
|
|
26225
26225
|
},
|
|
26226
26226
|
{
|
|
26227
26227
|
"kind": "field",
|
|
26228
|
-
"name": "
|
|
26229
|
-
"type": {
|
|
26230
|
-
"text": "array"
|
|
26231
|
-
},
|
|
26232
|
-
"privacy": "private",
|
|
26233
|
-
"readonly": true,
|
|
26234
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
26235
|
-
"inheritedFrom": {
|
|
26236
|
-
"name": "SbbButtonBaseElement",
|
|
26237
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26238
|
-
}
|
|
26239
|
-
},
|
|
26240
|
-
{
|
|
26241
|
-
"kind": "field",
|
|
26242
|
-
"name": "value",
|
|
26228
|
+
"name": "href",
|
|
26243
26229
|
"type": {
|
|
26244
26230
|
"text": "string"
|
|
26245
26231
|
},
|
|
26246
26232
|
"privacy": "public",
|
|
26247
26233
|
"default": "''",
|
|
26248
|
-
"description": "
|
|
26249
|
-
"attribute": "
|
|
26250
|
-
"
|
|
26251
|
-
"name": "SbbButtonBaseElement",
|
|
26252
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26253
|
-
}
|
|
26254
|
-
},
|
|
26255
|
-
{
|
|
26256
|
-
"kind": "field",
|
|
26257
|
-
"name": "type",
|
|
26258
|
-
"privacy": "public",
|
|
26259
|
-
"description": "The type attribute to use for the button.",
|
|
26260
|
-
"default": "'button'",
|
|
26261
|
-
"type": {
|
|
26262
|
-
"text": "SbbButtonType"
|
|
26263
|
-
},
|
|
26264
|
-
"attribute": "type",
|
|
26234
|
+
"description": "The href value you want to link to.",
|
|
26235
|
+
"attribute": "href",
|
|
26236
|
+
"reflects": true,
|
|
26265
26237
|
"inheritedFrom": {
|
|
26266
|
-
"name": "
|
|
26267
|
-
"module": "core/base-elements/
|
|
26238
|
+
"name": "SbbLinkBaseElement",
|
|
26239
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26268
26240
|
}
|
|
26269
26241
|
},
|
|
26270
26242
|
{
|
|
26271
26243
|
"kind": "field",
|
|
26272
|
-
"name": "
|
|
26244
|
+
"name": "target",
|
|
26273
26245
|
"type": {
|
|
26274
|
-
"text": "
|
|
26246
|
+
"text": "LinkTargetType | string"
|
|
26275
26247
|
},
|
|
26276
26248
|
"privacy": "public",
|
|
26277
|
-
"
|
|
26278
|
-
"
|
|
26249
|
+
"default": "''",
|
|
26250
|
+
"description": "Where to display the linked URL.",
|
|
26251
|
+
"attribute": "target",
|
|
26252
|
+
"reflects": true,
|
|
26279
26253
|
"inheritedFrom": {
|
|
26280
|
-
"name": "
|
|
26281
|
-
"module": "core/base-elements/
|
|
26254
|
+
"name": "SbbLinkBaseElement",
|
|
26255
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26282
26256
|
}
|
|
26283
26257
|
},
|
|
26284
26258
|
{
|
|
26285
26259
|
"kind": "field",
|
|
26286
|
-
"name": "
|
|
26260
|
+
"name": "rel",
|
|
26287
26261
|
"type": {
|
|
26288
26262
|
"text": "string"
|
|
26289
26263
|
},
|
|
26290
|
-
"privacy": "
|
|
26264
|
+
"privacy": "public",
|
|
26291
26265
|
"default": "''",
|
|
26266
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
26267
|
+
"attribute": "rel",
|
|
26268
|
+
"reflects": true,
|
|
26292
26269
|
"inheritedFrom": {
|
|
26293
|
-
"name": "
|
|
26294
|
-
"module": "core/base-elements/
|
|
26295
|
-
}
|
|
26296
|
-
},
|
|
26297
|
-
{
|
|
26298
|
-
"kind": "field",
|
|
26299
|
-
"name": "_handleButtonClick",
|
|
26300
|
-
"privacy": "private",
|
|
26301
|
-
"inheritedFrom": {
|
|
26302
|
-
"name": "SbbButtonBaseElement",
|
|
26303
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26304
|
-
}
|
|
26305
|
-
},
|
|
26306
|
-
{
|
|
26307
|
-
"kind": "method",
|
|
26308
|
-
"name": "_requestSubmit",
|
|
26309
|
-
"privacy": "private",
|
|
26310
|
-
"return": {
|
|
26311
|
-
"type": {
|
|
26312
|
-
"text": "void"
|
|
26313
|
-
}
|
|
26314
|
-
},
|
|
26315
|
-
"parameters": [
|
|
26316
|
-
{
|
|
26317
|
-
"name": "form",
|
|
26318
|
-
"type": {
|
|
26319
|
-
"text": "HTMLFormElement"
|
|
26320
|
-
}
|
|
26321
|
-
}
|
|
26322
|
-
],
|
|
26323
|
-
"inheritedFrom": {
|
|
26324
|
-
"name": "SbbButtonBaseElement",
|
|
26325
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26326
|
-
}
|
|
26327
|
-
},
|
|
26328
|
-
{
|
|
26329
|
-
"kind": "field",
|
|
26330
|
-
"name": "_formKeyDown",
|
|
26331
|
-
"privacy": "private",
|
|
26332
|
-
"inheritedFrom": {
|
|
26333
|
-
"name": "SbbButtonBaseElement",
|
|
26334
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26270
|
+
"name": "SbbLinkBaseElement",
|
|
26271
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26335
26272
|
}
|
|
26336
26273
|
},
|
|
26337
26274
|
{
|
|
26338
26275
|
"kind": "field",
|
|
26339
|
-
"name": "
|
|
26276
|
+
"name": "download",
|
|
26340
26277
|
"type": {
|
|
26341
26278
|
"text": "boolean"
|
|
26342
26279
|
},
|
|
26343
26280
|
"privacy": "public",
|
|
26344
|
-
"
|
|
26345
|
-
"
|
|
26281
|
+
"default": "false",
|
|
26282
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
26283
|
+
"attribute": "download",
|
|
26284
|
+
"reflects": true,
|
|
26346
26285
|
"inheritedFrom": {
|
|
26347
|
-
"name": "
|
|
26348
|
-
"module": "core/
|
|
26286
|
+
"name": "SbbLinkBaseElement",
|
|
26287
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26349
26288
|
}
|
|
26350
26289
|
},
|
|
26351
26290
|
{
|
|
26352
26291
|
"kind": "field",
|
|
26353
|
-
"name": "
|
|
26354
|
-
"privacy": "public",
|
|
26355
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
26292
|
+
"name": "accessibilityLabel",
|
|
26356
26293
|
"type": {
|
|
26357
26294
|
"text": "string"
|
|
26358
26295
|
},
|
|
26359
|
-
"attribute": "name",
|
|
26360
|
-
"inheritedFrom": {
|
|
26361
|
-
"name": "SbbFormAssociatedMixin",
|
|
26362
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26363
|
-
}
|
|
26364
|
-
},
|
|
26365
|
-
{
|
|
26366
|
-
"kind": "field",
|
|
26367
|
-
"name": "validity",
|
|
26368
|
-
"type": {
|
|
26369
|
-
"text": "ValidityState"
|
|
26370
|
-
},
|
|
26371
26296
|
"privacy": "public",
|
|
26372
|
-
"
|
|
26373
|
-
"
|
|
26297
|
+
"default": "''",
|
|
26298
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
26299
|
+
"attribute": "accessibility-label",
|
|
26374
26300
|
"inheritedFrom": {
|
|
26375
|
-
"name": "
|
|
26376
|
-
"module": "core/
|
|
26301
|
+
"name": "SbbLinkBaseElement",
|
|
26302
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26377
26303
|
}
|
|
26378
26304
|
},
|
|
26379
26305
|
{
|
|
26380
26306
|
"kind": "field",
|
|
26381
|
-
"name": "
|
|
26307
|
+
"name": "accessibilityCurrent",
|
|
26382
26308
|
"type": {
|
|
26383
26309
|
"text": "string"
|
|
26384
26310
|
},
|
|
26385
26311
|
"privacy": "public",
|
|
26386
|
-
"
|
|
26387
|
-
"
|
|
26388
|
-
"
|
|
26389
|
-
"name": "SbbFormAssociatedMixin",
|
|
26390
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26391
|
-
}
|
|
26392
|
-
},
|
|
26393
|
-
{
|
|
26394
|
-
"kind": "field",
|
|
26395
|
-
"name": "willValidate",
|
|
26396
|
-
"type": {
|
|
26397
|
-
"text": "boolean"
|
|
26398
|
-
},
|
|
26399
|
-
"privacy": "public",
|
|
26400
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
26401
|
-
"readonly": true,
|
|
26312
|
+
"default": "''",
|
|
26313
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
26314
|
+
"attribute": "accessibility-current",
|
|
26402
26315
|
"inheritedFrom": {
|
|
26403
|
-
"name": "
|
|
26404
|
-
"module": "core/
|
|
26316
|
+
"name": "SbbLinkBaseElement",
|
|
26317
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26405
26318
|
}
|
|
26406
26319
|
},
|
|
26407
26320
|
{
|
|
26408
26321
|
"kind": "field",
|
|
26409
|
-
"name": "
|
|
26410
|
-
"privacy": "
|
|
26411
|
-
"default": "new
|
|
26322
|
+
"name": "language",
|
|
26323
|
+
"privacy": "protected",
|
|
26324
|
+
"default": "new SbbLanguageController(this)",
|
|
26412
26325
|
"inheritedFrom": {
|
|
26413
|
-
"name": "
|
|
26414
|
-
"module": "core/
|
|
26326
|
+
"name": "SbbLinkBaseElement",
|
|
26327
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26415
26328
|
}
|
|
26416
26329
|
},
|
|
26417
26330
|
{
|
|
26418
26331
|
"kind": "field",
|
|
26419
|
-
"name": "
|
|
26332
|
+
"name": "anchorRole",
|
|
26420
26333
|
"type": {
|
|
26421
|
-
"text": "
|
|
26334
|
+
"text": "string | null"
|
|
26422
26335
|
},
|
|
26423
26336
|
"privacy": "protected",
|
|
26424
|
-
"
|
|
26425
|
-
"
|
|
26426
|
-
"inheritedFrom": {
|
|
26427
|
-
"name": "SbbFormAssociatedMixin",
|
|
26428
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26429
|
-
}
|
|
26430
|
-
},
|
|
26431
|
-
{
|
|
26432
|
-
"kind": "method",
|
|
26433
|
-
"name": "checkValidity",
|
|
26434
|
-
"privacy": "public",
|
|
26435
|
-
"return": {
|
|
26436
|
-
"type": {
|
|
26437
|
-
"text": "boolean"
|
|
26438
|
-
}
|
|
26439
|
-
},
|
|
26440
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
26441
|
-
"inheritedFrom": {
|
|
26442
|
-
"name": "SbbFormAssociatedMixin",
|
|
26443
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26444
|
-
}
|
|
26445
|
-
},
|
|
26446
|
-
{
|
|
26447
|
-
"kind": "method",
|
|
26448
|
-
"name": "reportValidity",
|
|
26449
|
-
"privacy": "public",
|
|
26450
|
-
"return": {
|
|
26451
|
-
"type": {
|
|
26452
|
-
"text": "boolean"
|
|
26453
|
-
}
|
|
26454
|
-
},
|
|
26455
|
-
"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.",
|
|
26456
|
-
"inheritedFrom": {
|
|
26457
|
-
"name": "SbbFormAssociatedMixin",
|
|
26458
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26459
|
-
}
|
|
26460
|
-
},
|
|
26461
|
-
{
|
|
26462
|
-
"kind": "method",
|
|
26463
|
-
"name": "setCustomValidity",
|
|
26464
|
-
"privacy": "public",
|
|
26465
|
-
"return": {
|
|
26466
|
-
"type": {
|
|
26467
|
-
"text": "void"
|
|
26468
|
-
}
|
|
26469
|
-
},
|
|
26470
|
-
"parameters": [
|
|
26471
|
-
{
|
|
26472
|
-
"name": "message",
|
|
26473
|
-
"type": {
|
|
26474
|
-
"text": "string"
|
|
26475
|
-
}
|
|
26476
|
-
}
|
|
26477
|
-
],
|
|
26478
|
-
"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.",
|
|
26337
|
+
"readonly": true,
|
|
26338
|
+
"default": "null",
|
|
26479
26339
|
"inheritedFrom": {
|
|
26480
|
-
"name": "
|
|
26481
|
-
"module": "core/
|
|
26340
|
+
"name": "SbbLinkBaseElement",
|
|
26341
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26482
26342
|
}
|
|
26483
26343
|
},
|
|
26484
26344
|
{
|
|
26485
|
-
"kind": "
|
|
26486
|
-
"name": "
|
|
26345
|
+
"kind": "field",
|
|
26346
|
+
"name": "_evaluateRelAttribute",
|
|
26487
26347
|
"privacy": "private",
|
|
26488
|
-
"return": {
|
|
26489
|
-
"type": {
|
|
26490
|
-
"text": "boolean"
|
|
26491
|
-
}
|
|
26492
|
-
},
|
|
26493
|
-
"inheritedFrom": {
|
|
26494
|
-
"name": "SbbFormAssociatedMixin",
|
|
26495
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26496
|
-
}
|
|
26497
|
-
},
|
|
26498
|
-
{
|
|
26499
|
-
"kind": "method",
|
|
26500
|
-
"name": "updateFormValue",
|
|
26501
|
-
"privacy": "protected",
|
|
26502
|
-
"return": {
|
|
26503
|
-
"type": {
|
|
26504
|
-
"text": "void"
|
|
26505
|
-
}
|
|
26506
|
-
},
|
|
26507
|
-
"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",
|
|
26508
|
-
"inheritedFrom": {
|
|
26509
|
-
"name": "SbbFormAssociatedMixin",
|
|
26510
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26511
|
-
}
|
|
26512
|
-
},
|
|
26513
|
-
{
|
|
26514
|
-
"kind": "method",
|
|
26515
|
-
"name": "formState",
|
|
26516
|
-
"privacy": "protected",
|
|
26517
|
-
"return": {
|
|
26518
|
-
"type": {
|
|
26519
|
-
"text": "FormRestoreState"
|
|
26520
|
-
}
|
|
26521
|
-
},
|
|
26522
|
-
"inheritedFrom": {
|
|
26523
|
-
"name": "SbbFormAssociatedMixin",
|
|
26524
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26525
|
-
}
|
|
26526
|
-
},
|
|
26527
|
-
{
|
|
26528
|
-
"kind": "method",
|
|
26529
|
-
"name": "setValidityFlag",
|
|
26530
|
-
"privacy": "protected",
|
|
26531
|
-
"return": {
|
|
26532
|
-
"type": {
|
|
26533
|
-
"text": "void"
|
|
26534
|
-
}
|
|
26535
|
-
},
|
|
26536
|
-
"parameters": [
|
|
26537
|
-
{
|
|
26538
|
-
"name": "flag",
|
|
26539
|
-
"type": {
|
|
26540
|
-
"text": "T"
|
|
26541
|
-
}
|
|
26542
|
-
},
|
|
26543
|
-
{
|
|
26544
|
-
"name": "message",
|
|
26545
|
-
"type": {
|
|
26546
|
-
"text": "string"
|
|
26547
|
-
}
|
|
26548
|
-
},
|
|
26549
|
-
{
|
|
26550
|
-
"name": "flagValue",
|
|
26551
|
-
"optional": true,
|
|
26552
|
-
"type": {
|
|
26553
|
-
"text": "ValidityStateFlags[T]"
|
|
26554
|
-
}
|
|
26555
|
-
}
|
|
26556
|
-
],
|
|
26557
|
-
"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).",
|
|
26558
|
-
"inheritedFrom": {
|
|
26559
|
-
"name": "SbbFormAssociatedMixin",
|
|
26560
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26561
|
-
}
|
|
26562
|
-
},
|
|
26563
|
-
{
|
|
26564
|
-
"kind": "method",
|
|
26565
|
-
"name": "removeValidityFlag",
|
|
26566
|
-
"privacy": "protected",
|
|
26567
|
-
"return": {
|
|
26568
|
-
"type": {
|
|
26569
|
-
"text": "void"
|
|
26570
|
-
}
|
|
26571
|
-
},
|
|
26572
|
-
"parameters": [
|
|
26573
|
-
{
|
|
26574
|
-
"name": "flag",
|
|
26575
|
-
"type": {
|
|
26576
|
-
"text": "T"
|
|
26577
|
-
}
|
|
26578
|
-
}
|
|
26579
|
-
],
|
|
26580
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
26581
|
-
"inheritedFrom": {
|
|
26582
|
-
"name": "SbbFormAssociatedMixin",
|
|
26583
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26584
|
-
}
|
|
26585
|
-
},
|
|
26586
|
-
{
|
|
26587
|
-
"kind": "method",
|
|
26588
|
-
"name": "validate",
|
|
26589
|
-
"privacy": "protected",
|
|
26590
|
-
"return": {
|
|
26591
|
-
"type": {
|
|
26592
|
-
"text": "void"
|
|
26593
|
-
}
|
|
26594
|
-
},
|
|
26595
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
26596
26348
|
"inheritedFrom": {
|
|
26597
|
-
"name": "
|
|
26598
|
-
"module": "core/
|
|
26349
|
+
"name": "SbbLinkBaseElement",
|
|
26350
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26599
26351
|
}
|
|
26600
26352
|
},
|
|
26601
26353
|
{
|
|
26602
26354
|
"kind": "method",
|
|
26603
|
-
"name": "
|
|
26355
|
+
"name": "renderLink",
|
|
26604
26356
|
"privacy": "protected",
|
|
26605
26357
|
"return": {
|
|
26606
26358
|
"type": {
|
|
26607
|
-
"text": "
|
|
26359
|
+
"text": "TemplateResult"
|
|
26608
26360
|
}
|
|
26609
26361
|
},
|
|
26610
26362
|
"parameters": [
|
|
26611
26363
|
{
|
|
26612
|
-
"name": "
|
|
26364
|
+
"name": "renderContent",
|
|
26613
26365
|
"type": {
|
|
26614
|
-
"text": "
|
|
26366
|
+
"text": "TemplateResult"
|
|
26615
26367
|
}
|
|
26616
26368
|
}
|
|
26617
26369
|
],
|
|
26618
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
26619
|
-
"inheritedFrom": {
|
|
26620
|
-
"name": "SbbFormAssociatedMixin",
|
|
26621
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26622
|
-
}
|
|
26623
|
-
},
|
|
26624
|
-
{
|
|
26625
|
-
"kind": "method",
|
|
26626
|
-
"name": "_setInternalValidity",
|
|
26627
|
-
"privacy": "private",
|
|
26628
|
-
"return": {
|
|
26629
|
-
"type": {
|
|
26630
|
-
"text": "void"
|
|
26631
|
-
}
|
|
26632
|
-
},
|
|
26633
|
-
"inheritedFrom": {
|
|
26634
|
-
"name": "SbbFormAssociatedMixin",
|
|
26635
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
26636
|
-
}
|
|
26637
|
-
},
|
|
26638
|
-
{
|
|
26639
|
-
"kind": "field",
|
|
26640
|
-
"name": "role",
|
|
26641
|
-
"type": {
|
|
26642
|
-
"text": "ElementInternals['role']"
|
|
26643
|
-
},
|
|
26644
|
-
"privacy": "public",
|
|
26645
|
-
"static": true,
|
|
26646
|
-
"readonly": true,
|
|
26647
|
-
"default": "'button'",
|
|
26648
|
-
"inheritedFrom": {
|
|
26649
|
-
"name": "SbbButtonLikeBaseElement",
|
|
26650
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26651
|
-
}
|
|
26652
|
-
},
|
|
26653
|
-
{
|
|
26654
|
-
"kind": "field",
|
|
26655
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
26656
|
-
"privacy": "private",
|
|
26657
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
26658
|
-
"parameters": [
|
|
26659
|
-
{
|
|
26660
|
-
"description": "The origin event.",
|
|
26661
|
-
"name": "event"
|
|
26662
|
-
}
|
|
26663
|
-
],
|
|
26664
|
-
"inheritedFrom": {
|
|
26665
|
-
"name": "SbbButtonLikeBaseElement",
|
|
26666
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26667
|
-
}
|
|
26668
|
-
},
|
|
26669
|
-
{
|
|
26670
|
-
"kind": "field",
|
|
26671
|
-
"name": "_removeActiveMarker",
|
|
26672
|
-
"privacy": "private",
|
|
26673
|
-
"inheritedFrom": {
|
|
26674
|
-
"name": "SbbButtonLikeBaseElement",
|
|
26675
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26676
|
-
}
|
|
26677
|
-
},
|
|
26678
|
-
{
|
|
26679
|
-
"kind": "field",
|
|
26680
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
26681
|
-
"privacy": "private",
|
|
26682
|
-
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
26683
|
-
"parameters": [
|
|
26684
|
-
{
|
|
26685
|
-
"description": "The origin event.",
|
|
26686
|
-
"name": "event"
|
|
26687
|
-
}
|
|
26688
|
-
],
|
|
26689
|
-
"inheritedFrom": {
|
|
26690
|
-
"name": "SbbButtonLikeBaseElement",
|
|
26691
|
-
"module": "core/base-elements/button-base-element.js"
|
|
26692
|
-
}
|
|
26693
|
-
},
|
|
26694
|
-
{
|
|
26695
|
-
"kind": "field",
|
|
26696
|
-
"name": "_dispatchClickEvent",
|
|
26697
|
-
"privacy": "private",
|
|
26698
26370
|
"inheritedFrom": {
|
|
26699
|
-
"name": "
|
|
26700
|
-
"module": "core/base-elements/
|
|
26371
|
+
"name": "SbbLinkBaseElement",
|
|
26372
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26701
26373
|
}
|
|
26702
26374
|
},
|
|
26703
26375
|
{
|
|
@@ -26776,15 +26448,19 @@
|
|
|
26776
26448
|
"module": "button/common.js"
|
|
26777
26449
|
},
|
|
26778
26450
|
{
|
|
26779
|
-
"name": "
|
|
26451
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
26452
|
+
"module": "core/mixins.js"
|
|
26453
|
+
},
|
|
26454
|
+
{
|
|
26455
|
+
"name": "SbbDisabledMixin",
|
|
26780
26456
|
"module": "core/mixins.js"
|
|
26781
26457
|
}
|
|
26782
26458
|
],
|
|
26783
26459
|
"superclass": {
|
|
26784
|
-
"name": "
|
|
26460
|
+
"name": "SbbLinkBaseElement",
|
|
26785
26461
|
"module": "core/base-elements.js"
|
|
26786
26462
|
},
|
|
26787
|
-
"tagName": "sbb-accent-button",
|
|
26463
|
+
"tagName": "sbb-accent-button-link",
|
|
26788
26464
|
"customElement": true,
|
|
26789
26465
|
"attributes": [
|
|
26790
26466
|
{
|
|
@@ -26866,53 +26542,81 @@
|
|
|
26866
26542
|
}
|
|
26867
26543
|
},
|
|
26868
26544
|
{
|
|
26869
|
-
"name": "
|
|
26545
|
+
"name": "href",
|
|
26870
26546
|
"type": {
|
|
26871
26547
|
"text": "string"
|
|
26872
26548
|
},
|
|
26873
26549
|
"default": "''",
|
|
26874
|
-
"description": "
|
|
26875
|
-
"fieldName": "
|
|
26550
|
+
"description": "The href value you want to link to.",
|
|
26551
|
+
"fieldName": "href",
|
|
26876
26552
|
"inheritedFrom": {
|
|
26877
|
-
"name": "
|
|
26878
|
-
"module": "core/base-elements/
|
|
26553
|
+
"name": "SbbLinkBaseElement",
|
|
26554
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26879
26555
|
}
|
|
26880
26556
|
},
|
|
26881
26557
|
{
|
|
26882
|
-
"name": "
|
|
26883
|
-
"description": "The type attribute to use for the button.",
|
|
26884
|
-
"default": "'button'",
|
|
26558
|
+
"name": "target",
|
|
26885
26559
|
"type": {
|
|
26886
|
-
"text": "
|
|
26560
|
+
"text": "LinkTargetType | string"
|
|
26887
26561
|
},
|
|
26888
|
-
"
|
|
26562
|
+
"default": "''",
|
|
26563
|
+
"description": "Where to display the linked URL.",
|
|
26564
|
+
"fieldName": "target",
|
|
26889
26565
|
"inheritedFrom": {
|
|
26890
|
-
"name": "
|
|
26891
|
-
"module": "core/base-elements/
|
|
26566
|
+
"name": "SbbLinkBaseElement",
|
|
26567
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26892
26568
|
}
|
|
26893
26569
|
},
|
|
26894
26570
|
{
|
|
26895
|
-
"name": "
|
|
26896
|
-
"description": "The `<form>` element to associate the button with.",
|
|
26571
|
+
"name": "rel",
|
|
26897
26572
|
"type": {
|
|
26898
|
-
"text": "
|
|
26573
|
+
"text": "string"
|
|
26899
26574
|
},
|
|
26900
|
-
"
|
|
26575
|
+
"default": "''",
|
|
26576
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
26577
|
+
"fieldName": "rel",
|
|
26901
26578
|
"inheritedFrom": {
|
|
26902
|
-
"name": "
|
|
26903
|
-
"module": "core/base-elements/
|
|
26579
|
+
"name": "SbbLinkBaseElement",
|
|
26580
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26904
26581
|
}
|
|
26905
26582
|
},
|
|
26906
26583
|
{
|
|
26907
|
-
"name": "
|
|
26908
|
-
"
|
|
26584
|
+
"name": "download",
|
|
26585
|
+
"type": {
|
|
26586
|
+
"text": "boolean"
|
|
26587
|
+
},
|
|
26588
|
+
"default": "false",
|
|
26589
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
26590
|
+
"fieldName": "download",
|
|
26591
|
+
"inheritedFrom": {
|
|
26592
|
+
"name": "SbbLinkBaseElement",
|
|
26593
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26594
|
+
}
|
|
26595
|
+
},
|
|
26596
|
+
{
|
|
26597
|
+
"name": "accessibility-label",
|
|
26909
26598
|
"type": {
|
|
26910
26599
|
"text": "string"
|
|
26911
26600
|
},
|
|
26912
|
-
"
|
|
26601
|
+
"default": "''",
|
|
26602
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
26603
|
+
"fieldName": "accessibilityLabel",
|
|
26913
26604
|
"inheritedFrom": {
|
|
26914
|
-
"name": "
|
|
26915
|
-
"module": "core/
|
|
26605
|
+
"name": "SbbLinkBaseElement",
|
|
26606
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26607
|
+
}
|
|
26608
|
+
},
|
|
26609
|
+
{
|
|
26610
|
+
"name": "accessibility-current",
|
|
26611
|
+
"type": {
|
|
26612
|
+
"text": "string"
|
|
26613
|
+
},
|
|
26614
|
+
"default": "''",
|
|
26615
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
26616
|
+
"fieldName": "accessibilityCurrent",
|
|
26617
|
+
"inheritedFrom": {
|
|
26618
|
+
"name": "SbbLinkBaseElement",
|
|
26619
|
+
"module": "core/base-elements/link-base-element.js"
|
|
26916
26620
|
}
|
|
26917
26621
|
}
|
|
26918
26622
|
]
|
|
@@ -26921,30 +26625,30 @@
|
|
|
26921
26625
|
"exports": [
|
|
26922
26626
|
{
|
|
26923
26627
|
"kind": "js",
|
|
26924
|
-
"name": "
|
|
26628
|
+
"name": "SbbAccentButtonLinkElement",
|
|
26925
26629
|
"declaration": {
|
|
26926
|
-
"name": "
|
|
26927
|
-
"module": "button/accent-button/accent-button.component.js"
|
|
26630
|
+
"name": "SbbAccentButtonLinkElement",
|
|
26631
|
+
"module": "button/accent-button-link/accent-button-link.component.js"
|
|
26928
26632
|
}
|
|
26929
26633
|
},
|
|
26930
26634
|
{
|
|
26931
26635
|
"kind": "custom-element-definition",
|
|
26932
|
-
"name": "sbb-accent-button",
|
|
26636
|
+
"name": "sbb-accent-button-link",
|
|
26933
26637
|
"declaration": {
|
|
26934
|
-
"name": "
|
|
26935
|
-
"module": "button/accent-button/accent-button.component.js"
|
|
26638
|
+
"name": "SbbAccentButtonLinkElement",
|
|
26639
|
+
"module": "button/accent-button-link/accent-button-link.component.js"
|
|
26936
26640
|
}
|
|
26937
26641
|
}
|
|
26938
26642
|
]
|
|
26939
26643
|
},
|
|
26940
26644
|
{
|
|
26941
26645
|
"kind": "javascript-module",
|
|
26942
|
-
"path": "button/accent-button
|
|
26646
|
+
"path": "button/accent-button/accent-button.component.js",
|
|
26943
26647
|
"declarations": [
|
|
26944
26648
|
{
|
|
26945
26649
|
"kind": "class",
|
|
26946
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant
|
|
26947
|
-
"name": "
|
|
26650
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant.",
|
|
26651
|
+
"name": "SbbAccentButtonElement",
|
|
26948
26652
|
"cssProperties": [
|
|
26949
26653
|
{
|
|
26950
26654
|
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
@@ -26954,351 +26658,679 @@
|
|
|
26954
26658
|
],
|
|
26955
26659
|
"slots": [
|
|
26956
26660
|
{
|
|
26957
|
-
"description": "Use the unnamed slot to add content to the accent-button
|
|
26661
|
+
"description": "Use the unnamed slot to add content to the accent-button.",
|
|
26958
26662
|
"name": ""
|
|
26959
26663
|
},
|
|
26960
26664
|
{
|
|
26961
|
-
"description": "Slot used to display the icon, if one is set.",
|
|
26962
|
-
"name": "icon"
|
|
26963
|
-
}
|
|
26964
|
-
],
|
|
26965
|
-
"members": [
|
|
26665
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
26666
|
+
"name": "icon"
|
|
26667
|
+
}
|
|
26668
|
+
],
|
|
26669
|
+
"members": [
|
|
26670
|
+
{
|
|
26671
|
+
"kind": "field",
|
|
26672
|
+
"name": "size",
|
|
26673
|
+
"type": {
|
|
26674
|
+
"text": "SbbButtonSize"
|
|
26675
|
+
},
|
|
26676
|
+
"privacy": "public",
|
|
26677
|
+
"description": "Size variant, either l, m or s.",
|
|
26678
|
+
"default": "'l' / 's' (lean)",
|
|
26679
|
+
"attribute": "size",
|
|
26680
|
+
"reflects": true,
|
|
26681
|
+
"inheritedFrom": {
|
|
26682
|
+
"name": "SbbButtonCommonElementMixin",
|
|
26683
|
+
"module": "button/common/button-common.js"
|
|
26684
|
+
}
|
|
26685
|
+
},
|
|
26686
|
+
{
|
|
26687
|
+
"kind": "field",
|
|
26688
|
+
"name": "loading",
|
|
26689
|
+
"type": {
|
|
26690
|
+
"text": "boolean"
|
|
26691
|
+
},
|
|
26692
|
+
"privacy": "public",
|
|
26693
|
+
"default": "false",
|
|
26694
|
+
"description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
|
|
26695
|
+
"attribute": "loading",
|
|
26696
|
+
"reflects": true,
|
|
26697
|
+
"inheritedFrom": {
|
|
26698
|
+
"name": "SbbButtonCommonElementMixin",
|
|
26699
|
+
"module": "button/common/button-common.js"
|
|
26700
|
+
}
|
|
26701
|
+
},
|
|
26702
|
+
{
|
|
26703
|
+
"kind": "method",
|
|
26704
|
+
"name": "renderTemplate",
|
|
26705
|
+
"privacy": "protected",
|
|
26706
|
+
"return": {
|
|
26707
|
+
"type": {
|
|
26708
|
+
"text": "TemplateResult"
|
|
26709
|
+
}
|
|
26710
|
+
},
|
|
26711
|
+
"description": "Override this method to render the component template.",
|
|
26712
|
+
"inheritedFrom": {
|
|
26713
|
+
"name": "SbbActionBaseElement",
|
|
26714
|
+
"module": "core/base-elements/action-base-element.js"
|
|
26715
|
+
}
|
|
26716
|
+
},
|
|
26717
|
+
{
|
|
26718
|
+
"kind": "field",
|
|
26719
|
+
"name": "negative",
|
|
26720
|
+
"type": {
|
|
26721
|
+
"text": "boolean"
|
|
26722
|
+
},
|
|
26723
|
+
"privacy": "public",
|
|
26724
|
+
"default": "false",
|
|
26725
|
+
"description": "Negative coloring variant flag.",
|
|
26726
|
+
"attribute": "negative",
|
|
26727
|
+
"reflects": true,
|
|
26728
|
+
"inheritedFrom": {
|
|
26729
|
+
"name": "SbbNegativeMixin",
|
|
26730
|
+
"module": "core/mixins/negative-mixin.js"
|
|
26731
|
+
}
|
|
26732
|
+
},
|
|
26733
|
+
{
|
|
26734
|
+
"kind": "field",
|
|
26735
|
+
"name": "iconName",
|
|
26736
|
+
"type": {
|
|
26737
|
+
"text": "string"
|
|
26738
|
+
},
|
|
26739
|
+
"privacy": "public",
|
|
26740
|
+
"default": "''",
|
|
26741
|
+
"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.",
|
|
26742
|
+
"attribute": "icon-name",
|
|
26743
|
+
"inheritedFrom": {
|
|
26744
|
+
"name": "SbbIconNameMixin",
|
|
26745
|
+
"module": "icon/icon-name-mixin.js"
|
|
26746
|
+
}
|
|
26747
|
+
},
|
|
26748
|
+
{
|
|
26749
|
+
"kind": "method",
|
|
26750
|
+
"name": "renderIconSlot",
|
|
26751
|
+
"privacy": "protected",
|
|
26752
|
+
"return": {
|
|
26753
|
+
"type": {
|
|
26754
|
+
"text": "TemplateResult"
|
|
26755
|
+
}
|
|
26756
|
+
},
|
|
26757
|
+
"parameters": [
|
|
26758
|
+
{
|
|
26759
|
+
"name": "classname",
|
|
26760
|
+
"optional": true,
|
|
26761
|
+
"type": {
|
|
26762
|
+
"text": "string"
|
|
26763
|
+
}
|
|
26764
|
+
}
|
|
26765
|
+
],
|
|
26766
|
+
"inheritedFrom": {
|
|
26767
|
+
"name": "SbbIconNameMixin",
|
|
26768
|
+
"module": "icon/icon-name-mixin.js"
|
|
26769
|
+
}
|
|
26770
|
+
},
|
|
26771
|
+
{
|
|
26772
|
+
"kind": "method",
|
|
26773
|
+
"name": "renderIconName",
|
|
26774
|
+
"privacy": "protected",
|
|
26775
|
+
"return": {
|
|
26776
|
+
"type": {
|
|
26777
|
+
"text": "string"
|
|
26778
|
+
}
|
|
26779
|
+
},
|
|
26780
|
+
"inheritedFrom": {
|
|
26781
|
+
"name": "SbbIconNameMixin",
|
|
26782
|
+
"module": "icon/icon-name-mixin.js"
|
|
26783
|
+
}
|
|
26784
|
+
},
|
|
26785
|
+
{
|
|
26786
|
+
"kind": "method",
|
|
26787
|
+
"name": "_renderIconName",
|
|
26788
|
+
"privacy": "private",
|
|
26789
|
+
"return": {
|
|
26790
|
+
"type": {
|
|
26791
|
+
"text": "string"
|
|
26792
|
+
}
|
|
26793
|
+
},
|
|
26794
|
+
"inheritedFrom": {
|
|
26795
|
+
"name": "SbbIconNameMixin",
|
|
26796
|
+
"module": "icon/icon-name-mixin.js"
|
|
26797
|
+
}
|
|
26798
|
+
},
|
|
26799
|
+
{
|
|
26800
|
+
"kind": "field",
|
|
26801
|
+
"name": "disabledInteractive",
|
|
26802
|
+
"type": {
|
|
26803
|
+
"text": "boolean"
|
|
26804
|
+
},
|
|
26805
|
+
"privacy": "public",
|
|
26806
|
+
"default": "false",
|
|
26807
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
26808
|
+
"attribute": "disabled-interactive",
|
|
26809
|
+
"reflects": true,
|
|
26810
|
+
"inheritedFrom": {
|
|
26811
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
26812
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
26813
|
+
}
|
|
26814
|
+
},
|
|
26815
|
+
{
|
|
26816
|
+
"kind": "field",
|
|
26817
|
+
"name": "disabled",
|
|
26818
|
+
"privacy": "public",
|
|
26819
|
+
"description": "Whether the component is disabled.",
|
|
26820
|
+
"default": "false",
|
|
26821
|
+
"type": {
|
|
26822
|
+
"text": "boolean"
|
|
26823
|
+
},
|
|
26824
|
+
"attribute": "disabled",
|
|
26825
|
+
"reflects": true,
|
|
26826
|
+
"inheritedFrom": {
|
|
26827
|
+
"name": "SbbDisabledMixin",
|
|
26828
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
26829
|
+
}
|
|
26830
|
+
},
|
|
26831
|
+
{
|
|
26832
|
+
"kind": "field",
|
|
26833
|
+
"name": "#disabled",
|
|
26834
|
+
"privacy": "private",
|
|
26835
|
+
"type": {
|
|
26836
|
+
"text": "boolean"
|
|
26837
|
+
},
|
|
26838
|
+
"default": "false",
|
|
26839
|
+
"inheritedFrom": {
|
|
26840
|
+
"name": "SbbDisabledMixin",
|
|
26841
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
26842
|
+
}
|
|
26843
|
+
},
|
|
26844
|
+
{
|
|
26845
|
+
"kind": "method",
|
|
26846
|
+
"name": "isDisabledExternally",
|
|
26847
|
+
"privacy": "protected",
|
|
26848
|
+
"return": {
|
|
26849
|
+
"type": {
|
|
26850
|
+
"text": "boolean"
|
|
26851
|
+
}
|
|
26852
|
+
},
|
|
26853
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
26854
|
+
"inheritedFrom": {
|
|
26855
|
+
"name": "SbbDisabledMixin",
|
|
26856
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
26857
|
+
}
|
|
26858
|
+
},
|
|
26859
|
+
{
|
|
26860
|
+
"kind": "field",
|
|
26861
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
26862
|
+
"type": {
|
|
26863
|
+
"text": "array"
|
|
26864
|
+
},
|
|
26865
|
+
"privacy": "private",
|
|
26866
|
+
"readonly": true,
|
|
26867
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
26868
|
+
"inheritedFrom": {
|
|
26869
|
+
"name": "SbbButtonBaseElement",
|
|
26870
|
+
"module": "core/base-elements/button-base-element.js"
|
|
26871
|
+
}
|
|
26872
|
+
},
|
|
26873
|
+
{
|
|
26874
|
+
"kind": "field",
|
|
26875
|
+
"name": "value",
|
|
26876
|
+
"type": {
|
|
26877
|
+
"text": "string"
|
|
26878
|
+
},
|
|
26879
|
+
"privacy": "public",
|
|
26880
|
+
"default": "''",
|
|
26881
|
+
"description": "Value of the form element.",
|
|
26882
|
+
"attribute": "value",
|
|
26883
|
+
"inheritedFrom": {
|
|
26884
|
+
"name": "SbbButtonBaseElement",
|
|
26885
|
+
"module": "core/base-elements/button-base-element.js"
|
|
26886
|
+
}
|
|
26887
|
+
},
|
|
26888
|
+
{
|
|
26889
|
+
"kind": "field",
|
|
26890
|
+
"name": "type",
|
|
26891
|
+
"privacy": "public",
|
|
26892
|
+
"description": "The type attribute to use for the button.",
|
|
26893
|
+
"default": "'button'",
|
|
26894
|
+
"type": {
|
|
26895
|
+
"text": "SbbButtonType"
|
|
26896
|
+
},
|
|
26897
|
+
"attribute": "type",
|
|
26898
|
+
"inheritedFrom": {
|
|
26899
|
+
"name": "SbbButtonBaseElement",
|
|
26900
|
+
"module": "core/base-elements/button-base-element.js"
|
|
26901
|
+
}
|
|
26902
|
+
},
|
|
26903
|
+
{
|
|
26904
|
+
"kind": "field",
|
|
26905
|
+
"name": "form",
|
|
26906
|
+
"type": {
|
|
26907
|
+
"text": "HTMLFormElement | null"
|
|
26908
|
+
},
|
|
26909
|
+
"privacy": "public",
|
|
26910
|
+
"description": "The `<form>` element to associate the button with.",
|
|
26911
|
+
"attribute": "form",
|
|
26912
|
+
"inheritedFrom": {
|
|
26913
|
+
"name": "SbbButtonBaseElement",
|
|
26914
|
+
"module": "core/base-elements/button-base-element.js"
|
|
26915
|
+
}
|
|
26916
|
+
},
|
|
26917
|
+
{
|
|
26918
|
+
"kind": "field",
|
|
26919
|
+
"name": "_formId",
|
|
26920
|
+
"type": {
|
|
26921
|
+
"text": "string"
|
|
26922
|
+
},
|
|
26923
|
+
"privacy": "private",
|
|
26924
|
+
"default": "''",
|
|
26925
|
+
"inheritedFrom": {
|
|
26926
|
+
"name": "SbbButtonBaseElement",
|
|
26927
|
+
"module": "core/base-elements/button-base-element.js"
|
|
26928
|
+
}
|
|
26929
|
+
},
|
|
26930
|
+
{
|
|
26931
|
+
"kind": "field",
|
|
26932
|
+
"name": "_handleButtonClick",
|
|
26933
|
+
"privacy": "private",
|
|
26934
|
+
"inheritedFrom": {
|
|
26935
|
+
"name": "SbbButtonBaseElement",
|
|
26936
|
+
"module": "core/base-elements/button-base-element.js"
|
|
26937
|
+
}
|
|
26938
|
+
},
|
|
26939
|
+
{
|
|
26940
|
+
"kind": "method",
|
|
26941
|
+
"name": "_requestSubmit",
|
|
26942
|
+
"privacy": "private",
|
|
26943
|
+
"return": {
|
|
26944
|
+
"type": {
|
|
26945
|
+
"text": "void"
|
|
26946
|
+
}
|
|
26947
|
+
},
|
|
26948
|
+
"parameters": [
|
|
26949
|
+
{
|
|
26950
|
+
"name": "form",
|
|
26951
|
+
"type": {
|
|
26952
|
+
"text": "HTMLFormElement"
|
|
26953
|
+
}
|
|
26954
|
+
}
|
|
26955
|
+
],
|
|
26956
|
+
"inheritedFrom": {
|
|
26957
|
+
"name": "SbbButtonBaseElement",
|
|
26958
|
+
"module": "core/base-elements/button-base-element.js"
|
|
26959
|
+
}
|
|
26960
|
+
},
|
|
26961
|
+
{
|
|
26962
|
+
"kind": "field",
|
|
26963
|
+
"name": "_formKeyDown",
|
|
26964
|
+
"privacy": "private",
|
|
26965
|
+
"inheritedFrom": {
|
|
26966
|
+
"name": "SbbButtonBaseElement",
|
|
26967
|
+
"module": "core/base-elements/button-base-element.js"
|
|
26968
|
+
}
|
|
26969
|
+
},
|
|
26970
|
+
{
|
|
26971
|
+
"kind": "field",
|
|
26972
|
+
"name": "formAssociated",
|
|
26973
|
+
"type": {
|
|
26974
|
+
"text": "boolean"
|
|
26975
|
+
},
|
|
26976
|
+
"privacy": "public",
|
|
26977
|
+
"static": true,
|
|
26978
|
+
"default": "true",
|
|
26979
|
+
"inheritedFrom": {
|
|
26980
|
+
"name": "SbbFormAssociatedMixin",
|
|
26981
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
26982
|
+
}
|
|
26983
|
+
},
|
|
26984
|
+
{
|
|
26985
|
+
"kind": "field",
|
|
26986
|
+
"name": "name",
|
|
26987
|
+
"privacy": "public",
|
|
26988
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
26989
|
+
"type": {
|
|
26990
|
+
"text": "string"
|
|
26991
|
+
},
|
|
26992
|
+
"attribute": "name",
|
|
26993
|
+
"inheritedFrom": {
|
|
26994
|
+
"name": "SbbFormAssociatedMixin",
|
|
26995
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
26996
|
+
}
|
|
26997
|
+
},
|
|
26998
|
+
{
|
|
26999
|
+
"kind": "field",
|
|
27000
|
+
"name": "validity",
|
|
27001
|
+
"type": {
|
|
27002
|
+
"text": "ValidityState"
|
|
27003
|
+
},
|
|
27004
|
+
"privacy": "public",
|
|
27005
|
+
"description": "Returns the ValidityState object for this element.",
|
|
27006
|
+
"readonly": true,
|
|
27007
|
+
"inheritedFrom": {
|
|
27008
|
+
"name": "SbbFormAssociatedMixin",
|
|
27009
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27010
|
+
}
|
|
27011
|
+
},
|
|
26966
27012
|
{
|
|
26967
27013
|
"kind": "field",
|
|
26968
|
-
"name": "
|
|
27014
|
+
"name": "validationMessage",
|
|
26969
27015
|
"type": {
|
|
26970
|
-
"text": "
|
|
27016
|
+
"text": "string"
|
|
26971
27017
|
},
|
|
26972
27018
|
"privacy": "public",
|
|
26973
|
-
"description": "
|
|
26974
|
-
"
|
|
26975
|
-
"attribute": "size",
|
|
26976
|
-
"reflects": true,
|
|
27019
|
+
"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.",
|
|
27020
|
+
"readonly": true,
|
|
26977
27021
|
"inheritedFrom": {
|
|
26978
|
-
"name": "
|
|
26979
|
-
"module": "
|
|
27022
|
+
"name": "SbbFormAssociatedMixin",
|
|
27023
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
26980
27024
|
}
|
|
26981
27025
|
},
|
|
26982
27026
|
{
|
|
26983
27027
|
"kind": "field",
|
|
26984
|
-
"name": "
|
|
27028
|
+
"name": "willValidate",
|
|
26985
27029
|
"type": {
|
|
26986
27030
|
"text": "boolean"
|
|
26987
27031
|
},
|
|
26988
27032
|
"privacy": "public",
|
|
26989
|
-
"
|
|
26990
|
-
"
|
|
26991
|
-
"attribute": "loading",
|
|
26992
|
-
"reflects": true,
|
|
27033
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
27034
|
+
"readonly": true,
|
|
26993
27035
|
"inheritedFrom": {
|
|
26994
|
-
"name": "
|
|
26995
|
-
"module": "
|
|
27036
|
+
"name": "SbbFormAssociatedMixin",
|
|
27037
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
26996
27038
|
}
|
|
26997
27039
|
},
|
|
26998
27040
|
{
|
|
26999
|
-
"kind": "
|
|
27000
|
-
"name": "
|
|
27001
|
-
"privacy": "
|
|
27002
|
-
"
|
|
27003
|
-
"type": {
|
|
27004
|
-
"text": "TemplateResult"
|
|
27005
|
-
}
|
|
27006
|
-
},
|
|
27007
|
-
"description": "Override this method to render the component template.",
|
|
27041
|
+
"kind": "field",
|
|
27042
|
+
"name": "_validityStates",
|
|
27043
|
+
"privacy": "private",
|
|
27044
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
27008
27045
|
"inheritedFrom": {
|
|
27009
|
-
"name": "
|
|
27010
|
-
"module": "core/
|
|
27046
|
+
"name": "SbbFormAssociatedMixin",
|
|
27047
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27011
27048
|
}
|
|
27012
27049
|
},
|
|
27013
27050
|
{
|
|
27014
27051
|
"kind": "field",
|
|
27015
|
-
"name": "
|
|
27052
|
+
"name": "formDisabled",
|
|
27016
27053
|
"type": {
|
|
27017
27054
|
"text": "boolean"
|
|
27018
27055
|
},
|
|
27019
|
-
"privacy": "
|
|
27056
|
+
"privacy": "protected",
|
|
27020
27057
|
"default": "false",
|
|
27021
|
-
"description": "
|
|
27022
|
-
"attribute": "negative",
|
|
27023
|
-
"reflects": true,
|
|
27058
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
27024
27059
|
"inheritedFrom": {
|
|
27025
|
-
"name": "
|
|
27026
|
-
"module": "core/mixins/
|
|
27060
|
+
"name": "SbbFormAssociatedMixin",
|
|
27061
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27027
27062
|
}
|
|
27028
27063
|
},
|
|
27029
27064
|
{
|
|
27030
|
-
"kind": "
|
|
27031
|
-
"name": "
|
|
27032
|
-
"
|
|
27033
|
-
|
|
27065
|
+
"kind": "method",
|
|
27066
|
+
"name": "checkValidity",
|
|
27067
|
+
"privacy": "public",
|
|
27068
|
+
"return": {
|
|
27069
|
+
"type": {
|
|
27070
|
+
"text": "boolean"
|
|
27071
|
+
}
|
|
27034
27072
|
},
|
|
27073
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
27074
|
+
"inheritedFrom": {
|
|
27075
|
+
"name": "SbbFormAssociatedMixin",
|
|
27076
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27077
|
+
}
|
|
27078
|
+
},
|
|
27079
|
+
{
|
|
27080
|
+
"kind": "method",
|
|
27081
|
+
"name": "reportValidity",
|
|
27035
27082
|
"privacy": "public",
|
|
27036
|
-
"
|
|
27037
|
-
|
|
27038
|
-
|
|
27083
|
+
"return": {
|
|
27084
|
+
"type": {
|
|
27085
|
+
"text": "boolean"
|
|
27086
|
+
}
|
|
27087
|
+
},
|
|
27088
|
+
"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.",
|
|
27039
27089
|
"inheritedFrom": {
|
|
27040
|
-
"name": "
|
|
27041
|
-
"module": "
|
|
27090
|
+
"name": "SbbFormAssociatedMixin",
|
|
27091
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27042
27092
|
}
|
|
27043
27093
|
},
|
|
27044
27094
|
{
|
|
27045
27095
|
"kind": "method",
|
|
27046
|
-
"name": "
|
|
27047
|
-
"privacy": "
|
|
27096
|
+
"name": "setCustomValidity",
|
|
27097
|
+
"privacy": "public",
|
|
27048
27098
|
"return": {
|
|
27049
27099
|
"type": {
|
|
27050
|
-
"text": "
|
|
27100
|
+
"text": "void"
|
|
27051
27101
|
}
|
|
27052
27102
|
},
|
|
27053
27103
|
"parameters": [
|
|
27054
27104
|
{
|
|
27055
|
-
"name": "
|
|
27056
|
-
"optional": true,
|
|
27105
|
+
"name": "message",
|
|
27057
27106
|
"type": {
|
|
27058
27107
|
"text": "string"
|
|
27059
27108
|
}
|
|
27060
27109
|
}
|
|
27061
27110
|
],
|
|
27111
|
+
"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.",
|
|
27062
27112
|
"inheritedFrom": {
|
|
27063
|
-
"name": "
|
|
27064
|
-
"module": "
|
|
27113
|
+
"name": "SbbFormAssociatedMixin",
|
|
27114
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27065
27115
|
}
|
|
27066
27116
|
},
|
|
27067
27117
|
{
|
|
27068
27118
|
"kind": "method",
|
|
27069
|
-
"name": "
|
|
27070
|
-
"privacy": "
|
|
27119
|
+
"name": "_hasDisabledAncestor",
|
|
27120
|
+
"privacy": "private",
|
|
27071
27121
|
"return": {
|
|
27072
27122
|
"type": {
|
|
27073
|
-
"text": "
|
|
27123
|
+
"text": "boolean"
|
|
27074
27124
|
}
|
|
27075
27125
|
},
|
|
27076
27126
|
"inheritedFrom": {
|
|
27077
|
-
"name": "
|
|
27078
|
-
"module": "
|
|
27127
|
+
"name": "SbbFormAssociatedMixin",
|
|
27128
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27079
27129
|
}
|
|
27080
27130
|
},
|
|
27081
27131
|
{
|
|
27082
27132
|
"kind": "method",
|
|
27083
|
-
"name": "
|
|
27084
|
-
"privacy": "
|
|
27133
|
+
"name": "updateFormValue",
|
|
27134
|
+
"privacy": "protected",
|
|
27085
27135
|
"return": {
|
|
27086
27136
|
"type": {
|
|
27087
|
-
"text": "
|
|
27137
|
+
"text": "void"
|
|
27088
27138
|
}
|
|
27089
27139
|
},
|
|
27140
|
+
"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",
|
|
27090
27141
|
"inheritedFrom": {
|
|
27091
|
-
"name": "
|
|
27092
|
-
"module": "
|
|
27093
|
-
}
|
|
27094
|
-
},
|
|
27095
|
-
{
|
|
27096
|
-
"kind": "field",
|
|
27097
|
-
"name": "disabledInteractive",
|
|
27098
|
-
"type": {
|
|
27099
|
-
"text": "boolean"
|
|
27100
|
-
},
|
|
27101
|
-
"privacy": "public",
|
|
27102
|
-
"default": "false",
|
|
27103
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
27104
|
-
"attribute": "disabled-interactive",
|
|
27105
|
-
"reflects": true,
|
|
27106
|
-
"inheritedFrom": {
|
|
27107
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
27108
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
27109
|
-
}
|
|
27110
|
-
},
|
|
27111
|
-
{
|
|
27112
|
-
"kind": "field",
|
|
27113
|
-
"name": "disabled",
|
|
27114
|
-
"privacy": "public",
|
|
27115
|
-
"description": "Whether the component is disabled.",
|
|
27116
|
-
"default": "false",
|
|
27117
|
-
"type": {
|
|
27118
|
-
"text": "boolean"
|
|
27119
|
-
},
|
|
27120
|
-
"attribute": "disabled",
|
|
27121
|
-
"reflects": true,
|
|
27122
|
-
"inheritedFrom": {
|
|
27123
|
-
"name": "SbbDisabledMixin",
|
|
27124
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
27142
|
+
"name": "SbbFormAssociatedMixin",
|
|
27143
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27125
27144
|
}
|
|
27126
27145
|
},
|
|
27127
27146
|
{
|
|
27128
|
-
"kind": "
|
|
27129
|
-
"name": "
|
|
27130
|
-
"privacy": "
|
|
27131
|
-
"
|
|
27132
|
-
"
|
|
27147
|
+
"kind": "method",
|
|
27148
|
+
"name": "formState",
|
|
27149
|
+
"privacy": "protected",
|
|
27150
|
+
"return": {
|
|
27151
|
+
"type": {
|
|
27152
|
+
"text": "FormRestoreState"
|
|
27153
|
+
}
|
|
27133
27154
|
},
|
|
27134
|
-
"default": "false",
|
|
27135
27155
|
"inheritedFrom": {
|
|
27136
|
-
"name": "
|
|
27137
|
-
"module": "core/mixins/
|
|
27156
|
+
"name": "SbbFormAssociatedMixin",
|
|
27157
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27138
27158
|
}
|
|
27139
27159
|
},
|
|
27140
27160
|
{
|
|
27141
27161
|
"kind": "method",
|
|
27142
|
-
"name": "
|
|
27162
|
+
"name": "setValidityFlag",
|
|
27143
27163
|
"privacy": "protected",
|
|
27144
27164
|
"return": {
|
|
27145
27165
|
"type": {
|
|
27146
|
-
"text": "
|
|
27166
|
+
"text": "void"
|
|
27147
27167
|
}
|
|
27148
27168
|
},
|
|
27149
|
-
"
|
|
27169
|
+
"parameters": [
|
|
27170
|
+
{
|
|
27171
|
+
"name": "flag",
|
|
27172
|
+
"type": {
|
|
27173
|
+
"text": "T"
|
|
27174
|
+
}
|
|
27175
|
+
},
|
|
27176
|
+
{
|
|
27177
|
+
"name": "message",
|
|
27178
|
+
"type": {
|
|
27179
|
+
"text": "string"
|
|
27180
|
+
}
|
|
27181
|
+
},
|
|
27182
|
+
{
|
|
27183
|
+
"name": "flagValue",
|
|
27184
|
+
"optional": true,
|
|
27185
|
+
"type": {
|
|
27186
|
+
"text": "ValidityStateFlags[T]"
|
|
27187
|
+
}
|
|
27188
|
+
}
|
|
27189
|
+
],
|
|
27190
|
+
"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).",
|
|
27150
27191
|
"inheritedFrom": {
|
|
27151
|
-
"name": "
|
|
27152
|
-
"module": "core/mixins/
|
|
27192
|
+
"name": "SbbFormAssociatedMixin",
|
|
27193
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27153
27194
|
}
|
|
27154
27195
|
},
|
|
27155
27196
|
{
|
|
27156
|
-
"kind": "
|
|
27157
|
-
"name": "
|
|
27158
|
-
"
|
|
27159
|
-
|
|
27197
|
+
"kind": "method",
|
|
27198
|
+
"name": "removeValidityFlag",
|
|
27199
|
+
"privacy": "protected",
|
|
27200
|
+
"return": {
|
|
27201
|
+
"type": {
|
|
27202
|
+
"text": "void"
|
|
27203
|
+
}
|
|
27160
27204
|
},
|
|
27161
|
-
"
|
|
27162
|
-
|
|
27163
|
-
|
|
27164
|
-
|
|
27165
|
-
|
|
27205
|
+
"parameters": [
|
|
27206
|
+
{
|
|
27207
|
+
"name": "flag",
|
|
27208
|
+
"type": {
|
|
27209
|
+
"text": "T"
|
|
27210
|
+
}
|
|
27211
|
+
}
|
|
27212
|
+
],
|
|
27213
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
27166
27214
|
"inheritedFrom": {
|
|
27167
|
-
"name": "
|
|
27168
|
-
"module": "core/
|
|
27215
|
+
"name": "SbbFormAssociatedMixin",
|
|
27216
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27169
27217
|
}
|
|
27170
27218
|
},
|
|
27171
27219
|
{
|
|
27172
|
-
"kind": "
|
|
27173
|
-
"name": "
|
|
27174
|
-
"
|
|
27175
|
-
|
|
27220
|
+
"kind": "method",
|
|
27221
|
+
"name": "validate",
|
|
27222
|
+
"privacy": "protected",
|
|
27223
|
+
"return": {
|
|
27224
|
+
"type": {
|
|
27225
|
+
"text": "void"
|
|
27226
|
+
}
|
|
27176
27227
|
},
|
|
27177
|
-
"
|
|
27178
|
-
"default": "''",
|
|
27179
|
-
"description": "Where to display the linked URL.",
|
|
27180
|
-
"attribute": "target",
|
|
27181
|
-
"reflects": true,
|
|
27228
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
27182
27229
|
"inheritedFrom": {
|
|
27183
|
-
"name": "
|
|
27184
|
-
"module": "core/
|
|
27230
|
+
"name": "SbbFormAssociatedMixin",
|
|
27231
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27185
27232
|
}
|
|
27186
27233
|
},
|
|
27187
27234
|
{
|
|
27188
|
-
"kind": "
|
|
27189
|
-
"name": "
|
|
27190
|
-
"
|
|
27191
|
-
|
|
27235
|
+
"kind": "method",
|
|
27236
|
+
"name": "shouldValidate",
|
|
27237
|
+
"privacy": "protected",
|
|
27238
|
+
"return": {
|
|
27239
|
+
"type": {
|
|
27240
|
+
"text": "boolean"
|
|
27241
|
+
}
|
|
27192
27242
|
},
|
|
27193
|
-
"
|
|
27194
|
-
|
|
27195
|
-
|
|
27196
|
-
|
|
27197
|
-
|
|
27243
|
+
"parameters": [
|
|
27244
|
+
{
|
|
27245
|
+
"name": "name",
|
|
27246
|
+
"type": {
|
|
27247
|
+
"text": "PropertyKey | undefined"
|
|
27248
|
+
}
|
|
27249
|
+
}
|
|
27250
|
+
],
|
|
27251
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
27198
27252
|
"inheritedFrom": {
|
|
27199
|
-
"name": "
|
|
27200
|
-
"module": "core/
|
|
27253
|
+
"name": "SbbFormAssociatedMixin",
|
|
27254
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27201
27255
|
}
|
|
27202
27256
|
},
|
|
27203
27257
|
{
|
|
27204
|
-
"kind": "
|
|
27205
|
-
"name": "
|
|
27206
|
-
"
|
|
27207
|
-
|
|
27258
|
+
"kind": "method",
|
|
27259
|
+
"name": "_setInternalValidity",
|
|
27260
|
+
"privacy": "private",
|
|
27261
|
+
"return": {
|
|
27262
|
+
"type": {
|
|
27263
|
+
"text": "void"
|
|
27264
|
+
}
|
|
27208
27265
|
},
|
|
27209
|
-
"privacy": "public",
|
|
27210
|
-
"default": "false",
|
|
27211
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
27212
|
-
"attribute": "download",
|
|
27213
|
-
"reflects": true,
|
|
27214
27266
|
"inheritedFrom": {
|
|
27215
|
-
"name": "
|
|
27216
|
-
"module": "core/
|
|
27267
|
+
"name": "SbbFormAssociatedMixin",
|
|
27268
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27217
27269
|
}
|
|
27218
27270
|
},
|
|
27219
27271
|
{
|
|
27220
27272
|
"kind": "field",
|
|
27221
|
-
"name": "
|
|
27273
|
+
"name": "role",
|
|
27222
27274
|
"type": {
|
|
27223
|
-
"text": "
|
|
27275
|
+
"text": "ElementInternals['role']"
|
|
27224
27276
|
},
|
|
27225
27277
|
"privacy": "public",
|
|
27226
|
-
"
|
|
27227
|
-
"
|
|
27228
|
-
"
|
|
27278
|
+
"static": true,
|
|
27279
|
+
"readonly": true,
|
|
27280
|
+
"default": "'button'",
|
|
27229
27281
|
"inheritedFrom": {
|
|
27230
|
-
"name": "
|
|
27231
|
-
"module": "core/base-elements/
|
|
27282
|
+
"name": "SbbButtonLikeBaseElement",
|
|
27283
|
+
"module": "core/base-elements/button-base-element.js"
|
|
27232
27284
|
}
|
|
27233
27285
|
},
|
|
27234
27286
|
{
|
|
27235
27287
|
"kind": "field",
|
|
27236
|
-
"name": "
|
|
27237
|
-
"
|
|
27238
|
-
|
|
27239
|
-
|
|
27240
|
-
|
|
27241
|
-
|
|
27242
|
-
|
|
27243
|
-
|
|
27288
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
27289
|
+
"privacy": "private",
|
|
27290
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
27291
|
+
"parameters": [
|
|
27292
|
+
{
|
|
27293
|
+
"description": "The origin event.",
|
|
27294
|
+
"name": "event"
|
|
27295
|
+
}
|
|
27296
|
+
],
|
|
27244
27297
|
"inheritedFrom": {
|
|
27245
|
-
"name": "
|
|
27246
|
-
"module": "core/base-elements/
|
|
27298
|
+
"name": "SbbButtonLikeBaseElement",
|
|
27299
|
+
"module": "core/base-elements/button-base-element.js"
|
|
27247
27300
|
}
|
|
27248
27301
|
},
|
|
27249
27302
|
{
|
|
27250
27303
|
"kind": "field",
|
|
27251
|
-
"name": "
|
|
27252
|
-
"privacy": "
|
|
27253
|
-
"default": "new SbbLanguageController(this)",
|
|
27304
|
+
"name": "_removeActiveMarker",
|
|
27305
|
+
"privacy": "private",
|
|
27254
27306
|
"inheritedFrom": {
|
|
27255
|
-
"name": "
|
|
27256
|
-
"module": "core/base-elements/
|
|
27307
|
+
"name": "SbbButtonLikeBaseElement",
|
|
27308
|
+
"module": "core/base-elements/button-base-element.js"
|
|
27257
27309
|
}
|
|
27258
27310
|
},
|
|
27259
27311
|
{
|
|
27260
27312
|
"kind": "field",
|
|
27261
|
-
"name": "
|
|
27262
|
-
"
|
|
27263
|
-
|
|
27264
|
-
|
|
27265
|
-
|
|
27266
|
-
|
|
27267
|
-
|
|
27313
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
27314
|
+
"privacy": "private",
|
|
27315
|
+
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
27316
|
+
"parameters": [
|
|
27317
|
+
{
|
|
27318
|
+
"description": "The origin event.",
|
|
27319
|
+
"name": "event"
|
|
27320
|
+
}
|
|
27321
|
+
],
|
|
27268
27322
|
"inheritedFrom": {
|
|
27269
|
-
"name": "
|
|
27270
|
-
"module": "core/base-elements/
|
|
27323
|
+
"name": "SbbButtonLikeBaseElement",
|
|
27324
|
+
"module": "core/base-elements/button-base-element.js"
|
|
27271
27325
|
}
|
|
27272
27326
|
},
|
|
27273
27327
|
{
|
|
27274
27328
|
"kind": "field",
|
|
27275
|
-
"name": "
|
|
27329
|
+
"name": "_dispatchClickEvent",
|
|
27276
27330
|
"privacy": "private",
|
|
27277
27331
|
"inheritedFrom": {
|
|
27278
|
-
"name": "
|
|
27279
|
-
"module": "core/base-elements/
|
|
27280
|
-
}
|
|
27281
|
-
},
|
|
27282
|
-
{
|
|
27283
|
-
"kind": "method",
|
|
27284
|
-
"name": "renderLink",
|
|
27285
|
-
"privacy": "protected",
|
|
27286
|
-
"return": {
|
|
27287
|
-
"type": {
|
|
27288
|
-
"text": "TemplateResult"
|
|
27289
|
-
}
|
|
27290
|
-
},
|
|
27291
|
-
"parameters": [
|
|
27292
|
-
{
|
|
27293
|
-
"name": "renderContent",
|
|
27294
|
-
"type": {
|
|
27295
|
-
"text": "TemplateResult"
|
|
27296
|
-
}
|
|
27297
|
-
}
|
|
27298
|
-
],
|
|
27299
|
-
"inheritedFrom": {
|
|
27300
|
-
"name": "SbbLinkBaseElement",
|
|
27301
|
-
"module": "core/base-elements/link-base-element.js"
|
|
27332
|
+
"name": "SbbButtonLikeBaseElement",
|
|
27333
|
+
"module": "core/base-elements/button-base-element.js"
|
|
27302
27334
|
}
|
|
27303
27335
|
},
|
|
27304
27336
|
{
|
|
@@ -27377,19 +27409,15 @@
|
|
|
27377
27409
|
"module": "button/common.js"
|
|
27378
27410
|
},
|
|
27379
27411
|
{
|
|
27380
|
-
"name": "
|
|
27381
|
-
"module": "core/mixins.js"
|
|
27382
|
-
},
|
|
27383
|
-
{
|
|
27384
|
-
"name": "SbbDisabledMixin",
|
|
27412
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
27385
27413
|
"module": "core/mixins.js"
|
|
27386
27414
|
}
|
|
27387
27415
|
],
|
|
27388
27416
|
"superclass": {
|
|
27389
|
-
"name": "
|
|
27417
|
+
"name": "SbbButtonBaseElement",
|
|
27390
27418
|
"module": "core/base-elements.js"
|
|
27391
27419
|
},
|
|
27392
|
-
"tagName": "sbb-accent-button
|
|
27420
|
+
"tagName": "sbb-accent-button",
|
|
27393
27421
|
"customElement": true,
|
|
27394
27422
|
"attributes": [
|
|
27395
27423
|
{
|
|
@@ -27471,81 +27499,53 @@
|
|
|
27471
27499
|
}
|
|
27472
27500
|
},
|
|
27473
27501
|
{
|
|
27474
|
-
"name": "
|
|
27475
|
-
"type": {
|
|
27476
|
-
"text": "string"
|
|
27477
|
-
},
|
|
27478
|
-
"default": "''",
|
|
27479
|
-
"description": "The href value you want to link to.",
|
|
27480
|
-
"fieldName": "href",
|
|
27481
|
-
"inheritedFrom": {
|
|
27482
|
-
"name": "SbbLinkBaseElement",
|
|
27483
|
-
"module": "core/base-elements/link-base-element.js"
|
|
27484
|
-
}
|
|
27485
|
-
},
|
|
27486
|
-
{
|
|
27487
|
-
"name": "target",
|
|
27488
|
-
"type": {
|
|
27489
|
-
"text": "LinkTargetType | string"
|
|
27490
|
-
},
|
|
27491
|
-
"default": "''",
|
|
27492
|
-
"description": "Where to display the linked URL.",
|
|
27493
|
-
"fieldName": "target",
|
|
27494
|
-
"inheritedFrom": {
|
|
27495
|
-
"name": "SbbLinkBaseElement",
|
|
27496
|
-
"module": "core/base-elements/link-base-element.js"
|
|
27497
|
-
}
|
|
27498
|
-
},
|
|
27499
|
-
{
|
|
27500
|
-
"name": "rel",
|
|
27502
|
+
"name": "value",
|
|
27501
27503
|
"type": {
|
|
27502
27504
|
"text": "string"
|
|
27503
27505
|
},
|
|
27504
27506
|
"default": "''",
|
|
27505
|
-
"description": "
|
|
27506
|
-
"fieldName": "
|
|
27507
|
+
"description": "Value of the form element.",
|
|
27508
|
+
"fieldName": "value",
|
|
27507
27509
|
"inheritedFrom": {
|
|
27508
|
-
"name": "
|
|
27509
|
-
"module": "core/base-elements/
|
|
27510
|
+
"name": "SbbButtonBaseElement",
|
|
27511
|
+
"module": "core/base-elements/button-base-element.js"
|
|
27510
27512
|
}
|
|
27511
27513
|
},
|
|
27512
27514
|
{
|
|
27513
|
-
"name": "
|
|
27515
|
+
"name": "type",
|
|
27516
|
+
"description": "The type attribute to use for the button.",
|
|
27517
|
+
"default": "'button'",
|
|
27514
27518
|
"type": {
|
|
27515
|
-
"text": "
|
|
27519
|
+
"text": "SbbButtonType"
|
|
27516
27520
|
},
|
|
27517
|
-
"
|
|
27518
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
27519
|
-
"fieldName": "download",
|
|
27521
|
+
"fieldName": "type",
|
|
27520
27522
|
"inheritedFrom": {
|
|
27521
|
-
"name": "
|
|
27522
|
-
"module": "core/base-elements/
|
|
27523
|
+
"name": "SbbButtonBaseElement",
|
|
27524
|
+
"module": "core/base-elements/button-base-element.js"
|
|
27523
27525
|
}
|
|
27524
27526
|
},
|
|
27525
27527
|
{
|
|
27526
|
-
"name": "
|
|
27528
|
+
"name": "form",
|
|
27529
|
+
"description": "The `<form>` element to associate the button with.",
|
|
27527
27530
|
"type": {
|
|
27528
|
-
"text": "
|
|
27531
|
+
"text": "HTMLFormElement | null"
|
|
27529
27532
|
},
|
|
27530
|
-
"
|
|
27531
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
27532
|
-
"fieldName": "accessibilityLabel",
|
|
27533
|
+
"fieldName": "form",
|
|
27533
27534
|
"inheritedFrom": {
|
|
27534
|
-
"name": "
|
|
27535
|
-
"module": "core/base-elements/
|
|
27535
|
+
"name": "SbbButtonBaseElement",
|
|
27536
|
+
"module": "core/base-elements/button-base-element.js"
|
|
27536
27537
|
}
|
|
27537
27538
|
},
|
|
27538
27539
|
{
|
|
27539
|
-
"name": "
|
|
27540
|
+
"name": "name",
|
|
27541
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
27540
27542
|
"type": {
|
|
27541
27543
|
"text": "string"
|
|
27542
27544
|
},
|
|
27543
|
-
"
|
|
27544
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
27545
|
-
"fieldName": "accessibilityCurrent",
|
|
27545
|
+
"fieldName": "name",
|
|
27546
27546
|
"inheritedFrom": {
|
|
27547
|
-
"name": "
|
|
27548
|
-
"module": "core/
|
|
27547
|
+
"name": "SbbFormAssociatedMixin",
|
|
27548
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
27549
27549
|
}
|
|
27550
27550
|
}
|
|
27551
27551
|
]
|
|
@@ -27554,18 +27554,18 @@
|
|
|
27554
27554
|
"exports": [
|
|
27555
27555
|
{
|
|
27556
27556
|
"kind": "js",
|
|
27557
|
-
"name": "
|
|
27557
|
+
"name": "SbbAccentButtonElement",
|
|
27558
27558
|
"declaration": {
|
|
27559
|
-
"name": "
|
|
27560
|
-
"module": "button/accent-button
|
|
27559
|
+
"name": "SbbAccentButtonElement",
|
|
27560
|
+
"module": "button/accent-button/accent-button.component.js"
|
|
27561
27561
|
}
|
|
27562
27562
|
},
|
|
27563
27563
|
{
|
|
27564
27564
|
"kind": "custom-element-definition",
|
|
27565
|
-
"name": "sbb-accent-button
|
|
27565
|
+
"name": "sbb-accent-button",
|
|
27566
27566
|
"declaration": {
|
|
27567
|
-
"name": "
|
|
27568
|
-
"module": "button/accent-button
|
|
27567
|
+
"name": "SbbAccentButtonElement",
|
|
27568
|
+
"module": "button/accent-button/accent-button.component.js"
|
|
27569
27569
|
}
|
|
27570
27570
|
}
|
|
27571
27571
|
]
|
|
@@ -38043,7 +38043,7 @@
|
|
|
38043
38043
|
"name": "LitElement",
|
|
38044
38044
|
"package": "lit"
|
|
38045
38045
|
},
|
|
38046
|
-
"classGenerics": "T
|
|
38046
|
+
"classGenerics": "T = Date",
|
|
38047
38047
|
"tagName": "sbb-calendar",
|
|
38048
38048
|
"customElement": true
|
|
38049
38049
|
}
|
|
@@ -38136,7 +38136,7 @@
|
|
|
38136
38136
|
"privacy": "private",
|
|
38137
38137
|
"return": {
|
|
38138
38138
|
"type": {
|
|
38139
|
-
"text": "SbbCalendarElement | null"
|
|
38139
|
+
"text": "SbbCalendarElement<T> | null"
|
|
38140
38140
|
}
|
|
38141
38141
|
},
|
|
38142
38142
|
"description": "The component is used as the default day cell within the `sbb-calendar`,\nor, if extra content is needed, it can be slotted."
|
|
@@ -38154,7 +38154,7 @@
|
|
|
38154
38154
|
{
|
|
38155
38155
|
"name": "component",
|
|
38156
38156
|
"type": {
|
|
38157
|
-
"text": "SbbCalendarElement"
|
|
38157
|
+
"text": "SbbCalendarElement<T>"
|
|
38158
38158
|
}
|
|
38159
38159
|
}
|
|
38160
38160
|
]
|
|
@@ -38172,7 +38172,7 @@
|
|
|
38172
38172
|
{
|
|
38173
38173
|
"name": "component",
|
|
38174
38174
|
"type": {
|
|
38175
|
-
"text": "SbbCalendarElement"
|
|
38175
|
+
"text": "SbbCalendarElement<T>"
|
|
38176
38176
|
}
|
|
38177
38177
|
}
|
|
38178
38178
|
]
|
|
@@ -38190,7 +38190,7 @@
|
|
|
38190
38190
|
{
|
|
38191
38191
|
"name": "dateFilter",
|
|
38192
38192
|
"type": {
|
|
38193
|
-
"text": "((date:
|
|
38193
|
+
"text": "((date: T | null) => boolean) | null"
|
|
38194
38194
|
}
|
|
38195
38195
|
}
|
|
38196
38196
|
]
|
|
@@ -38208,13 +38208,13 @@
|
|
|
38208
38208
|
{
|
|
38209
38209
|
"name": "min",
|
|
38210
38210
|
"type": {
|
|
38211
|
-
"text": "
|
|
38211
|
+
"text": "T | null"
|
|
38212
38212
|
}
|
|
38213
38213
|
},
|
|
38214
38214
|
{
|
|
38215
38215
|
"name": "max",
|
|
38216
38216
|
"type": {
|
|
38217
|
-
"text": "
|
|
38217
|
+
"text": "T | null"
|
|
38218
38218
|
}
|
|
38219
38219
|
}
|
|
38220
38220
|
]
|
|
@@ -38772,7 +38772,7 @@
|
|
|
38772
38772
|
"name": "SbbButtonLikeBaseElement",
|
|
38773
38773
|
"module": "core/base-elements.js"
|
|
38774
38774
|
},
|
|
38775
|
-
"classGenerics": "T
|
|
38775
|
+
"classGenerics": "T = Date",
|
|
38776
38776
|
"tagName": "sbb-calendar-day",
|
|
38777
38777
|
"customElement": true
|
|
38778
38778
|
}
|
|
@@ -76357,109 +76357,466 @@
|
|
|
76357
76357
|
"fieldName": "optional"
|
|
76358
76358
|
},
|
|
76359
76359
|
{
|
|
76360
|
-
"name": "size",
|
|
76360
|
+
"name": "size",
|
|
76361
|
+
"type": {
|
|
76362
|
+
"text": "'l' | 'm' | 's'"
|
|
76363
|
+
},
|
|
76364
|
+
"description": "Size variant, either l, m or s.",
|
|
76365
|
+
"default": "'m' / 's' (lean)",
|
|
76366
|
+
"fieldName": "size"
|
|
76367
|
+
},
|
|
76368
|
+
{
|
|
76369
|
+
"name": "borderless",
|
|
76370
|
+
"type": {
|
|
76371
|
+
"text": "boolean"
|
|
76372
|
+
},
|
|
76373
|
+
"default": "false",
|
|
76374
|
+
"description": "Whether to display the form field without a border.",
|
|
76375
|
+
"fieldName": "borderless"
|
|
76376
|
+
},
|
|
76377
|
+
{
|
|
76378
|
+
"name": "width",
|
|
76379
|
+
"type": {
|
|
76380
|
+
"text": "'default' | 'collapse'"
|
|
76381
|
+
},
|
|
76382
|
+
"default": "'default'",
|
|
76383
|
+
"description": "Defines the width of the component:\n- `default`: the component has defined width and min-width;\n- `collapse`: the component adapts itself to its inner input content.",
|
|
76384
|
+
"fieldName": "width"
|
|
76385
|
+
},
|
|
76386
|
+
{
|
|
76387
|
+
"name": "hidden-label",
|
|
76388
|
+
"type": {
|
|
76389
|
+
"text": "boolean"
|
|
76390
|
+
},
|
|
76391
|
+
"default": "false",
|
|
76392
|
+
"description": "Whether to visually hide the label. If hidden, screen readers will still read it.",
|
|
76393
|
+
"fieldName": "hiddenLabel"
|
|
76394
|
+
},
|
|
76395
|
+
{
|
|
76396
|
+
"name": "floating-label",
|
|
76397
|
+
"type": {
|
|
76398
|
+
"text": "boolean"
|
|
76399
|
+
},
|
|
76400
|
+
"default": "false",
|
|
76401
|
+
"description": "Whether the label should float. If activated, the placeholder of the input is hidden.",
|
|
76402
|
+
"fieldName": "floatingLabel"
|
|
76403
|
+
},
|
|
76404
|
+
{
|
|
76405
|
+
"name": "negative",
|
|
76406
|
+
"type": {
|
|
76407
|
+
"text": "boolean"
|
|
76408
|
+
},
|
|
76409
|
+
"default": "false",
|
|
76410
|
+
"description": "Negative coloring variant flag.",
|
|
76411
|
+
"fieldName": "negative",
|
|
76412
|
+
"inheritedFrom": {
|
|
76413
|
+
"name": "SbbNegativeMixin",
|
|
76414
|
+
"module": "core/mixins/negative-mixin.js"
|
|
76415
|
+
}
|
|
76416
|
+
}
|
|
76417
|
+
],
|
|
76418
|
+
"mixins": [
|
|
76419
|
+
{
|
|
76420
|
+
"name": "SbbNegativeMixin",
|
|
76421
|
+
"module": "core/mixins.js"
|
|
76422
|
+
},
|
|
76423
|
+
{
|
|
76424
|
+
"name": "SbbElementInternalsMixin",
|
|
76425
|
+
"module": "core/mixins.js"
|
|
76426
|
+
},
|
|
76427
|
+
{
|
|
76428
|
+
"name": "SbbHydrationMixin",
|
|
76429
|
+
"module": "core/mixins.js"
|
|
76430
|
+
}
|
|
76431
|
+
],
|
|
76432
|
+
"superclass": {
|
|
76433
|
+
"name": "LitElement",
|
|
76434
|
+
"package": "lit"
|
|
76435
|
+
},
|
|
76436
|
+
"tagName": "sbb-form-field",
|
|
76437
|
+
"customElement": true
|
|
76438
|
+
}
|
|
76439
|
+
],
|
|
76440
|
+
"exports": [
|
|
76441
|
+
{
|
|
76442
|
+
"kind": "js",
|
|
76443
|
+
"name": "SbbFormFieldControlEvent",
|
|
76444
|
+
"declaration": {
|
|
76445
|
+
"name": "SbbFormFieldControlEvent",
|
|
76446
|
+
"module": "form-field/form-field/form-field.component.js"
|
|
76447
|
+
}
|
|
76448
|
+
},
|
|
76449
|
+
{
|
|
76450
|
+
"kind": "js",
|
|
76451
|
+
"name": "SbbFormFieldElement",
|
|
76452
|
+
"declaration": {
|
|
76453
|
+
"name": "SbbFormFieldElement",
|
|
76454
|
+
"module": "form-field/form-field/form-field.component.js"
|
|
76455
|
+
}
|
|
76456
|
+
},
|
|
76457
|
+
{
|
|
76458
|
+
"kind": "custom-element-definition",
|
|
76459
|
+
"name": "sbb-form-field",
|
|
76460
|
+
"declaration": {
|
|
76461
|
+
"name": "SbbFormFieldElement",
|
|
76462
|
+
"module": "form-field/form-field/form-field.component.js"
|
|
76463
|
+
}
|
|
76464
|
+
}
|
|
76465
|
+
]
|
|
76466
|
+
},
|
|
76467
|
+
{
|
|
76468
|
+
"kind": "javascript-module",
|
|
76469
|
+
"path": "header/common/header-action-common.js",
|
|
76470
|
+
"declarations": [
|
|
76471
|
+
{
|
|
76472
|
+
"kind": "class",
|
|
76473
|
+
"description": "",
|
|
76474
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
76475
|
+
"members": [
|
|
76476
|
+
{
|
|
76477
|
+
"kind": "field",
|
|
76478
|
+
"name": "expandFrom",
|
|
76479
|
+
"type": {
|
|
76480
|
+
"text": "SbbHorizontalFrom"
|
|
76481
|
+
},
|
|
76482
|
+
"privacy": "public"
|
|
76483
|
+
},
|
|
76484
|
+
{
|
|
76485
|
+
"kind": "field",
|
|
76486
|
+
"name": "iconName",
|
|
76487
|
+
"type": {
|
|
76488
|
+
"text": "string"
|
|
76489
|
+
},
|
|
76490
|
+
"privacy": "public",
|
|
76491
|
+
"default": "''",
|
|
76492
|
+
"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.",
|
|
76493
|
+
"attribute": "icon-name",
|
|
76494
|
+
"inheritedFrom": {
|
|
76495
|
+
"name": "SbbIconNameMixin",
|
|
76496
|
+
"module": "icon/icon-name-mixin.js"
|
|
76497
|
+
}
|
|
76498
|
+
},
|
|
76499
|
+
{
|
|
76500
|
+
"kind": "method",
|
|
76501
|
+
"name": "renderIconSlot",
|
|
76502
|
+
"privacy": "protected",
|
|
76503
|
+
"return": {
|
|
76504
|
+
"type": {
|
|
76505
|
+
"text": "TemplateResult"
|
|
76506
|
+
}
|
|
76507
|
+
},
|
|
76508
|
+
"parameters": [
|
|
76509
|
+
{
|
|
76510
|
+
"name": "classname",
|
|
76511
|
+
"optional": true,
|
|
76512
|
+
"type": {
|
|
76513
|
+
"text": "string"
|
|
76514
|
+
}
|
|
76515
|
+
}
|
|
76516
|
+
],
|
|
76517
|
+
"inheritedFrom": {
|
|
76518
|
+
"name": "SbbIconNameMixin",
|
|
76519
|
+
"module": "icon/icon-name-mixin.js"
|
|
76520
|
+
}
|
|
76521
|
+
},
|
|
76522
|
+
{
|
|
76523
|
+
"kind": "method",
|
|
76524
|
+
"name": "renderIconName",
|
|
76525
|
+
"privacy": "protected",
|
|
76526
|
+
"return": {
|
|
76527
|
+
"type": {
|
|
76528
|
+
"text": "string"
|
|
76529
|
+
}
|
|
76530
|
+
},
|
|
76531
|
+
"inheritedFrom": {
|
|
76532
|
+
"name": "SbbIconNameMixin",
|
|
76533
|
+
"module": "icon/icon-name-mixin.js"
|
|
76534
|
+
}
|
|
76535
|
+
},
|
|
76536
|
+
{
|
|
76537
|
+
"kind": "method",
|
|
76538
|
+
"name": "_renderIconName",
|
|
76539
|
+
"privacy": "private",
|
|
76540
|
+
"return": {
|
|
76541
|
+
"type": {
|
|
76542
|
+
"text": "string"
|
|
76543
|
+
}
|
|
76544
|
+
},
|
|
76545
|
+
"inheritedFrom": {
|
|
76546
|
+
"name": "SbbIconNameMixin",
|
|
76547
|
+
"module": "icon/icon-name-mixin.js"
|
|
76548
|
+
}
|
|
76549
|
+
},
|
|
76550
|
+
{
|
|
76551
|
+
"kind": "method",
|
|
76552
|
+
"name": "toggleState",
|
|
76553
|
+
"privacy": "protected",
|
|
76554
|
+
"return": {
|
|
76555
|
+
"type": {
|
|
76556
|
+
"text": "void"
|
|
76557
|
+
}
|
|
76558
|
+
},
|
|
76559
|
+
"parameters": [
|
|
76560
|
+
{
|
|
76561
|
+
"name": "value",
|
|
76562
|
+
"type": {
|
|
76563
|
+
"text": "string"
|
|
76564
|
+
}
|
|
76565
|
+
},
|
|
76566
|
+
{
|
|
76567
|
+
"name": "force",
|
|
76568
|
+
"optional": true,
|
|
76569
|
+
"type": {
|
|
76570
|
+
"text": "boolean"
|
|
76571
|
+
}
|
|
76572
|
+
}
|
|
76573
|
+
],
|
|
76574
|
+
"inheritedFrom": {
|
|
76575
|
+
"name": "SbbActionBaseElement",
|
|
76576
|
+
"module": "core/base-elements/action-base-element.js"
|
|
76577
|
+
}
|
|
76578
|
+
},
|
|
76579
|
+
{
|
|
76580
|
+
"kind": "field",
|
|
76581
|
+
"name": "maybeDisabled",
|
|
76582
|
+
"type": {
|
|
76583
|
+
"text": "boolean | undefined"
|
|
76584
|
+
},
|
|
76585
|
+
"privacy": "protected",
|
|
76586
|
+
"readonly": true,
|
|
76587
|
+
"inheritedFrom": {
|
|
76588
|
+
"name": "SbbActionBaseElement",
|
|
76589
|
+
"module": "core/base-elements/action-base-element.js"
|
|
76590
|
+
}
|
|
76591
|
+
},
|
|
76592
|
+
{
|
|
76593
|
+
"kind": "field",
|
|
76594
|
+
"name": "maybeDisabledInteractive",
|
|
76595
|
+
"type": {
|
|
76596
|
+
"text": "boolean | undefined"
|
|
76597
|
+
},
|
|
76598
|
+
"privacy": "protected",
|
|
76599
|
+
"readonly": true,
|
|
76600
|
+
"inheritedFrom": {
|
|
76601
|
+
"name": "SbbActionBaseElement",
|
|
76602
|
+
"module": "core/base-elements/action-base-element.js"
|
|
76603
|
+
}
|
|
76604
|
+
},
|
|
76605
|
+
{
|
|
76606
|
+
"kind": "method",
|
|
76607
|
+
"name": "setupBaseEventHandlers",
|
|
76608
|
+
"privacy": "protected",
|
|
76609
|
+
"return": {
|
|
76610
|
+
"type": {
|
|
76611
|
+
"text": "void"
|
|
76612
|
+
}
|
|
76613
|
+
},
|
|
76614
|
+
"inheritedFrom": {
|
|
76615
|
+
"name": "SbbActionBaseElement",
|
|
76616
|
+
"module": "core/base-elements/action-base-element.js"
|
|
76617
|
+
}
|
|
76618
|
+
},
|
|
76619
|
+
{
|
|
76620
|
+
"kind": "method",
|
|
76621
|
+
"name": "renderTemplate",
|
|
76622
|
+
"privacy": "protected",
|
|
76623
|
+
"return": {
|
|
76624
|
+
"type": {
|
|
76625
|
+
"text": "TemplateResult"
|
|
76626
|
+
}
|
|
76627
|
+
},
|
|
76628
|
+
"description": "Override this method to render the component template.",
|
|
76629
|
+
"inheritedFrom": {
|
|
76630
|
+
"name": "SbbActionBaseElement",
|
|
76631
|
+
"module": "core/base-elements/action-base-element.js"
|
|
76632
|
+
}
|
|
76633
|
+
}
|
|
76634
|
+
],
|
|
76635
|
+
"mixins": [
|
|
76636
|
+
{
|
|
76637
|
+
"name": "SbbIconNameMixin",
|
|
76638
|
+
"module": "icon.js"
|
|
76639
|
+
}
|
|
76640
|
+
],
|
|
76641
|
+
"superclass": {
|
|
76642
|
+
"name": "SbbActionBaseElement",
|
|
76643
|
+
"module": "core/base-elements.js"
|
|
76644
|
+
},
|
|
76645
|
+
"attributes": [
|
|
76646
|
+
{
|
|
76647
|
+
"name": "icon-name",
|
|
76648
|
+
"type": {
|
|
76649
|
+
"text": "string"
|
|
76650
|
+
},
|
|
76651
|
+
"default": "''",
|
|
76652
|
+
"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.",
|
|
76653
|
+
"fieldName": "iconName",
|
|
76654
|
+
"inheritedFrom": {
|
|
76655
|
+
"name": "SbbIconNameMixin",
|
|
76656
|
+
"module": "icon/icon-name-mixin.js"
|
|
76657
|
+
}
|
|
76658
|
+
}
|
|
76659
|
+
]
|
|
76660
|
+
},
|
|
76661
|
+
{
|
|
76662
|
+
"kind": "mixin",
|
|
76663
|
+
"description": "",
|
|
76664
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
76665
|
+
"members": [
|
|
76666
|
+
{
|
|
76667
|
+
"kind": "field",
|
|
76668
|
+
"name": "styles",
|
|
76669
|
+
"type": {
|
|
76670
|
+
"text": "CSSResultGroup"
|
|
76671
|
+
},
|
|
76672
|
+
"privacy": "public",
|
|
76673
|
+
"static": true,
|
|
76674
|
+
"default": "[boxSizingStyles, style]"
|
|
76675
|
+
},
|
|
76676
|
+
{
|
|
76677
|
+
"kind": "field",
|
|
76678
|
+
"name": "expandFrom",
|
|
76679
|
+
"type": {
|
|
76680
|
+
"text": "SbbHorizontalFrom"
|
|
76681
|
+
},
|
|
76682
|
+
"privacy": "public",
|
|
76683
|
+
"default": "'large'",
|
|
76684
|
+
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
76685
|
+
"attribute": "expand-from",
|
|
76686
|
+
"reflects": true
|
|
76687
|
+
},
|
|
76688
|
+
{
|
|
76689
|
+
"kind": "method",
|
|
76690
|
+
"name": "renderTemplate",
|
|
76691
|
+
"privacy": "protected",
|
|
76692
|
+
"return": {
|
|
76693
|
+
"type": {
|
|
76694
|
+
"text": "TemplateResult"
|
|
76695
|
+
}
|
|
76696
|
+
}
|
|
76697
|
+
},
|
|
76698
|
+
{
|
|
76699
|
+
"kind": "field",
|
|
76700
|
+
"name": "iconName",
|
|
76361
76701
|
"type": {
|
|
76362
|
-
"text": "
|
|
76702
|
+
"text": "string"
|
|
76363
76703
|
},
|
|
76364
|
-
"
|
|
76365
|
-
"default": "'
|
|
76366
|
-
"
|
|
76704
|
+
"privacy": "public",
|
|
76705
|
+
"default": "''",
|
|
76706
|
+
"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.",
|
|
76707
|
+
"attribute": "icon-name",
|
|
76708
|
+
"inheritedFrom": {
|
|
76709
|
+
"name": "SbbIconNameMixin",
|
|
76710
|
+
"module": "icon/icon-name-mixin.js"
|
|
76711
|
+
}
|
|
76367
76712
|
},
|
|
76368
76713
|
{
|
|
76369
|
-
"
|
|
76370
|
-
"
|
|
76371
|
-
|
|
76714
|
+
"kind": "method",
|
|
76715
|
+
"name": "renderIconSlot",
|
|
76716
|
+
"privacy": "protected",
|
|
76717
|
+
"return": {
|
|
76718
|
+
"type": {
|
|
76719
|
+
"text": "TemplateResult"
|
|
76720
|
+
}
|
|
76372
76721
|
},
|
|
76373
|
-
"
|
|
76374
|
-
|
|
76375
|
-
|
|
76722
|
+
"parameters": [
|
|
76723
|
+
{
|
|
76724
|
+
"name": "classname",
|
|
76725
|
+
"optional": true,
|
|
76726
|
+
"type": {
|
|
76727
|
+
"text": "string"
|
|
76728
|
+
}
|
|
76729
|
+
}
|
|
76730
|
+
],
|
|
76731
|
+
"inheritedFrom": {
|
|
76732
|
+
"name": "SbbIconNameMixin",
|
|
76733
|
+
"module": "icon/icon-name-mixin.js"
|
|
76734
|
+
}
|
|
76376
76735
|
},
|
|
76377
76736
|
{
|
|
76378
|
-
"
|
|
76379
|
-
"
|
|
76380
|
-
|
|
76737
|
+
"kind": "method",
|
|
76738
|
+
"name": "renderIconName",
|
|
76739
|
+
"privacy": "protected",
|
|
76740
|
+
"return": {
|
|
76741
|
+
"type": {
|
|
76742
|
+
"text": "string"
|
|
76743
|
+
}
|
|
76381
76744
|
},
|
|
76382
|
-
"
|
|
76383
|
-
|
|
76384
|
-
|
|
76745
|
+
"inheritedFrom": {
|
|
76746
|
+
"name": "SbbIconNameMixin",
|
|
76747
|
+
"module": "icon/icon-name-mixin.js"
|
|
76748
|
+
}
|
|
76385
76749
|
},
|
|
76386
76750
|
{
|
|
76387
|
-
"
|
|
76388
|
-
"
|
|
76389
|
-
|
|
76751
|
+
"kind": "method",
|
|
76752
|
+
"name": "_renderIconName",
|
|
76753
|
+
"privacy": "private",
|
|
76754
|
+
"return": {
|
|
76755
|
+
"type": {
|
|
76756
|
+
"text": "string"
|
|
76757
|
+
}
|
|
76390
76758
|
},
|
|
76391
|
-
"
|
|
76392
|
-
|
|
76393
|
-
|
|
76394
|
-
|
|
76759
|
+
"inheritedFrom": {
|
|
76760
|
+
"name": "SbbIconNameMixin",
|
|
76761
|
+
"module": "icon/icon-name-mixin.js"
|
|
76762
|
+
}
|
|
76763
|
+
}
|
|
76764
|
+
],
|
|
76765
|
+
"attributes": [
|
|
76395
76766
|
{
|
|
76396
|
-
"name": "
|
|
76767
|
+
"name": "expand-from",
|
|
76397
76768
|
"type": {
|
|
76398
|
-
"text": "
|
|
76769
|
+
"text": "SbbHorizontalFrom"
|
|
76399
76770
|
},
|
|
76400
|
-
"default": "
|
|
76401
|
-
"description": "
|
|
76402
|
-
"fieldName": "
|
|
76771
|
+
"default": "'large'",
|
|
76772
|
+
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
76773
|
+
"fieldName": "expandFrom"
|
|
76403
76774
|
},
|
|
76404
76775
|
{
|
|
76405
|
-
"name": "
|
|
76776
|
+
"name": "icon-name",
|
|
76406
76777
|
"type": {
|
|
76407
|
-
"text": "
|
|
76778
|
+
"text": "string"
|
|
76408
76779
|
},
|
|
76409
|
-
"default": "
|
|
76410
|
-
"description": "
|
|
76411
|
-
"fieldName": "
|
|
76780
|
+
"default": "''",
|
|
76781
|
+
"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.",
|
|
76782
|
+
"fieldName": "iconName",
|
|
76412
76783
|
"inheritedFrom": {
|
|
76413
|
-
"name": "
|
|
76414
|
-
"module": "
|
|
76784
|
+
"name": "SbbIconNameMixin",
|
|
76785
|
+
"module": "icon/icon-name-mixin.js"
|
|
76415
76786
|
}
|
|
76416
76787
|
}
|
|
76417
76788
|
],
|
|
76418
76789
|
"mixins": [
|
|
76419
76790
|
{
|
|
76420
|
-
"name": "
|
|
76421
|
-
"module": "
|
|
76422
|
-
},
|
|
76423
|
-
{
|
|
76424
|
-
"name": "SbbElementInternalsMixin",
|
|
76425
|
-
"module": "core/mixins.js"
|
|
76426
|
-
},
|
|
76427
|
-
{
|
|
76428
|
-
"name": "SbbHydrationMixin",
|
|
76429
|
-
"module": "core/mixins.js"
|
|
76791
|
+
"name": "SbbIconNameMixin",
|
|
76792
|
+
"module": "icon.js"
|
|
76430
76793
|
}
|
|
76431
76794
|
],
|
|
76432
|
-
"
|
|
76433
|
-
|
|
76434
|
-
|
|
76435
|
-
|
|
76436
|
-
|
|
76437
|
-
|
|
76795
|
+
"parameters": [
|
|
76796
|
+
{
|
|
76797
|
+
"name": "superClass",
|
|
76798
|
+
"type": {
|
|
76799
|
+
"text": "T"
|
|
76800
|
+
}
|
|
76801
|
+
}
|
|
76802
|
+
]
|
|
76438
76803
|
}
|
|
76439
76804
|
],
|
|
76440
76805
|
"exports": [
|
|
76441
76806
|
{
|
|
76442
76807
|
"kind": "js",
|
|
76443
|
-
"name": "
|
|
76808
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
76444
76809
|
"declaration": {
|
|
76445
|
-
"name": "
|
|
76446
|
-
"module": "
|
|
76810
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
76811
|
+
"module": "header/common/header-action-common.js"
|
|
76447
76812
|
}
|
|
76448
76813
|
},
|
|
76449
76814
|
{
|
|
76450
76815
|
"kind": "js",
|
|
76451
|
-
"name": "
|
|
76452
|
-
"declaration": {
|
|
76453
|
-
"name": "SbbFormFieldElement",
|
|
76454
|
-
"module": "form-field/form-field/form-field.component.js"
|
|
76455
|
-
}
|
|
76456
|
-
},
|
|
76457
|
-
{
|
|
76458
|
-
"kind": "custom-element-definition",
|
|
76459
|
-
"name": "sbb-form-field",
|
|
76816
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
76460
76817
|
"declaration": {
|
|
76461
|
-
"name": "
|
|
76462
|
-
"module": "
|
|
76818
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
76819
|
+
"module": "header/common/header-action-common.js"
|
|
76463
76820
|
}
|
|
76464
76821
|
}
|
|
76465
76822
|
]
|
|
@@ -77173,363 +77530,6 @@
|
|
|
77173
77530
|
}
|
|
77174
77531
|
]
|
|
77175
77532
|
},
|
|
77176
|
-
{
|
|
77177
|
-
"kind": "javascript-module",
|
|
77178
|
-
"path": "header/common/header-action-common.js",
|
|
77179
|
-
"declarations": [
|
|
77180
|
-
{
|
|
77181
|
-
"kind": "class",
|
|
77182
|
-
"description": "",
|
|
77183
|
-
"name": "SbbHeaderActionCommonElementMixinType",
|
|
77184
|
-
"members": [
|
|
77185
|
-
{
|
|
77186
|
-
"kind": "field",
|
|
77187
|
-
"name": "expandFrom",
|
|
77188
|
-
"type": {
|
|
77189
|
-
"text": "SbbHorizontalFrom"
|
|
77190
|
-
},
|
|
77191
|
-
"privacy": "public"
|
|
77192
|
-
},
|
|
77193
|
-
{
|
|
77194
|
-
"kind": "field",
|
|
77195
|
-
"name": "iconName",
|
|
77196
|
-
"type": {
|
|
77197
|
-
"text": "string"
|
|
77198
|
-
},
|
|
77199
|
-
"privacy": "public",
|
|
77200
|
-
"default": "''",
|
|
77201
|
-
"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.",
|
|
77202
|
-
"attribute": "icon-name",
|
|
77203
|
-
"inheritedFrom": {
|
|
77204
|
-
"name": "SbbIconNameMixin",
|
|
77205
|
-
"module": "icon/icon-name-mixin.js"
|
|
77206
|
-
}
|
|
77207
|
-
},
|
|
77208
|
-
{
|
|
77209
|
-
"kind": "method",
|
|
77210
|
-
"name": "renderIconSlot",
|
|
77211
|
-
"privacy": "protected",
|
|
77212
|
-
"return": {
|
|
77213
|
-
"type": {
|
|
77214
|
-
"text": "TemplateResult"
|
|
77215
|
-
}
|
|
77216
|
-
},
|
|
77217
|
-
"parameters": [
|
|
77218
|
-
{
|
|
77219
|
-
"name": "classname",
|
|
77220
|
-
"optional": true,
|
|
77221
|
-
"type": {
|
|
77222
|
-
"text": "string"
|
|
77223
|
-
}
|
|
77224
|
-
}
|
|
77225
|
-
],
|
|
77226
|
-
"inheritedFrom": {
|
|
77227
|
-
"name": "SbbIconNameMixin",
|
|
77228
|
-
"module": "icon/icon-name-mixin.js"
|
|
77229
|
-
}
|
|
77230
|
-
},
|
|
77231
|
-
{
|
|
77232
|
-
"kind": "method",
|
|
77233
|
-
"name": "renderIconName",
|
|
77234
|
-
"privacy": "protected",
|
|
77235
|
-
"return": {
|
|
77236
|
-
"type": {
|
|
77237
|
-
"text": "string"
|
|
77238
|
-
}
|
|
77239
|
-
},
|
|
77240
|
-
"inheritedFrom": {
|
|
77241
|
-
"name": "SbbIconNameMixin",
|
|
77242
|
-
"module": "icon/icon-name-mixin.js"
|
|
77243
|
-
}
|
|
77244
|
-
},
|
|
77245
|
-
{
|
|
77246
|
-
"kind": "method",
|
|
77247
|
-
"name": "_renderIconName",
|
|
77248
|
-
"privacy": "private",
|
|
77249
|
-
"return": {
|
|
77250
|
-
"type": {
|
|
77251
|
-
"text": "string"
|
|
77252
|
-
}
|
|
77253
|
-
},
|
|
77254
|
-
"inheritedFrom": {
|
|
77255
|
-
"name": "SbbIconNameMixin",
|
|
77256
|
-
"module": "icon/icon-name-mixin.js"
|
|
77257
|
-
}
|
|
77258
|
-
},
|
|
77259
|
-
{
|
|
77260
|
-
"kind": "method",
|
|
77261
|
-
"name": "toggleState",
|
|
77262
|
-
"privacy": "protected",
|
|
77263
|
-
"return": {
|
|
77264
|
-
"type": {
|
|
77265
|
-
"text": "void"
|
|
77266
|
-
}
|
|
77267
|
-
},
|
|
77268
|
-
"parameters": [
|
|
77269
|
-
{
|
|
77270
|
-
"name": "value",
|
|
77271
|
-
"type": {
|
|
77272
|
-
"text": "string"
|
|
77273
|
-
}
|
|
77274
|
-
},
|
|
77275
|
-
{
|
|
77276
|
-
"name": "force",
|
|
77277
|
-
"optional": true,
|
|
77278
|
-
"type": {
|
|
77279
|
-
"text": "boolean"
|
|
77280
|
-
}
|
|
77281
|
-
}
|
|
77282
|
-
],
|
|
77283
|
-
"inheritedFrom": {
|
|
77284
|
-
"name": "SbbActionBaseElement",
|
|
77285
|
-
"module": "core/base-elements/action-base-element.js"
|
|
77286
|
-
}
|
|
77287
|
-
},
|
|
77288
|
-
{
|
|
77289
|
-
"kind": "field",
|
|
77290
|
-
"name": "maybeDisabled",
|
|
77291
|
-
"type": {
|
|
77292
|
-
"text": "boolean | undefined"
|
|
77293
|
-
},
|
|
77294
|
-
"privacy": "protected",
|
|
77295
|
-
"readonly": true,
|
|
77296
|
-
"inheritedFrom": {
|
|
77297
|
-
"name": "SbbActionBaseElement",
|
|
77298
|
-
"module": "core/base-elements/action-base-element.js"
|
|
77299
|
-
}
|
|
77300
|
-
},
|
|
77301
|
-
{
|
|
77302
|
-
"kind": "field",
|
|
77303
|
-
"name": "maybeDisabledInteractive",
|
|
77304
|
-
"type": {
|
|
77305
|
-
"text": "boolean | undefined"
|
|
77306
|
-
},
|
|
77307
|
-
"privacy": "protected",
|
|
77308
|
-
"readonly": true,
|
|
77309
|
-
"inheritedFrom": {
|
|
77310
|
-
"name": "SbbActionBaseElement",
|
|
77311
|
-
"module": "core/base-elements/action-base-element.js"
|
|
77312
|
-
}
|
|
77313
|
-
},
|
|
77314
|
-
{
|
|
77315
|
-
"kind": "method",
|
|
77316
|
-
"name": "setupBaseEventHandlers",
|
|
77317
|
-
"privacy": "protected",
|
|
77318
|
-
"return": {
|
|
77319
|
-
"type": {
|
|
77320
|
-
"text": "void"
|
|
77321
|
-
}
|
|
77322
|
-
},
|
|
77323
|
-
"inheritedFrom": {
|
|
77324
|
-
"name": "SbbActionBaseElement",
|
|
77325
|
-
"module": "core/base-elements/action-base-element.js"
|
|
77326
|
-
}
|
|
77327
|
-
},
|
|
77328
|
-
{
|
|
77329
|
-
"kind": "method",
|
|
77330
|
-
"name": "renderTemplate",
|
|
77331
|
-
"privacy": "protected",
|
|
77332
|
-
"return": {
|
|
77333
|
-
"type": {
|
|
77334
|
-
"text": "TemplateResult"
|
|
77335
|
-
}
|
|
77336
|
-
},
|
|
77337
|
-
"description": "Override this method to render the component template.",
|
|
77338
|
-
"inheritedFrom": {
|
|
77339
|
-
"name": "SbbActionBaseElement",
|
|
77340
|
-
"module": "core/base-elements/action-base-element.js"
|
|
77341
|
-
}
|
|
77342
|
-
}
|
|
77343
|
-
],
|
|
77344
|
-
"mixins": [
|
|
77345
|
-
{
|
|
77346
|
-
"name": "SbbIconNameMixin",
|
|
77347
|
-
"module": "icon.js"
|
|
77348
|
-
}
|
|
77349
|
-
],
|
|
77350
|
-
"superclass": {
|
|
77351
|
-
"name": "SbbActionBaseElement",
|
|
77352
|
-
"module": "core/base-elements.js"
|
|
77353
|
-
},
|
|
77354
|
-
"attributes": [
|
|
77355
|
-
{
|
|
77356
|
-
"name": "icon-name",
|
|
77357
|
-
"type": {
|
|
77358
|
-
"text": "string"
|
|
77359
|
-
},
|
|
77360
|
-
"default": "''",
|
|
77361
|
-
"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.",
|
|
77362
|
-
"fieldName": "iconName",
|
|
77363
|
-
"inheritedFrom": {
|
|
77364
|
-
"name": "SbbIconNameMixin",
|
|
77365
|
-
"module": "icon/icon-name-mixin.js"
|
|
77366
|
-
}
|
|
77367
|
-
}
|
|
77368
|
-
]
|
|
77369
|
-
},
|
|
77370
|
-
{
|
|
77371
|
-
"kind": "mixin",
|
|
77372
|
-
"description": "",
|
|
77373
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
77374
|
-
"members": [
|
|
77375
|
-
{
|
|
77376
|
-
"kind": "field",
|
|
77377
|
-
"name": "styles",
|
|
77378
|
-
"type": {
|
|
77379
|
-
"text": "CSSResultGroup"
|
|
77380
|
-
},
|
|
77381
|
-
"privacy": "public",
|
|
77382
|
-
"static": true,
|
|
77383
|
-
"default": "[boxSizingStyles, style]"
|
|
77384
|
-
},
|
|
77385
|
-
{
|
|
77386
|
-
"kind": "field",
|
|
77387
|
-
"name": "expandFrom",
|
|
77388
|
-
"type": {
|
|
77389
|
-
"text": "SbbHorizontalFrom"
|
|
77390
|
-
},
|
|
77391
|
-
"privacy": "public",
|
|
77392
|
-
"default": "'large'",
|
|
77393
|
-
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
77394
|
-
"attribute": "expand-from",
|
|
77395
|
-
"reflects": true
|
|
77396
|
-
},
|
|
77397
|
-
{
|
|
77398
|
-
"kind": "method",
|
|
77399
|
-
"name": "renderTemplate",
|
|
77400
|
-
"privacy": "protected",
|
|
77401
|
-
"return": {
|
|
77402
|
-
"type": {
|
|
77403
|
-
"text": "TemplateResult"
|
|
77404
|
-
}
|
|
77405
|
-
}
|
|
77406
|
-
},
|
|
77407
|
-
{
|
|
77408
|
-
"kind": "field",
|
|
77409
|
-
"name": "iconName",
|
|
77410
|
-
"type": {
|
|
77411
|
-
"text": "string"
|
|
77412
|
-
},
|
|
77413
|
-
"privacy": "public",
|
|
77414
|
-
"default": "''",
|
|
77415
|
-
"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.",
|
|
77416
|
-
"attribute": "icon-name",
|
|
77417
|
-
"inheritedFrom": {
|
|
77418
|
-
"name": "SbbIconNameMixin",
|
|
77419
|
-
"module": "icon/icon-name-mixin.js"
|
|
77420
|
-
}
|
|
77421
|
-
},
|
|
77422
|
-
{
|
|
77423
|
-
"kind": "method",
|
|
77424
|
-
"name": "renderIconSlot",
|
|
77425
|
-
"privacy": "protected",
|
|
77426
|
-
"return": {
|
|
77427
|
-
"type": {
|
|
77428
|
-
"text": "TemplateResult"
|
|
77429
|
-
}
|
|
77430
|
-
},
|
|
77431
|
-
"parameters": [
|
|
77432
|
-
{
|
|
77433
|
-
"name": "classname",
|
|
77434
|
-
"optional": true,
|
|
77435
|
-
"type": {
|
|
77436
|
-
"text": "string"
|
|
77437
|
-
}
|
|
77438
|
-
}
|
|
77439
|
-
],
|
|
77440
|
-
"inheritedFrom": {
|
|
77441
|
-
"name": "SbbIconNameMixin",
|
|
77442
|
-
"module": "icon/icon-name-mixin.js"
|
|
77443
|
-
}
|
|
77444
|
-
},
|
|
77445
|
-
{
|
|
77446
|
-
"kind": "method",
|
|
77447
|
-
"name": "renderIconName",
|
|
77448
|
-
"privacy": "protected",
|
|
77449
|
-
"return": {
|
|
77450
|
-
"type": {
|
|
77451
|
-
"text": "string"
|
|
77452
|
-
}
|
|
77453
|
-
},
|
|
77454
|
-
"inheritedFrom": {
|
|
77455
|
-
"name": "SbbIconNameMixin",
|
|
77456
|
-
"module": "icon/icon-name-mixin.js"
|
|
77457
|
-
}
|
|
77458
|
-
},
|
|
77459
|
-
{
|
|
77460
|
-
"kind": "method",
|
|
77461
|
-
"name": "_renderIconName",
|
|
77462
|
-
"privacy": "private",
|
|
77463
|
-
"return": {
|
|
77464
|
-
"type": {
|
|
77465
|
-
"text": "string"
|
|
77466
|
-
}
|
|
77467
|
-
},
|
|
77468
|
-
"inheritedFrom": {
|
|
77469
|
-
"name": "SbbIconNameMixin",
|
|
77470
|
-
"module": "icon/icon-name-mixin.js"
|
|
77471
|
-
}
|
|
77472
|
-
}
|
|
77473
|
-
],
|
|
77474
|
-
"attributes": [
|
|
77475
|
-
{
|
|
77476
|
-
"name": "expand-from",
|
|
77477
|
-
"type": {
|
|
77478
|
-
"text": "SbbHorizontalFrom"
|
|
77479
|
-
},
|
|
77480
|
-
"default": "'large'",
|
|
77481
|
-
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
77482
|
-
"fieldName": "expandFrom"
|
|
77483
|
-
},
|
|
77484
|
-
{
|
|
77485
|
-
"name": "icon-name",
|
|
77486
|
-
"type": {
|
|
77487
|
-
"text": "string"
|
|
77488
|
-
},
|
|
77489
|
-
"default": "''",
|
|
77490
|
-
"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.",
|
|
77491
|
-
"fieldName": "iconName",
|
|
77492
|
-
"inheritedFrom": {
|
|
77493
|
-
"name": "SbbIconNameMixin",
|
|
77494
|
-
"module": "icon/icon-name-mixin.js"
|
|
77495
|
-
}
|
|
77496
|
-
}
|
|
77497
|
-
],
|
|
77498
|
-
"mixins": [
|
|
77499
|
-
{
|
|
77500
|
-
"name": "SbbIconNameMixin",
|
|
77501
|
-
"module": "icon.js"
|
|
77502
|
-
}
|
|
77503
|
-
],
|
|
77504
|
-
"parameters": [
|
|
77505
|
-
{
|
|
77506
|
-
"name": "superClass",
|
|
77507
|
-
"type": {
|
|
77508
|
-
"text": "T"
|
|
77509
|
-
}
|
|
77510
|
-
}
|
|
77511
|
-
]
|
|
77512
|
-
}
|
|
77513
|
-
],
|
|
77514
|
-
"exports": [
|
|
77515
|
-
{
|
|
77516
|
-
"kind": "js",
|
|
77517
|
-
"name": "SbbHeaderActionCommonElementMixinType",
|
|
77518
|
-
"declaration": {
|
|
77519
|
-
"name": "SbbHeaderActionCommonElementMixinType",
|
|
77520
|
-
"module": "header/common/header-action-common.js"
|
|
77521
|
-
}
|
|
77522
|
-
},
|
|
77523
|
-
{
|
|
77524
|
-
"kind": "js",
|
|
77525
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
77526
|
-
"declaration": {
|
|
77527
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
77528
|
-
"module": "header/common/header-action-common.js"
|
|
77529
|
-
}
|
|
77530
|
-
}
|
|
77531
|
-
]
|
|
77532
|
-
},
|
|
77533
77533
|
{
|
|
77534
77534
|
"kind": "javascript-module",
|
|
77535
77535
|
"path": "header/header/header.component.js",
|