@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1777019159 → 5.0.0-next-dev.1777034079
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/core/styles/core.scss +4 -0
- package/core.css +8 -0
- package/custom-elements.json +957 -957
- package/development/file-selector/common/file-selector-common.d.ts.map +1 -1
- package/development/file-selector/common/file-selector-common.js +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +1 -1
- package/development/file-selector-common-BX5f18cJ.js +409 -0
- package/development/file-selector-dropzone.component-DMNom2OW.js +110 -0
- package/development/file-selector.js +2 -2
- package/development/file-selector.pure.js +2 -2
- package/file-selector/common/file-selector-common.js +1 -1
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +1 -1
- package/{file-selector-common-DpccuOQ4.js → file-selector-common-CMLaHuDP.js} +38 -40
- package/{file-selector-dropzone.component-BSF-kegh.js → file-selector-dropzone.component-CWwpvAVD.js} +3 -4
- package/file-selector.js +2 -2
- package/file-selector.pure.js +2 -2
- package/off-brand-theme.css +8 -0
- package/package.json +2 -2
- package/safety-theme.css +8 -0
- package/standard-theme.css +8 -0
- package/development/file-selector-common-DE_jT1fa.js +0 -411
- package/development/file-selector-dropzone.component-B1Y5qOjb.js +0 -111
package/custom-elements.json
CHANGED
|
@@ -111242,408 +111242,6 @@
|
|
|
111242
111242
|
}
|
|
111243
111243
|
]
|
|
111244
111244
|
},
|
|
111245
|
-
{
|
|
111246
|
-
"kind": "javascript-module",
|
|
111247
|
-
"path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
|
|
111248
|
-
"declarations": [
|
|
111249
|
-
{
|
|
111250
|
-
"kind": "class",
|
|
111251
|
-
"description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
|
|
111252
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
111253
|
-
"slots": [
|
|
111254
|
-
{
|
|
111255
|
-
"description": "Use the unnamed slot to display a custom description text after the counter.",
|
|
111256
|
-
"name": "",
|
|
111257
|
-
"inheritedFrom": {
|
|
111258
|
-
"name": "SbbHintElement",
|
|
111259
|
-
"module": "form-field/hint/hint.component.js"
|
|
111260
|
-
}
|
|
111261
|
-
}
|
|
111262
|
-
],
|
|
111263
|
-
"members": [
|
|
111264
|
-
{
|
|
111265
|
-
"kind": "field",
|
|
111266
|
-
"name": "elementName",
|
|
111267
|
-
"type": {
|
|
111268
|
-
"text": "string"
|
|
111269
|
-
},
|
|
111270
|
-
"privacy": "public",
|
|
111271
|
-
"static": true,
|
|
111272
|
-
"readonly": true,
|
|
111273
|
-
"default": "'sbb-form-field-text-counter'",
|
|
111274
|
-
"inheritedFrom": {
|
|
111275
|
-
"name": "SbbElement",
|
|
111276
|
-
"module": "core/base-elements/element.js"
|
|
111277
|
-
}
|
|
111278
|
-
},
|
|
111279
|
-
{
|
|
111280
|
-
"kind": "field",
|
|
111281
|
-
"name": "elementDependencies",
|
|
111282
|
-
"type": {
|
|
111283
|
-
"text": "SbbElementType[]"
|
|
111284
|
-
},
|
|
111285
|
-
"privacy": "public",
|
|
111286
|
-
"static": true,
|
|
111287
|
-
"default": "[SbbScreenReaderOnlyElement]",
|
|
111288
|
-
"inheritedFrom": {
|
|
111289
|
-
"name": "SbbElement",
|
|
111290
|
-
"module": "core/base-elements/element.js"
|
|
111291
|
-
}
|
|
111292
|
-
},
|
|
111293
|
-
{
|
|
111294
|
-
"kind": "field",
|
|
111295
|
-
"name": "_remainingCharacters",
|
|
111296
|
-
"type": {
|
|
111297
|
-
"text": "number"
|
|
111298
|
-
},
|
|
111299
|
-
"privacy": "private",
|
|
111300
|
-
"default": "0"
|
|
111301
|
-
},
|
|
111302
|
-
{
|
|
111303
|
-
"kind": "field",
|
|
111304
|
-
"name": "_language",
|
|
111305
|
-
"privacy": "private",
|
|
111306
|
-
"default": "new SbbLanguageController(this)"
|
|
111307
|
-
},
|
|
111308
|
-
{
|
|
111309
|
-
"kind": "field",
|
|
111310
|
-
"name": "_abortController",
|
|
111311
|
-
"type": {
|
|
111312
|
-
"text": "AbortController | null"
|
|
111313
|
-
},
|
|
111314
|
-
"privacy": "private",
|
|
111315
|
-
"default": "null"
|
|
111316
|
-
},
|
|
111317
|
-
{
|
|
111318
|
-
"kind": "method",
|
|
111319
|
-
"name": "_onInputUpdate",
|
|
111320
|
-
"privacy": "private",
|
|
111321
|
-
"return": {
|
|
111322
|
-
"type": {
|
|
111323
|
-
"text": "void"
|
|
111324
|
-
}
|
|
111325
|
-
}
|
|
111326
|
-
},
|
|
111327
|
-
{
|
|
111328
|
-
"kind": "method",
|
|
111329
|
-
"name": "_infoText",
|
|
111330
|
-
"privacy": "private",
|
|
111331
|
-
"return": {
|
|
111332
|
-
"type": {
|
|
111333
|
-
"text": "string"
|
|
111334
|
-
}
|
|
111335
|
-
}
|
|
111336
|
-
},
|
|
111337
|
-
{
|
|
111338
|
-
"kind": "field",
|
|
111339
|
-
"name": "negative",
|
|
111340
|
-
"type": {
|
|
111341
|
-
"text": "boolean"
|
|
111342
|
-
},
|
|
111343
|
-
"privacy": "public",
|
|
111344
|
-
"default": "false",
|
|
111345
|
-
"description": "Negative coloring variant flag.",
|
|
111346
|
-
"attribute": "negative",
|
|
111347
|
-
"reflects": true,
|
|
111348
|
-
"inheritedFrom": {
|
|
111349
|
-
"name": "SbbNegativeMixin",
|
|
111350
|
-
"module": "core/mixins/negative-mixin.js"
|
|
111351
|
-
}
|
|
111352
|
-
},
|
|
111353
|
-
{
|
|
111354
|
-
"kind": "field",
|
|
111355
|
-
"name": "formField",
|
|
111356
|
-
"type": {
|
|
111357
|
-
"text": "SbbFormFieldElement | null"
|
|
111358
|
-
},
|
|
111359
|
-
"privacy": "protected",
|
|
111360
|
-
"default": "null",
|
|
111361
|
-
"inheritedFrom": {
|
|
111362
|
-
"name": "SbbHintElement",
|
|
111363
|
-
"module": "form-field/hint/hint.component.js"
|
|
111364
|
-
}
|
|
111365
|
-
},
|
|
111366
|
-
{
|
|
111367
|
-
"kind": "field",
|
|
111368
|
-
"name": "['_$sbbElement$']",
|
|
111369
|
-
"type": {
|
|
111370
|
-
"text": "boolean"
|
|
111371
|
-
},
|
|
111372
|
-
"privacy": "public",
|
|
111373
|
-
"static": true,
|
|
111374
|
-
"default": "true",
|
|
111375
|
-
"inheritedFrom": {
|
|
111376
|
-
"name": "SbbElement",
|
|
111377
|
-
"module": "core/base-elements/element.js"
|
|
111378
|
-
}
|
|
111379
|
-
},
|
|
111380
|
-
{
|
|
111381
|
-
"kind": "field",
|
|
111382
|
-
"name": "role",
|
|
111383
|
-
"type": {
|
|
111384
|
-
"text": "ElementInternals['role'] | undefined"
|
|
111385
|
-
},
|
|
111386
|
-
"privacy": "public",
|
|
111387
|
-
"static": true,
|
|
111388
|
-
"inheritedFrom": {
|
|
111389
|
-
"name": "SbbElement",
|
|
111390
|
-
"module": "core/base-elements/element.js"
|
|
111391
|
-
}
|
|
111392
|
-
},
|
|
111393
|
-
{
|
|
111394
|
-
"kind": "field",
|
|
111395
|
-
"name": "_controllers",
|
|
111396
|
-
"type": {
|
|
111397
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
111398
|
-
},
|
|
111399
|
-
"privacy": "private",
|
|
111400
|
-
"inheritedFrom": {
|
|
111401
|
-
"name": "SbbElement",
|
|
111402
|
-
"module": "core/base-elements/element.js"
|
|
111403
|
-
}
|
|
111404
|
-
},
|
|
111405
|
-
{
|
|
111406
|
-
"kind": "field",
|
|
111407
|
-
"name": "_hydrationRequired",
|
|
111408
|
-
"type": {
|
|
111409
|
-
"text": "boolean"
|
|
111410
|
-
},
|
|
111411
|
-
"privacy": "private",
|
|
111412
|
-
"default": "!!this.shadowRoot",
|
|
111413
|
-
"inheritedFrom": {
|
|
111414
|
-
"name": "SbbElement",
|
|
111415
|
-
"module": "core/base-elements/element.js"
|
|
111416
|
-
}
|
|
111417
|
-
},
|
|
111418
|
-
{
|
|
111419
|
-
"kind": "field",
|
|
111420
|
-
"name": "_hydrationComplete",
|
|
111421
|
-
"privacy": "private",
|
|
111422
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
111423
|
-
"inheritedFrom": {
|
|
111424
|
-
"name": "SbbElement",
|
|
111425
|
-
"module": "core/base-elements/element.js"
|
|
111426
|
-
}
|
|
111427
|
-
},
|
|
111428
|
-
{
|
|
111429
|
-
"kind": "field",
|
|
111430
|
-
"name": "_resolveHydration",
|
|
111431
|
-
"type": {
|
|
111432
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
111433
|
-
},
|
|
111434
|
-
"privacy": "private",
|
|
111435
|
-
"inheritedFrom": {
|
|
111436
|
-
"name": "SbbElement",
|
|
111437
|
-
"module": "core/base-elements/element.js"
|
|
111438
|
-
}
|
|
111439
|
-
},
|
|
111440
|
-
{
|
|
111441
|
-
"kind": "field",
|
|
111442
|
-
"name": "_textObserver",
|
|
111443
|
-
"type": {
|
|
111444
|
-
"text": "MutationObserver | undefined"
|
|
111445
|
-
},
|
|
111446
|
-
"privacy": "private",
|
|
111447
|
-
"inheritedFrom": {
|
|
111448
|
-
"name": "SbbElement",
|
|
111449
|
-
"module": "core/base-elements/element.js"
|
|
111450
|
-
}
|
|
111451
|
-
},
|
|
111452
|
-
{
|
|
111453
|
-
"kind": "field",
|
|
111454
|
-
"name": "hydrationRequired",
|
|
111455
|
-
"type": {
|
|
111456
|
-
"text": "boolean"
|
|
111457
|
-
},
|
|
111458
|
-
"privacy": "protected",
|
|
111459
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
111460
|
-
"readonly": true,
|
|
111461
|
-
"inheritedFrom": {
|
|
111462
|
-
"name": "SbbElement",
|
|
111463
|
-
"module": "core/base-elements/element.js"
|
|
111464
|
-
},
|
|
111465
|
-
"default": "!!this.shadowRoot"
|
|
111466
|
-
},
|
|
111467
|
-
{
|
|
111468
|
-
"kind": "method",
|
|
111469
|
-
"name": "toggleState",
|
|
111470
|
-
"privacy": "protected",
|
|
111471
|
-
"return": {
|
|
111472
|
-
"type": {
|
|
111473
|
-
"text": "void"
|
|
111474
|
-
}
|
|
111475
|
-
},
|
|
111476
|
-
"parameters": [
|
|
111477
|
-
{
|
|
111478
|
-
"name": "value",
|
|
111479
|
-
"type": {
|
|
111480
|
-
"text": "string"
|
|
111481
|
-
}
|
|
111482
|
-
},
|
|
111483
|
-
{
|
|
111484
|
-
"name": "force",
|
|
111485
|
-
"optional": true,
|
|
111486
|
-
"type": {
|
|
111487
|
-
"text": "boolean"
|
|
111488
|
-
}
|
|
111489
|
-
}
|
|
111490
|
-
],
|
|
111491
|
-
"inheritedFrom": {
|
|
111492
|
-
"name": "SbbElement",
|
|
111493
|
-
"module": "core/base-elements/element.js"
|
|
111494
|
-
}
|
|
111495
|
-
},
|
|
111496
|
-
{
|
|
111497
|
-
"kind": "method",
|
|
111498
|
-
"name": "_slotchangeHandler",
|
|
111499
|
-
"privacy": "private",
|
|
111500
|
-
"return": {
|
|
111501
|
-
"type": {
|
|
111502
|
-
"text": "void"
|
|
111503
|
-
}
|
|
111504
|
-
},
|
|
111505
|
-
"parameters": [
|
|
111506
|
-
{
|
|
111507
|
-
"name": "event",
|
|
111508
|
-
"type": {
|
|
111509
|
-
"text": "Event"
|
|
111510
|
-
}
|
|
111511
|
-
},
|
|
111512
|
-
{
|
|
111513
|
-
"name": "slot",
|
|
111514
|
-
"type": {
|
|
111515
|
-
"text": "HTMLSlotElement"
|
|
111516
|
-
}
|
|
111517
|
-
}
|
|
111518
|
-
],
|
|
111519
|
-
"inheritedFrom": {
|
|
111520
|
-
"name": "SbbElement",
|
|
111521
|
-
"module": "core/base-elements/element.js"
|
|
111522
|
-
}
|
|
111523
|
-
},
|
|
111524
|
-
{
|
|
111525
|
-
"kind": "method",
|
|
111526
|
-
"name": "_handleSlotChangeForSlottedState",
|
|
111527
|
-
"privacy": "private",
|
|
111528
|
-
"return": {
|
|
111529
|
-
"type": {
|
|
111530
|
-
"text": "void"
|
|
111531
|
-
}
|
|
111532
|
-
},
|
|
111533
|
-
"parameters": [
|
|
111534
|
-
{
|
|
111535
|
-
"name": "slot",
|
|
111536
|
-
"type": {
|
|
111537
|
-
"text": "HTMLSlotElement"
|
|
111538
|
-
}
|
|
111539
|
-
}
|
|
111540
|
-
],
|
|
111541
|
-
"inheritedFrom": {
|
|
111542
|
-
"name": "SbbElement",
|
|
111543
|
-
"module": "core/base-elements/element.js"
|
|
111544
|
-
}
|
|
111545
|
-
},
|
|
111546
|
-
{
|
|
111547
|
-
"kind": "method",
|
|
111548
|
-
"name": "_updateSlottedState",
|
|
111549
|
-
"privacy": "private",
|
|
111550
|
-
"return": {
|
|
111551
|
-
"type": {
|
|
111552
|
-
"text": "void"
|
|
111553
|
-
}
|
|
111554
|
-
},
|
|
111555
|
-
"parameters": [
|
|
111556
|
-
{
|
|
111557
|
-
"name": "slot",
|
|
111558
|
-
"type": {
|
|
111559
|
-
"text": "HTMLSlotElement"
|
|
111560
|
-
}
|
|
111561
|
-
}
|
|
111562
|
-
],
|
|
111563
|
-
"inheritedFrom": {
|
|
111564
|
-
"name": "SbbElement",
|
|
111565
|
-
"module": "core/base-elements/element.js"
|
|
111566
|
-
}
|
|
111567
|
-
},
|
|
111568
|
-
{
|
|
111569
|
-
"kind": "method",
|
|
111570
|
-
"name": "_observeTextNodesInSlot",
|
|
111571
|
-
"privacy": "private",
|
|
111572
|
-
"return": {
|
|
111573
|
-
"type": {
|
|
111574
|
-
"text": "void"
|
|
111575
|
-
}
|
|
111576
|
-
},
|
|
111577
|
-
"parameters": [
|
|
111578
|
-
{
|
|
111579
|
-
"name": "slot",
|
|
111580
|
-
"type": {
|
|
111581
|
-
"text": "HTMLSlotElement"
|
|
111582
|
-
}
|
|
111583
|
-
}
|
|
111584
|
-
],
|
|
111585
|
-
"inheritedFrom": {
|
|
111586
|
-
"name": "SbbElement",
|
|
111587
|
-
"module": "core/base-elements/element.js"
|
|
111588
|
-
}
|
|
111589
|
-
},
|
|
111590
|
-
{
|
|
111591
|
-
"kind": "method",
|
|
111592
|
-
"name": "_hasSlottedContent",
|
|
111593
|
-
"privacy": "private",
|
|
111594
|
-
"return": {
|
|
111595
|
-
"type": {
|
|
111596
|
-
"text": "boolean"
|
|
111597
|
-
}
|
|
111598
|
-
},
|
|
111599
|
-
"parameters": [
|
|
111600
|
-
{
|
|
111601
|
-
"name": "slot",
|
|
111602
|
-
"type": {
|
|
111603
|
-
"text": "HTMLSlotElement"
|
|
111604
|
-
}
|
|
111605
|
-
}
|
|
111606
|
-
],
|
|
111607
|
-
"inheritedFrom": {
|
|
111608
|
-
"name": "SbbElement",
|
|
111609
|
-
"module": "core/base-elements/element.js"
|
|
111610
|
-
}
|
|
111611
|
-
}
|
|
111612
|
-
],
|
|
111613
|
-
"superclass": {
|
|
111614
|
-
"name": "SbbHintElement",
|
|
111615
|
-
"module": "form-field/hint/hint.component.js"
|
|
111616
|
-
},
|
|
111617
|
-
"tagName": "sbb-form-field-text-counter",
|
|
111618
|
-
"customElement": true,
|
|
111619
|
-
"attributes": [
|
|
111620
|
-
{
|
|
111621
|
-
"name": "negative",
|
|
111622
|
-
"type": {
|
|
111623
|
-
"text": "boolean"
|
|
111624
|
-
},
|
|
111625
|
-
"default": "false",
|
|
111626
|
-
"description": "Negative coloring variant flag.",
|
|
111627
|
-
"fieldName": "negative",
|
|
111628
|
-
"inheritedFrom": {
|
|
111629
|
-
"name": "SbbNegativeMixin",
|
|
111630
|
-
"module": "core/mixins/negative-mixin.js"
|
|
111631
|
-
}
|
|
111632
|
-
}
|
|
111633
|
-
]
|
|
111634
|
-
}
|
|
111635
|
-
],
|
|
111636
|
-
"exports": [
|
|
111637
|
-
{
|
|
111638
|
-
"kind": "js",
|
|
111639
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
111640
|
-
"declaration": {
|
|
111641
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
111642
|
-
"module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
|
|
111643
|
-
}
|
|
111644
|
-
}
|
|
111645
|
-
]
|
|
111646
|
-
},
|
|
111647
111245
|
{
|
|
111648
111246
|
"kind": "javascript-module",
|
|
111649
111247
|
"path": "form-field/form-field-clear/form-field-clear.component.js",
|
|
@@ -112596,16 +112194,20 @@
|
|
|
112596
112194
|
},
|
|
112597
112195
|
{
|
|
112598
112196
|
"kind": "javascript-module",
|
|
112599
|
-
"path": "form-field/
|
|
112197
|
+
"path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
|
|
112600
112198
|
"declarations": [
|
|
112601
112199
|
{
|
|
112602
112200
|
"kind": "class",
|
|
112603
|
-
"description": "It displays a
|
|
112604
|
-
"name": "
|
|
112201
|
+
"description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
|
|
112202
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
112605
112203
|
"slots": [
|
|
112606
112204
|
{
|
|
112607
|
-
"description": "Use the unnamed slot to display the
|
|
112608
|
-
"name": ""
|
|
112205
|
+
"description": "Use the unnamed slot to display a custom description text after the counter.",
|
|
112206
|
+
"name": "",
|
|
112207
|
+
"inheritedFrom": {
|
|
112208
|
+
"name": "SbbHintElement",
|
|
112209
|
+
"module": "form-field/hint/hint.component.js"
|
|
112210
|
+
}
|
|
112609
112211
|
}
|
|
112610
112212
|
],
|
|
112611
112213
|
"members": [
|
|
@@ -112618,7 +112220,7 @@
|
|
|
112618
112220
|
"privacy": "public",
|
|
112619
112221
|
"static": true,
|
|
112620
112222
|
"readonly": true,
|
|
112621
|
-
"default": "'sbb-
|
|
112223
|
+
"default": "'sbb-form-field-text-counter'",
|
|
112622
112224
|
"inheritedFrom": {
|
|
112623
112225
|
"name": "SbbElement",
|
|
112624
112226
|
"module": "core/base-elements/element.js"
|
|
@@ -112626,13 +112228,62 @@
|
|
|
112626
112228
|
},
|
|
112627
112229
|
{
|
|
112628
112230
|
"kind": "field",
|
|
112629
|
-
"name": "
|
|
112231
|
+
"name": "elementDependencies",
|
|
112630
112232
|
"type": {
|
|
112631
|
-
"text": "
|
|
112233
|
+
"text": "SbbElementType[]"
|
|
112632
112234
|
},
|
|
112633
|
-
"privacy": "
|
|
112235
|
+
"privacy": "public",
|
|
112236
|
+
"static": true,
|
|
112237
|
+
"default": "[SbbScreenReaderOnlyElement]",
|
|
112238
|
+
"inheritedFrom": {
|
|
112239
|
+
"name": "SbbElement",
|
|
112240
|
+
"module": "core/base-elements/element.js"
|
|
112241
|
+
}
|
|
112242
|
+
},
|
|
112243
|
+
{
|
|
112244
|
+
"kind": "field",
|
|
112245
|
+
"name": "_remainingCharacters",
|
|
112246
|
+
"type": {
|
|
112247
|
+
"text": "number"
|
|
112248
|
+
},
|
|
112249
|
+
"privacy": "private",
|
|
112250
|
+
"default": "0"
|
|
112251
|
+
},
|
|
112252
|
+
{
|
|
112253
|
+
"kind": "field",
|
|
112254
|
+
"name": "_language",
|
|
112255
|
+
"privacy": "private",
|
|
112256
|
+
"default": "new SbbLanguageController(this)"
|
|
112257
|
+
},
|
|
112258
|
+
{
|
|
112259
|
+
"kind": "field",
|
|
112260
|
+
"name": "_abortController",
|
|
112261
|
+
"type": {
|
|
112262
|
+
"text": "AbortController | null"
|
|
112263
|
+
},
|
|
112264
|
+
"privacy": "private",
|
|
112634
112265
|
"default": "null"
|
|
112635
112266
|
},
|
|
112267
|
+
{
|
|
112268
|
+
"kind": "method",
|
|
112269
|
+
"name": "_onInputUpdate",
|
|
112270
|
+
"privacy": "private",
|
|
112271
|
+
"return": {
|
|
112272
|
+
"type": {
|
|
112273
|
+
"text": "void"
|
|
112274
|
+
}
|
|
112275
|
+
}
|
|
112276
|
+
},
|
|
112277
|
+
{
|
|
112278
|
+
"kind": "method",
|
|
112279
|
+
"name": "_infoText",
|
|
112280
|
+
"privacy": "private",
|
|
112281
|
+
"return": {
|
|
112282
|
+
"type": {
|
|
112283
|
+
"text": "string"
|
|
112284
|
+
}
|
|
112285
|
+
}
|
|
112286
|
+
},
|
|
112636
112287
|
{
|
|
112637
112288
|
"kind": "field",
|
|
112638
112289
|
"name": "negative",
|
|
@@ -112651,26 +112302,26 @@
|
|
|
112651
112302
|
},
|
|
112652
112303
|
{
|
|
112653
112304
|
"kind": "field",
|
|
112654
|
-
"name": "
|
|
112305
|
+
"name": "formField",
|
|
112655
112306
|
"type": {
|
|
112656
|
-
"text": "
|
|
112307
|
+
"text": "SbbFormFieldElement | null"
|
|
112657
112308
|
},
|
|
112658
|
-
"privacy": "
|
|
112659
|
-
"
|
|
112660
|
-
"default": "true",
|
|
112309
|
+
"privacy": "protected",
|
|
112310
|
+
"default": "null",
|
|
112661
112311
|
"inheritedFrom": {
|
|
112662
|
-
"name": "
|
|
112663
|
-
"module": "
|
|
112312
|
+
"name": "SbbHintElement",
|
|
112313
|
+
"module": "form-field/hint/hint.component.js"
|
|
112664
112314
|
}
|
|
112665
112315
|
},
|
|
112666
112316
|
{
|
|
112667
112317
|
"kind": "field",
|
|
112668
|
-
"name": "
|
|
112318
|
+
"name": "['_$sbbElement$']",
|
|
112669
112319
|
"type": {
|
|
112670
|
-
"text": "
|
|
112320
|
+
"text": "boolean"
|
|
112671
112321
|
},
|
|
112672
112322
|
"privacy": "public",
|
|
112673
112323
|
"static": true,
|
|
112324
|
+
"default": "true",
|
|
112674
112325
|
"inheritedFrom": {
|
|
112675
112326
|
"name": "SbbElement",
|
|
112676
112327
|
"module": "core/base-elements/element.js"
|
|
@@ -112909,17 +112560,11 @@
|
|
|
112909
112560
|
}
|
|
112910
112561
|
}
|
|
112911
112562
|
],
|
|
112912
|
-
"mixins": [
|
|
112913
|
-
{
|
|
112914
|
-
"name": "SbbNegativeMixin",
|
|
112915
|
-
"module": "core.js"
|
|
112916
|
-
}
|
|
112917
|
-
],
|
|
112918
112563
|
"superclass": {
|
|
112919
|
-
"name": "
|
|
112920
|
-
"module": "
|
|
112564
|
+
"name": "SbbHintElement",
|
|
112565
|
+
"module": "form-field/hint/hint.component.js"
|
|
112921
112566
|
},
|
|
112922
|
-
"tagName": "sbb-
|
|
112567
|
+
"tagName": "sbb-form-field-text-counter",
|
|
112923
112568
|
"customElement": true,
|
|
112924
112569
|
"attributes": [
|
|
112925
112570
|
{
|
|
@@ -112941,164 +112586,67 @@
|
|
|
112941
112586
|
"exports": [
|
|
112942
112587
|
{
|
|
112943
112588
|
"kind": "js",
|
|
112944
|
-
"name": "
|
|
112589
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
112945
112590
|
"declaration": {
|
|
112946
|
-
"name": "
|
|
112947
|
-
"module": "form-field/
|
|
112591
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
112592
|
+
"module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
|
|
112948
112593
|
}
|
|
112949
112594
|
}
|
|
112950
112595
|
]
|
|
112951
112596
|
},
|
|
112952
112597
|
{
|
|
112953
112598
|
"kind": "javascript-module",
|
|
112954
|
-
"path": "
|
|
112599
|
+
"path": "form-field/hint/hint.component.js",
|
|
112955
112600
|
"declarations": [
|
|
112956
112601
|
{
|
|
112957
112602
|
"kind": "class",
|
|
112958
|
-
"description": "",
|
|
112959
|
-
"name": "
|
|
112960
|
-
"
|
|
112603
|
+
"description": "It displays a hint message in the `sbb-form-field`.",
|
|
112604
|
+
"name": "SbbHintElement",
|
|
112605
|
+
"slots": [
|
|
112961
112606
|
{
|
|
112962
|
-
"
|
|
112963
|
-
"name": "
|
|
112964
|
-
|
|
112965
|
-
|
|
112966
|
-
|
|
112967
|
-
"privacy": "public"
|
|
112968
|
-
},
|
|
112607
|
+
"description": "Use the unnamed slot to display the hint message.",
|
|
112608
|
+
"name": ""
|
|
112609
|
+
}
|
|
112610
|
+
],
|
|
112611
|
+
"members": [
|
|
112969
112612
|
{
|
|
112970
112613
|
"kind": "field",
|
|
112971
|
-
"name": "
|
|
112614
|
+
"name": "elementName",
|
|
112972
112615
|
"type": {
|
|
112973
|
-
"text": "
|
|
112616
|
+
"text": "string"
|
|
112974
112617
|
},
|
|
112975
112618
|
"privacy": "public",
|
|
112976
112619
|
"static": true,
|
|
112620
|
+
"readonly": true,
|
|
112621
|
+
"default": "'sbb-hint'",
|
|
112977
112622
|
"inheritedFrom": {
|
|
112978
112623
|
"name": "SbbElement",
|
|
112979
112624
|
"module": "core/base-elements/element.js"
|
|
112980
|
-
},
|
|
112981
|
-
"default": "[SbbIconElement]"
|
|
112982
|
-
},
|
|
112983
|
-
{
|
|
112984
|
-
"kind": "field",
|
|
112985
|
-
"name": "iconName",
|
|
112986
|
-
"type": {
|
|
112987
|
-
"text": "string"
|
|
112988
|
-
},
|
|
112989
|
-
"privacy": "public",
|
|
112990
|
-
"default": "''",
|
|
112991
|
-
"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.",
|
|
112992
|
-
"attribute": "icon-name",
|
|
112993
|
-
"inheritedFrom": {
|
|
112994
|
-
"name": "SbbIconNameMixin",
|
|
112995
|
-
"module": "icon/icon-name-mixin.js"
|
|
112996
|
-
}
|
|
112997
|
-
},
|
|
112998
|
-
{
|
|
112999
|
-
"kind": "method",
|
|
113000
|
-
"name": "renderIconSlot",
|
|
113001
|
-
"privacy": "protected",
|
|
113002
|
-
"return": {
|
|
113003
|
-
"type": {
|
|
113004
|
-
"text": "TemplateResult"
|
|
113005
|
-
}
|
|
113006
|
-
},
|
|
113007
|
-
"parameters": [
|
|
113008
|
-
{
|
|
113009
|
-
"name": "classname",
|
|
113010
|
-
"optional": true,
|
|
113011
|
-
"type": {
|
|
113012
|
-
"text": "string"
|
|
113013
|
-
}
|
|
113014
|
-
}
|
|
113015
|
-
],
|
|
113016
|
-
"inheritedFrom": {
|
|
113017
|
-
"name": "SbbIconNameMixin",
|
|
113018
|
-
"module": "icon/icon-name-mixin.js"
|
|
113019
|
-
}
|
|
113020
|
-
},
|
|
113021
|
-
{
|
|
113022
|
-
"kind": "method",
|
|
113023
|
-
"name": "renderIconName",
|
|
113024
|
-
"privacy": "protected",
|
|
113025
|
-
"return": {
|
|
113026
|
-
"type": {
|
|
113027
|
-
"text": "string"
|
|
113028
|
-
}
|
|
113029
|
-
},
|
|
113030
|
-
"inheritedFrom": {
|
|
113031
|
-
"name": "SbbIconNameMixin",
|
|
113032
|
-
"module": "icon/icon-name-mixin.js"
|
|
113033
|
-
}
|
|
113034
|
-
},
|
|
113035
|
-
{
|
|
113036
|
-
"kind": "method",
|
|
113037
|
-
"name": "_renderIconName",
|
|
113038
|
-
"privacy": "private",
|
|
113039
|
-
"return": {
|
|
113040
|
-
"type": {
|
|
113041
|
-
"text": "string"
|
|
113042
|
-
}
|
|
113043
|
-
},
|
|
113044
|
-
"inheritedFrom": {
|
|
113045
|
-
"name": "SbbIconNameMixin",
|
|
113046
|
-
"module": "icon/icon-name-mixin.js"
|
|
113047
112625
|
}
|
|
113048
112626
|
},
|
|
113049
112627
|
{
|
|
113050
112628
|
"kind": "field",
|
|
113051
|
-
"name": "
|
|
112629
|
+
"name": "formField",
|
|
113052
112630
|
"type": {
|
|
113053
|
-
"text": "
|
|
112631
|
+
"text": "SbbFormFieldElement | null"
|
|
113054
112632
|
},
|
|
113055
112633
|
"privacy": "protected",
|
|
113056
|
-
"
|
|
113057
|
-
"inheritedFrom": {
|
|
113058
|
-
"name": "SbbActionBaseElement",
|
|
113059
|
-
"module": "core/base-elements/action-base-element.js"
|
|
113060
|
-
}
|
|
112634
|
+
"default": "null"
|
|
113061
112635
|
},
|
|
113062
112636
|
{
|
|
113063
112637
|
"kind": "field",
|
|
113064
|
-
"name": "
|
|
112638
|
+
"name": "negative",
|
|
113065
112639
|
"type": {
|
|
113066
|
-
"text": "boolean
|
|
113067
|
-
},
|
|
113068
|
-
"privacy": "protected",
|
|
113069
|
-
"readonly": true,
|
|
113070
|
-
"inheritedFrom": {
|
|
113071
|
-
"name": "SbbActionBaseElement",
|
|
113072
|
-
"module": "core/base-elements/action-base-element.js"
|
|
113073
|
-
}
|
|
113074
|
-
},
|
|
113075
|
-
{
|
|
113076
|
-
"kind": "method",
|
|
113077
|
-
"name": "setupBaseEventHandlers",
|
|
113078
|
-
"privacy": "protected",
|
|
113079
|
-
"return": {
|
|
113080
|
-
"type": {
|
|
113081
|
-
"text": "void"
|
|
113082
|
-
}
|
|
113083
|
-
},
|
|
113084
|
-
"inheritedFrom": {
|
|
113085
|
-
"name": "SbbActionBaseElement",
|
|
113086
|
-
"module": "core/base-elements/action-base-element.js"
|
|
113087
|
-
}
|
|
113088
|
-
},
|
|
113089
|
-
{
|
|
113090
|
-
"kind": "method",
|
|
113091
|
-
"name": "renderTemplate",
|
|
113092
|
-
"privacy": "protected",
|
|
113093
|
-
"return": {
|
|
113094
|
-
"type": {
|
|
113095
|
-
"text": "TemplateResult"
|
|
113096
|
-
}
|
|
112640
|
+
"text": "boolean"
|
|
113097
112641
|
},
|
|
113098
|
-
"
|
|
112642
|
+
"privacy": "public",
|
|
112643
|
+
"default": "false",
|
|
112644
|
+
"description": "Negative coloring variant flag.",
|
|
112645
|
+
"attribute": "negative",
|
|
112646
|
+
"reflects": true,
|
|
113099
112647
|
"inheritedFrom": {
|
|
113100
|
-
"name": "
|
|
113101
|
-
"module": "core/
|
|
112648
|
+
"name": "SbbNegativeMixin",
|
|
112649
|
+
"module": "core/mixins/negative-mixin.js"
|
|
113102
112650
|
}
|
|
113103
112651
|
},
|
|
113104
112652
|
{
|
|
@@ -113117,13 +112665,465 @@
|
|
|
113117
112665
|
},
|
|
113118
112666
|
{
|
|
113119
112667
|
"kind": "field",
|
|
113120
|
-
"name": "
|
|
112668
|
+
"name": "elementDependencies",
|
|
113121
112669
|
"type": {
|
|
113122
|
-
"text": "
|
|
112670
|
+
"text": "SbbElementType[] | undefined"
|
|
113123
112671
|
},
|
|
113124
112672
|
"privacy": "public",
|
|
113125
112673
|
"static": true,
|
|
113126
|
-
"
|
|
112674
|
+
"inheritedFrom": {
|
|
112675
|
+
"name": "SbbElement",
|
|
112676
|
+
"module": "core/base-elements/element.js"
|
|
112677
|
+
}
|
|
112678
|
+
},
|
|
112679
|
+
{
|
|
112680
|
+
"kind": "field",
|
|
112681
|
+
"name": "role",
|
|
112682
|
+
"type": {
|
|
112683
|
+
"text": "ElementInternals['role'] | undefined"
|
|
112684
|
+
},
|
|
112685
|
+
"privacy": "public",
|
|
112686
|
+
"static": true,
|
|
112687
|
+
"inheritedFrom": {
|
|
112688
|
+
"name": "SbbElement",
|
|
112689
|
+
"module": "core/base-elements/element.js"
|
|
112690
|
+
}
|
|
112691
|
+
},
|
|
112692
|
+
{
|
|
112693
|
+
"kind": "field",
|
|
112694
|
+
"name": "_controllers",
|
|
112695
|
+
"type": {
|
|
112696
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
112697
|
+
},
|
|
112698
|
+
"privacy": "private",
|
|
112699
|
+
"inheritedFrom": {
|
|
112700
|
+
"name": "SbbElement",
|
|
112701
|
+
"module": "core/base-elements/element.js"
|
|
112702
|
+
}
|
|
112703
|
+
},
|
|
112704
|
+
{
|
|
112705
|
+
"kind": "field",
|
|
112706
|
+
"name": "_hydrationRequired",
|
|
112707
|
+
"type": {
|
|
112708
|
+
"text": "boolean"
|
|
112709
|
+
},
|
|
112710
|
+
"privacy": "private",
|
|
112711
|
+
"default": "!!this.shadowRoot",
|
|
112712
|
+
"inheritedFrom": {
|
|
112713
|
+
"name": "SbbElement",
|
|
112714
|
+
"module": "core/base-elements/element.js"
|
|
112715
|
+
}
|
|
112716
|
+
},
|
|
112717
|
+
{
|
|
112718
|
+
"kind": "field",
|
|
112719
|
+
"name": "_hydrationComplete",
|
|
112720
|
+
"privacy": "private",
|
|
112721
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
112722
|
+
"inheritedFrom": {
|
|
112723
|
+
"name": "SbbElement",
|
|
112724
|
+
"module": "core/base-elements/element.js"
|
|
112725
|
+
}
|
|
112726
|
+
},
|
|
112727
|
+
{
|
|
112728
|
+
"kind": "field",
|
|
112729
|
+
"name": "_resolveHydration",
|
|
112730
|
+
"type": {
|
|
112731
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
112732
|
+
},
|
|
112733
|
+
"privacy": "private",
|
|
112734
|
+
"inheritedFrom": {
|
|
112735
|
+
"name": "SbbElement",
|
|
112736
|
+
"module": "core/base-elements/element.js"
|
|
112737
|
+
}
|
|
112738
|
+
},
|
|
112739
|
+
{
|
|
112740
|
+
"kind": "field",
|
|
112741
|
+
"name": "_textObserver",
|
|
112742
|
+
"type": {
|
|
112743
|
+
"text": "MutationObserver | undefined"
|
|
112744
|
+
},
|
|
112745
|
+
"privacy": "private",
|
|
112746
|
+
"inheritedFrom": {
|
|
112747
|
+
"name": "SbbElement",
|
|
112748
|
+
"module": "core/base-elements/element.js"
|
|
112749
|
+
}
|
|
112750
|
+
},
|
|
112751
|
+
{
|
|
112752
|
+
"kind": "field",
|
|
112753
|
+
"name": "hydrationRequired",
|
|
112754
|
+
"type": {
|
|
112755
|
+
"text": "boolean"
|
|
112756
|
+
},
|
|
112757
|
+
"privacy": "protected",
|
|
112758
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
112759
|
+
"readonly": true,
|
|
112760
|
+
"inheritedFrom": {
|
|
112761
|
+
"name": "SbbElement",
|
|
112762
|
+
"module": "core/base-elements/element.js"
|
|
112763
|
+
},
|
|
112764
|
+
"default": "!!this.shadowRoot"
|
|
112765
|
+
},
|
|
112766
|
+
{
|
|
112767
|
+
"kind": "method",
|
|
112768
|
+
"name": "toggleState",
|
|
112769
|
+
"privacy": "protected",
|
|
112770
|
+
"return": {
|
|
112771
|
+
"type": {
|
|
112772
|
+
"text": "void"
|
|
112773
|
+
}
|
|
112774
|
+
},
|
|
112775
|
+
"parameters": [
|
|
112776
|
+
{
|
|
112777
|
+
"name": "value",
|
|
112778
|
+
"type": {
|
|
112779
|
+
"text": "string"
|
|
112780
|
+
}
|
|
112781
|
+
},
|
|
112782
|
+
{
|
|
112783
|
+
"name": "force",
|
|
112784
|
+
"optional": true,
|
|
112785
|
+
"type": {
|
|
112786
|
+
"text": "boolean"
|
|
112787
|
+
}
|
|
112788
|
+
}
|
|
112789
|
+
],
|
|
112790
|
+
"inheritedFrom": {
|
|
112791
|
+
"name": "SbbElement",
|
|
112792
|
+
"module": "core/base-elements/element.js"
|
|
112793
|
+
}
|
|
112794
|
+
},
|
|
112795
|
+
{
|
|
112796
|
+
"kind": "method",
|
|
112797
|
+
"name": "_slotchangeHandler",
|
|
112798
|
+
"privacy": "private",
|
|
112799
|
+
"return": {
|
|
112800
|
+
"type": {
|
|
112801
|
+
"text": "void"
|
|
112802
|
+
}
|
|
112803
|
+
},
|
|
112804
|
+
"parameters": [
|
|
112805
|
+
{
|
|
112806
|
+
"name": "event",
|
|
112807
|
+
"type": {
|
|
112808
|
+
"text": "Event"
|
|
112809
|
+
}
|
|
112810
|
+
},
|
|
112811
|
+
{
|
|
112812
|
+
"name": "slot",
|
|
112813
|
+
"type": {
|
|
112814
|
+
"text": "HTMLSlotElement"
|
|
112815
|
+
}
|
|
112816
|
+
}
|
|
112817
|
+
],
|
|
112818
|
+
"inheritedFrom": {
|
|
112819
|
+
"name": "SbbElement",
|
|
112820
|
+
"module": "core/base-elements/element.js"
|
|
112821
|
+
}
|
|
112822
|
+
},
|
|
112823
|
+
{
|
|
112824
|
+
"kind": "method",
|
|
112825
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
112826
|
+
"privacy": "private",
|
|
112827
|
+
"return": {
|
|
112828
|
+
"type": {
|
|
112829
|
+
"text": "void"
|
|
112830
|
+
}
|
|
112831
|
+
},
|
|
112832
|
+
"parameters": [
|
|
112833
|
+
{
|
|
112834
|
+
"name": "slot",
|
|
112835
|
+
"type": {
|
|
112836
|
+
"text": "HTMLSlotElement"
|
|
112837
|
+
}
|
|
112838
|
+
}
|
|
112839
|
+
],
|
|
112840
|
+
"inheritedFrom": {
|
|
112841
|
+
"name": "SbbElement",
|
|
112842
|
+
"module": "core/base-elements/element.js"
|
|
112843
|
+
}
|
|
112844
|
+
},
|
|
112845
|
+
{
|
|
112846
|
+
"kind": "method",
|
|
112847
|
+
"name": "_updateSlottedState",
|
|
112848
|
+
"privacy": "private",
|
|
112849
|
+
"return": {
|
|
112850
|
+
"type": {
|
|
112851
|
+
"text": "void"
|
|
112852
|
+
}
|
|
112853
|
+
},
|
|
112854
|
+
"parameters": [
|
|
112855
|
+
{
|
|
112856
|
+
"name": "slot",
|
|
112857
|
+
"type": {
|
|
112858
|
+
"text": "HTMLSlotElement"
|
|
112859
|
+
}
|
|
112860
|
+
}
|
|
112861
|
+
],
|
|
112862
|
+
"inheritedFrom": {
|
|
112863
|
+
"name": "SbbElement",
|
|
112864
|
+
"module": "core/base-elements/element.js"
|
|
112865
|
+
}
|
|
112866
|
+
},
|
|
112867
|
+
{
|
|
112868
|
+
"kind": "method",
|
|
112869
|
+
"name": "_observeTextNodesInSlot",
|
|
112870
|
+
"privacy": "private",
|
|
112871
|
+
"return": {
|
|
112872
|
+
"type": {
|
|
112873
|
+
"text": "void"
|
|
112874
|
+
}
|
|
112875
|
+
},
|
|
112876
|
+
"parameters": [
|
|
112877
|
+
{
|
|
112878
|
+
"name": "slot",
|
|
112879
|
+
"type": {
|
|
112880
|
+
"text": "HTMLSlotElement"
|
|
112881
|
+
}
|
|
112882
|
+
}
|
|
112883
|
+
],
|
|
112884
|
+
"inheritedFrom": {
|
|
112885
|
+
"name": "SbbElement",
|
|
112886
|
+
"module": "core/base-elements/element.js"
|
|
112887
|
+
}
|
|
112888
|
+
},
|
|
112889
|
+
{
|
|
112890
|
+
"kind": "method",
|
|
112891
|
+
"name": "_hasSlottedContent",
|
|
112892
|
+
"privacy": "private",
|
|
112893
|
+
"return": {
|
|
112894
|
+
"type": {
|
|
112895
|
+
"text": "boolean"
|
|
112896
|
+
}
|
|
112897
|
+
},
|
|
112898
|
+
"parameters": [
|
|
112899
|
+
{
|
|
112900
|
+
"name": "slot",
|
|
112901
|
+
"type": {
|
|
112902
|
+
"text": "HTMLSlotElement"
|
|
112903
|
+
}
|
|
112904
|
+
}
|
|
112905
|
+
],
|
|
112906
|
+
"inheritedFrom": {
|
|
112907
|
+
"name": "SbbElement",
|
|
112908
|
+
"module": "core/base-elements/element.js"
|
|
112909
|
+
}
|
|
112910
|
+
}
|
|
112911
|
+
],
|
|
112912
|
+
"mixins": [
|
|
112913
|
+
{
|
|
112914
|
+
"name": "SbbNegativeMixin",
|
|
112915
|
+
"module": "core.js"
|
|
112916
|
+
}
|
|
112917
|
+
],
|
|
112918
|
+
"superclass": {
|
|
112919
|
+
"name": "SbbElement",
|
|
112920
|
+
"module": "core.js"
|
|
112921
|
+
},
|
|
112922
|
+
"tagName": "sbb-hint",
|
|
112923
|
+
"customElement": true,
|
|
112924
|
+
"attributes": [
|
|
112925
|
+
{
|
|
112926
|
+
"name": "negative",
|
|
112927
|
+
"type": {
|
|
112928
|
+
"text": "boolean"
|
|
112929
|
+
},
|
|
112930
|
+
"default": "false",
|
|
112931
|
+
"description": "Negative coloring variant flag.",
|
|
112932
|
+
"fieldName": "negative",
|
|
112933
|
+
"inheritedFrom": {
|
|
112934
|
+
"name": "SbbNegativeMixin",
|
|
112935
|
+
"module": "core/mixins/negative-mixin.js"
|
|
112936
|
+
}
|
|
112937
|
+
}
|
|
112938
|
+
]
|
|
112939
|
+
}
|
|
112940
|
+
],
|
|
112941
|
+
"exports": [
|
|
112942
|
+
{
|
|
112943
|
+
"kind": "js",
|
|
112944
|
+
"name": "SbbHintElement",
|
|
112945
|
+
"declaration": {
|
|
112946
|
+
"name": "SbbHintElement",
|
|
112947
|
+
"module": "form-field/hint/hint.component.js"
|
|
112948
|
+
}
|
|
112949
|
+
}
|
|
112950
|
+
]
|
|
112951
|
+
},
|
|
112952
|
+
{
|
|
112953
|
+
"kind": "javascript-module",
|
|
112954
|
+
"path": "header/common/header-action-common.js",
|
|
112955
|
+
"declarations": [
|
|
112956
|
+
{
|
|
112957
|
+
"kind": "class",
|
|
112958
|
+
"description": "",
|
|
112959
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
112960
|
+
"members": [
|
|
112961
|
+
{
|
|
112962
|
+
"kind": "field",
|
|
112963
|
+
"name": "expandFrom",
|
|
112964
|
+
"type": {
|
|
112965
|
+
"text": "SbbHorizontalFrom"
|
|
112966
|
+
},
|
|
112967
|
+
"privacy": "public"
|
|
112968
|
+
},
|
|
112969
|
+
{
|
|
112970
|
+
"kind": "field",
|
|
112971
|
+
"name": "elementDependencies",
|
|
112972
|
+
"type": {
|
|
112973
|
+
"text": "SbbElementType[]"
|
|
112974
|
+
},
|
|
112975
|
+
"privacy": "public",
|
|
112976
|
+
"static": true,
|
|
112977
|
+
"inheritedFrom": {
|
|
112978
|
+
"name": "SbbElement",
|
|
112979
|
+
"module": "core/base-elements/element.js"
|
|
112980
|
+
},
|
|
112981
|
+
"default": "[SbbIconElement]"
|
|
112982
|
+
},
|
|
112983
|
+
{
|
|
112984
|
+
"kind": "field",
|
|
112985
|
+
"name": "iconName",
|
|
112986
|
+
"type": {
|
|
112987
|
+
"text": "string"
|
|
112988
|
+
},
|
|
112989
|
+
"privacy": "public",
|
|
112990
|
+
"default": "''",
|
|
112991
|
+
"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.",
|
|
112992
|
+
"attribute": "icon-name",
|
|
112993
|
+
"inheritedFrom": {
|
|
112994
|
+
"name": "SbbIconNameMixin",
|
|
112995
|
+
"module": "icon/icon-name-mixin.js"
|
|
112996
|
+
}
|
|
112997
|
+
},
|
|
112998
|
+
{
|
|
112999
|
+
"kind": "method",
|
|
113000
|
+
"name": "renderIconSlot",
|
|
113001
|
+
"privacy": "protected",
|
|
113002
|
+
"return": {
|
|
113003
|
+
"type": {
|
|
113004
|
+
"text": "TemplateResult"
|
|
113005
|
+
}
|
|
113006
|
+
},
|
|
113007
|
+
"parameters": [
|
|
113008
|
+
{
|
|
113009
|
+
"name": "classname",
|
|
113010
|
+
"optional": true,
|
|
113011
|
+
"type": {
|
|
113012
|
+
"text": "string"
|
|
113013
|
+
}
|
|
113014
|
+
}
|
|
113015
|
+
],
|
|
113016
|
+
"inheritedFrom": {
|
|
113017
|
+
"name": "SbbIconNameMixin",
|
|
113018
|
+
"module": "icon/icon-name-mixin.js"
|
|
113019
|
+
}
|
|
113020
|
+
},
|
|
113021
|
+
{
|
|
113022
|
+
"kind": "method",
|
|
113023
|
+
"name": "renderIconName",
|
|
113024
|
+
"privacy": "protected",
|
|
113025
|
+
"return": {
|
|
113026
|
+
"type": {
|
|
113027
|
+
"text": "string"
|
|
113028
|
+
}
|
|
113029
|
+
},
|
|
113030
|
+
"inheritedFrom": {
|
|
113031
|
+
"name": "SbbIconNameMixin",
|
|
113032
|
+
"module": "icon/icon-name-mixin.js"
|
|
113033
|
+
}
|
|
113034
|
+
},
|
|
113035
|
+
{
|
|
113036
|
+
"kind": "method",
|
|
113037
|
+
"name": "_renderIconName",
|
|
113038
|
+
"privacy": "private",
|
|
113039
|
+
"return": {
|
|
113040
|
+
"type": {
|
|
113041
|
+
"text": "string"
|
|
113042
|
+
}
|
|
113043
|
+
},
|
|
113044
|
+
"inheritedFrom": {
|
|
113045
|
+
"name": "SbbIconNameMixin",
|
|
113046
|
+
"module": "icon/icon-name-mixin.js"
|
|
113047
|
+
}
|
|
113048
|
+
},
|
|
113049
|
+
{
|
|
113050
|
+
"kind": "field",
|
|
113051
|
+
"name": "maybeDisabled",
|
|
113052
|
+
"type": {
|
|
113053
|
+
"text": "boolean | undefined"
|
|
113054
|
+
},
|
|
113055
|
+
"privacy": "protected",
|
|
113056
|
+
"readonly": true,
|
|
113057
|
+
"inheritedFrom": {
|
|
113058
|
+
"name": "SbbActionBaseElement",
|
|
113059
|
+
"module": "core/base-elements/action-base-element.js"
|
|
113060
|
+
}
|
|
113061
|
+
},
|
|
113062
|
+
{
|
|
113063
|
+
"kind": "field",
|
|
113064
|
+
"name": "maybeDisabledInteractive",
|
|
113065
|
+
"type": {
|
|
113066
|
+
"text": "boolean | undefined"
|
|
113067
|
+
},
|
|
113068
|
+
"privacy": "protected",
|
|
113069
|
+
"readonly": true,
|
|
113070
|
+
"inheritedFrom": {
|
|
113071
|
+
"name": "SbbActionBaseElement",
|
|
113072
|
+
"module": "core/base-elements/action-base-element.js"
|
|
113073
|
+
}
|
|
113074
|
+
},
|
|
113075
|
+
{
|
|
113076
|
+
"kind": "method",
|
|
113077
|
+
"name": "setupBaseEventHandlers",
|
|
113078
|
+
"privacy": "protected",
|
|
113079
|
+
"return": {
|
|
113080
|
+
"type": {
|
|
113081
|
+
"text": "void"
|
|
113082
|
+
}
|
|
113083
|
+
},
|
|
113084
|
+
"inheritedFrom": {
|
|
113085
|
+
"name": "SbbActionBaseElement",
|
|
113086
|
+
"module": "core/base-elements/action-base-element.js"
|
|
113087
|
+
}
|
|
113088
|
+
},
|
|
113089
|
+
{
|
|
113090
|
+
"kind": "method",
|
|
113091
|
+
"name": "renderTemplate",
|
|
113092
|
+
"privacy": "protected",
|
|
113093
|
+
"return": {
|
|
113094
|
+
"type": {
|
|
113095
|
+
"text": "TemplateResult"
|
|
113096
|
+
}
|
|
113097
|
+
},
|
|
113098
|
+
"description": "Override this method to render the component template.",
|
|
113099
|
+
"inheritedFrom": {
|
|
113100
|
+
"name": "SbbActionBaseElement",
|
|
113101
|
+
"module": "core/base-elements/action-base-element.js"
|
|
113102
|
+
}
|
|
113103
|
+
},
|
|
113104
|
+
{
|
|
113105
|
+
"kind": "field",
|
|
113106
|
+
"name": "['_$sbbElement$']",
|
|
113107
|
+
"type": {
|
|
113108
|
+
"text": "boolean"
|
|
113109
|
+
},
|
|
113110
|
+
"privacy": "public",
|
|
113111
|
+
"static": true,
|
|
113112
|
+
"default": "true",
|
|
113113
|
+
"inheritedFrom": {
|
|
113114
|
+
"name": "SbbElement",
|
|
113115
|
+
"module": "core/base-elements/element.js"
|
|
113116
|
+
}
|
|
113117
|
+
},
|
|
113118
|
+
{
|
|
113119
|
+
"kind": "field",
|
|
113120
|
+
"name": "elementName",
|
|
113121
|
+
"type": {
|
|
113122
|
+
"text": "string"
|
|
113123
|
+
},
|
|
113124
|
+
"privacy": "public",
|
|
113125
|
+
"static": true,
|
|
113126
|
+
"readonly": true,
|
|
113127
113127
|
"inheritedFrom": {
|
|
113128
113128
|
"name": "SbbElement",
|
|
113129
113129
|
"module": "core/base-elements/element.js"
|
|
@@ -148312,6 +148312,406 @@
|
|
|
148312
148312
|
}
|
|
148313
148313
|
]
|
|
148314
148314
|
},
|
|
148315
|
+
{
|
|
148316
|
+
"kind": "javascript-module",
|
|
148317
|
+
"path": "table/table-wrapper/table-wrapper.component.js",
|
|
148318
|
+
"declarations": [
|
|
148319
|
+
{
|
|
148320
|
+
"kind": "class",
|
|
148321
|
+
"description": "Wraps a table to enhance its functionality.",
|
|
148322
|
+
"name": "SbbTableWrapperElement",
|
|
148323
|
+
"slots": [
|
|
148324
|
+
{
|
|
148325
|
+
"description": "Use the unnamed slot to add the table.",
|
|
148326
|
+
"name": ""
|
|
148327
|
+
}
|
|
148328
|
+
],
|
|
148329
|
+
"members": [
|
|
148330
|
+
{
|
|
148331
|
+
"kind": "field",
|
|
148332
|
+
"name": "elementName",
|
|
148333
|
+
"type": {
|
|
148334
|
+
"text": "string"
|
|
148335
|
+
},
|
|
148336
|
+
"privacy": "public",
|
|
148337
|
+
"static": true,
|
|
148338
|
+
"readonly": true,
|
|
148339
|
+
"default": "'sbb-table-wrapper'",
|
|
148340
|
+
"inheritedFrom": {
|
|
148341
|
+
"name": "SbbElement",
|
|
148342
|
+
"module": "core/base-elements/element.js"
|
|
148343
|
+
}
|
|
148344
|
+
},
|
|
148345
|
+
{
|
|
148346
|
+
"kind": "field",
|
|
148347
|
+
"name": "role",
|
|
148348
|
+
"type": {
|
|
148349
|
+
"text": "string"
|
|
148350
|
+
},
|
|
148351
|
+
"privacy": "public",
|
|
148352
|
+
"static": true,
|
|
148353
|
+
"readonly": true,
|
|
148354
|
+
"default": "'section'",
|
|
148355
|
+
"inheritedFrom": {
|
|
148356
|
+
"name": "SbbElement",
|
|
148357
|
+
"module": "core/base-elements/element.js"
|
|
148358
|
+
}
|
|
148359
|
+
},
|
|
148360
|
+
{
|
|
148361
|
+
"kind": "field",
|
|
148362
|
+
"name": "focusable",
|
|
148363
|
+
"type": {
|
|
148364
|
+
"text": "boolean"
|
|
148365
|
+
},
|
|
148366
|
+
"privacy": "public",
|
|
148367
|
+
"default": "false",
|
|
148368
|
+
"description": "Whether the table wrapper is focusable.",
|
|
148369
|
+
"attribute": "focusable",
|
|
148370
|
+
"reflects": true
|
|
148371
|
+
},
|
|
148372
|
+
{
|
|
148373
|
+
"kind": "method",
|
|
148374
|
+
"name": "_updateScrollbarClass",
|
|
148375
|
+
"privacy": "private",
|
|
148376
|
+
"return": {
|
|
148377
|
+
"type": {
|
|
148378
|
+
"text": "void"
|
|
148379
|
+
}
|
|
148380
|
+
}
|
|
148381
|
+
},
|
|
148382
|
+
{
|
|
148383
|
+
"kind": "method",
|
|
148384
|
+
"name": "_checkHorizontalScrollbarOffset",
|
|
148385
|
+
"privacy": "private",
|
|
148386
|
+
"return": {
|
|
148387
|
+
"type": {
|
|
148388
|
+
"text": "void"
|
|
148389
|
+
}
|
|
148390
|
+
},
|
|
148391
|
+
"description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
|
|
148392
|
+
},
|
|
148393
|
+
{
|
|
148394
|
+
"kind": "method",
|
|
148395
|
+
"name": "_calculateScrollOffset",
|
|
148396
|
+
"privacy": "private",
|
|
148397
|
+
"return": {
|
|
148398
|
+
"type": {
|
|
148399
|
+
"text": "'none' | 'left' | 'right' | 'both'"
|
|
148400
|
+
}
|
|
148401
|
+
}
|
|
148402
|
+
},
|
|
148403
|
+
{
|
|
148404
|
+
"kind": "field",
|
|
148405
|
+
"name": "negative",
|
|
148406
|
+
"type": {
|
|
148407
|
+
"text": "boolean"
|
|
148408
|
+
},
|
|
148409
|
+
"privacy": "public",
|
|
148410
|
+
"default": "false",
|
|
148411
|
+
"description": "Negative coloring variant flag.",
|
|
148412
|
+
"attribute": "negative",
|
|
148413
|
+
"reflects": true,
|
|
148414
|
+
"inheritedFrom": {
|
|
148415
|
+
"name": "SbbNegativeMixin",
|
|
148416
|
+
"module": "core/mixins/negative-mixin.js"
|
|
148417
|
+
}
|
|
148418
|
+
},
|
|
148419
|
+
{
|
|
148420
|
+
"kind": "field",
|
|
148421
|
+
"name": "['_$sbbElement$']",
|
|
148422
|
+
"type": {
|
|
148423
|
+
"text": "boolean"
|
|
148424
|
+
},
|
|
148425
|
+
"privacy": "public",
|
|
148426
|
+
"static": true,
|
|
148427
|
+
"default": "true",
|
|
148428
|
+
"inheritedFrom": {
|
|
148429
|
+
"name": "SbbElement",
|
|
148430
|
+
"module": "core/base-elements/element.js"
|
|
148431
|
+
}
|
|
148432
|
+
},
|
|
148433
|
+
{
|
|
148434
|
+
"kind": "field",
|
|
148435
|
+
"name": "elementDependencies",
|
|
148436
|
+
"type": {
|
|
148437
|
+
"text": "SbbElementType[] | undefined"
|
|
148438
|
+
},
|
|
148439
|
+
"privacy": "public",
|
|
148440
|
+
"static": true,
|
|
148441
|
+
"inheritedFrom": {
|
|
148442
|
+
"name": "SbbElement",
|
|
148443
|
+
"module": "core/base-elements/element.js"
|
|
148444
|
+
}
|
|
148445
|
+
},
|
|
148446
|
+
{
|
|
148447
|
+
"kind": "field",
|
|
148448
|
+
"name": "_controllers",
|
|
148449
|
+
"type": {
|
|
148450
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
148451
|
+
},
|
|
148452
|
+
"privacy": "private",
|
|
148453
|
+
"inheritedFrom": {
|
|
148454
|
+
"name": "SbbElement",
|
|
148455
|
+
"module": "core/base-elements/element.js"
|
|
148456
|
+
}
|
|
148457
|
+
},
|
|
148458
|
+
{
|
|
148459
|
+
"kind": "field",
|
|
148460
|
+
"name": "_hydrationRequired",
|
|
148461
|
+
"type": {
|
|
148462
|
+
"text": "boolean"
|
|
148463
|
+
},
|
|
148464
|
+
"privacy": "private",
|
|
148465
|
+
"default": "!!this.shadowRoot",
|
|
148466
|
+
"inheritedFrom": {
|
|
148467
|
+
"name": "SbbElement",
|
|
148468
|
+
"module": "core/base-elements/element.js"
|
|
148469
|
+
}
|
|
148470
|
+
},
|
|
148471
|
+
{
|
|
148472
|
+
"kind": "field",
|
|
148473
|
+
"name": "_hydrationComplete",
|
|
148474
|
+
"privacy": "private",
|
|
148475
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
148476
|
+
"inheritedFrom": {
|
|
148477
|
+
"name": "SbbElement",
|
|
148478
|
+
"module": "core/base-elements/element.js"
|
|
148479
|
+
}
|
|
148480
|
+
},
|
|
148481
|
+
{
|
|
148482
|
+
"kind": "field",
|
|
148483
|
+
"name": "_resolveHydration",
|
|
148484
|
+
"type": {
|
|
148485
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
148486
|
+
},
|
|
148487
|
+
"privacy": "private",
|
|
148488
|
+
"inheritedFrom": {
|
|
148489
|
+
"name": "SbbElement",
|
|
148490
|
+
"module": "core/base-elements/element.js"
|
|
148491
|
+
}
|
|
148492
|
+
},
|
|
148493
|
+
{
|
|
148494
|
+
"kind": "field",
|
|
148495
|
+
"name": "_textObserver",
|
|
148496
|
+
"type": {
|
|
148497
|
+
"text": "MutationObserver | undefined"
|
|
148498
|
+
},
|
|
148499
|
+
"privacy": "private",
|
|
148500
|
+
"inheritedFrom": {
|
|
148501
|
+
"name": "SbbElement",
|
|
148502
|
+
"module": "core/base-elements/element.js"
|
|
148503
|
+
}
|
|
148504
|
+
},
|
|
148505
|
+
{
|
|
148506
|
+
"kind": "field",
|
|
148507
|
+
"name": "hydrationRequired",
|
|
148508
|
+
"type": {
|
|
148509
|
+
"text": "boolean"
|
|
148510
|
+
},
|
|
148511
|
+
"privacy": "protected",
|
|
148512
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
148513
|
+
"readonly": true,
|
|
148514
|
+
"inheritedFrom": {
|
|
148515
|
+
"name": "SbbElement",
|
|
148516
|
+
"module": "core/base-elements/element.js"
|
|
148517
|
+
},
|
|
148518
|
+
"default": "!!this.shadowRoot"
|
|
148519
|
+
},
|
|
148520
|
+
{
|
|
148521
|
+
"kind": "method",
|
|
148522
|
+
"name": "toggleState",
|
|
148523
|
+
"privacy": "protected",
|
|
148524
|
+
"return": {
|
|
148525
|
+
"type": {
|
|
148526
|
+
"text": "void"
|
|
148527
|
+
}
|
|
148528
|
+
},
|
|
148529
|
+
"parameters": [
|
|
148530
|
+
{
|
|
148531
|
+
"name": "value",
|
|
148532
|
+
"type": {
|
|
148533
|
+
"text": "string"
|
|
148534
|
+
}
|
|
148535
|
+
},
|
|
148536
|
+
{
|
|
148537
|
+
"name": "force",
|
|
148538
|
+
"optional": true,
|
|
148539
|
+
"type": {
|
|
148540
|
+
"text": "boolean"
|
|
148541
|
+
}
|
|
148542
|
+
}
|
|
148543
|
+
],
|
|
148544
|
+
"inheritedFrom": {
|
|
148545
|
+
"name": "SbbElement",
|
|
148546
|
+
"module": "core/base-elements/element.js"
|
|
148547
|
+
}
|
|
148548
|
+
},
|
|
148549
|
+
{
|
|
148550
|
+
"kind": "method",
|
|
148551
|
+
"name": "_slotchangeHandler",
|
|
148552
|
+
"privacy": "private",
|
|
148553
|
+
"return": {
|
|
148554
|
+
"type": {
|
|
148555
|
+
"text": "void"
|
|
148556
|
+
}
|
|
148557
|
+
},
|
|
148558
|
+
"parameters": [
|
|
148559
|
+
{
|
|
148560
|
+
"name": "event",
|
|
148561
|
+
"type": {
|
|
148562
|
+
"text": "Event"
|
|
148563
|
+
}
|
|
148564
|
+
},
|
|
148565
|
+
{
|
|
148566
|
+
"name": "slot",
|
|
148567
|
+
"type": {
|
|
148568
|
+
"text": "HTMLSlotElement"
|
|
148569
|
+
}
|
|
148570
|
+
}
|
|
148571
|
+
],
|
|
148572
|
+
"inheritedFrom": {
|
|
148573
|
+
"name": "SbbElement",
|
|
148574
|
+
"module": "core/base-elements/element.js"
|
|
148575
|
+
}
|
|
148576
|
+
},
|
|
148577
|
+
{
|
|
148578
|
+
"kind": "method",
|
|
148579
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
148580
|
+
"privacy": "private",
|
|
148581
|
+
"return": {
|
|
148582
|
+
"type": {
|
|
148583
|
+
"text": "void"
|
|
148584
|
+
}
|
|
148585
|
+
},
|
|
148586
|
+
"parameters": [
|
|
148587
|
+
{
|
|
148588
|
+
"name": "slot",
|
|
148589
|
+
"type": {
|
|
148590
|
+
"text": "HTMLSlotElement"
|
|
148591
|
+
}
|
|
148592
|
+
}
|
|
148593
|
+
],
|
|
148594
|
+
"inheritedFrom": {
|
|
148595
|
+
"name": "SbbElement",
|
|
148596
|
+
"module": "core/base-elements/element.js"
|
|
148597
|
+
}
|
|
148598
|
+
},
|
|
148599
|
+
{
|
|
148600
|
+
"kind": "method",
|
|
148601
|
+
"name": "_updateSlottedState",
|
|
148602
|
+
"privacy": "private",
|
|
148603
|
+
"return": {
|
|
148604
|
+
"type": {
|
|
148605
|
+
"text": "void"
|
|
148606
|
+
}
|
|
148607
|
+
},
|
|
148608
|
+
"parameters": [
|
|
148609
|
+
{
|
|
148610
|
+
"name": "slot",
|
|
148611
|
+
"type": {
|
|
148612
|
+
"text": "HTMLSlotElement"
|
|
148613
|
+
}
|
|
148614
|
+
}
|
|
148615
|
+
],
|
|
148616
|
+
"inheritedFrom": {
|
|
148617
|
+
"name": "SbbElement",
|
|
148618
|
+
"module": "core/base-elements/element.js"
|
|
148619
|
+
}
|
|
148620
|
+
},
|
|
148621
|
+
{
|
|
148622
|
+
"kind": "method",
|
|
148623
|
+
"name": "_observeTextNodesInSlot",
|
|
148624
|
+
"privacy": "private",
|
|
148625
|
+
"return": {
|
|
148626
|
+
"type": {
|
|
148627
|
+
"text": "void"
|
|
148628
|
+
}
|
|
148629
|
+
},
|
|
148630
|
+
"parameters": [
|
|
148631
|
+
{
|
|
148632
|
+
"name": "slot",
|
|
148633
|
+
"type": {
|
|
148634
|
+
"text": "HTMLSlotElement"
|
|
148635
|
+
}
|
|
148636
|
+
}
|
|
148637
|
+
],
|
|
148638
|
+
"inheritedFrom": {
|
|
148639
|
+
"name": "SbbElement",
|
|
148640
|
+
"module": "core/base-elements/element.js"
|
|
148641
|
+
}
|
|
148642
|
+
},
|
|
148643
|
+
{
|
|
148644
|
+
"kind": "method",
|
|
148645
|
+
"name": "_hasSlottedContent",
|
|
148646
|
+
"privacy": "private",
|
|
148647
|
+
"return": {
|
|
148648
|
+
"type": {
|
|
148649
|
+
"text": "boolean"
|
|
148650
|
+
}
|
|
148651
|
+
},
|
|
148652
|
+
"parameters": [
|
|
148653
|
+
{
|
|
148654
|
+
"name": "slot",
|
|
148655
|
+
"type": {
|
|
148656
|
+
"text": "HTMLSlotElement"
|
|
148657
|
+
}
|
|
148658
|
+
}
|
|
148659
|
+
],
|
|
148660
|
+
"inheritedFrom": {
|
|
148661
|
+
"name": "SbbElement",
|
|
148662
|
+
"module": "core/base-elements/element.js"
|
|
148663
|
+
}
|
|
148664
|
+
}
|
|
148665
|
+
],
|
|
148666
|
+
"attributes": [
|
|
148667
|
+
{
|
|
148668
|
+
"name": "focusable",
|
|
148669
|
+
"type": {
|
|
148670
|
+
"text": "boolean"
|
|
148671
|
+
},
|
|
148672
|
+
"default": "false",
|
|
148673
|
+
"description": "Whether the table wrapper is focusable.",
|
|
148674
|
+
"fieldName": "focusable"
|
|
148675
|
+
},
|
|
148676
|
+
{
|
|
148677
|
+
"name": "negative",
|
|
148678
|
+
"type": {
|
|
148679
|
+
"text": "boolean"
|
|
148680
|
+
},
|
|
148681
|
+
"default": "false",
|
|
148682
|
+
"description": "Negative coloring variant flag.",
|
|
148683
|
+
"fieldName": "negative",
|
|
148684
|
+
"inheritedFrom": {
|
|
148685
|
+
"name": "SbbNegativeMixin",
|
|
148686
|
+
"module": "core/mixins/negative-mixin.js"
|
|
148687
|
+
}
|
|
148688
|
+
}
|
|
148689
|
+
],
|
|
148690
|
+
"mixins": [
|
|
148691
|
+
{
|
|
148692
|
+
"name": "SbbNegativeMixin",
|
|
148693
|
+
"module": "core.js"
|
|
148694
|
+
}
|
|
148695
|
+
],
|
|
148696
|
+
"superclass": {
|
|
148697
|
+
"name": "SbbElement",
|
|
148698
|
+
"module": "core.js"
|
|
148699
|
+
},
|
|
148700
|
+
"tagName": "sbb-table-wrapper",
|
|
148701
|
+
"customElement": true
|
|
148702
|
+
}
|
|
148703
|
+
],
|
|
148704
|
+
"exports": [
|
|
148705
|
+
{
|
|
148706
|
+
"kind": "js",
|
|
148707
|
+
"name": "SbbTableWrapperElement",
|
|
148708
|
+
"declaration": {
|
|
148709
|
+
"name": "SbbTableWrapperElement",
|
|
148710
|
+
"module": "table/table-wrapper/table-wrapper.component.js"
|
|
148711
|
+
}
|
|
148712
|
+
}
|
|
148713
|
+
]
|
|
148714
|
+
},
|
|
148315
148715
|
{
|
|
148316
148716
|
"kind": "javascript-module",
|
|
148317
148717
|
"path": "stepper/stepper/stepper.component.js",
|
|
@@ -149097,406 +149497,6 @@
|
|
|
149097
149497
|
}
|
|
149098
149498
|
]
|
|
149099
149499
|
},
|
|
149100
|
-
{
|
|
149101
|
-
"kind": "javascript-module",
|
|
149102
|
-
"path": "table/table-wrapper/table-wrapper.component.js",
|
|
149103
|
-
"declarations": [
|
|
149104
|
-
{
|
|
149105
|
-
"kind": "class",
|
|
149106
|
-
"description": "Wraps a table to enhance its functionality.",
|
|
149107
|
-
"name": "SbbTableWrapperElement",
|
|
149108
|
-
"slots": [
|
|
149109
|
-
{
|
|
149110
|
-
"description": "Use the unnamed slot to add the table.",
|
|
149111
|
-
"name": ""
|
|
149112
|
-
}
|
|
149113
|
-
],
|
|
149114
|
-
"members": [
|
|
149115
|
-
{
|
|
149116
|
-
"kind": "field",
|
|
149117
|
-
"name": "elementName",
|
|
149118
|
-
"type": {
|
|
149119
|
-
"text": "string"
|
|
149120
|
-
},
|
|
149121
|
-
"privacy": "public",
|
|
149122
|
-
"static": true,
|
|
149123
|
-
"readonly": true,
|
|
149124
|
-
"default": "'sbb-table-wrapper'",
|
|
149125
|
-
"inheritedFrom": {
|
|
149126
|
-
"name": "SbbElement",
|
|
149127
|
-
"module": "core/base-elements/element.js"
|
|
149128
|
-
}
|
|
149129
|
-
},
|
|
149130
|
-
{
|
|
149131
|
-
"kind": "field",
|
|
149132
|
-
"name": "role",
|
|
149133
|
-
"type": {
|
|
149134
|
-
"text": "string"
|
|
149135
|
-
},
|
|
149136
|
-
"privacy": "public",
|
|
149137
|
-
"static": true,
|
|
149138
|
-
"readonly": true,
|
|
149139
|
-
"default": "'section'",
|
|
149140
|
-
"inheritedFrom": {
|
|
149141
|
-
"name": "SbbElement",
|
|
149142
|
-
"module": "core/base-elements/element.js"
|
|
149143
|
-
}
|
|
149144
|
-
},
|
|
149145
|
-
{
|
|
149146
|
-
"kind": "field",
|
|
149147
|
-
"name": "focusable",
|
|
149148
|
-
"type": {
|
|
149149
|
-
"text": "boolean"
|
|
149150
|
-
},
|
|
149151
|
-
"privacy": "public",
|
|
149152
|
-
"default": "false",
|
|
149153
|
-
"description": "Whether the table wrapper is focusable.",
|
|
149154
|
-
"attribute": "focusable",
|
|
149155
|
-
"reflects": true
|
|
149156
|
-
},
|
|
149157
|
-
{
|
|
149158
|
-
"kind": "method",
|
|
149159
|
-
"name": "_updateScrollbarClass",
|
|
149160
|
-
"privacy": "private",
|
|
149161
|
-
"return": {
|
|
149162
|
-
"type": {
|
|
149163
|
-
"text": "void"
|
|
149164
|
-
}
|
|
149165
|
-
}
|
|
149166
|
-
},
|
|
149167
|
-
{
|
|
149168
|
-
"kind": "method",
|
|
149169
|
-
"name": "_checkHorizontalScrollbarOffset",
|
|
149170
|
-
"privacy": "private",
|
|
149171
|
-
"return": {
|
|
149172
|
-
"type": {
|
|
149173
|
-
"text": "void"
|
|
149174
|
-
}
|
|
149175
|
-
},
|
|
149176
|
-
"description": "Calculates whether the table is horizontally scrolled and adds the\ncorresponding class `sbb-table-wrapper-offset-${none | left | right | both}`"
|
|
149177
|
-
},
|
|
149178
|
-
{
|
|
149179
|
-
"kind": "method",
|
|
149180
|
-
"name": "_calculateScrollOffset",
|
|
149181
|
-
"privacy": "private",
|
|
149182
|
-
"return": {
|
|
149183
|
-
"type": {
|
|
149184
|
-
"text": "'none' | 'left' | 'right' | 'both'"
|
|
149185
|
-
}
|
|
149186
|
-
}
|
|
149187
|
-
},
|
|
149188
|
-
{
|
|
149189
|
-
"kind": "field",
|
|
149190
|
-
"name": "negative",
|
|
149191
|
-
"type": {
|
|
149192
|
-
"text": "boolean"
|
|
149193
|
-
},
|
|
149194
|
-
"privacy": "public",
|
|
149195
|
-
"default": "false",
|
|
149196
|
-
"description": "Negative coloring variant flag.",
|
|
149197
|
-
"attribute": "negative",
|
|
149198
|
-
"reflects": true,
|
|
149199
|
-
"inheritedFrom": {
|
|
149200
|
-
"name": "SbbNegativeMixin",
|
|
149201
|
-
"module": "core/mixins/negative-mixin.js"
|
|
149202
|
-
}
|
|
149203
|
-
},
|
|
149204
|
-
{
|
|
149205
|
-
"kind": "field",
|
|
149206
|
-
"name": "['_$sbbElement$']",
|
|
149207
|
-
"type": {
|
|
149208
|
-
"text": "boolean"
|
|
149209
|
-
},
|
|
149210
|
-
"privacy": "public",
|
|
149211
|
-
"static": true,
|
|
149212
|
-
"default": "true",
|
|
149213
|
-
"inheritedFrom": {
|
|
149214
|
-
"name": "SbbElement",
|
|
149215
|
-
"module": "core/base-elements/element.js"
|
|
149216
|
-
}
|
|
149217
|
-
},
|
|
149218
|
-
{
|
|
149219
|
-
"kind": "field",
|
|
149220
|
-
"name": "elementDependencies",
|
|
149221
|
-
"type": {
|
|
149222
|
-
"text": "SbbElementType[] | undefined"
|
|
149223
|
-
},
|
|
149224
|
-
"privacy": "public",
|
|
149225
|
-
"static": true,
|
|
149226
|
-
"inheritedFrom": {
|
|
149227
|
-
"name": "SbbElement",
|
|
149228
|
-
"module": "core/base-elements/element.js"
|
|
149229
|
-
}
|
|
149230
|
-
},
|
|
149231
|
-
{
|
|
149232
|
-
"kind": "field",
|
|
149233
|
-
"name": "_controllers",
|
|
149234
|
-
"type": {
|
|
149235
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
149236
|
-
},
|
|
149237
|
-
"privacy": "private",
|
|
149238
|
-
"inheritedFrom": {
|
|
149239
|
-
"name": "SbbElement",
|
|
149240
|
-
"module": "core/base-elements/element.js"
|
|
149241
|
-
}
|
|
149242
|
-
},
|
|
149243
|
-
{
|
|
149244
|
-
"kind": "field",
|
|
149245
|
-
"name": "_hydrationRequired",
|
|
149246
|
-
"type": {
|
|
149247
|
-
"text": "boolean"
|
|
149248
|
-
},
|
|
149249
|
-
"privacy": "private",
|
|
149250
|
-
"default": "!!this.shadowRoot",
|
|
149251
|
-
"inheritedFrom": {
|
|
149252
|
-
"name": "SbbElement",
|
|
149253
|
-
"module": "core/base-elements/element.js"
|
|
149254
|
-
}
|
|
149255
|
-
},
|
|
149256
|
-
{
|
|
149257
|
-
"kind": "field",
|
|
149258
|
-
"name": "_hydrationComplete",
|
|
149259
|
-
"privacy": "private",
|
|
149260
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
149261
|
-
"inheritedFrom": {
|
|
149262
|
-
"name": "SbbElement",
|
|
149263
|
-
"module": "core/base-elements/element.js"
|
|
149264
|
-
}
|
|
149265
|
-
},
|
|
149266
|
-
{
|
|
149267
|
-
"kind": "field",
|
|
149268
|
-
"name": "_resolveHydration",
|
|
149269
|
-
"type": {
|
|
149270
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
149271
|
-
},
|
|
149272
|
-
"privacy": "private",
|
|
149273
|
-
"inheritedFrom": {
|
|
149274
|
-
"name": "SbbElement",
|
|
149275
|
-
"module": "core/base-elements/element.js"
|
|
149276
|
-
}
|
|
149277
|
-
},
|
|
149278
|
-
{
|
|
149279
|
-
"kind": "field",
|
|
149280
|
-
"name": "_textObserver",
|
|
149281
|
-
"type": {
|
|
149282
|
-
"text": "MutationObserver | undefined"
|
|
149283
|
-
},
|
|
149284
|
-
"privacy": "private",
|
|
149285
|
-
"inheritedFrom": {
|
|
149286
|
-
"name": "SbbElement",
|
|
149287
|
-
"module": "core/base-elements/element.js"
|
|
149288
|
-
}
|
|
149289
|
-
},
|
|
149290
|
-
{
|
|
149291
|
-
"kind": "field",
|
|
149292
|
-
"name": "hydrationRequired",
|
|
149293
|
-
"type": {
|
|
149294
|
-
"text": "boolean"
|
|
149295
|
-
},
|
|
149296
|
-
"privacy": "protected",
|
|
149297
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
149298
|
-
"readonly": true,
|
|
149299
|
-
"inheritedFrom": {
|
|
149300
|
-
"name": "SbbElement",
|
|
149301
|
-
"module": "core/base-elements/element.js"
|
|
149302
|
-
},
|
|
149303
|
-
"default": "!!this.shadowRoot"
|
|
149304
|
-
},
|
|
149305
|
-
{
|
|
149306
|
-
"kind": "method",
|
|
149307
|
-
"name": "toggleState",
|
|
149308
|
-
"privacy": "protected",
|
|
149309
|
-
"return": {
|
|
149310
|
-
"type": {
|
|
149311
|
-
"text": "void"
|
|
149312
|
-
}
|
|
149313
|
-
},
|
|
149314
|
-
"parameters": [
|
|
149315
|
-
{
|
|
149316
|
-
"name": "value",
|
|
149317
|
-
"type": {
|
|
149318
|
-
"text": "string"
|
|
149319
|
-
}
|
|
149320
|
-
},
|
|
149321
|
-
{
|
|
149322
|
-
"name": "force",
|
|
149323
|
-
"optional": true,
|
|
149324
|
-
"type": {
|
|
149325
|
-
"text": "boolean"
|
|
149326
|
-
}
|
|
149327
|
-
}
|
|
149328
|
-
],
|
|
149329
|
-
"inheritedFrom": {
|
|
149330
|
-
"name": "SbbElement",
|
|
149331
|
-
"module": "core/base-elements/element.js"
|
|
149332
|
-
}
|
|
149333
|
-
},
|
|
149334
|
-
{
|
|
149335
|
-
"kind": "method",
|
|
149336
|
-
"name": "_slotchangeHandler",
|
|
149337
|
-
"privacy": "private",
|
|
149338
|
-
"return": {
|
|
149339
|
-
"type": {
|
|
149340
|
-
"text": "void"
|
|
149341
|
-
}
|
|
149342
|
-
},
|
|
149343
|
-
"parameters": [
|
|
149344
|
-
{
|
|
149345
|
-
"name": "event",
|
|
149346
|
-
"type": {
|
|
149347
|
-
"text": "Event"
|
|
149348
|
-
}
|
|
149349
|
-
},
|
|
149350
|
-
{
|
|
149351
|
-
"name": "slot",
|
|
149352
|
-
"type": {
|
|
149353
|
-
"text": "HTMLSlotElement"
|
|
149354
|
-
}
|
|
149355
|
-
}
|
|
149356
|
-
],
|
|
149357
|
-
"inheritedFrom": {
|
|
149358
|
-
"name": "SbbElement",
|
|
149359
|
-
"module": "core/base-elements/element.js"
|
|
149360
|
-
}
|
|
149361
|
-
},
|
|
149362
|
-
{
|
|
149363
|
-
"kind": "method",
|
|
149364
|
-
"name": "_handleSlotChangeForSlottedState",
|
|
149365
|
-
"privacy": "private",
|
|
149366
|
-
"return": {
|
|
149367
|
-
"type": {
|
|
149368
|
-
"text": "void"
|
|
149369
|
-
}
|
|
149370
|
-
},
|
|
149371
|
-
"parameters": [
|
|
149372
|
-
{
|
|
149373
|
-
"name": "slot",
|
|
149374
|
-
"type": {
|
|
149375
|
-
"text": "HTMLSlotElement"
|
|
149376
|
-
}
|
|
149377
|
-
}
|
|
149378
|
-
],
|
|
149379
|
-
"inheritedFrom": {
|
|
149380
|
-
"name": "SbbElement",
|
|
149381
|
-
"module": "core/base-elements/element.js"
|
|
149382
|
-
}
|
|
149383
|
-
},
|
|
149384
|
-
{
|
|
149385
|
-
"kind": "method",
|
|
149386
|
-
"name": "_updateSlottedState",
|
|
149387
|
-
"privacy": "private",
|
|
149388
|
-
"return": {
|
|
149389
|
-
"type": {
|
|
149390
|
-
"text": "void"
|
|
149391
|
-
}
|
|
149392
|
-
},
|
|
149393
|
-
"parameters": [
|
|
149394
|
-
{
|
|
149395
|
-
"name": "slot",
|
|
149396
|
-
"type": {
|
|
149397
|
-
"text": "HTMLSlotElement"
|
|
149398
|
-
}
|
|
149399
|
-
}
|
|
149400
|
-
],
|
|
149401
|
-
"inheritedFrom": {
|
|
149402
|
-
"name": "SbbElement",
|
|
149403
|
-
"module": "core/base-elements/element.js"
|
|
149404
|
-
}
|
|
149405
|
-
},
|
|
149406
|
-
{
|
|
149407
|
-
"kind": "method",
|
|
149408
|
-
"name": "_observeTextNodesInSlot",
|
|
149409
|
-
"privacy": "private",
|
|
149410
|
-
"return": {
|
|
149411
|
-
"type": {
|
|
149412
|
-
"text": "void"
|
|
149413
|
-
}
|
|
149414
|
-
},
|
|
149415
|
-
"parameters": [
|
|
149416
|
-
{
|
|
149417
|
-
"name": "slot",
|
|
149418
|
-
"type": {
|
|
149419
|
-
"text": "HTMLSlotElement"
|
|
149420
|
-
}
|
|
149421
|
-
}
|
|
149422
|
-
],
|
|
149423
|
-
"inheritedFrom": {
|
|
149424
|
-
"name": "SbbElement",
|
|
149425
|
-
"module": "core/base-elements/element.js"
|
|
149426
|
-
}
|
|
149427
|
-
},
|
|
149428
|
-
{
|
|
149429
|
-
"kind": "method",
|
|
149430
|
-
"name": "_hasSlottedContent",
|
|
149431
|
-
"privacy": "private",
|
|
149432
|
-
"return": {
|
|
149433
|
-
"type": {
|
|
149434
|
-
"text": "boolean"
|
|
149435
|
-
}
|
|
149436
|
-
},
|
|
149437
|
-
"parameters": [
|
|
149438
|
-
{
|
|
149439
|
-
"name": "slot",
|
|
149440
|
-
"type": {
|
|
149441
|
-
"text": "HTMLSlotElement"
|
|
149442
|
-
}
|
|
149443
|
-
}
|
|
149444
|
-
],
|
|
149445
|
-
"inheritedFrom": {
|
|
149446
|
-
"name": "SbbElement",
|
|
149447
|
-
"module": "core/base-elements/element.js"
|
|
149448
|
-
}
|
|
149449
|
-
}
|
|
149450
|
-
],
|
|
149451
|
-
"attributes": [
|
|
149452
|
-
{
|
|
149453
|
-
"name": "focusable",
|
|
149454
|
-
"type": {
|
|
149455
|
-
"text": "boolean"
|
|
149456
|
-
},
|
|
149457
|
-
"default": "false",
|
|
149458
|
-
"description": "Whether the table wrapper is focusable.",
|
|
149459
|
-
"fieldName": "focusable"
|
|
149460
|
-
},
|
|
149461
|
-
{
|
|
149462
|
-
"name": "negative",
|
|
149463
|
-
"type": {
|
|
149464
|
-
"text": "boolean"
|
|
149465
|
-
},
|
|
149466
|
-
"default": "false",
|
|
149467
|
-
"description": "Negative coloring variant flag.",
|
|
149468
|
-
"fieldName": "negative",
|
|
149469
|
-
"inheritedFrom": {
|
|
149470
|
-
"name": "SbbNegativeMixin",
|
|
149471
|
-
"module": "core/mixins/negative-mixin.js"
|
|
149472
|
-
}
|
|
149473
|
-
}
|
|
149474
|
-
],
|
|
149475
|
-
"mixins": [
|
|
149476
|
-
{
|
|
149477
|
-
"name": "SbbNegativeMixin",
|
|
149478
|
-
"module": "core.js"
|
|
149479
|
-
}
|
|
149480
|
-
],
|
|
149481
|
-
"superclass": {
|
|
149482
|
-
"name": "SbbElement",
|
|
149483
|
-
"module": "core.js"
|
|
149484
|
-
},
|
|
149485
|
-
"tagName": "sbb-table-wrapper",
|
|
149486
|
-
"customElement": true
|
|
149487
|
-
}
|
|
149488
|
-
],
|
|
149489
|
-
"exports": [
|
|
149490
|
-
{
|
|
149491
|
-
"kind": "js",
|
|
149492
|
-
"name": "SbbTableWrapperElement",
|
|
149493
|
-
"declaration": {
|
|
149494
|
-
"name": "SbbTableWrapperElement",
|
|
149495
|
-
"module": "table/table-wrapper/table-wrapper.component.js"
|
|
149496
|
-
}
|
|
149497
|
-
}
|
|
149498
|
-
]
|
|
149499
|
-
},
|
|
149500
149500
|
{
|
|
149501
149501
|
"kind": "javascript-module",
|
|
149502
149502
|
"path": "tabs/common/styles.js",
|