@sbb-esta/lyne-elements-dev 4.11.0-dev.1776118232 → 4.11.0-dev.1776240805

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.
Files changed (2) hide show
  1. package/custom-elements.json +868 -868
  2. package/package.json +2 -2
@@ -43917,12 +43917,12 @@
43917
43917
  },
43918
43918
  {
43919
43919
  "kind": "javascript-module",
43920
- "path": "button/secondary-button-link/secondary-button-link.component.js",
43920
+ "path": "button/secondary-button/secondary-button.component.js",
43921
43921
  "declarations": [
43922
43922
  {
43923
43923
  "kind": "class",
43924
- "description": "It displays a button enhanced with the SBB Design in the 'primary' variant, which will behave as a link.",
43925
- "name": "SbbSecondaryButtonLinkElement",
43924
+ "description": "It displays a button enhanced with the SBB Design in the 'secondary' variant.",
43925
+ "name": "SbbSecondaryButtonElement",
43926
43926
  "cssProperties": [
43927
43927
  {
43928
43928
  "description": "The delay before the loading animation starts, when setting the button into loading state.",
@@ -43932,7 +43932,7 @@
43932
43932
  ],
43933
43933
  "slots": [
43934
43934
  {
43935
- "description": "Use the unnamed slot to add content to the secondary-button-link.",
43935
+ "description": "Use the unnamed slot to add content to the secondary-button.",
43936
43936
  "name": ""
43937
43937
  },
43938
43938
  {
@@ -43950,7 +43950,7 @@
43950
43950
  "privacy": "public",
43951
43951
  "static": true,
43952
43952
  "readonly": true,
43953
- "default": "'sbb-secondary-button-link'",
43953
+ "default": "'sbb-secondary-button'",
43954
43954
  "inheritedFrom": {
43955
43955
  "name": "SbbElement",
43956
43956
  "module": "core/base-elements/element.js"
@@ -44147,151 +44147,479 @@
44147
44147
  },
44148
44148
  {
44149
44149
  "kind": "field",
44150
- "name": "href",
44150
+ "name": "_elementsOnWhichEnterPressTriggersSubmit",
44151
+ "type": {
44152
+ "text": "array"
44153
+ },
44154
+ "privacy": "private",
44155
+ "readonly": true,
44156
+ "default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
44157
+ "inheritedFrom": {
44158
+ "name": "SbbButtonBaseElement",
44159
+ "module": "core/base-elements/button-base-element.js"
44160
+ }
44161
+ },
44162
+ {
44163
+ "kind": "field",
44164
+ "name": "value",
44151
44165
  "type": {
44152
44166
  "text": "string"
44153
44167
  },
44154
44168
  "privacy": "public",
44155
44169
  "default": "''",
44156
- "description": "The href value you want to link to.",
44157
- "attribute": "href",
44158
- "reflects": true,
44170
+ "description": "Value of the form element.",
44171
+ "attribute": "value",
44159
44172
  "inheritedFrom": {
44160
- "name": "SbbLinkBaseElement",
44161
- "module": "core/base-elements/link-base-element.js"
44173
+ "name": "SbbButtonBaseElement",
44174
+ "module": "core/base-elements/button-base-element.js"
44162
44175
  }
44163
44176
  },
44164
44177
  {
44165
44178
  "kind": "field",
44166
- "name": "target",
44179
+ "name": "type",
44180
+ "privacy": "public",
44181
+ "description": "The type attribute to use for the button.",
44182
+ "default": "'button'",
44167
44183
  "type": {
44168
- "text": "LinkTargetType | string"
44184
+ "text": "SbbButtonType"
44185
+ },
44186
+ "attribute": "type",
44187
+ "inheritedFrom": {
44188
+ "name": "SbbButtonBaseElement",
44189
+ "module": "core/base-elements/button-base-element.js"
44190
+ }
44191
+ },
44192
+ {
44193
+ "kind": "field",
44194
+ "name": "form",
44195
+ "type": {
44196
+ "text": "HTMLFormElement | null"
44169
44197
  },
44170
44198
  "privacy": "public",
44171
- "default": "''",
44172
- "description": "Where to display the linked URL.",
44173
- "attribute": "target",
44174
- "reflects": true,
44199
+ "description": "The `<form>` element to associate the button with.",
44200
+ "attribute": "form",
44175
44201
  "inheritedFrom": {
44176
- "name": "SbbLinkBaseElement",
44177
- "module": "core/base-elements/link-base-element.js"
44202
+ "name": "SbbButtonBaseElement",
44203
+ "module": "core/base-elements/button-base-element.js"
44178
44204
  }
44179
44205
  },
44180
44206
  {
44181
44207
  "kind": "field",
44182
- "name": "rel",
44208
+ "name": "_formId",
44183
44209
  "type": {
44184
44210
  "text": "string"
44185
44211
  },
44186
- "privacy": "public",
44212
+ "privacy": "private",
44187
44213
  "default": "''",
44188
- "description": "The relationship of the linked URL as space-separated link types.",
44189
- "attribute": "rel",
44190
- "reflects": true,
44191
44214
  "inheritedFrom": {
44192
- "name": "SbbLinkBaseElement",
44193
- "module": "core/base-elements/link-base-element.js"
44215
+ "name": "SbbButtonBaseElement",
44216
+ "module": "core/base-elements/button-base-element.js"
44194
44217
  }
44195
44218
  },
44196
44219
  {
44197
44220
  "kind": "field",
44198
- "name": "download",
44221
+ "name": "_handleButtonClick",
44222
+ "privacy": "private",
44223
+ "inheritedFrom": {
44224
+ "name": "SbbButtonBaseElement",
44225
+ "module": "core/base-elements/button-base-element.js"
44226
+ }
44227
+ },
44228
+ {
44229
+ "kind": "method",
44230
+ "name": "_requestSubmit",
44231
+ "privacy": "private",
44232
+ "return": {
44233
+ "type": {
44234
+ "text": "void"
44235
+ }
44236
+ },
44237
+ "parameters": [
44238
+ {
44239
+ "name": "form",
44240
+ "type": {
44241
+ "text": "HTMLFormElement"
44242
+ }
44243
+ }
44244
+ ],
44245
+ "inheritedFrom": {
44246
+ "name": "SbbButtonBaseElement",
44247
+ "module": "core/base-elements/button-base-element.js"
44248
+ }
44249
+ },
44250
+ {
44251
+ "kind": "field",
44252
+ "name": "_formKeyDown",
44253
+ "privacy": "private",
44254
+ "inheritedFrom": {
44255
+ "name": "SbbButtonBaseElement",
44256
+ "module": "core/base-elements/button-base-element.js"
44257
+ }
44258
+ },
44259
+ {
44260
+ "kind": "field",
44261
+ "name": "formAssociated",
44199
44262
  "type": {
44200
44263
  "text": "boolean"
44201
44264
  },
44202
44265
  "privacy": "public",
44203
- "default": "false",
44204
- "description": "Whether the browser will show the download dialog on click.",
44205
- "attribute": "download",
44206
- "reflects": true,
44266
+ "static": true,
44267
+ "default": "true",
44207
44268
  "inheritedFrom": {
44208
- "name": "SbbLinkBaseElement",
44209
- "module": "core/base-elements/link-base-element.js"
44269
+ "name": "SbbFormAssociatedMixin",
44270
+ "module": "core/mixins/form-associated-mixin.js"
44210
44271
  }
44211
44272
  },
44212
44273
  {
44213
44274
  "kind": "field",
44214
- "name": "accessibilityLabel",
44275
+ "name": "name",
44276
+ "privacy": "public",
44277
+ "description": "Name of the form element. Will be read from name attribute.",
44215
44278
  "type": {
44216
44279
  "text": "string"
44217
44280
  },
44281
+ "attribute": "name",
44282
+ "inheritedFrom": {
44283
+ "name": "SbbFormAssociatedMixin",
44284
+ "module": "core/mixins/form-associated-mixin.js"
44285
+ }
44286
+ },
44287
+ {
44288
+ "kind": "field",
44289
+ "name": "validity",
44290
+ "type": {
44291
+ "text": "ValidityState"
44292
+ },
44218
44293
  "privacy": "public",
44219
- "default": "''",
44220
- "description": "This will be forwarded as aria-label to the inner anchor element.",
44221
- "attribute": "accessibility-label",
44294
+ "description": "Returns the ValidityState object for this element.",
44295
+ "readonly": true,
44222
44296
  "inheritedFrom": {
44223
- "name": "SbbLinkBaseElement",
44224
- "module": "core/base-elements/link-base-element.js"
44297
+ "name": "SbbFormAssociatedMixin",
44298
+ "module": "core/mixins/form-associated-mixin.js"
44225
44299
  }
44226
44300
  },
44227
44301
  {
44228
44302
  "kind": "field",
44229
- "name": "accessibilityCurrent",
44303
+ "name": "validationMessage",
44230
44304
  "type": {
44231
44305
  "text": "string"
44232
44306
  },
44233
44307
  "privacy": "public",
44234
- "default": "''",
44235
- "description": "This will be forwarded as aria-current to the inner anchor element.",
44236
- "attribute": "accessibility-current",
44308
+ "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.",
44309
+ "readonly": true,
44237
44310
  "inheritedFrom": {
44238
- "name": "SbbLinkBaseElement",
44239
- "module": "core/base-elements/link-base-element.js"
44311
+ "name": "SbbFormAssociatedMixin",
44312
+ "module": "core/mixins/form-associated-mixin.js"
44240
44313
  }
44241
44314
  },
44242
44315
  {
44243
44316
  "kind": "field",
44244
- "name": "language",
44245
- "privacy": "protected",
44246
- "default": "new SbbLanguageController(this)",
44317
+ "name": "willValidate",
44318
+ "type": {
44319
+ "text": "boolean"
44320
+ },
44321
+ "privacy": "public",
44322
+ "description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
44323
+ "readonly": true,
44247
44324
  "inheritedFrom": {
44248
- "name": "SbbLinkBaseElement",
44249
- "module": "core/base-elements/link-base-element.js"
44325
+ "name": "SbbFormAssociatedMixin",
44326
+ "module": "core/mixins/form-associated-mixin.js"
44250
44327
  }
44251
44328
  },
44252
44329
  {
44253
44330
  "kind": "field",
44254
- "name": "anchorRole",
44331
+ "name": "_validityStates",
44332
+ "privacy": "private",
44333
+ "default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
44334
+ "inheritedFrom": {
44335
+ "name": "SbbFormAssociatedMixin",
44336
+ "module": "core/mixins/form-associated-mixin.js"
44337
+ }
44338
+ },
44339
+ {
44340
+ "kind": "field",
44341
+ "name": "formDisabled",
44255
44342
  "type": {
44256
- "text": "string | null"
44343
+ "text": "boolean"
44257
44344
  },
44258
44345
  "privacy": "protected",
44259
- "readonly": true,
44260
- "default": "null",
44346
+ "default": "false",
44347
+ "description": "Whenever a surrounding form or fieldset is changing its disabled state.",
44261
44348
  "inheritedFrom": {
44262
- "name": "SbbLinkBaseElement",
44263
- "module": "core/base-elements/link-base-element.js"
44349
+ "name": "SbbFormAssociatedMixin",
44350
+ "module": "core/mixins/form-associated-mixin.js"
44264
44351
  }
44265
44352
  },
44266
44353
  {
44267
- "kind": "field",
44268
- "name": "_evaluateRelAttribute",
44354
+ "kind": "method",
44355
+ "name": "checkValidity",
44356
+ "privacy": "public",
44357
+ "return": {
44358
+ "type": {
44359
+ "text": "boolean"
44360
+ }
44361
+ },
44362
+ "description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
44363
+ "inheritedFrom": {
44364
+ "name": "SbbFormAssociatedMixin",
44365
+ "module": "core/mixins/form-associated-mixin.js"
44366
+ }
44367
+ },
44368
+ {
44369
+ "kind": "method",
44370
+ "name": "reportValidity",
44371
+ "privacy": "public",
44372
+ "return": {
44373
+ "type": {
44374
+ "text": "boolean"
44375
+ }
44376
+ },
44377
+ "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.",
44378
+ "inheritedFrom": {
44379
+ "name": "SbbFormAssociatedMixin",
44380
+ "module": "core/mixins/form-associated-mixin.js"
44381
+ }
44382
+ },
44383
+ {
44384
+ "kind": "method",
44385
+ "name": "setCustomValidity",
44386
+ "privacy": "public",
44387
+ "return": {
44388
+ "type": {
44389
+ "text": "void"
44390
+ }
44391
+ },
44392
+ "parameters": [
44393
+ {
44394
+ "name": "message",
44395
+ "type": {
44396
+ "text": "string"
44397
+ }
44398
+ }
44399
+ ],
44400
+ "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.",
44401
+ "inheritedFrom": {
44402
+ "name": "SbbFormAssociatedMixin",
44403
+ "module": "core/mixins/form-associated-mixin.js"
44404
+ }
44405
+ },
44406
+ {
44407
+ "kind": "method",
44408
+ "name": "_hasDisabledAncestor",
44269
44409
  "privacy": "private",
44410
+ "return": {
44411
+ "type": {
44412
+ "text": "boolean"
44413
+ }
44414
+ },
44270
44415
  "inheritedFrom": {
44271
- "name": "SbbLinkBaseElement",
44272
- "module": "core/base-elements/link-base-element.js"
44416
+ "name": "SbbFormAssociatedMixin",
44417
+ "module": "core/mixins/form-associated-mixin.js"
44273
44418
  }
44274
44419
  },
44275
44420
  {
44276
44421
  "kind": "method",
44277
- "name": "renderLink",
44422
+ "name": "updateFormValue",
44278
44423
  "privacy": "protected",
44279
44424
  "return": {
44280
44425
  "type": {
44281
- "text": "TemplateResult"
44426
+ "text": "void"
44427
+ }
44428
+ },
44429
+ "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",
44430
+ "inheritedFrom": {
44431
+ "name": "SbbFormAssociatedMixin",
44432
+ "module": "core/mixins/form-associated-mixin.js"
44433
+ }
44434
+ },
44435
+ {
44436
+ "kind": "method",
44437
+ "name": "formState",
44438
+ "privacy": "protected",
44439
+ "return": {
44440
+ "type": {
44441
+ "text": "FormRestoreState"
44442
+ }
44443
+ },
44444
+ "inheritedFrom": {
44445
+ "name": "SbbFormAssociatedMixin",
44446
+ "module": "core/mixins/form-associated-mixin.js"
44447
+ }
44448
+ },
44449
+ {
44450
+ "kind": "method",
44451
+ "name": "setValidityFlag",
44452
+ "privacy": "protected",
44453
+ "return": {
44454
+ "type": {
44455
+ "text": "void"
44282
44456
  }
44283
44457
  },
44284
44458
  "parameters": [
44285
44459
  {
44286
- "name": "renderContent",
44460
+ "name": "flag",
44287
44461
  "type": {
44288
- "text": "TemplateResult"
44462
+ "text": "T"
44463
+ }
44464
+ },
44465
+ {
44466
+ "name": "message",
44467
+ "type": {
44468
+ "text": "string"
44469
+ }
44470
+ },
44471
+ {
44472
+ "name": "flagValue",
44473
+ "optional": true,
44474
+ "type": {
44475
+ "text": "ValidityStateFlags[T]"
44289
44476
  }
44290
44477
  }
44291
44478
  ],
44479
+ "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).",
44292
44480
  "inheritedFrom": {
44293
- "name": "SbbLinkBaseElement",
44294
- "module": "core/base-elements/link-base-element.js"
44481
+ "name": "SbbFormAssociatedMixin",
44482
+ "module": "core/mixins/form-associated-mixin.js"
44483
+ }
44484
+ },
44485
+ {
44486
+ "kind": "method",
44487
+ "name": "removeValidityFlag",
44488
+ "privacy": "protected",
44489
+ "return": {
44490
+ "type": {
44491
+ "text": "void"
44492
+ }
44493
+ },
44494
+ "parameters": [
44495
+ {
44496
+ "name": "flag",
44497
+ "type": {
44498
+ "text": "T"
44499
+ }
44500
+ }
44501
+ ],
44502
+ "description": "Removes the validity state flag entry and updates validity state.",
44503
+ "inheritedFrom": {
44504
+ "name": "SbbFormAssociatedMixin",
44505
+ "module": "core/mixins/form-associated-mixin.js"
44506
+ }
44507
+ },
44508
+ {
44509
+ "kind": "method",
44510
+ "name": "validate",
44511
+ "privacy": "protected",
44512
+ "return": {
44513
+ "type": {
44514
+ "text": "void"
44515
+ }
44516
+ },
44517
+ "description": "To be called whenever the current element needs to be validated.",
44518
+ "inheritedFrom": {
44519
+ "name": "SbbFormAssociatedMixin",
44520
+ "module": "core/mixins/form-associated-mixin.js"
44521
+ }
44522
+ },
44523
+ {
44524
+ "kind": "method",
44525
+ "name": "shouldValidate",
44526
+ "privacy": "protected",
44527
+ "return": {
44528
+ "type": {
44529
+ "text": "boolean"
44530
+ }
44531
+ },
44532
+ "parameters": [
44533
+ {
44534
+ "name": "name",
44535
+ "type": {
44536
+ "text": "PropertyKey | undefined"
44537
+ }
44538
+ }
44539
+ ],
44540
+ "description": "Whether validation should be run on a property change with the given name.",
44541
+ "inheritedFrom": {
44542
+ "name": "SbbFormAssociatedMixin",
44543
+ "module": "core/mixins/form-associated-mixin.js"
44544
+ }
44545
+ },
44546
+ {
44547
+ "kind": "method",
44548
+ "name": "_setInternalValidity",
44549
+ "privacy": "private",
44550
+ "return": {
44551
+ "type": {
44552
+ "text": "void"
44553
+ }
44554
+ },
44555
+ "inheritedFrom": {
44556
+ "name": "SbbFormAssociatedMixin",
44557
+ "module": "core/mixins/form-associated-mixin.js"
44558
+ }
44559
+ },
44560
+ {
44561
+ "kind": "field",
44562
+ "name": "role",
44563
+ "type": {
44564
+ "text": "ElementInternals['role']"
44565
+ },
44566
+ "privacy": "public",
44567
+ "static": true,
44568
+ "readonly": true,
44569
+ "default": "'button'",
44570
+ "inheritedFrom": {
44571
+ "name": "SbbButtonLikeBaseElement",
44572
+ "module": "core/base-elements/button-base-element.js"
44573
+ }
44574
+ },
44575
+ {
44576
+ "kind": "field",
44577
+ "name": "_preventScrollOnSpaceKeydown",
44578
+ "privacy": "private",
44579
+ "description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
44580
+ "parameters": [
44581
+ {
44582
+ "description": "The origin event.",
44583
+ "name": "event"
44584
+ }
44585
+ ],
44586
+ "inheritedFrom": {
44587
+ "name": "SbbButtonLikeBaseElement",
44588
+ "module": "core/base-elements/button-base-element.js"
44589
+ }
44590
+ },
44591
+ {
44592
+ "kind": "field",
44593
+ "name": "_removeActiveMarker",
44594
+ "privacy": "private",
44595
+ "inheritedFrom": {
44596
+ "name": "SbbButtonLikeBaseElement",
44597
+ "module": "core/base-elements/button-base-element.js"
44598
+ }
44599
+ },
44600
+ {
44601
+ "kind": "field",
44602
+ "name": "_dispatchClickEventOnSpaceKeyup",
44603
+ "privacy": "private",
44604
+ "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.",
44605
+ "parameters": [
44606
+ {
44607
+ "description": "The origin event.",
44608
+ "name": "event"
44609
+ }
44610
+ ],
44611
+ "inheritedFrom": {
44612
+ "name": "SbbButtonLikeBaseElement",
44613
+ "module": "core/base-elements/button-base-element.js"
44614
+ }
44615
+ },
44616
+ {
44617
+ "kind": "field",
44618
+ "name": "_dispatchClickEvent",
44619
+ "privacy": "private",
44620
+ "inheritedFrom": {
44621
+ "name": "SbbButtonLikeBaseElement",
44622
+ "module": "core/base-elements/button-base-element.js"
44295
44623
  }
44296
44624
  },
44297
44625
  {
@@ -44446,19 +44774,15 @@
44446
44774
  "module": "button/common/button-common.js"
44447
44775
  },
44448
44776
  {
44449
- "name": "SbbDisabledInteractiveMixin",
44450
- "module": "core/mixins.js"
44451
- },
44452
- {
44453
- "name": "SbbDisabledMixin",
44777
+ "name": "SbbDisabledTabIndexActionMixin",
44454
44778
  "module": "core/mixins.js"
44455
44779
  }
44456
44780
  ],
44457
44781
  "superclass": {
44458
- "name": "SbbLinkBaseElement",
44782
+ "name": "SbbButtonBaseElement",
44459
44783
  "module": "core/base-elements.js"
44460
44784
  },
44461
- "tagName": "sbb-secondary-button-link",
44785
+ "tagName": "sbb-secondary-button",
44462
44786
  "customElement": true,
44463
44787
  "attributes": [
44464
44788
  {
@@ -44540,81 +44864,53 @@
44540
44864
  }
44541
44865
  },
44542
44866
  {
44543
- "name": "href",
44867
+ "name": "value",
44544
44868
  "type": {
44545
44869
  "text": "string"
44546
44870
  },
44547
44871
  "default": "''",
44548
- "description": "The href value you want to link to.",
44549
- "fieldName": "href",
44872
+ "description": "Value of the form element.",
44873
+ "fieldName": "value",
44550
44874
  "inheritedFrom": {
44551
- "name": "SbbLinkBaseElement",
44552
- "module": "core/base-elements/link-base-element.js"
44875
+ "name": "SbbButtonBaseElement",
44876
+ "module": "core/base-elements/button-base-element.js"
44553
44877
  }
44554
44878
  },
44555
44879
  {
44556
- "name": "target",
44880
+ "name": "type",
44881
+ "description": "The type attribute to use for the button.",
44882
+ "default": "'button'",
44557
44883
  "type": {
44558
- "text": "LinkTargetType | string"
44884
+ "text": "SbbButtonType"
44559
44885
  },
44560
- "default": "''",
44561
- "description": "Where to display the linked URL.",
44562
- "fieldName": "target",
44886
+ "fieldName": "type",
44563
44887
  "inheritedFrom": {
44564
- "name": "SbbLinkBaseElement",
44565
- "module": "core/base-elements/link-base-element.js"
44888
+ "name": "SbbButtonBaseElement",
44889
+ "module": "core/base-elements/button-base-element.js"
44566
44890
  }
44567
44891
  },
44568
44892
  {
44569
- "name": "rel",
44893
+ "name": "form",
44894
+ "description": "The `<form>` element to associate the button with.",
44570
44895
  "type": {
44571
- "text": "string"
44896
+ "text": "HTMLFormElement | null"
44572
44897
  },
44573
- "default": "''",
44574
- "description": "The relationship of the linked URL as space-separated link types.",
44575
- "fieldName": "rel",
44898
+ "fieldName": "form",
44576
44899
  "inheritedFrom": {
44577
- "name": "SbbLinkBaseElement",
44578
- "module": "core/base-elements/link-base-element.js"
44900
+ "name": "SbbButtonBaseElement",
44901
+ "module": "core/base-elements/button-base-element.js"
44579
44902
  }
44580
44903
  },
44581
44904
  {
44582
- "name": "download",
44905
+ "name": "name",
44906
+ "description": "Name of the form element. Will be read from name attribute.",
44583
44907
  "type": {
44584
- "text": "boolean"
44908
+ "text": "string"
44585
44909
  },
44586
- "default": "false",
44587
- "description": "Whether the browser will show the download dialog on click.",
44588
- "fieldName": "download",
44589
- "inheritedFrom": {
44590
- "name": "SbbLinkBaseElement",
44591
- "module": "core/base-elements/link-base-element.js"
44592
- }
44593
- },
44594
- {
44595
- "name": "accessibility-label",
44596
- "type": {
44597
- "text": "string"
44598
- },
44599
- "default": "''",
44600
- "description": "This will be forwarded as aria-label to the inner anchor element.",
44601
- "fieldName": "accessibilityLabel",
44602
- "inheritedFrom": {
44603
- "name": "SbbLinkBaseElement",
44604
- "module": "core/base-elements/link-base-element.js"
44605
- }
44606
- },
44607
- {
44608
- "name": "accessibility-current",
44609
- "type": {
44610
- "text": "string"
44611
- },
44612
- "default": "''",
44613
- "description": "This will be forwarded as aria-current to the inner anchor element.",
44614
- "fieldName": "accessibilityCurrent",
44910
+ "fieldName": "name",
44615
44911
  "inheritedFrom": {
44616
- "name": "SbbLinkBaseElement",
44617
- "module": "core/base-elements/link-base-element.js"
44912
+ "name": "SbbFormAssociatedMixin",
44913
+ "module": "core/mixins/form-associated-mixin.js"
44618
44914
  }
44619
44915
  }
44620
44916
  ]
@@ -44623,22 +44919,22 @@
44623
44919
  "exports": [
44624
44920
  {
44625
44921
  "kind": "js",
44626
- "name": "SbbSecondaryButtonLinkElement",
44922
+ "name": "SbbSecondaryButtonElement",
44627
44923
  "declaration": {
44628
- "name": "SbbSecondaryButtonLinkElement",
44629
- "module": "button/secondary-button-link/secondary-button-link.component.js"
44924
+ "name": "SbbSecondaryButtonElement",
44925
+ "module": "button/secondary-button/secondary-button.component.js"
44630
44926
  }
44631
44927
  }
44632
44928
  ]
44633
44929
  },
44634
44930
  {
44635
44931
  "kind": "javascript-module",
44636
- "path": "button/secondary-button/secondary-button.component.js",
44932
+ "path": "button/secondary-button-link/secondary-button-link.component.js",
44637
44933
  "declarations": [
44638
44934
  {
44639
44935
  "kind": "class",
44640
- "description": "It displays a button enhanced with the SBB Design in the 'secondary' variant.",
44641
- "name": "SbbSecondaryButtonElement",
44936
+ "description": "It displays a button enhanced with the SBB Design in the 'primary' variant, which will behave as a link.",
44937
+ "name": "SbbSecondaryButtonLinkElement",
44642
44938
  "cssProperties": [
44643
44939
  {
44644
44940
  "description": "The delay before the loading animation starts, when setting the button into loading state.",
@@ -44648,7 +44944,7 @@
44648
44944
  ],
44649
44945
  "slots": [
44650
44946
  {
44651
- "description": "Use the unnamed slot to add content to the secondary-button.",
44947
+ "description": "Use the unnamed slot to add content to the secondary-button-link.",
44652
44948
  "name": ""
44653
44949
  },
44654
44950
  {
@@ -44666,7 +44962,7 @@
44666
44962
  "privacy": "public",
44667
44963
  "static": true,
44668
44964
  "readonly": true,
44669
- "default": "'sbb-secondary-button'",
44965
+ "default": "'sbb-secondary-button-link'",
44670
44966
  "inheritedFrom": {
44671
44967
  "name": "SbbElement",
44672
44968
  "module": "core/base-elements/element.js"
@@ -44863,479 +45159,151 @@
44863
45159
  },
44864
45160
  {
44865
45161
  "kind": "field",
44866
- "name": "_elementsOnWhichEnterPressTriggersSubmit",
44867
- "type": {
44868
- "text": "array"
44869
- },
44870
- "privacy": "private",
44871
- "readonly": true,
44872
- "default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
44873
- "inheritedFrom": {
44874
- "name": "SbbButtonBaseElement",
44875
- "module": "core/base-elements/button-base-element.js"
44876
- }
44877
- },
44878
- {
44879
- "kind": "field",
44880
- "name": "value",
45162
+ "name": "href",
44881
45163
  "type": {
44882
45164
  "text": "string"
44883
45165
  },
44884
45166
  "privacy": "public",
44885
45167
  "default": "''",
44886
- "description": "Value of the form element.",
44887
- "attribute": "value",
44888
- "inheritedFrom": {
44889
- "name": "SbbButtonBaseElement",
44890
- "module": "core/base-elements/button-base-element.js"
44891
- }
44892
- },
44893
- {
44894
- "kind": "field",
44895
- "name": "type",
44896
- "privacy": "public",
44897
- "description": "The type attribute to use for the button.",
44898
- "default": "'button'",
44899
- "type": {
44900
- "text": "SbbButtonType"
44901
- },
44902
- "attribute": "type",
45168
+ "description": "The href value you want to link to.",
45169
+ "attribute": "href",
45170
+ "reflects": true,
44903
45171
  "inheritedFrom": {
44904
- "name": "SbbButtonBaseElement",
44905
- "module": "core/base-elements/button-base-element.js"
45172
+ "name": "SbbLinkBaseElement",
45173
+ "module": "core/base-elements/link-base-element.js"
44906
45174
  }
44907
45175
  },
44908
45176
  {
44909
45177
  "kind": "field",
44910
- "name": "form",
45178
+ "name": "target",
44911
45179
  "type": {
44912
- "text": "HTMLFormElement | null"
45180
+ "text": "LinkTargetType | string"
44913
45181
  },
44914
45182
  "privacy": "public",
44915
- "description": "The `<form>` element to associate the button with.",
44916
- "attribute": "form",
45183
+ "default": "''",
45184
+ "description": "Where to display the linked URL.",
45185
+ "attribute": "target",
45186
+ "reflects": true,
44917
45187
  "inheritedFrom": {
44918
- "name": "SbbButtonBaseElement",
44919
- "module": "core/base-elements/button-base-element.js"
45188
+ "name": "SbbLinkBaseElement",
45189
+ "module": "core/base-elements/link-base-element.js"
44920
45190
  }
44921
45191
  },
44922
45192
  {
44923
45193
  "kind": "field",
44924
- "name": "_formId",
45194
+ "name": "rel",
44925
45195
  "type": {
44926
45196
  "text": "string"
44927
45197
  },
44928
- "privacy": "private",
45198
+ "privacy": "public",
44929
45199
  "default": "''",
45200
+ "description": "The relationship of the linked URL as space-separated link types.",
45201
+ "attribute": "rel",
45202
+ "reflects": true,
44930
45203
  "inheritedFrom": {
44931
- "name": "SbbButtonBaseElement",
44932
- "module": "core/base-elements/button-base-element.js"
44933
- }
44934
- },
44935
- {
44936
- "kind": "field",
44937
- "name": "_handleButtonClick",
44938
- "privacy": "private",
44939
- "inheritedFrom": {
44940
- "name": "SbbButtonBaseElement",
44941
- "module": "core/base-elements/button-base-element.js"
44942
- }
44943
- },
44944
- {
44945
- "kind": "method",
44946
- "name": "_requestSubmit",
44947
- "privacy": "private",
44948
- "return": {
44949
- "type": {
44950
- "text": "void"
44951
- }
44952
- },
44953
- "parameters": [
44954
- {
44955
- "name": "form",
44956
- "type": {
44957
- "text": "HTMLFormElement"
44958
- }
44959
- }
44960
- ],
44961
- "inheritedFrom": {
44962
- "name": "SbbButtonBaseElement",
44963
- "module": "core/base-elements/button-base-element.js"
44964
- }
44965
- },
44966
- {
44967
- "kind": "field",
44968
- "name": "_formKeyDown",
44969
- "privacy": "private",
44970
- "inheritedFrom": {
44971
- "name": "SbbButtonBaseElement",
44972
- "module": "core/base-elements/button-base-element.js"
45204
+ "name": "SbbLinkBaseElement",
45205
+ "module": "core/base-elements/link-base-element.js"
44973
45206
  }
44974
45207
  },
44975
45208
  {
44976
45209
  "kind": "field",
44977
- "name": "formAssociated",
45210
+ "name": "download",
44978
45211
  "type": {
44979
45212
  "text": "boolean"
44980
45213
  },
44981
45214
  "privacy": "public",
44982
- "static": true,
44983
- "default": "true",
45215
+ "default": "false",
45216
+ "description": "Whether the browser will show the download dialog on click.",
45217
+ "attribute": "download",
45218
+ "reflects": true,
44984
45219
  "inheritedFrom": {
44985
- "name": "SbbFormAssociatedMixin",
44986
- "module": "core/mixins/form-associated-mixin.js"
45220
+ "name": "SbbLinkBaseElement",
45221
+ "module": "core/base-elements/link-base-element.js"
44987
45222
  }
44988
45223
  },
44989
45224
  {
44990
45225
  "kind": "field",
44991
- "name": "name",
44992
- "privacy": "public",
44993
- "description": "Name of the form element. Will be read from name attribute.",
45226
+ "name": "accessibilityLabel",
44994
45227
  "type": {
44995
45228
  "text": "string"
44996
45229
  },
44997
- "attribute": "name",
44998
- "inheritedFrom": {
44999
- "name": "SbbFormAssociatedMixin",
45000
- "module": "core/mixins/form-associated-mixin.js"
45001
- }
45002
- },
45003
- {
45004
- "kind": "field",
45005
- "name": "validity",
45006
- "type": {
45007
- "text": "ValidityState"
45008
- },
45009
45230
  "privacy": "public",
45010
- "description": "Returns the ValidityState object for this element.",
45011
- "readonly": true,
45231
+ "default": "''",
45232
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
45233
+ "attribute": "accessibility-label",
45012
45234
  "inheritedFrom": {
45013
- "name": "SbbFormAssociatedMixin",
45014
- "module": "core/mixins/form-associated-mixin.js"
45235
+ "name": "SbbLinkBaseElement",
45236
+ "module": "core/base-elements/link-base-element.js"
45015
45237
  }
45016
45238
  },
45017
45239
  {
45018
45240
  "kind": "field",
45019
- "name": "validationMessage",
45241
+ "name": "accessibilityCurrent",
45020
45242
  "type": {
45021
45243
  "text": "string"
45022
45244
  },
45023
45245
  "privacy": "public",
45024
- "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.",
45025
- "readonly": true,
45026
- "inheritedFrom": {
45027
- "name": "SbbFormAssociatedMixin",
45028
- "module": "core/mixins/form-associated-mixin.js"
45029
- }
45030
- },
45031
- {
45032
- "kind": "field",
45033
- "name": "willValidate",
45034
- "type": {
45035
- "text": "boolean"
45036
- },
45037
- "privacy": "public",
45038
- "description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
45039
- "readonly": true,
45246
+ "default": "''",
45247
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
45248
+ "attribute": "accessibility-current",
45040
45249
  "inheritedFrom": {
45041
- "name": "SbbFormAssociatedMixin",
45042
- "module": "core/mixins/form-associated-mixin.js"
45250
+ "name": "SbbLinkBaseElement",
45251
+ "module": "core/base-elements/link-base-element.js"
45043
45252
  }
45044
45253
  },
45045
45254
  {
45046
45255
  "kind": "field",
45047
- "name": "_validityStates",
45048
- "privacy": "private",
45049
- "default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
45256
+ "name": "language",
45257
+ "privacy": "protected",
45258
+ "default": "new SbbLanguageController(this)",
45050
45259
  "inheritedFrom": {
45051
- "name": "SbbFormAssociatedMixin",
45052
- "module": "core/mixins/form-associated-mixin.js"
45260
+ "name": "SbbLinkBaseElement",
45261
+ "module": "core/base-elements/link-base-element.js"
45053
45262
  }
45054
45263
  },
45055
45264
  {
45056
45265
  "kind": "field",
45057
- "name": "formDisabled",
45266
+ "name": "anchorRole",
45058
45267
  "type": {
45059
- "text": "boolean"
45268
+ "text": "string | null"
45060
45269
  },
45061
45270
  "privacy": "protected",
45062
- "default": "false",
45063
- "description": "Whenever a surrounding form or fieldset is changing its disabled state.",
45064
- "inheritedFrom": {
45065
- "name": "SbbFormAssociatedMixin",
45066
- "module": "core/mixins/form-associated-mixin.js"
45067
- }
45068
- },
45069
- {
45070
- "kind": "method",
45071
- "name": "checkValidity",
45072
- "privacy": "public",
45073
- "return": {
45074
- "type": {
45075
- "text": "boolean"
45076
- }
45077
- },
45078
- "description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
45079
- "inheritedFrom": {
45080
- "name": "SbbFormAssociatedMixin",
45081
- "module": "core/mixins/form-associated-mixin.js"
45082
- }
45083
- },
45084
- {
45085
- "kind": "method",
45086
- "name": "reportValidity",
45087
- "privacy": "public",
45088
- "return": {
45089
- "type": {
45090
- "text": "boolean"
45091
- }
45092
- },
45093
- "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.",
45094
- "inheritedFrom": {
45095
- "name": "SbbFormAssociatedMixin",
45096
- "module": "core/mixins/form-associated-mixin.js"
45097
- }
45098
- },
45099
- {
45100
- "kind": "method",
45101
- "name": "setCustomValidity",
45102
- "privacy": "public",
45103
- "return": {
45104
- "type": {
45105
- "text": "void"
45106
- }
45107
- },
45108
- "parameters": [
45109
- {
45110
- "name": "message",
45111
- "type": {
45112
- "text": "string"
45113
- }
45114
- }
45115
- ],
45116
- "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.",
45271
+ "readonly": true,
45272
+ "default": "null",
45117
45273
  "inheritedFrom": {
45118
- "name": "SbbFormAssociatedMixin",
45119
- "module": "core/mixins/form-associated-mixin.js"
45274
+ "name": "SbbLinkBaseElement",
45275
+ "module": "core/base-elements/link-base-element.js"
45120
45276
  }
45121
45277
  },
45122
45278
  {
45123
- "kind": "method",
45124
- "name": "_hasDisabledAncestor",
45279
+ "kind": "field",
45280
+ "name": "_evaluateRelAttribute",
45125
45281
  "privacy": "private",
45126
- "return": {
45127
- "type": {
45128
- "text": "boolean"
45129
- }
45130
- },
45131
- "inheritedFrom": {
45132
- "name": "SbbFormAssociatedMixin",
45133
- "module": "core/mixins/form-associated-mixin.js"
45134
- }
45135
- },
45136
- {
45137
- "kind": "method",
45138
- "name": "updateFormValue",
45139
- "privacy": "protected",
45140
- "return": {
45141
- "type": {
45142
- "text": "void"
45143
- }
45144
- },
45145
- "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",
45146
- "inheritedFrom": {
45147
- "name": "SbbFormAssociatedMixin",
45148
- "module": "core/mixins/form-associated-mixin.js"
45149
- }
45150
- },
45151
- {
45152
- "kind": "method",
45153
- "name": "formState",
45154
- "privacy": "protected",
45155
- "return": {
45156
- "type": {
45157
- "text": "FormRestoreState"
45158
- }
45159
- },
45160
- "inheritedFrom": {
45161
- "name": "SbbFormAssociatedMixin",
45162
- "module": "core/mixins/form-associated-mixin.js"
45163
- }
45164
- },
45165
- {
45166
- "kind": "method",
45167
- "name": "setValidityFlag",
45168
- "privacy": "protected",
45169
- "return": {
45170
- "type": {
45171
- "text": "void"
45172
- }
45173
- },
45174
- "parameters": [
45175
- {
45176
- "name": "flag",
45177
- "type": {
45178
- "text": "T"
45179
- }
45180
- },
45181
- {
45182
- "name": "message",
45183
- "type": {
45184
- "text": "string"
45185
- }
45186
- },
45187
- {
45188
- "name": "flagValue",
45189
- "optional": true,
45190
- "type": {
45191
- "text": "ValidityStateFlags[T]"
45192
- }
45193
- }
45194
- ],
45195
- "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).",
45196
- "inheritedFrom": {
45197
- "name": "SbbFormAssociatedMixin",
45198
- "module": "core/mixins/form-associated-mixin.js"
45199
- }
45200
- },
45201
- {
45202
- "kind": "method",
45203
- "name": "removeValidityFlag",
45204
- "privacy": "protected",
45205
- "return": {
45206
- "type": {
45207
- "text": "void"
45208
- }
45209
- },
45210
- "parameters": [
45211
- {
45212
- "name": "flag",
45213
- "type": {
45214
- "text": "T"
45215
- }
45216
- }
45217
- ],
45218
- "description": "Removes the validity state flag entry and updates validity state.",
45219
- "inheritedFrom": {
45220
- "name": "SbbFormAssociatedMixin",
45221
- "module": "core/mixins/form-associated-mixin.js"
45222
- }
45223
- },
45224
- {
45225
- "kind": "method",
45226
- "name": "validate",
45227
- "privacy": "protected",
45228
- "return": {
45229
- "type": {
45230
- "text": "void"
45231
- }
45232
- },
45233
- "description": "To be called whenever the current element needs to be validated.",
45234
45282
  "inheritedFrom": {
45235
- "name": "SbbFormAssociatedMixin",
45236
- "module": "core/mixins/form-associated-mixin.js"
45283
+ "name": "SbbLinkBaseElement",
45284
+ "module": "core/base-elements/link-base-element.js"
45237
45285
  }
45238
45286
  },
45239
45287
  {
45240
45288
  "kind": "method",
45241
- "name": "shouldValidate",
45289
+ "name": "renderLink",
45242
45290
  "privacy": "protected",
45243
45291
  "return": {
45244
45292
  "type": {
45245
- "text": "boolean"
45293
+ "text": "TemplateResult"
45246
45294
  }
45247
45295
  },
45248
45296
  "parameters": [
45249
45297
  {
45250
- "name": "name",
45298
+ "name": "renderContent",
45251
45299
  "type": {
45252
- "text": "PropertyKey | undefined"
45300
+ "text": "TemplateResult"
45253
45301
  }
45254
45302
  }
45255
45303
  ],
45256
- "description": "Whether validation should be run on a property change with the given name.",
45257
45304
  "inheritedFrom": {
45258
- "name": "SbbFormAssociatedMixin",
45259
- "module": "core/mixins/form-associated-mixin.js"
45260
- }
45261
- },
45262
- {
45263
- "kind": "method",
45264
- "name": "_setInternalValidity",
45265
- "privacy": "private",
45266
- "return": {
45267
- "type": {
45268
- "text": "void"
45269
- }
45270
- },
45271
- "inheritedFrom": {
45272
- "name": "SbbFormAssociatedMixin",
45273
- "module": "core/mixins/form-associated-mixin.js"
45274
- }
45275
- },
45276
- {
45277
- "kind": "field",
45278
- "name": "role",
45279
- "type": {
45280
- "text": "ElementInternals['role']"
45281
- },
45282
- "privacy": "public",
45283
- "static": true,
45284
- "readonly": true,
45285
- "default": "'button'",
45286
- "inheritedFrom": {
45287
- "name": "SbbButtonLikeBaseElement",
45288
- "module": "core/base-elements/button-base-element.js"
45289
- }
45290
- },
45291
- {
45292
- "kind": "field",
45293
- "name": "_preventScrollOnSpaceKeydown",
45294
- "privacy": "private",
45295
- "description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
45296
- "parameters": [
45297
- {
45298
- "description": "The origin event.",
45299
- "name": "event"
45300
- }
45301
- ],
45302
- "inheritedFrom": {
45303
- "name": "SbbButtonLikeBaseElement",
45304
- "module": "core/base-elements/button-base-element.js"
45305
- }
45306
- },
45307
- {
45308
- "kind": "field",
45309
- "name": "_removeActiveMarker",
45310
- "privacy": "private",
45311
- "inheritedFrom": {
45312
- "name": "SbbButtonLikeBaseElement",
45313
- "module": "core/base-elements/button-base-element.js"
45314
- }
45315
- },
45316
- {
45317
- "kind": "field",
45318
- "name": "_dispatchClickEventOnSpaceKeyup",
45319
- "privacy": "private",
45320
- "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.",
45321
- "parameters": [
45322
- {
45323
- "description": "The origin event.",
45324
- "name": "event"
45325
- }
45326
- ],
45327
- "inheritedFrom": {
45328
- "name": "SbbButtonLikeBaseElement",
45329
- "module": "core/base-elements/button-base-element.js"
45330
- }
45331
- },
45332
- {
45333
- "kind": "field",
45334
- "name": "_dispatchClickEvent",
45335
- "privacy": "private",
45336
- "inheritedFrom": {
45337
- "name": "SbbButtonLikeBaseElement",
45338
- "module": "core/base-elements/button-base-element.js"
45305
+ "name": "SbbLinkBaseElement",
45306
+ "module": "core/base-elements/link-base-element.js"
45339
45307
  }
45340
45308
  },
45341
45309
  {
@@ -45490,15 +45458,19 @@
45490
45458
  "module": "button/common/button-common.js"
45491
45459
  },
45492
45460
  {
45493
- "name": "SbbDisabledTabIndexActionMixin",
45461
+ "name": "SbbDisabledInteractiveMixin",
45462
+ "module": "core/mixins.js"
45463
+ },
45464
+ {
45465
+ "name": "SbbDisabledMixin",
45494
45466
  "module": "core/mixins.js"
45495
45467
  }
45496
45468
  ],
45497
45469
  "superclass": {
45498
- "name": "SbbButtonBaseElement",
45470
+ "name": "SbbLinkBaseElement",
45499
45471
  "module": "core/base-elements.js"
45500
45472
  },
45501
- "tagName": "sbb-secondary-button",
45473
+ "tagName": "sbb-secondary-button-link",
45502
45474
  "customElement": true,
45503
45475
  "attributes": [
45504
45476
  {
@@ -45580,53 +45552,81 @@
45580
45552
  }
45581
45553
  },
45582
45554
  {
45583
- "name": "value",
45555
+ "name": "href",
45584
45556
  "type": {
45585
45557
  "text": "string"
45586
45558
  },
45587
45559
  "default": "''",
45588
- "description": "Value of the form element.",
45589
- "fieldName": "value",
45560
+ "description": "The href value you want to link to.",
45561
+ "fieldName": "href",
45590
45562
  "inheritedFrom": {
45591
- "name": "SbbButtonBaseElement",
45592
- "module": "core/base-elements/button-base-element.js"
45563
+ "name": "SbbLinkBaseElement",
45564
+ "module": "core/base-elements/link-base-element.js"
45593
45565
  }
45594
45566
  },
45595
45567
  {
45596
- "name": "type",
45597
- "description": "The type attribute to use for the button.",
45598
- "default": "'button'",
45568
+ "name": "target",
45599
45569
  "type": {
45600
- "text": "SbbButtonType"
45570
+ "text": "LinkTargetType | string"
45601
45571
  },
45602
- "fieldName": "type",
45572
+ "default": "''",
45573
+ "description": "Where to display the linked URL.",
45574
+ "fieldName": "target",
45603
45575
  "inheritedFrom": {
45604
- "name": "SbbButtonBaseElement",
45605
- "module": "core/base-elements/button-base-element.js"
45576
+ "name": "SbbLinkBaseElement",
45577
+ "module": "core/base-elements/link-base-element.js"
45606
45578
  }
45607
45579
  },
45608
45580
  {
45609
- "name": "form",
45610
- "description": "The `<form>` element to associate the button with.",
45581
+ "name": "rel",
45611
45582
  "type": {
45612
- "text": "HTMLFormElement | null"
45583
+ "text": "string"
45613
45584
  },
45614
- "fieldName": "form",
45585
+ "default": "''",
45586
+ "description": "The relationship of the linked URL as space-separated link types.",
45587
+ "fieldName": "rel",
45615
45588
  "inheritedFrom": {
45616
- "name": "SbbButtonBaseElement",
45617
- "module": "core/base-elements/button-base-element.js"
45589
+ "name": "SbbLinkBaseElement",
45590
+ "module": "core/base-elements/link-base-element.js"
45618
45591
  }
45619
45592
  },
45620
45593
  {
45621
- "name": "name",
45622
- "description": "Name of the form element. Will be read from name attribute.",
45594
+ "name": "download",
45595
+ "type": {
45596
+ "text": "boolean"
45597
+ },
45598
+ "default": "false",
45599
+ "description": "Whether the browser will show the download dialog on click.",
45600
+ "fieldName": "download",
45601
+ "inheritedFrom": {
45602
+ "name": "SbbLinkBaseElement",
45603
+ "module": "core/base-elements/link-base-element.js"
45604
+ }
45605
+ },
45606
+ {
45607
+ "name": "accessibility-label",
45623
45608
  "type": {
45624
45609
  "text": "string"
45625
45610
  },
45626
- "fieldName": "name",
45611
+ "default": "''",
45612
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
45613
+ "fieldName": "accessibilityLabel",
45627
45614
  "inheritedFrom": {
45628
- "name": "SbbFormAssociatedMixin",
45629
- "module": "core/mixins/form-associated-mixin.js"
45615
+ "name": "SbbLinkBaseElement",
45616
+ "module": "core/base-elements/link-base-element.js"
45617
+ }
45618
+ },
45619
+ {
45620
+ "name": "accessibility-current",
45621
+ "type": {
45622
+ "text": "string"
45623
+ },
45624
+ "default": "''",
45625
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
45626
+ "fieldName": "accessibilityCurrent",
45627
+ "inheritedFrom": {
45628
+ "name": "SbbLinkBaseElement",
45629
+ "module": "core/base-elements/link-base-element.js"
45630
45630
  }
45631
45631
  }
45632
45632
  ]
@@ -45635,10 +45635,10 @@
45635
45635
  "exports": [
45636
45636
  {
45637
45637
  "kind": "js",
45638
- "name": "SbbSecondaryButtonElement",
45638
+ "name": "SbbSecondaryButtonLinkElement",
45639
45639
  "declaration": {
45640
- "name": "SbbSecondaryButtonElement",
45641
- "module": "button/secondary-button/secondary-button.component.js"
45640
+ "name": "SbbSecondaryButtonLinkElement",
45641
+ "module": "button/secondary-button-link/secondary-button-link.component.js"
45642
45642
  }
45643
45643
  }
45644
45644
  ]
@@ -120849,120 +120849,332 @@
120849
120849
  }
120850
120850
  }
120851
120851
  ],
120852
- "attributes": [
120853
- {
120854
- "name": "color",
120855
- "type": {
120856
- "text": "'white' | 'milk'"
120857
- },
120858
- "default": "'white'",
120859
- "description": "Background color of the sidebar. Either `white` or `milk`.",
120860
- "fieldName": "color"
120861
- },
120862
- {
120863
- "name": "mode",
120864
- "type": {
120865
- "text": "'side' | 'over'"
120866
- },
120867
- "default": "'side'",
120868
- "description": "Mode of the sidebar; one of 'side' or 'over'.",
120869
- "fieldName": "mode"
120870
- },
120871
- {
120872
- "name": "position",
120873
- "type": {
120874
- "text": "'start' | 'end'"
120875
- },
120876
- "default": "'start'",
120877
- "description": "The side that the sidebar is attached to.",
120878
- "fieldName": "position"
120879
- },
120880
- {
120881
- "name": "opened",
120882
- "type": {
120883
- "text": "boolean"
120884
- },
120885
- "default": "false",
120886
- "description": "Whether the sidebar is opened or closed.\nCan be used to initially set the opened state, where\nthe animation will be skipped.",
120887
- "fieldName": "opened"
120888
- },
120889
- {
120890
- "name": "focus-on-open",
120891
- "type": {
120892
- "text": "boolean"
120893
- },
120894
- "default": "false",
120895
- "description": "Whether the sidebar should focus the first focusable element automatically when opened.\nDefaults to false in when mode is set to `side`, otherwise defaults to true.\nIf explicitly enabled, focus will be moved into the sidebar in `side` mode as well.",
120896
- "fieldName": "focusOnOpen"
120897
- }
120898
- ],
120899
- "mixins": [
120900
- {
120901
- "name": "SbbAnimationCompleteMixin",
120902
- "module": "core/mixins.js"
120903
- }
120904
- ],
120852
+ "attributes": [
120853
+ {
120854
+ "name": "color",
120855
+ "type": {
120856
+ "text": "'white' | 'milk'"
120857
+ },
120858
+ "default": "'white'",
120859
+ "description": "Background color of the sidebar. Either `white` or `milk`.",
120860
+ "fieldName": "color"
120861
+ },
120862
+ {
120863
+ "name": "mode",
120864
+ "type": {
120865
+ "text": "'side' | 'over'"
120866
+ },
120867
+ "default": "'side'",
120868
+ "description": "Mode of the sidebar; one of 'side' or 'over'.",
120869
+ "fieldName": "mode"
120870
+ },
120871
+ {
120872
+ "name": "position",
120873
+ "type": {
120874
+ "text": "'start' | 'end'"
120875
+ },
120876
+ "default": "'start'",
120877
+ "description": "The side that the sidebar is attached to.",
120878
+ "fieldName": "position"
120879
+ },
120880
+ {
120881
+ "name": "opened",
120882
+ "type": {
120883
+ "text": "boolean"
120884
+ },
120885
+ "default": "false",
120886
+ "description": "Whether the sidebar is opened or closed.\nCan be used to initially set the opened state, where\nthe animation will be skipped.",
120887
+ "fieldName": "opened"
120888
+ },
120889
+ {
120890
+ "name": "focus-on-open",
120891
+ "type": {
120892
+ "text": "boolean"
120893
+ },
120894
+ "default": "false",
120895
+ "description": "Whether the sidebar should focus the first focusable element automatically when opened.\nDefaults to false in when mode is set to `side`, otherwise defaults to true.\nIf explicitly enabled, focus will be moved into the sidebar in `side` mode as well.",
120896
+ "fieldName": "focusOnOpen"
120897
+ }
120898
+ ],
120899
+ "mixins": [
120900
+ {
120901
+ "name": "SbbAnimationCompleteMixin",
120902
+ "module": "core/mixins.js"
120903
+ }
120904
+ ],
120905
+ "superclass": {
120906
+ "name": "SbbOpenCloseBaseElement",
120907
+ "module": "core/base-elements.js"
120908
+ },
120909
+ "tagName": "sbb-sidebar",
120910
+ "customElement": true,
120911
+ "events": [
120912
+ {
120913
+ "name": "beforeopen",
120914
+ "type": {
120915
+ "text": "Event"
120916
+ },
120917
+ "description": "Emits whenever the component starts the opening transition. Can be canceled.",
120918
+ "inheritedFrom": {
120919
+ "name": "SbbOpenCloseBaseElement",
120920
+ "module": "core/base-elements/open-close-base-element.js"
120921
+ }
120922
+ },
120923
+ {
120924
+ "name": "open",
120925
+ "type": {
120926
+ "text": "Event"
120927
+ },
120928
+ "description": "Emits whenever the component is opened.",
120929
+ "inheritedFrom": {
120930
+ "name": "SbbOpenCloseBaseElement",
120931
+ "module": "core/base-elements/open-close-base-element.js"
120932
+ }
120933
+ },
120934
+ {
120935
+ "name": "beforeclose",
120936
+ "type": {
120937
+ "text": "Event"
120938
+ },
120939
+ "description": "Emits whenever the component begins the closing transition. Can be canceled.",
120940
+ "inheritedFrom": {
120941
+ "name": "SbbOpenCloseBaseElement",
120942
+ "module": "core/base-elements/open-close-base-element.js"
120943
+ }
120944
+ },
120945
+ {
120946
+ "name": "close",
120947
+ "type": {
120948
+ "text": "Event"
120949
+ },
120950
+ "description": "Emits whenever the component is closed.",
120951
+ "inheritedFrom": {
120952
+ "name": "SbbOpenCloseBaseElement",
120953
+ "module": "core/base-elements/open-close-base-element.js"
120954
+ }
120955
+ }
120956
+ ]
120957
+ }
120958
+ ],
120959
+ "exports": [
120960
+ {
120961
+ "kind": "js",
120962
+ "name": "SbbSidebarElement",
120963
+ "declaration": {
120964
+ "name": "SbbSidebarElement",
120965
+ "module": "sidebar/sidebar/sidebar.component.js"
120966
+ }
120967
+ }
120968
+ ]
120969
+ },
120970
+ {
120971
+ "kind": "javascript-module",
120972
+ "path": "sidebar/sidebar-container/sidebar-container.component.js",
120973
+ "declarations": [
120974
+ {
120975
+ "kind": "class",
120976
+ "description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
120977
+ "name": "SbbSidebarContainerElement",
120978
+ "slots": [
120979
+ {
120980
+ "description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
120981
+ "name": ""
120982
+ }
120983
+ ],
120984
+ "members": [
120985
+ {
120986
+ "kind": "field",
120987
+ "name": "elementName",
120988
+ "type": {
120989
+ "text": "string"
120990
+ },
120991
+ "privacy": "public",
120992
+ "static": true,
120993
+ "readonly": true,
120994
+ "default": "'sbb-sidebar-container'",
120995
+ "inheritedFrom": {
120996
+ "name": "SbbElement",
120997
+ "module": "core/base-elements/element.js"
120998
+ }
120999
+ },
121000
+ {
121001
+ "kind": "field",
121002
+ "name": "sidebars",
121003
+ "type": {
121004
+ "text": "SbbSidebarElement[]"
121005
+ },
121006
+ "privacy": "public",
121007
+ "description": "The sidebar children.",
121008
+ "readonly": true
121009
+ },
121010
+ {
121011
+ "kind": "field",
121012
+ "name": "start",
121013
+ "type": {
121014
+ "text": "SbbSidebarElement | null"
121015
+ },
121016
+ "privacy": "public",
121017
+ "description": "The sidebar child with the `start` position.",
121018
+ "readonly": true
121019
+ },
121020
+ {
121021
+ "kind": "field",
121022
+ "name": "end",
121023
+ "type": {
121024
+ "text": "SbbSidebarElement | null"
121025
+ },
121026
+ "privacy": "public",
121027
+ "description": "The sidebar child with the `end` position.",
121028
+ "readonly": true
121029
+ },
121030
+ {
121031
+ "kind": "field",
121032
+ "name": "_forcedClosedSidebars",
121033
+ "privacy": "private",
121034
+ "default": "new WeakSet<SbbSidebarElement>()"
121035
+ },
121036
+ {
121037
+ "kind": "method",
121038
+ "name": "_handleWidthChange",
121039
+ "privacy": "private",
121040
+ "return": {
121041
+ "type": {
121042
+ "text": "void"
121043
+ }
121044
+ }
121045
+ },
121046
+ {
121047
+ "kind": "method",
121048
+ "name": "_calculateSpaceState",
121049
+ "privacy": "private",
121050
+ "return": {
121051
+ "type": {
121052
+ "text": "Promise<void>"
121053
+ }
121054
+ },
121055
+ "description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
121056
+ },
121057
+ {
121058
+ "kind": "field",
121059
+ "name": "_hydrationRequired",
121060
+ "type": {
121061
+ "text": "boolean"
121062
+ },
121063
+ "privacy": "private",
121064
+ "default": "!!this.shadowRoot",
121065
+ "inheritedFrom": {
121066
+ "name": "SbbElement",
121067
+ "module": "core/base-elements/element.js"
121068
+ }
121069
+ },
121070
+ {
121071
+ "kind": "field",
121072
+ "name": "_hydrationComplete",
121073
+ "privacy": "private",
121074
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
121075
+ "inheritedFrom": {
121076
+ "name": "SbbElement",
121077
+ "module": "core/base-elements/element.js"
121078
+ }
121079
+ },
121080
+ {
121081
+ "kind": "field",
121082
+ "name": "_resolveHydration",
121083
+ "type": {
121084
+ "text": "(hydrationRequired: boolean) => void"
121085
+ },
121086
+ "privacy": "private",
121087
+ "inheritedFrom": {
121088
+ "name": "SbbElement",
121089
+ "module": "core/base-elements/element.js"
121090
+ }
121091
+ },
121092
+ {
121093
+ "kind": "field",
121094
+ "name": "hydrationRequired",
121095
+ "type": {
121096
+ "text": "boolean"
121097
+ },
121098
+ "privacy": "protected",
121099
+ "description": "Returns whether hydration is required and not completed.",
121100
+ "readonly": true,
121101
+ "inheritedFrom": {
121102
+ "name": "SbbElement",
121103
+ "module": "core/base-elements/element.js"
121104
+ },
121105
+ "default": "!!this.shadowRoot"
121106
+ },
121107
+ {
121108
+ "kind": "method",
121109
+ "name": "toggleState",
121110
+ "privacy": "protected",
121111
+ "return": {
121112
+ "type": {
121113
+ "text": "void"
121114
+ }
121115
+ },
121116
+ "parameters": [
121117
+ {
121118
+ "name": "value",
121119
+ "type": {
121120
+ "text": "string"
121121
+ }
121122
+ },
121123
+ {
121124
+ "name": "force",
121125
+ "optional": true,
121126
+ "type": {
121127
+ "text": "boolean"
121128
+ }
121129
+ }
121130
+ ],
121131
+ "inheritedFrom": {
121132
+ "name": "SbbElement",
121133
+ "module": "core/base-elements/element.js"
121134
+ }
121135
+ },
121136
+ {
121137
+ "kind": "field",
121138
+ "name": "['_$sbbElement$']",
121139
+ "type": {
121140
+ "text": "boolean"
121141
+ },
121142
+ "privacy": "public",
121143
+ "static": true,
121144
+ "default": "true",
121145
+ "inheritedFrom": {
121146
+ "name": "SbbElement",
121147
+ "module": "core/base-elements/element.js"
121148
+ }
121149
+ },
121150
+ {
121151
+ "kind": "field",
121152
+ "name": "_controllers",
121153
+ "type": {
121154
+ "text": "Set<SbbReactiveController> | undefined"
121155
+ },
121156
+ "privacy": "private",
121157
+ "inheritedFrom": {
121158
+ "name": "SbbElement",
121159
+ "module": "core/base-elements/element.js"
121160
+ }
121161
+ }
121162
+ ],
120905
121163
  "superclass": {
120906
- "name": "SbbOpenCloseBaseElement",
121164
+ "name": "SbbElement",
120907
121165
  "module": "core/base-elements.js"
120908
121166
  },
120909
- "tagName": "sbb-sidebar",
120910
- "customElement": true,
120911
- "events": [
120912
- {
120913
- "name": "beforeopen",
120914
- "type": {
120915
- "text": "Event"
120916
- },
120917
- "description": "Emits whenever the component starts the opening transition. Can be canceled.",
120918
- "inheritedFrom": {
120919
- "name": "SbbOpenCloseBaseElement",
120920
- "module": "core/base-elements/open-close-base-element.js"
120921
- }
120922
- },
120923
- {
120924
- "name": "open",
120925
- "type": {
120926
- "text": "Event"
120927
- },
120928
- "description": "Emits whenever the component is opened.",
120929
- "inheritedFrom": {
120930
- "name": "SbbOpenCloseBaseElement",
120931
- "module": "core/base-elements/open-close-base-element.js"
120932
- }
120933
- },
120934
- {
120935
- "name": "beforeclose",
120936
- "type": {
120937
- "text": "Event"
120938
- },
120939
- "description": "Emits whenever the component begins the closing transition. Can be canceled.",
120940
- "inheritedFrom": {
120941
- "name": "SbbOpenCloseBaseElement",
120942
- "module": "core/base-elements/open-close-base-element.js"
120943
- }
120944
- },
120945
- {
120946
- "name": "close",
120947
- "type": {
120948
- "text": "Event"
120949
- },
120950
- "description": "Emits whenever the component is closed.",
120951
- "inheritedFrom": {
120952
- "name": "SbbOpenCloseBaseElement",
120953
- "module": "core/base-elements/open-close-base-element.js"
120954
- }
120955
- }
120956
- ]
121167
+ "tagName": "sbb-sidebar-container",
121168
+ "customElement": true
120957
121169
  }
120958
121170
  ],
120959
121171
  "exports": [
120960
121172
  {
120961
121173
  "kind": "js",
120962
- "name": "SbbSidebarElement",
121174
+ "name": "SbbSidebarContainerElement",
120963
121175
  "declaration": {
120964
- "name": "SbbSidebarElement",
120965
- "module": "sidebar/sidebar/sidebar.component.js"
121176
+ "name": "SbbSidebarContainerElement",
121177
+ "module": "sidebar/sidebar-container/sidebar-container.component.js"
120966
121178
  }
120967
121179
  }
120968
121180
  ]
@@ -121987,218 +122199,6 @@
121987
122199
  }
121988
122200
  ]
121989
122201
  },
121990
- {
121991
- "kind": "javascript-module",
121992
- "path": "sidebar/sidebar-container/sidebar-container.component.js",
121993
- "declarations": [
121994
- {
121995
- "kind": "class",
121996
- "description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
121997
- "name": "SbbSidebarContainerElement",
121998
- "slots": [
121999
- {
122000
- "description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
122001
- "name": ""
122002
- }
122003
- ],
122004
- "members": [
122005
- {
122006
- "kind": "field",
122007
- "name": "elementName",
122008
- "type": {
122009
- "text": "string"
122010
- },
122011
- "privacy": "public",
122012
- "static": true,
122013
- "readonly": true,
122014
- "default": "'sbb-sidebar-container'",
122015
- "inheritedFrom": {
122016
- "name": "SbbElement",
122017
- "module": "core/base-elements/element.js"
122018
- }
122019
- },
122020
- {
122021
- "kind": "field",
122022
- "name": "sidebars",
122023
- "type": {
122024
- "text": "SbbSidebarElement[]"
122025
- },
122026
- "privacy": "public",
122027
- "description": "The sidebar children.",
122028
- "readonly": true
122029
- },
122030
- {
122031
- "kind": "field",
122032
- "name": "start",
122033
- "type": {
122034
- "text": "SbbSidebarElement | null"
122035
- },
122036
- "privacy": "public",
122037
- "description": "The sidebar child with the `start` position.",
122038
- "readonly": true
122039
- },
122040
- {
122041
- "kind": "field",
122042
- "name": "end",
122043
- "type": {
122044
- "text": "SbbSidebarElement | null"
122045
- },
122046
- "privacy": "public",
122047
- "description": "The sidebar child with the `end` position.",
122048
- "readonly": true
122049
- },
122050
- {
122051
- "kind": "field",
122052
- "name": "_forcedClosedSidebars",
122053
- "privacy": "private",
122054
- "default": "new WeakSet<SbbSidebarElement>()"
122055
- },
122056
- {
122057
- "kind": "method",
122058
- "name": "_handleWidthChange",
122059
- "privacy": "private",
122060
- "return": {
122061
- "type": {
122062
- "text": "void"
122063
- }
122064
- }
122065
- },
122066
- {
122067
- "kind": "method",
122068
- "name": "_calculateSpaceState",
122069
- "privacy": "private",
122070
- "return": {
122071
- "type": {
122072
- "text": "Promise<void>"
122073
- }
122074
- },
122075
- "description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
122076
- },
122077
- {
122078
- "kind": "field",
122079
- "name": "_hydrationRequired",
122080
- "type": {
122081
- "text": "boolean"
122082
- },
122083
- "privacy": "private",
122084
- "default": "!!this.shadowRoot",
122085
- "inheritedFrom": {
122086
- "name": "SbbElement",
122087
- "module": "core/base-elements/element.js"
122088
- }
122089
- },
122090
- {
122091
- "kind": "field",
122092
- "name": "_hydrationComplete",
122093
- "privacy": "private",
122094
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
122095
- "inheritedFrom": {
122096
- "name": "SbbElement",
122097
- "module": "core/base-elements/element.js"
122098
- }
122099
- },
122100
- {
122101
- "kind": "field",
122102
- "name": "_resolveHydration",
122103
- "type": {
122104
- "text": "(hydrationRequired: boolean) => void"
122105
- },
122106
- "privacy": "private",
122107
- "inheritedFrom": {
122108
- "name": "SbbElement",
122109
- "module": "core/base-elements/element.js"
122110
- }
122111
- },
122112
- {
122113
- "kind": "field",
122114
- "name": "hydrationRequired",
122115
- "type": {
122116
- "text": "boolean"
122117
- },
122118
- "privacy": "protected",
122119
- "description": "Returns whether hydration is required and not completed.",
122120
- "readonly": true,
122121
- "inheritedFrom": {
122122
- "name": "SbbElement",
122123
- "module": "core/base-elements/element.js"
122124
- },
122125
- "default": "!!this.shadowRoot"
122126
- },
122127
- {
122128
- "kind": "method",
122129
- "name": "toggleState",
122130
- "privacy": "protected",
122131
- "return": {
122132
- "type": {
122133
- "text": "void"
122134
- }
122135
- },
122136
- "parameters": [
122137
- {
122138
- "name": "value",
122139
- "type": {
122140
- "text": "string"
122141
- }
122142
- },
122143
- {
122144
- "name": "force",
122145
- "optional": true,
122146
- "type": {
122147
- "text": "boolean"
122148
- }
122149
- }
122150
- ],
122151
- "inheritedFrom": {
122152
- "name": "SbbElement",
122153
- "module": "core/base-elements/element.js"
122154
- }
122155
- },
122156
- {
122157
- "kind": "field",
122158
- "name": "['_$sbbElement$']",
122159
- "type": {
122160
- "text": "boolean"
122161
- },
122162
- "privacy": "public",
122163
- "static": true,
122164
- "default": "true",
122165
- "inheritedFrom": {
122166
- "name": "SbbElement",
122167
- "module": "core/base-elements/element.js"
122168
- }
122169
- },
122170
- {
122171
- "kind": "field",
122172
- "name": "_controllers",
122173
- "type": {
122174
- "text": "Set<SbbReactiveController> | undefined"
122175
- },
122176
- "privacy": "private",
122177
- "inheritedFrom": {
122178
- "name": "SbbElement",
122179
- "module": "core/base-elements/element.js"
122180
- }
122181
- }
122182
- ],
122183
- "superclass": {
122184
- "name": "SbbElement",
122185
- "module": "core/base-elements.js"
122186
- },
122187
- "tagName": "sbb-sidebar-container",
122188
- "customElement": true
122189
- }
122190
- ],
122191
- "exports": [
122192
- {
122193
- "kind": "js",
122194
- "name": "SbbSidebarContainerElement",
122195
- "declaration": {
122196
- "name": "SbbSidebarContainerElement",
122197
- "module": "sidebar/sidebar-container/sidebar-container.component.js"
122198
- }
122199
- }
122200
- ]
122201
- },
122202
122202
  {
122203
122203
  "kind": "javascript-module",
122204
122204
  "path": "sidebar/sidebar-content/sidebar-content.component.js",