@sbb-esta/lyne-elements-dev 4.12.0-dev.1777931567 → 4.12.1-dev.1777962521
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1732 -1732
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -97681,192 +97681,6 @@
|
|
|
97681
97681
|
}
|
|
97682
97682
|
]
|
|
97683
97683
|
},
|
|
97684
|
-
{
|
|
97685
|
-
"kind": "javascript-module",
|
|
97686
|
-
"path": "header/header-environment/header-environment.component.js",
|
|
97687
|
-
"declarations": [
|
|
97688
|
-
{
|
|
97689
|
-
"kind": "class",
|
|
97690
|
-
"description": "It displays a ribbon inside the header to indicate the current environment.",
|
|
97691
|
-
"name": "SbbHeaderEnvironmentElement",
|
|
97692
|
-
"cssProperties": [
|
|
97693
|
-
{
|
|
97694
|
-
"description": "Can be used change the ribbon color.",
|
|
97695
|
-
"name": "--sbb-header-environment-background-color",
|
|
97696
|
-
"default": "var(sbb-color-granite)"
|
|
97697
|
-
},
|
|
97698
|
-
{
|
|
97699
|
-
"description": "Can be used change the text color.",
|
|
97700
|
-
"name": "--sbb-header-environment-color",
|
|
97701
|
-
"default": "var(sbb-color-white)"
|
|
97702
|
-
}
|
|
97703
|
-
],
|
|
97704
|
-
"slots": [
|
|
97705
|
-
{
|
|
97706
|
-
"description": "Use the unnamed slot to add the environment.",
|
|
97707
|
-
"name": ""
|
|
97708
|
-
}
|
|
97709
|
-
],
|
|
97710
|
-
"members": [
|
|
97711
|
-
{
|
|
97712
|
-
"kind": "field",
|
|
97713
|
-
"name": "elementName",
|
|
97714
|
-
"type": {
|
|
97715
|
-
"text": "string"
|
|
97716
|
-
},
|
|
97717
|
-
"privacy": "public",
|
|
97718
|
-
"static": true,
|
|
97719
|
-
"readonly": true,
|
|
97720
|
-
"default": "'sbb-header-environment'",
|
|
97721
|
-
"inheritedFrom": {
|
|
97722
|
-
"name": "SbbElement",
|
|
97723
|
-
"module": "core/base-elements/element.js"
|
|
97724
|
-
}
|
|
97725
|
-
},
|
|
97726
|
-
{
|
|
97727
|
-
"kind": "field",
|
|
97728
|
-
"name": "_env",
|
|
97729
|
-
"type": {
|
|
97730
|
-
"text": "string | null"
|
|
97731
|
-
},
|
|
97732
|
-
"privacy": "private",
|
|
97733
|
-
"default": "null"
|
|
97734
|
-
},
|
|
97735
|
-
{
|
|
97736
|
-
"kind": "method",
|
|
97737
|
-
"name": "_slottedTextChange",
|
|
97738
|
-
"privacy": "private",
|
|
97739
|
-
"return": {
|
|
97740
|
-
"type": {
|
|
97741
|
-
"text": "void"
|
|
97742
|
-
}
|
|
97743
|
-
}
|
|
97744
|
-
},
|
|
97745
|
-
{
|
|
97746
|
-
"kind": "field",
|
|
97747
|
-
"name": "_hydrationRequired",
|
|
97748
|
-
"type": {
|
|
97749
|
-
"text": "boolean"
|
|
97750
|
-
},
|
|
97751
|
-
"privacy": "private",
|
|
97752
|
-
"default": "!!this.shadowRoot",
|
|
97753
|
-
"inheritedFrom": {
|
|
97754
|
-
"name": "SbbElement",
|
|
97755
|
-
"module": "core/base-elements/element.js"
|
|
97756
|
-
}
|
|
97757
|
-
},
|
|
97758
|
-
{
|
|
97759
|
-
"kind": "field",
|
|
97760
|
-
"name": "_hydrationComplete",
|
|
97761
|
-
"privacy": "private",
|
|
97762
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
97763
|
-
"inheritedFrom": {
|
|
97764
|
-
"name": "SbbElement",
|
|
97765
|
-
"module": "core/base-elements/element.js"
|
|
97766
|
-
}
|
|
97767
|
-
},
|
|
97768
|
-
{
|
|
97769
|
-
"kind": "field",
|
|
97770
|
-
"name": "_resolveHydration",
|
|
97771
|
-
"type": {
|
|
97772
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
97773
|
-
},
|
|
97774
|
-
"privacy": "private",
|
|
97775
|
-
"inheritedFrom": {
|
|
97776
|
-
"name": "SbbElement",
|
|
97777
|
-
"module": "core/base-elements/element.js"
|
|
97778
|
-
}
|
|
97779
|
-
},
|
|
97780
|
-
{
|
|
97781
|
-
"kind": "field",
|
|
97782
|
-
"name": "hydrationRequired",
|
|
97783
|
-
"type": {
|
|
97784
|
-
"text": "boolean"
|
|
97785
|
-
},
|
|
97786
|
-
"privacy": "protected",
|
|
97787
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
97788
|
-
"readonly": true,
|
|
97789
|
-
"inheritedFrom": {
|
|
97790
|
-
"name": "SbbElement",
|
|
97791
|
-
"module": "core/base-elements/element.js"
|
|
97792
|
-
},
|
|
97793
|
-
"default": "!!this.shadowRoot"
|
|
97794
|
-
},
|
|
97795
|
-
{
|
|
97796
|
-
"kind": "method",
|
|
97797
|
-
"name": "toggleState",
|
|
97798
|
-
"privacy": "protected",
|
|
97799
|
-
"return": {
|
|
97800
|
-
"type": {
|
|
97801
|
-
"text": "void"
|
|
97802
|
-
}
|
|
97803
|
-
},
|
|
97804
|
-
"parameters": [
|
|
97805
|
-
{
|
|
97806
|
-
"name": "value",
|
|
97807
|
-
"type": {
|
|
97808
|
-
"text": "string"
|
|
97809
|
-
}
|
|
97810
|
-
},
|
|
97811
|
-
{
|
|
97812
|
-
"name": "force",
|
|
97813
|
-
"optional": true,
|
|
97814
|
-
"type": {
|
|
97815
|
-
"text": "boolean"
|
|
97816
|
-
}
|
|
97817
|
-
}
|
|
97818
|
-
],
|
|
97819
|
-
"inheritedFrom": {
|
|
97820
|
-
"name": "SbbElement",
|
|
97821
|
-
"module": "core/base-elements/element.js"
|
|
97822
|
-
}
|
|
97823
|
-
},
|
|
97824
|
-
{
|
|
97825
|
-
"kind": "field",
|
|
97826
|
-
"name": "['_$sbbElement$']",
|
|
97827
|
-
"type": {
|
|
97828
|
-
"text": "boolean"
|
|
97829
|
-
},
|
|
97830
|
-
"privacy": "public",
|
|
97831
|
-
"static": true,
|
|
97832
|
-
"default": "true",
|
|
97833
|
-
"inheritedFrom": {
|
|
97834
|
-
"name": "SbbElement",
|
|
97835
|
-
"module": "core/base-elements/element.js"
|
|
97836
|
-
}
|
|
97837
|
-
},
|
|
97838
|
-
{
|
|
97839
|
-
"kind": "field",
|
|
97840
|
-
"name": "_controllers",
|
|
97841
|
-
"type": {
|
|
97842
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
97843
|
-
},
|
|
97844
|
-
"privacy": "private",
|
|
97845
|
-
"inheritedFrom": {
|
|
97846
|
-
"name": "SbbElement",
|
|
97847
|
-
"module": "core/base-elements/element.js"
|
|
97848
|
-
}
|
|
97849
|
-
}
|
|
97850
|
-
],
|
|
97851
|
-
"superclass": {
|
|
97852
|
-
"name": "SbbElement",
|
|
97853
|
-
"module": "core/base-elements.js"
|
|
97854
|
-
},
|
|
97855
|
-
"tagName": "sbb-header-environment",
|
|
97856
|
-
"customElement": true
|
|
97857
|
-
}
|
|
97858
|
-
],
|
|
97859
|
-
"exports": [
|
|
97860
|
-
{
|
|
97861
|
-
"kind": "js",
|
|
97862
|
-
"name": "SbbHeaderEnvironmentElement",
|
|
97863
|
-
"declaration": {
|
|
97864
|
-
"name": "SbbHeaderEnvironmentElement",
|
|
97865
|
-
"module": "header/header-environment/header-environment.component.js"
|
|
97866
|
-
}
|
|
97867
|
-
}
|
|
97868
|
-
]
|
|
97869
|
-
},
|
|
97870
97684
|
{
|
|
97871
97685
|
"kind": "javascript-module",
|
|
97872
97686
|
"path": "header/header-link/header-link.component.js",
|
|
@@ -98440,15 +98254,27 @@
|
|
|
98440
98254
|
},
|
|
98441
98255
|
{
|
|
98442
98256
|
"kind": "javascript-module",
|
|
98443
|
-
"path": "
|
|
98257
|
+
"path": "header/header-environment/header-environment.component.js",
|
|
98444
98258
|
"declarations": [
|
|
98445
98259
|
{
|
|
98446
98260
|
"kind": "class",
|
|
98447
|
-
"description": "
|
|
98448
|
-
"name": "
|
|
98261
|
+
"description": "It displays a ribbon inside the header to indicate the current environment.",
|
|
98262
|
+
"name": "SbbHeaderEnvironmentElement",
|
|
98263
|
+
"cssProperties": [
|
|
98264
|
+
{
|
|
98265
|
+
"description": "Can be used change the ribbon color.",
|
|
98266
|
+
"name": "--sbb-header-environment-background-color",
|
|
98267
|
+
"default": "var(sbb-color-granite)"
|
|
98268
|
+
},
|
|
98269
|
+
{
|
|
98270
|
+
"description": "Can be used change the text color.",
|
|
98271
|
+
"name": "--sbb-header-environment-color",
|
|
98272
|
+
"default": "var(sbb-color-white)"
|
|
98273
|
+
}
|
|
98274
|
+
],
|
|
98449
98275
|
"slots": [
|
|
98450
98276
|
{
|
|
98451
|
-
"description": "Use the unnamed slot to
|
|
98277
|
+
"description": "Use the unnamed slot to add the environment.",
|
|
98452
98278
|
"name": ""
|
|
98453
98279
|
}
|
|
98454
98280
|
],
|
|
@@ -98462,7 +98288,7 @@
|
|
|
98462
98288
|
"privacy": "public",
|
|
98463
98289
|
"static": true,
|
|
98464
98290
|
"readonly": true,
|
|
98465
|
-
"default": "'sbb-
|
|
98291
|
+
"default": "'sbb-header-environment'",
|
|
98466
98292
|
"inheritedFrom": {
|
|
98467
98293
|
"name": "SbbElement",
|
|
98468
98294
|
"module": "core/base-elements/element.js"
|
|
@@ -98470,36 +98296,22 @@
|
|
|
98470
98296
|
},
|
|
98471
98297
|
{
|
|
98472
98298
|
"kind": "field",
|
|
98473
|
-
"name": "
|
|
98474
|
-
"type": {
|
|
98475
|
-
"text": "string"
|
|
98476
|
-
},
|
|
98477
|
-
"privacy": "public",
|
|
98478
|
-
"static": true,
|
|
98479
|
-
"readonly": true,
|
|
98480
|
-
"default": "'navigation'"
|
|
98481
|
-
},
|
|
98482
|
-
{
|
|
98483
|
-
"kind": "field",
|
|
98484
|
-
"name": "color",
|
|
98299
|
+
"name": "_env",
|
|
98485
98300
|
"type": {
|
|
98486
|
-
"text": "
|
|
98301
|
+
"text": "string | null"
|
|
98487
98302
|
},
|
|
98488
|
-
"privacy": "
|
|
98489
|
-
"default": "
|
|
98490
|
-
"description": "Background color of the icon sidebar. Either `white` or `milk`. *",
|
|
98491
|
-
"attribute": "color",
|
|
98492
|
-
"reflects": true
|
|
98303
|
+
"privacy": "private",
|
|
98304
|
+
"default": "null"
|
|
98493
98305
|
},
|
|
98494
98306
|
{
|
|
98495
|
-
"kind": "
|
|
98496
|
-
"name": "
|
|
98497
|
-
"
|
|
98498
|
-
|
|
98499
|
-
|
|
98500
|
-
|
|
98501
|
-
|
|
98502
|
-
|
|
98307
|
+
"kind": "method",
|
|
98308
|
+
"name": "_slottedTextChange",
|
|
98309
|
+
"privacy": "private",
|
|
98310
|
+
"return": {
|
|
98311
|
+
"type": {
|
|
98312
|
+
"text": "void"
|
|
98313
|
+
}
|
|
98314
|
+
}
|
|
98503
98315
|
},
|
|
98504
98316
|
{
|
|
98505
98317
|
"kind": "field",
|
|
@@ -98607,16 +98419,204 @@
|
|
|
98607
98419
|
}
|
|
98608
98420
|
}
|
|
98609
98421
|
],
|
|
98610
|
-
"
|
|
98611
|
-
|
|
98612
|
-
|
|
98613
|
-
|
|
98614
|
-
|
|
98615
|
-
|
|
98616
|
-
|
|
98617
|
-
|
|
98618
|
-
|
|
98619
|
-
|
|
98422
|
+
"superclass": {
|
|
98423
|
+
"name": "SbbElement",
|
|
98424
|
+
"module": "core/base-elements.js"
|
|
98425
|
+
},
|
|
98426
|
+
"tagName": "sbb-header-environment",
|
|
98427
|
+
"customElement": true
|
|
98428
|
+
}
|
|
98429
|
+
],
|
|
98430
|
+
"exports": [
|
|
98431
|
+
{
|
|
98432
|
+
"kind": "js",
|
|
98433
|
+
"name": "SbbHeaderEnvironmentElement",
|
|
98434
|
+
"declaration": {
|
|
98435
|
+
"name": "SbbHeaderEnvironmentElement",
|
|
98436
|
+
"module": "header/header-environment/header-environment.component.js"
|
|
98437
|
+
}
|
|
98438
|
+
}
|
|
98439
|
+
]
|
|
98440
|
+
},
|
|
98441
|
+
{
|
|
98442
|
+
"kind": "javascript-module",
|
|
98443
|
+
"path": "icon-sidebar/icon-sidebar/icon-sidebar.component.js",
|
|
98444
|
+
"declarations": [
|
|
98445
|
+
{
|
|
98446
|
+
"kind": "class",
|
|
98447
|
+
"description": "Icon sidebar, can be placed inside a `sbb-icon-sidebar-container` element.",
|
|
98448
|
+
"name": "SbbIconSidebarElement",
|
|
98449
|
+
"slots": [
|
|
98450
|
+
{
|
|
98451
|
+
"description": "Use the unnamed slot to slot any content into the icon-sidebar.",
|
|
98452
|
+
"name": ""
|
|
98453
|
+
}
|
|
98454
|
+
],
|
|
98455
|
+
"members": [
|
|
98456
|
+
{
|
|
98457
|
+
"kind": "field",
|
|
98458
|
+
"name": "elementName",
|
|
98459
|
+
"type": {
|
|
98460
|
+
"text": "string"
|
|
98461
|
+
},
|
|
98462
|
+
"privacy": "public",
|
|
98463
|
+
"static": true,
|
|
98464
|
+
"readonly": true,
|
|
98465
|
+
"default": "'sbb-icon-sidebar'",
|
|
98466
|
+
"inheritedFrom": {
|
|
98467
|
+
"name": "SbbElement",
|
|
98468
|
+
"module": "core/base-elements/element.js"
|
|
98469
|
+
}
|
|
98470
|
+
},
|
|
98471
|
+
{
|
|
98472
|
+
"kind": "field",
|
|
98473
|
+
"name": "role",
|
|
98474
|
+
"type": {
|
|
98475
|
+
"text": "string"
|
|
98476
|
+
},
|
|
98477
|
+
"privacy": "public",
|
|
98478
|
+
"static": true,
|
|
98479
|
+
"readonly": true,
|
|
98480
|
+
"default": "'navigation'"
|
|
98481
|
+
},
|
|
98482
|
+
{
|
|
98483
|
+
"kind": "field",
|
|
98484
|
+
"name": "color",
|
|
98485
|
+
"type": {
|
|
98486
|
+
"text": "'white' | 'milk'"
|
|
98487
|
+
},
|
|
98488
|
+
"privacy": "public",
|
|
98489
|
+
"default": "'white'",
|
|
98490
|
+
"description": "Background color of the icon sidebar. Either `white` or `milk`. *",
|
|
98491
|
+
"attribute": "color",
|
|
98492
|
+
"reflects": true
|
|
98493
|
+
},
|
|
98494
|
+
{
|
|
98495
|
+
"kind": "field",
|
|
98496
|
+
"name": "container",
|
|
98497
|
+
"type": {
|
|
98498
|
+
"text": "SbbIconSidebarContainerElement | null"
|
|
98499
|
+
},
|
|
98500
|
+
"privacy": "public",
|
|
98501
|
+
"description": "Returns the SbbIconSidebarContainerElement where this icon-sidebar is contained.",
|
|
98502
|
+
"readonly": true
|
|
98503
|
+
},
|
|
98504
|
+
{
|
|
98505
|
+
"kind": "field",
|
|
98506
|
+
"name": "_hydrationRequired",
|
|
98507
|
+
"type": {
|
|
98508
|
+
"text": "boolean"
|
|
98509
|
+
},
|
|
98510
|
+
"privacy": "private",
|
|
98511
|
+
"default": "!!this.shadowRoot",
|
|
98512
|
+
"inheritedFrom": {
|
|
98513
|
+
"name": "SbbElement",
|
|
98514
|
+
"module": "core/base-elements/element.js"
|
|
98515
|
+
}
|
|
98516
|
+
},
|
|
98517
|
+
{
|
|
98518
|
+
"kind": "field",
|
|
98519
|
+
"name": "_hydrationComplete",
|
|
98520
|
+
"privacy": "private",
|
|
98521
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
98522
|
+
"inheritedFrom": {
|
|
98523
|
+
"name": "SbbElement",
|
|
98524
|
+
"module": "core/base-elements/element.js"
|
|
98525
|
+
}
|
|
98526
|
+
},
|
|
98527
|
+
{
|
|
98528
|
+
"kind": "field",
|
|
98529
|
+
"name": "_resolveHydration",
|
|
98530
|
+
"type": {
|
|
98531
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
98532
|
+
},
|
|
98533
|
+
"privacy": "private",
|
|
98534
|
+
"inheritedFrom": {
|
|
98535
|
+
"name": "SbbElement",
|
|
98536
|
+
"module": "core/base-elements/element.js"
|
|
98537
|
+
}
|
|
98538
|
+
},
|
|
98539
|
+
{
|
|
98540
|
+
"kind": "field",
|
|
98541
|
+
"name": "hydrationRequired",
|
|
98542
|
+
"type": {
|
|
98543
|
+
"text": "boolean"
|
|
98544
|
+
},
|
|
98545
|
+
"privacy": "protected",
|
|
98546
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
98547
|
+
"readonly": true,
|
|
98548
|
+
"inheritedFrom": {
|
|
98549
|
+
"name": "SbbElement",
|
|
98550
|
+
"module": "core/base-elements/element.js"
|
|
98551
|
+
},
|
|
98552
|
+
"default": "!!this.shadowRoot"
|
|
98553
|
+
},
|
|
98554
|
+
{
|
|
98555
|
+
"kind": "method",
|
|
98556
|
+
"name": "toggleState",
|
|
98557
|
+
"privacy": "protected",
|
|
98558
|
+
"return": {
|
|
98559
|
+
"type": {
|
|
98560
|
+
"text": "void"
|
|
98561
|
+
}
|
|
98562
|
+
},
|
|
98563
|
+
"parameters": [
|
|
98564
|
+
{
|
|
98565
|
+
"name": "value",
|
|
98566
|
+
"type": {
|
|
98567
|
+
"text": "string"
|
|
98568
|
+
}
|
|
98569
|
+
},
|
|
98570
|
+
{
|
|
98571
|
+
"name": "force",
|
|
98572
|
+
"optional": true,
|
|
98573
|
+
"type": {
|
|
98574
|
+
"text": "boolean"
|
|
98575
|
+
}
|
|
98576
|
+
}
|
|
98577
|
+
],
|
|
98578
|
+
"inheritedFrom": {
|
|
98579
|
+
"name": "SbbElement",
|
|
98580
|
+
"module": "core/base-elements/element.js"
|
|
98581
|
+
}
|
|
98582
|
+
},
|
|
98583
|
+
{
|
|
98584
|
+
"kind": "field",
|
|
98585
|
+
"name": "['_$sbbElement$']",
|
|
98586
|
+
"type": {
|
|
98587
|
+
"text": "boolean"
|
|
98588
|
+
},
|
|
98589
|
+
"privacy": "public",
|
|
98590
|
+
"static": true,
|
|
98591
|
+
"default": "true",
|
|
98592
|
+
"inheritedFrom": {
|
|
98593
|
+
"name": "SbbElement",
|
|
98594
|
+
"module": "core/base-elements/element.js"
|
|
98595
|
+
}
|
|
98596
|
+
},
|
|
98597
|
+
{
|
|
98598
|
+
"kind": "field",
|
|
98599
|
+
"name": "_controllers",
|
|
98600
|
+
"type": {
|
|
98601
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
98602
|
+
},
|
|
98603
|
+
"privacy": "private",
|
|
98604
|
+
"inheritedFrom": {
|
|
98605
|
+
"name": "SbbElement",
|
|
98606
|
+
"module": "core/base-elements/element.js"
|
|
98607
|
+
}
|
|
98608
|
+
}
|
|
98609
|
+
],
|
|
98610
|
+
"attributes": [
|
|
98611
|
+
{
|
|
98612
|
+
"name": "color",
|
|
98613
|
+
"type": {
|
|
98614
|
+
"text": "'white' | 'milk'"
|
|
98615
|
+
},
|
|
98616
|
+
"default": "'white'",
|
|
98617
|
+
"description": "Background color of the icon sidebar. Either `white` or `milk`. *",
|
|
98618
|
+
"fieldName": "color"
|
|
98619
|
+
}
|
|
98620
98620
|
],
|
|
98621
98621
|
"superclass": {
|
|
98622
98622
|
"name": "SbbElement",
|
|
@@ -105964,38 +105964,578 @@
|
|
|
105964
105964
|
},
|
|
105965
105965
|
{
|
|
105966
105966
|
"kind": "javascript-module",
|
|
105967
|
-
"path": "menu/
|
|
105967
|
+
"path": "menu/common/menu-action-common.js",
|
|
105968
105968
|
"declarations": [
|
|
105969
105969
|
{
|
|
105970
105970
|
"kind": "class",
|
|
105971
|
-
"description": "
|
|
105972
|
-
"name": "
|
|
105973
|
-
"
|
|
105971
|
+
"description": "",
|
|
105972
|
+
"name": "SbbMenuActionCommonElementMixinType",
|
|
105973
|
+
"mixins": [
|
|
105974
105974
|
{
|
|
105975
|
-
"
|
|
105976
|
-
"
|
|
105977
|
-
|
|
105975
|
+
"name": "SbbIconNameMixin",
|
|
105976
|
+
"module": "icon.js"
|
|
105977
|
+
},
|
|
105978
|
+
{
|
|
105979
|
+
"name": "SbbDisabledMixin",
|
|
105980
|
+
"module": "core/mixins.js"
|
|
105978
105981
|
}
|
|
105979
105982
|
],
|
|
105980
|
-
"
|
|
105983
|
+
"superclass": {
|
|
105984
|
+
"name": "SbbActionBaseElement",
|
|
105985
|
+
"module": "core/base-elements.js"
|
|
105986
|
+
},
|
|
105987
|
+
"attributes": [
|
|
105981
105988
|
{
|
|
105982
|
-
"
|
|
105983
|
-
"
|
|
105989
|
+
"name": "icon-name",
|
|
105990
|
+
"type": {
|
|
105991
|
+
"text": "string"
|
|
105992
|
+
},
|
|
105993
|
+
"default": "''",
|
|
105994
|
+
"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.",
|
|
105995
|
+
"fieldName": "iconName",
|
|
105996
|
+
"inheritedFrom": {
|
|
105997
|
+
"name": "SbbIconNameMixin",
|
|
105998
|
+
"module": "icon/icon-name-mixin.js"
|
|
105999
|
+
}
|
|
106000
|
+
},
|
|
106001
|
+
{
|
|
106002
|
+
"name": "disabled",
|
|
106003
|
+
"description": "Whether the component is disabled.",
|
|
106004
|
+
"default": "false",
|
|
106005
|
+
"type": {
|
|
106006
|
+
"text": "boolean"
|
|
106007
|
+
},
|
|
106008
|
+
"fieldName": "disabled",
|
|
106009
|
+
"inheritedFrom": {
|
|
106010
|
+
"name": "SbbDisabledMixin",
|
|
106011
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
106012
|
+
}
|
|
105984
106013
|
}
|
|
105985
106014
|
],
|
|
105986
106015
|
"members": [
|
|
105987
106016
|
{
|
|
105988
106017
|
"kind": "field",
|
|
105989
|
-
"name": "
|
|
106018
|
+
"name": "iconName",
|
|
105990
106019
|
"type": {
|
|
105991
106020
|
"text": "string"
|
|
105992
106021
|
},
|
|
105993
106022
|
"privacy": "public",
|
|
105994
|
-
"
|
|
105995
|
-
"
|
|
106023
|
+
"default": "''",
|
|
106024
|
+
"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.",
|
|
106025
|
+
"attribute": "icon-name",
|
|
105996
106026
|
"inheritedFrom": {
|
|
105997
|
-
"name": "
|
|
105998
|
-
"module": "
|
|
106027
|
+
"name": "SbbIconNameMixin",
|
|
106028
|
+
"module": "icon/icon-name-mixin.js"
|
|
106029
|
+
}
|
|
106030
|
+
},
|
|
106031
|
+
{
|
|
106032
|
+
"kind": "method",
|
|
106033
|
+
"name": "renderIconSlot",
|
|
106034
|
+
"privacy": "protected",
|
|
106035
|
+
"return": {
|
|
106036
|
+
"type": {
|
|
106037
|
+
"text": "TemplateResult"
|
|
106038
|
+
}
|
|
106039
|
+
},
|
|
106040
|
+
"parameters": [
|
|
106041
|
+
{
|
|
106042
|
+
"name": "classname",
|
|
106043
|
+
"optional": true,
|
|
106044
|
+
"type": {
|
|
106045
|
+
"text": "string"
|
|
106046
|
+
}
|
|
106047
|
+
}
|
|
106048
|
+
],
|
|
106049
|
+
"inheritedFrom": {
|
|
106050
|
+
"name": "SbbIconNameMixin",
|
|
106051
|
+
"module": "icon/icon-name-mixin.js"
|
|
106052
|
+
}
|
|
106053
|
+
},
|
|
106054
|
+
{
|
|
106055
|
+
"kind": "method",
|
|
106056
|
+
"name": "renderIconName",
|
|
106057
|
+
"privacy": "protected",
|
|
106058
|
+
"return": {
|
|
106059
|
+
"type": {
|
|
106060
|
+
"text": "string"
|
|
106061
|
+
}
|
|
106062
|
+
},
|
|
106063
|
+
"inheritedFrom": {
|
|
106064
|
+
"name": "SbbIconNameMixin",
|
|
106065
|
+
"module": "icon/icon-name-mixin.js"
|
|
106066
|
+
}
|
|
106067
|
+
},
|
|
106068
|
+
{
|
|
106069
|
+
"kind": "method",
|
|
106070
|
+
"name": "_renderIconName",
|
|
106071
|
+
"privacy": "private",
|
|
106072
|
+
"return": {
|
|
106073
|
+
"type": {
|
|
106074
|
+
"text": "string"
|
|
106075
|
+
}
|
|
106076
|
+
},
|
|
106077
|
+
"inheritedFrom": {
|
|
106078
|
+
"name": "SbbIconNameMixin",
|
|
106079
|
+
"module": "icon/icon-name-mixin.js"
|
|
106080
|
+
}
|
|
106081
|
+
},
|
|
106082
|
+
{
|
|
106083
|
+
"kind": "field",
|
|
106084
|
+
"name": "disabled",
|
|
106085
|
+
"privacy": "public",
|
|
106086
|
+
"description": "Whether the component is disabled.",
|
|
106087
|
+
"default": "false",
|
|
106088
|
+
"type": {
|
|
106089
|
+
"text": "boolean"
|
|
106090
|
+
},
|
|
106091
|
+
"attribute": "disabled",
|
|
106092
|
+
"reflects": true,
|
|
106093
|
+
"inheritedFrom": {
|
|
106094
|
+
"name": "SbbDisabledMixin",
|
|
106095
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
106096
|
+
}
|
|
106097
|
+
},
|
|
106098
|
+
{
|
|
106099
|
+
"kind": "field",
|
|
106100
|
+
"name": "#disabled",
|
|
106101
|
+
"privacy": "private",
|
|
106102
|
+
"type": {
|
|
106103
|
+
"text": "boolean"
|
|
106104
|
+
},
|
|
106105
|
+
"default": "false",
|
|
106106
|
+
"inheritedFrom": {
|
|
106107
|
+
"name": "SbbDisabledMixin",
|
|
106108
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
106109
|
+
}
|
|
106110
|
+
},
|
|
106111
|
+
{
|
|
106112
|
+
"kind": "method",
|
|
106113
|
+
"name": "isDisabledExternally",
|
|
106114
|
+
"privacy": "protected",
|
|
106115
|
+
"return": {
|
|
106116
|
+
"type": {
|
|
106117
|
+
"text": "boolean"
|
|
106118
|
+
}
|
|
106119
|
+
},
|
|
106120
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
106121
|
+
"inheritedFrom": {
|
|
106122
|
+
"name": "SbbDisabledMixin",
|
|
106123
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
106124
|
+
}
|
|
106125
|
+
},
|
|
106126
|
+
{
|
|
106127
|
+
"kind": "field",
|
|
106128
|
+
"name": "maybeDisabled",
|
|
106129
|
+
"type": {
|
|
106130
|
+
"text": "boolean | undefined"
|
|
106131
|
+
},
|
|
106132
|
+
"privacy": "protected",
|
|
106133
|
+
"readonly": true,
|
|
106134
|
+
"inheritedFrom": {
|
|
106135
|
+
"name": "SbbActionBaseElement",
|
|
106136
|
+
"module": "core/base-elements/action-base-element.js"
|
|
106137
|
+
}
|
|
106138
|
+
},
|
|
106139
|
+
{
|
|
106140
|
+
"kind": "field",
|
|
106141
|
+
"name": "maybeDisabledInteractive",
|
|
106142
|
+
"type": {
|
|
106143
|
+
"text": "boolean | undefined"
|
|
106144
|
+
},
|
|
106145
|
+
"privacy": "protected",
|
|
106146
|
+
"readonly": true,
|
|
106147
|
+
"inheritedFrom": {
|
|
106148
|
+
"name": "SbbActionBaseElement",
|
|
106149
|
+
"module": "core/base-elements/action-base-element.js"
|
|
106150
|
+
}
|
|
106151
|
+
},
|
|
106152
|
+
{
|
|
106153
|
+
"kind": "method",
|
|
106154
|
+
"name": "setupBaseEventHandlers",
|
|
106155
|
+
"privacy": "protected",
|
|
106156
|
+
"return": {
|
|
106157
|
+
"type": {
|
|
106158
|
+
"text": "void"
|
|
106159
|
+
}
|
|
106160
|
+
},
|
|
106161
|
+
"inheritedFrom": {
|
|
106162
|
+
"name": "SbbActionBaseElement",
|
|
106163
|
+
"module": "core/base-elements/action-base-element.js"
|
|
106164
|
+
}
|
|
106165
|
+
},
|
|
106166
|
+
{
|
|
106167
|
+
"kind": "method",
|
|
106168
|
+
"name": "renderTemplate",
|
|
106169
|
+
"privacy": "protected",
|
|
106170
|
+
"return": {
|
|
106171
|
+
"type": {
|
|
106172
|
+
"text": "TemplateResult"
|
|
106173
|
+
}
|
|
106174
|
+
},
|
|
106175
|
+
"description": "Override this method to render the component template.",
|
|
106176
|
+
"inheritedFrom": {
|
|
106177
|
+
"name": "SbbActionBaseElement",
|
|
106178
|
+
"module": "core/base-elements/action-base-element.js"
|
|
106179
|
+
}
|
|
106180
|
+
},
|
|
106181
|
+
{
|
|
106182
|
+
"kind": "field",
|
|
106183
|
+
"name": "_hydrationRequired",
|
|
106184
|
+
"type": {
|
|
106185
|
+
"text": "boolean"
|
|
106186
|
+
},
|
|
106187
|
+
"privacy": "private",
|
|
106188
|
+
"default": "!!this.shadowRoot",
|
|
106189
|
+
"inheritedFrom": {
|
|
106190
|
+
"name": "SbbElement",
|
|
106191
|
+
"module": "core/base-elements/element.js"
|
|
106192
|
+
}
|
|
106193
|
+
},
|
|
106194
|
+
{
|
|
106195
|
+
"kind": "field",
|
|
106196
|
+
"name": "_hydrationComplete",
|
|
106197
|
+
"privacy": "private",
|
|
106198
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
106199
|
+
"inheritedFrom": {
|
|
106200
|
+
"name": "SbbElement",
|
|
106201
|
+
"module": "core/base-elements/element.js"
|
|
106202
|
+
}
|
|
106203
|
+
},
|
|
106204
|
+
{
|
|
106205
|
+
"kind": "field",
|
|
106206
|
+
"name": "_resolveHydration",
|
|
106207
|
+
"type": {
|
|
106208
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
106209
|
+
},
|
|
106210
|
+
"privacy": "private",
|
|
106211
|
+
"inheritedFrom": {
|
|
106212
|
+
"name": "SbbElement",
|
|
106213
|
+
"module": "core/base-elements/element.js"
|
|
106214
|
+
}
|
|
106215
|
+
},
|
|
106216
|
+
{
|
|
106217
|
+
"kind": "field",
|
|
106218
|
+
"name": "hydrationRequired",
|
|
106219
|
+
"type": {
|
|
106220
|
+
"text": "boolean"
|
|
106221
|
+
},
|
|
106222
|
+
"privacy": "protected",
|
|
106223
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
106224
|
+
"readonly": true,
|
|
106225
|
+
"inheritedFrom": {
|
|
106226
|
+
"name": "SbbElement",
|
|
106227
|
+
"module": "core/base-elements/element.js"
|
|
106228
|
+
},
|
|
106229
|
+
"default": "!!this.shadowRoot"
|
|
106230
|
+
},
|
|
106231
|
+
{
|
|
106232
|
+
"kind": "method",
|
|
106233
|
+
"name": "toggleState",
|
|
106234
|
+
"privacy": "protected",
|
|
106235
|
+
"return": {
|
|
106236
|
+
"type": {
|
|
106237
|
+
"text": "void"
|
|
106238
|
+
}
|
|
106239
|
+
},
|
|
106240
|
+
"parameters": [
|
|
106241
|
+
{
|
|
106242
|
+
"name": "value",
|
|
106243
|
+
"type": {
|
|
106244
|
+
"text": "string"
|
|
106245
|
+
}
|
|
106246
|
+
},
|
|
106247
|
+
{
|
|
106248
|
+
"name": "force",
|
|
106249
|
+
"optional": true,
|
|
106250
|
+
"type": {
|
|
106251
|
+
"text": "boolean"
|
|
106252
|
+
}
|
|
106253
|
+
}
|
|
106254
|
+
],
|
|
106255
|
+
"inheritedFrom": {
|
|
106256
|
+
"name": "SbbElement",
|
|
106257
|
+
"module": "core/base-elements/element.js"
|
|
106258
|
+
}
|
|
106259
|
+
},
|
|
106260
|
+
{
|
|
106261
|
+
"kind": "field",
|
|
106262
|
+
"name": "['_$sbbElement$']",
|
|
106263
|
+
"type": {
|
|
106264
|
+
"text": "boolean"
|
|
106265
|
+
},
|
|
106266
|
+
"privacy": "public",
|
|
106267
|
+
"static": true,
|
|
106268
|
+
"default": "true",
|
|
106269
|
+
"inheritedFrom": {
|
|
106270
|
+
"name": "SbbElement",
|
|
106271
|
+
"module": "core/base-elements/element.js"
|
|
106272
|
+
}
|
|
106273
|
+
},
|
|
106274
|
+
{
|
|
106275
|
+
"kind": "field",
|
|
106276
|
+
"name": "elementName",
|
|
106277
|
+
"type": {
|
|
106278
|
+
"text": "string"
|
|
106279
|
+
},
|
|
106280
|
+
"privacy": "public",
|
|
106281
|
+
"static": true,
|
|
106282
|
+
"readonly": true,
|
|
106283
|
+
"inheritedFrom": {
|
|
106284
|
+
"name": "SbbElement",
|
|
106285
|
+
"module": "core/base-elements/element.js"
|
|
106286
|
+
}
|
|
106287
|
+
},
|
|
106288
|
+
{
|
|
106289
|
+
"kind": "field",
|
|
106290
|
+
"name": "_controllers",
|
|
106291
|
+
"type": {
|
|
106292
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
106293
|
+
},
|
|
106294
|
+
"privacy": "private",
|
|
106295
|
+
"inheritedFrom": {
|
|
106296
|
+
"name": "SbbElement",
|
|
106297
|
+
"module": "core/base-elements/element.js"
|
|
106298
|
+
}
|
|
106299
|
+
}
|
|
106300
|
+
]
|
|
106301
|
+
},
|
|
106302
|
+
{
|
|
106303
|
+
"kind": "mixin",
|
|
106304
|
+
"description": "",
|
|
106305
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
106306
|
+
"members": [
|
|
106307
|
+
{
|
|
106308
|
+
"kind": "field",
|
|
106309
|
+
"name": "styles",
|
|
106310
|
+
"type": {
|
|
106311
|
+
"text": "CSSResultGroup"
|
|
106312
|
+
},
|
|
106313
|
+
"privacy": "public",
|
|
106314
|
+
"static": true,
|
|
106315
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
106316
|
+
},
|
|
106317
|
+
{
|
|
106318
|
+
"kind": "method",
|
|
106319
|
+
"name": "renderTemplate",
|
|
106320
|
+
"privacy": "protected",
|
|
106321
|
+
"return": {
|
|
106322
|
+
"type": {
|
|
106323
|
+
"text": "TemplateResult"
|
|
106324
|
+
}
|
|
106325
|
+
}
|
|
106326
|
+
},
|
|
106327
|
+
{
|
|
106328
|
+
"kind": "field",
|
|
106329
|
+
"name": "iconName",
|
|
106330
|
+
"type": {
|
|
106331
|
+
"text": "string"
|
|
106332
|
+
},
|
|
106333
|
+
"privacy": "public",
|
|
106334
|
+
"default": "''",
|
|
106335
|
+
"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.",
|
|
106336
|
+
"attribute": "icon-name",
|
|
106337
|
+
"inheritedFrom": {
|
|
106338
|
+
"name": "SbbIconNameMixin",
|
|
106339
|
+
"module": "icon/icon-name-mixin.js"
|
|
106340
|
+
}
|
|
106341
|
+
},
|
|
106342
|
+
{
|
|
106343
|
+
"kind": "method",
|
|
106344
|
+
"name": "renderIconSlot",
|
|
106345
|
+
"privacy": "protected",
|
|
106346
|
+
"return": {
|
|
106347
|
+
"type": {
|
|
106348
|
+
"text": "TemplateResult"
|
|
106349
|
+
}
|
|
106350
|
+
},
|
|
106351
|
+
"parameters": [
|
|
106352
|
+
{
|
|
106353
|
+
"name": "classname",
|
|
106354
|
+
"optional": true,
|
|
106355
|
+
"type": {
|
|
106356
|
+
"text": "string"
|
|
106357
|
+
}
|
|
106358
|
+
}
|
|
106359
|
+
],
|
|
106360
|
+
"inheritedFrom": {
|
|
106361
|
+
"name": "SbbIconNameMixin",
|
|
106362
|
+
"module": "icon/icon-name-mixin.js"
|
|
106363
|
+
}
|
|
106364
|
+
},
|
|
106365
|
+
{
|
|
106366
|
+
"kind": "method",
|
|
106367
|
+
"name": "renderIconName",
|
|
106368
|
+
"privacy": "protected",
|
|
106369
|
+
"return": {
|
|
106370
|
+
"type": {
|
|
106371
|
+
"text": "string"
|
|
106372
|
+
}
|
|
106373
|
+
},
|
|
106374
|
+
"inheritedFrom": {
|
|
106375
|
+
"name": "SbbIconNameMixin",
|
|
106376
|
+
"module": "icon/icon-name-mixin.js"
|
|
106377
|
+
}
|
|
106378
|
+
},
|
|
106379
|
+
{
|
|
106380
|
+
"kind": "method",
|
|
106381
|
+
"name": "_renderIconName",
|
|
106382
|
+
"privacy": "private",
|
|
106383
|
+
"return": {
|
|
106384
|
+
"type": {
|
|
106385
|
+
"text": "string"
|
|
106386
|
+
}
|
|
106387
|
+
},
|
|
106388
|
+
"inheritedFrom": {
|
|
106389
|
+
"name": "SbbIconNameMixin",
|
|
106390
|
+
"module": "icon/icon-name-mixin.js"
|
|
106391
|
+
}
|
|
106392
|
+
},
|
|
106393
|
+
{
|
|
106394
|
+
"kind": "field",
|
|
106395
|
+
"name": "disabled",
|
|
106396
|
+
"privacy": "public",
|
|
106397
|
+
"description": "Whether the component is disabled.",
|
|
106398
|
+
"default": "false",
|
|
106399
|
+
"type": {
|
|
106400
|
+
"text": "boolean"
|
|
106401
|
+
},
|
|
106402
|
+
"attribute": "disabled",
|
|
106403
|
+
"reflects": true,
|
|
106404
|
+
"inheritedFrom": {
|
|
106405
|
+
"name": "SbbDisabledMixin",
|
|
106406
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
106407
|
+
}
|
|
106408
|
+
},
|
|
106409
|
+
{
|
|
106410
|
+
"kind": "field",
|
|
106411
|
+
"name": "#disabled",
|
|
106412
|
+
"privacy": "private",
|
|
106413
|
+
"type": {
|
|
106414
|
+
"text": "boolean"
|
|
106415
|
+
},
|
|
106416
|
+
"default": "false",
|
|
106417
|
+
"inheritedFrom": {
|
|
106418
|
+
"name": "SbbDisabledMixin",
|
|
106419
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
106420
|
+
}
|
|
106421
|
+
},
|
|
106422
|
+
{
|
|
106423
|
+
"kind": "method",
|
|
106424
|
+
"name": "isDisabledExternally",
|
|
106425
|
+
"privacy": "protected",
|
|
106426
|
+
"return": {
|
|
106427
|
+
"type": {
|
|
106428
|
+
"text": "boolean"
|
|
106429
|
+
}
|
|
106430
|
+
},
|
|
106431
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
106432
|
+
"inheritedFrom": {
|
|
106433
|
+
"name": "SbbDisabledMixin",
|
|
106434
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
106435
|
+
}
|
|
106436
|
+
}
|
|
106437
|
+
],
|
|
106438
|
+
"mixins": [
|
|
106439
|
+
{
|
|
106440
|
+
"name": "SbbIconNameMixin",
|
|
106441
|
+
"module": "icon.js"
|
|
106442
|
+
},
|
|
106443
|
+
{
|
|
106444
|
+
"name": "SbbDisabledMixin",
|
|
106445
|
+
"module": "core/mixins.js"
|
|
106446
|
+
}
|
|
106447
|
+
],
|
|
106448
|
+
"parameters": [
|
|
106449
|
+
{
|
|
106450
|
+
"name": "superClass",
|
|
106451
|
+
"type": {
|
|
106452
|
+
"text": "T"
|
|
106453
|
+
}
|
|
106454
|
+
}
|
|
106455
|
+
],
|
|
106456
|
+
"attributes": [
|
|
106457
|
+
{
|
|
106458
|
+
"name": "icon-name",
|
|
106459
|
+
"type": {
|
|
106460
|
+
"text": "string"
|
|
106461
|
+
},
|
|
106462
|
+
"default": "''",
|
|
106463
|
+
"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.",
|
|
106464
|
+
"fieldName": "iconName",
|
|
106465
|
+
"inheritedFrom": {
|
|
106466
|
+
"name": "SbbIconNameMixin",
|
|
106467
|
+
"module": "icon/icon-name-mixin.js"
|
|
106468
|
+
}
|
|
106469
|
+
},
|
|
106470
|
+
{
|
|
106471
|
+
"name": "disabled",
|
|
106472
|
+
"description": "Whether the component is disabled.",
|
|
106473
|
+
"default": "false",
|
|
106474
|
+
"type": {
|
|
106475
|
+
"text": "boolean"
|
|
106476
|
+
},
|
|
106477
|
+
"fieldName": "disabled",
|
|
106478
|
+
"inheritedFrom": {
|
|
106479
|
+
"name": "SbbDisabledMixin",
|
|
106480
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
106481
|
+
}
|
|
106482
|
+
}
|
|
106483
|
+
]
|
|
106484
|
+
}
|
|
106485
|
+
],
|
|
106486
|
+
"exports": [
|
|
106487
|
+
{
|
|
106488
|
+
"kind": "js",
|
|
106489
|
+
"name": "SbbMenuActionCommonElementMixinType",
|
|
106490
|
+
"declaration": {
|
|
106491
|
+
"name": "SbbMenuActionCommonElementMixinType",
|
|
106492
|
+
"module": "menu/common/menu-action-common.js"
|
|
106493
|
+
}
|
|
106494
|
+
},
|
|
106495
|
+
{
|
|
106496
|
+
"kind": "js",
|
|
106497
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
106498
|
+
"declaration": {
|
|
106499
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
106500
|
+
"module": "menu/common/menu-action-common.js"
|
|
106501
|
+
}
|
|
106502
|
+
}
|
|
106503
|
+
]
|
|
106504
|
+
},
|
|
106505
|
+
{
|
|
106506
|
+
"kind": "javascript-module",
|
|
106507
|
+
"path": "menu/menu/menu.component.js",
|
|
106508
|
+
"declarations": [
|
|
106509
|
+
{
|
|
106510
|
+
"kind": "class",
|
|
106511
|
+
"description": "It displays a contextual menu with one or more action element.",
|
|
106512
|
+
"name": "SbbMenuElement",
|
|
106513
|
+
"cssProperties": [
|
|
106514
|
+
{
|
|
106515
|
+
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable. The default `z-index` of the component is set to `var(--sbb-overlay-default-z-index)` with a value of `1000`.",
|
|
106516
|
+
"name": "--sbb-menu-z-index",
|
|
106517
|
+
"default": "var(--sbb-overlay-default-z-index)"
|
|
106518
|
+
}
|
|
106519
|
+
],
|
|
106520
|
+
"slots": [
|
|
106521
|
+
{
|
|
106522
|
+
"description": "Use the unnamed slot to add `sbb-menu-button`/`sbb-menu-link` or other elements to the menu.",
|
|
106523
|
+
"name": ""
|
|
106524
|
+
}
|
|
106525
|
+
],
|
|
106526
|
+
"members": [
|
|
106527
|
+
{
|
|
106528
|
+
"kind": "field",
|
|
106529
|
+
"name": "elementName",
|
|
106530
|
+
"type": {
|
|
106531
|
+
"text": "string"
|
|
106532
|
+
},
|
|
106533
|
+
"privacy": "public",
|
|
106534
|
+
"static": true,
|
|
106535
|
+
"readonly": true,
|
|
106536
|
+
"inheritedFrom": {
|
|
106537
|
+
"name": "SbbElement",
|
|
106538
|
+
"module": "core/base-elements/element.js"
|
|
105999
106539
|
},
|
|
106000
106540
|
"default": "'sbb-menu'"
|
|
106001
106541
|
},
|
|
@@ -106264,315 +106804,106 @@
|
|
|
106264
106804
|
},
|
|
106265
106805
|
{
|
|
106266
106806
|
"kind": "method",
|
|
106267
|
-
"name": "_interactiveElementClick",
|
|
106268
|
-
"privacy": "private",
|
|
106269
|
-
"return": {
|
|
106270
|
-
"type": {
|
|
106271
|
-
"text": "void"
|
|
106272
|
-
}
|
|
106273
|
-
},
|
|
106274
|
-
"parameters": [
|
|
106275
|
-
{
|
|
106276
|
-
"name": "event",
|
|
106277
|
-
"type": {
|
|
106278
|
-
"text": "Event"
|
|
106279
|
-
}
|
|
106280
|
-
}
|
|
106281
|
-
]
|
|
106282
|
-
},
|
|
106283
|
-
{
|
|
106284
|
-
"kind": "field",
|
|
106285
|
-
"name": "_pointerDownListener",
|
|
106286
|
-
"privacy": "private"
|
|
106287
|
-
},
|
|
106288
|
-
{
|
|
106289
|
-
"kind": "field",
|
|
106290
|
-
"name": "_closeOnBackdropClick",
|
|
106291
|
-
"privacy": "private"
|
|
106292
|
-
},
|
|
106293
|
-
{
|
|
106294
|
-
"kind": "method",
|
|
106295
|
-
"name": "_nestedMenus",
|
|
106296
|
-
"privacy": "private",
|
|
106297
|
-
"return": {
|
|
106298
|
-
"type": {
|
|
106299
|
-
"text": "SbbMenuElement[]"
|
|
106300
|
-
}
|
|
106301
|
-
},
|
|
106302
|
-
"description": "Converts the linked list into an array of SbbMenuElement."
|
|
106303
|
-
},
|
|
106304
|
-
{
|
|
106305
|
-
"kind": "method",
|
|
106306
|
-
"name": "_parentMenu",
|
|
106307
|
-
"privacy": "private",
|
|
106308
|
-
"return": {
|
|
106309
|
-
"type": {
|
|
106310
|
-
"text": "SbbMenuElement | null"
|
|
106311
|
-
}
|
|
106312
|
-
}
|
|
106313
|
-
},
|
|
106314
|
-
{
|
|
106315
|
-
"kind": "method",
|
|
106316
|
-
"name": "_mainMenu",
|
|
106317
|
-
"privacy": "private",
|
|
106318
|
-
"return": {
|
|
106319
|
-
"type": {
|
|
106320
|
-
"text": "SbbMenuElement"
|
|
106321
|
-
}
|
|
106322
|
-
},
|
|
106323
|
-
"description": "The outermost menu."
|
|
106324
|
-
},
|
|
106325
|
-
{
|
|
106326
|
-
"kind": "method",
|
|
106327
|
-
"name": "_isNested",
|
|
106328
|
-
"privacy": "private",
|
|
106329
|
-
"return": {
|
|
106330
|
-
"type": {
|
|
106331
|
-
"text": "boolean"
|
|
106332
|
-
}
|
|
106333
|
-
}
|
|
106334
|
-
},
|
|
106335
|
-
{
|
|
106336
|
-
"kind": "method",
|
|
106337
|
-
"name": "_updateNestedInert",
|
|
106338
|
-
"privacy": "private",
|
|
106339
|
-
"return": {
|
|
106340
|
-
"type": {
|
|
106341
|
-
"text": "void"
|
|
106342
|
-
}
|
|
106343
|
-
}
|
|
106344
|
-
},
|
|
106345
|
-
{
|
|
106346
|
-
"kind": "method",
|
|
106347
|
-
"name": "_handleMouseOver",
|
|
106348
|
-
"privacy": "private",
|
|
106349
|
-
"return": {
|
|
106350
|
-
"type": {
|
|
106351
|
-
"text": "void"
|
|
106352
|
-
}
|
|
106353
|
-
},
|
|
106354
|
-
"parameters": [
|
|
106355
|
-
{
|
|
106356
|
-
"name": "event",
|
|
106357
|
-
"type": {
|
|
106358
|
-
"text": "MouseEvent"
|
|
106359
|
-
}
|
|
106360
|
-
}
|
|
106361
|
-
]
|
|
106362
|
-
},
|
|
106363
|
-
{
|
|
106364
|
-
"kind": "method",
|
|
106365
|
-
"name": "_onMenuAnimationEnd",
|
|
106366
|
-
"privacy": "private",
|
|
106367
|
-
"return": {
|
|
106368
|
-
"type": {
|
|
106369
|
-
"text": "void"
|
|
106370
|
-
}
|
|
106371
|
-
},
|
|
106372
|
-
"parameters": [
|
|
106373
|
-
{
|
|
106374
|
-
"name": "event",
|
|
106375
|
-
"type": {
|
|
106376
|
-
"text": "AnimationEvent"
|
|
106377
|
-
}
|
|
106378
|
-
}
|
|
106379
|
-
]
|
|
106380
|
-
},
|
|
106381
|
-
{
|
|
106382
|
-
"kind": "method",
|
|
106383
|
-
"name": "_setMenuPosition",
|
|
106384
|
-
"privacy": "private",
|
|
106385
|
-
"return": {
|
|
106386
|
-
"type": {
|
|
106387
|
-
"text": "void"
|
|
106388
|
-
}
|
|
106389
|
-
}
|
|
106390
|
-
},
|
|
106391
|
-
{
|
|
106392
|
-
"kind": "method",
|
|
106393
|
-
"name": "_syncNegative",
|
|
106394
|
-
"privacy": "private",
|
|
106395
|
-
"return": {
|
|
106396
|
-
"type": {
|
|
106397
|
-
"text": "void"
|
|
106398
|
-
}
|
|
106399
|
-
}
|
|
106400
|
-
},
|
|
106401
|
-
{
|
|
106402
|
-
"kind": "method",
|
|
106403
|
-
"name": "_isMobile",
|
|
106807
|
+
"name": "_interactiveElementClick",
|
|
106404
106808
|
"privacy": "private",
|
|
106405
106809
|
"return": {
|
|
106406
106810
|
"type": {
|
|
106407
|
-
"text": "
|
|
106811
|
+
"text": "void"
|
|
106408
106812
|
}
|
|
106409
|
-
}
|
|
106410
|
-
},
|
|
106411
|
-
{
|
|
106412
|
-
"kind": "field",
|
|
106413
|
-
"name": "events",
|
|
106414
|
-
"privacy": "public",
|
|
106415
|
-
"static": true,
|
|
106416
|
-
"readonly": true,
|
|
106417
|
-
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
106418
|
-
"type": {
|
|
106419
|
-
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
106420
|
-
},
|
|
106421
|
-
"inheritedFrom": {
|
|
106422
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106423
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106424
|
-
}
|
|
106425
|
-
},
|
|
106426
|
-
{
|
|
106427
|
-
"kind": "field",
|
|
106428
|
-
"name": "state",
|
|
106429
|
-
"privacy": "protected",
|
|
106430
|
-
"description": "The state of the component.",
|
|
106431
|
-
"type": {
|
|
106432
|
-
"text": "SbbOpenedClosedState"
|
|
106433
106813
|
},
|
|
106434
|
-
"
|
|
106435
|
-
|
|
106436
|
-
|
|
106437
|
-
|
|
106438
|
-
|
|
106814
|
+
"parameters": [
|
|
106815
|
+
{
|
|
106816
|
+
"name": "event",
|
|
106817
|
+
"type": {
|
|
106818
|
+
"text": "Event"
|
|
106819
|
+
}
|
|
106820
|
+
}
|
|
106821
|
+
]
|
|
106439
106822
|
},
|
|
106440
106823
|
{
|
|
106441
106824
|
"kind": "field",
|
|
106442
|
-
"name": "
|
|
106443
|
-
"
|
|
106444
|
-
"text": "SbbOpenedClosedState"
|
|
106445
|
-
},
|
|
106446
|
-
"privacy": "private",
|
|
106447
|
-
"inheritedFrom": {
|
|
106448
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106449
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106450
|
-
}
|
|
106825
|
+
"name": "_pointerDownListener",
|
|
106826
|
+
"privacy": "private"
|
|
106451
106827
|
},
|
|
106452
106828
|
{
|
|
106453
106829
|
"kind": "field",
|
|
106454
|
-
"name": "
|
|
106455
|
-
"
|
|
106456
|
-
"text": "boolean"
|
|
106457
|
-
},
|
|
106458
|
-
"privacy": "public",
|
|
106459
|
-
"description": "Whether the element is open.",
|
|
106460
|
-
"readonly": true,
|
|
106461
|
-
"inheritedFrom": {
|
|
106462
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106463
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106464
|
-
}
|
|
106830
|
+
"name": "_closeOnBackdropClick",
|
|
106831
|
+
"privacy": "private"
|
|
106465
106832
|
},
|
|
106466
106833
|
{
|
|
106467
106834
|
"kind": "method",
|
|
106468
|
-
"name": "
|
|
106469
|
-
"privacy": "
|
|
106835
|
+
"name": "_nestedMenus",
|
|
106836
|
+
"privacy": "private",
|
|
106470
106837
|
"return": {
|
|
106471
106838
|
"type": {
|
|
106472
|
-
"text": "
|
|
106839
|
+
"text": "SbbMenuElement[]"
|
|
106473
106840
|
}
|
|
106474
106841
|
},
|
|
106475
|
-
"
|
|
106476
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106477
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106478
|
-
}
|
|
106842
|
+
"description": "Converts the linked list into an array of SbbMenuElement."
|
|
106479
106843
|
},
|
|
106480
106844
|
{
|
|
106481
106845
|
"kind": "method",
|
|
106482
|
-
"name": "
|
|
106483
|
-
"privacy": "
|
|
106846
|
+
"name": "_parentMenu",
|
|
106847
|
+
"privacy": "private",
|
|
106484
106848
|
"return": {
|
|
106485
106849
|
"type": {
|
|
106486
|
-
"text": "
|
|
106850
|
+
"text": "SbbMenuElement | null"
|
|
106487
106851
|
}
|
|
106488
|
-
},
|
|
106489
|
-
"inheritedFrom": {
|
|
106490
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106491
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106492
106852
|
}
|
|
106493
106853
|
},
|
|
106494
106854
|
{
|
|
106495
106855
|
"kind": "method",
|
|
106496
|
-
"name": "
|
|
106497
|
-
"privacy": "
|
|
106856
|
+
"name": "_mainMenu",
|
|
106857
|
+
"privacy": "private",
|
|
106498
106858
|
"return": {
|
|
106499
106859
|
"type": {
|
|
106500
|
-
"text": "
|
|
106860
|
+
"text": "SbbMenuElement"
|
|
106501
106861
|
}
|
|
106502
106862
|
},
|
|
106503
|
-
"
|
|
106504
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106505
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106506
|
-
}
|
|
106863
|
+
"description": "The outermost menu."
|
|
106507
106864
|
},
|
|
106508
106865
|
{
|
|
106509
106866
|
"kind": "method",
|
|
106510
|
-
"name": "
|
|
106511
|
-
"privacy": "
|
|
106867
|
+
"name": "_isNested",
|
|
106868
|
+
"privacy": "private",
|
|
106512
106869
|
"return": {
|
|
106513
106870
|
"type": {
|
|
106514
106871
|
"text": "boolean"
|
|
106515
106872
|
}
|
|
106516
|
-
},
|
|
106517
|
-
"inheritedFrom": {
|
|
106518
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106519
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106520
|
-
}
|
|
106521
|
-
},
|
|
106522
|
-
{
|
|
106523
|
-
"kind": "field",
|
|
106524
|
-
"name": "_hydrationRequired",
|
|
106525
|
-
"type": {
|
|
106526
|
-
"text": "boolean"
|
|
106527
|
-
},
|
|
106528
|
-
"privacy": "private",
|
|
106529
|
-
"default": "!!this.shadowRoot",
|
|
106530
|
-
"inheritedFrom": {
|
|
106531
|
-
"name": "SbbElement",
|
|
106532
|
-
"module": "core/base-elements/element.js"
|
|
106533
106873
|
}
|
|
106534
106874
|
},
|
|
106535
106875
|
{
|
|
106536
|
-
"kind": "
|
|
106537
|
-
"name": "
|
|
106876
|
+
"kind": "method",
|
|
106877
|
+
"name": "_updateNestedInert",
|
|
106538
106878
|
"privacy": "private",
|
|
106539
|
-
"
|
|
106540
|
-
|
|
106541
|
-
|
|
106542
|
-
|
|
106879
|
+
"return": {
|
|
106880
|
+
"type": {
|
|
106881
|
+
"text": "void"
|
|
106882
|
+
}
|
|
106543
106883
|
}
|
|
106544
106884
|
},
|
|
106545
106885
|
{
|
|
106546
|
-
"kind": "
|
|
106547
|
-
"name": "
|
|
106548
|
-
"type": {
|
|
106549
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
106550
|
-
},
|
|
106886
|
+
"kind": "method",
|
|
106887
|
+
"name": "_handleMouseOver",
|
|
106551
106888
|
"privacy": "private",
|
|
106552
|
-
"
|
|
106553
|
-
"
|
|
106554
|
-
|
|
106555
|
-
|
|
106556
|
-
},
|
|
106557
|
-
{
|
|
106558
|
-
"kind": "field",
|
|
106559
|
-
"name": "hydrationRequired",
|
|
106560
|
-
"type": {
|
|
106561
|
-
"text": "boolean"
|
|
106562
|
-
},
|
|
106563
|
-
"privacy": "protected",
|
|
106564
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
106565
|
-
"readonly": true,
|
|
106566
|
-
"inheritedFrom": {
|
|
106567
|
-
"name": "SbbElement",
|
|
106568
|
-
"module": "core/base-elements/element.js"
|
|
106889
|
+
"return": {
|
|
106890
|
+
"type": {
|
|
106891
|
+
"text": "void"
|
|
106892
|
+
}
|
|
106569
106893
|
},
|
|
106570
|
-
"
|
|
106894
|
+
"parameters": [
|
|
106895
|
+
{
|
|
106896
|
+
"name": "event",
|
|
106897
|
+
"type": {
|
|
106898
|
+
"text": "MouseEvent"
|
|
106899
|
+
}
|
|
106900
|
+
}
|
|
106901
|
+
]
|
|
106571
106902
|
},
|
|
106572
106903
|
{
|
|
106573
106904
|
"kind": "method",
|
|
106574
|
-
"name": "
|
|
106575
|
-
"privacy": "
|
|
106905
|
+
"name": "_onMenuAnimationEnd",
|
|
106906
|
+
"privacy": "private",
|
|
106576
106907
|
"return": {
|
|
106577
106908
|
"type": {
|
|
106578
106909
|
"text": "void"
|
|
@@ -106580,422 +106911,208 @@
|
|
|
106580
106911
|
},
|
|
106581
106912
|
"parameters": [
|
|
106582
106913
|
{
|
|
106583
|
-
"name": "
|
|
106584
|
-
"type": {
|
|
106585
|
-
"text": "string"
|
|
106586
|
-
}
|
|
106587
|
-
},
|
|
106588
|
-
{
|
|
106589
|
-
"name": "force",
|
|
106590
|
-
"optional": true,
|
|
106914
|
+
"name": "event",
|
|
106591
106915
|
"type": {
|
|
106592
|
-
"text": "
|
|
106916
|
+
"text": "AnimationEvent"
|
|
106593
106917
|
}
|
|
106594
106918
|
}
|
|
106595
|
-
]
|
|
106596
|
-
"inheritedFrom": {
|
|
106597
|
-
"name": "SbbElement",
|
|
106598
|
-
"module": "core/base-elements/element.js"
|
|
106599
|
-
}
|
|
106600
|
-
},
|
|
106601
|
-
{
|
|
106602
|
-
"kind": "field",
|
|
106603
|
-
"name": "['_$sbbElement$']",
|
|
106604
|
-
"type": {
|
|
106605
|
-
"text": "boolean"
|
|
106606
|
-
},
|
|
106607
|
-
"privacy": "public",
|
|
106608
|
-
"static": true,
|
|
106609
|
-
"default": "true",
|
|
106610
|
-
"inheritedFrom": {
|
|
106611
|
-
"name": "SbbElement",
|
|
106612
|
-
"module": "core/base-elements/element.js"
|
|
106613
|
-
}
|
|
106919
|
+
]
|
|
106614
106920
|
},
|
|
106615
106921
|
{
|
|
106616
|
-
"kind": "
|
|
106617
|
-
"name": "
|
|
106618
|
-
"type": {
|
|
106619
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
106620
|
-
},
|
|
106922
|
+
"kind": "method",
|
|
106923
|
+
"name": "_setMenuPosition",
|
|
106621
106924
|
"privacy": "private",
|
|
106622
|
-
"
|
|
106623
|
-
"
|
|
106624
|
-
|
|
106625
|
-
|
|
106626
|
-
}
|
|
106627
|
-
],
|
|
106628
|
-
"attributes": [
|
|
106629
|
-
{
|
|
106630
|
-
"name": "trigger",
|
|
106631
|
-
"type": {
|
|
106632
|
-
"text": "HTMLElement | null"
|
|
106633
|
-
},
|
|
106634
|
-
"default": "null",
|
|
106635
|
-
"description": "The element that will trigger the menu overlay.\n\nFor attribute usage, provide an id reference.",
|
|
106636
|
-
"fieldName": "trigger"
|
|
106637
|
-
}
|
|
106638
|
-
],
|
|
106639
|
-
"superclass": {
|
|
106640
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106641
|
-
"module": "core/base-elements.js"
|
|
106642
|
-
},
|
|
106643
|
-
"tagName": "sbb-menu",
|
|
106644
|
-
"customElement": true,
|
|
106645
|
-
"events": [
|
|
106646
|
-
{
|
|
106647
|
-
"name": "beforeopen",
|
|
106648
|
-
"type": {
|
|
106649
|
-
"text": "Event"
|
|
106650
|
-
},
|
|
106651
|
-
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
106652
|
-
"inheritedFrom": {
|
|
106653
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106654
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106655
|
-
}
|
|
106656
|
-
},
|
|
106657
|
-
{
|
|
106658
|
-
"name": "open",
|
|
106659
|
-
"type": {
|
|
106660
|
-
"text": "Event"
|
|
106661
|
-
},
|
|
106662
|
-
"description": "Emits whenever the component is opened.",
|
|
106663
|
-
"inheritedFrom": {
|
|
106664
|
-
"name": "SbbOpenCloseBaseElement",
|
|
106665
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106925
|
+
"return": {
|
|
106926
|
+
"type": {
|
|
106927
|
+
"text": "void"
|
|
106928
|
+
}
|
|
106666
106929
|
}
|
|
106667
106930
|
},
|
|
106668
106931
|
{
|
|
106669
|
-
"
|
|
106670
|
-
"
|
|
106671
|
-
|
|
106672
|
-
|
|
106673
|
-
|
|
106674
|
-
|
|
106675
|
-
|
|
106676
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106932
|
+
"kind": "method",
|
|
106933
|
+
"name": "_syncNegative",
|
|
106934
|
+
"privacy": "private",
|
|
106935
|
+
"return": {
|
|
106936
|
+
"type": {
|
|
106937
|
+
"text": "void"
|
|
106938
|
+
}
|
|
106677
106939
|
}
|
|
106678
106940
|
},
|
|
106679
106941
|
{
|
|
106680
|
-
"
|
|
106681
|
-
"
|
|
106682
|
-
|
|
106683
|
-
|
|
106684
|
-
|
|
106685
|
-
|
|
106686
|
-
|
|
106687
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
106942
|
+
"kind": "method",
|
|
106943
|
+
"name": "_isMobile",
|
|
106944
|
+
"privacy": "private",
|
|
106945
|
+
"return": {
|
|
106946
|
+
"type": {
|
|
106947
|
+
"text": "boolean"
|
|
106948
|
+
}
|
|
106688
106949
|
}
|
|
106689
|
-
}
|
|
106690
|
-
]
|
|
106691
|
-
}
|
|
106692
|
-
],
|
|
106693
|
-
"exports": [
|
|
106694
|
-
{
|
|
106695
|
-
"kind": "js",
|
|
106696
|
-
"name": "SbbMenuElement",
|
|
106697
|
-
"declaration": {
|
|
106698
|
-
"name": "SbbMenuElement",
|
|
106699
|
-
"module": "menu/menu/menu.component.js"
|
|
106700
|
-
}
|
|
106701
|
-
}
|
|
106702
|
-
]
|
|
106703
|
-
},
|
|
106704
|
-
{
|
|
106705
|
-
"kind": "javascript-module",
|
|
106706
|
-
"path": "menu/menu-button/menu-button.component.js",
|
|
106707
|
-
"declarations": [
|
|
106708
|
-
{
|
|
106709
|
-
"kind": "class",
|
|
106710
|
-
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
106711
|
-
"name": "SbbMenuButtonElement",
|
|
106712
|
-
"cssProperties": [
|
|
106713
|
-
{
|
|
106714
|
-
"description": "Can be used to modify horizontal padding.",
|
|
106715
|
-
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
106716
|
-
"default": "var(--sbb-spacing-fixed-3x)"
|
|
106717
|
-
}
|
|
106718
|
-
],
|
|
106719
|
-
"slots": [
|
|
106720
|
-
{
|
|
106721
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
106722
|
-
"name": ""
|
|
106723
106950
|
},
|
|
106724
|
-
{
|
|
106725
|
-
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
106726
|
-
"name": "icon"
|
|
106727
|
-
}
|
|
106728
|
-
],
|
|
106729
|
-
"members": [
|
|
106730
106951
|
{
|
|
106731
106952
|
"kind": "field",
|
|
106732
|
-
"name": "
|
|
106733
|
-
"type": {
|
|
106734
|
-
"text": "string"
|
|
106735
|
-
},
|
|
106953
|
+
"name": "events",
|
|
106736
106954
|
"privacy": "public",
|
|
106737
106955
|
"static": true,
|
|
106738
106956
|
"readonly": true,
|
|
106739
|
-
"
|
|
106740
|
-
"name": "SbbElement",
|
|
106741
|
-
"module": "core/base-elements/element.js"
|
|
106742
|
-
},
|
|
106743
|
-
"default": "'sbb-menu-button'"
|
|
106744
|
-
},
|
|
106745
|
-
{
|
|
106746
|
-
"kind": "field",
|
|
106747
|
-
"name": "role",
|
|
106957
|
+
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
106748
106958
|
"type": {
|
|
106749
|
-
"text": "
|
|
106959
|
+
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
106750
106960
|
},
|
|
106751
|
-
"privacy": "public",
|
|
106752
|
-
"static": true,
|
|
106753
|
-
"readonly": true,
|
|
106754
|
-
"default": "'menuitem'",
|
|
106755
106961
|
"inheritedFrom": {
|
|
106756
|
-
"name": "
|
|
106757
|
-
"module": "core/base-elements/
|
|
106962
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106963
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106758
106964
|
}
|
|
106759
106965
|
},
|
|
106760
106966
|
{
|
|
106761
106967
|
"kind": "field",
|
|
106762
|
-
"name": "
|
|
106968
|
+
"name": "state",
|
|
106969
|
+
"privacy": "protected",
|
|
106970
|
+
"description": "The state of the component.",
|
|
106763
106971
|
"type": {
|
|
106764
|
-
"text": "
|
|
106972
|
+
"text": "SbbOpenedClosedState"
|
|
106765
106973
|
},
|
|
106766
|
-
"
|
|
106767
|
-
"default": "false",
|
|
106768
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
106769
|
-
"attribute": "disabled-interactive",
|
|
106770
|
-
"reflects": true,
|
|
106974
|
+
"default": "'closed'",
|
|
106771
106975
|
"inheritedFrom": {
|
|
106772
|
-
"name": "
|
|
106773
|
-
"module": "core/
|
|
106976
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106977
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106774
106978
|
}
|
|
106775
106979
|
},
|
|
106776
106980
|
{
|
|
106777
106981
|
"kind": "field",
|
|
106778
|
-
"name": "
|
|
106779
|
-
"privacy": "public",
|
|
106780
|
-
"description": "Whether the component is disabled.",
|
|
106781
|
-
"default": "false",
|
|
106982
|
+
"name": "_state",
|
|
106782
106983
|
"type": {
|
|
106783
|
-
"text": "
|
|
106984
|
+
"text": "SbbOpenedClosedState"
|
|
106784
106985
|
},
|
|
106785
|
-
"
|
|
106786
|
-
"reflects": true,
|
|
106986
|
+
"privacy": "private",
|
|
106787
106987
|
"inheritedFrom": {
|
|
106788
|
-
"name": "
|
|
106789
|
-
"module": "core/
|
|
106988
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106989
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106790
106990
|
}
|
|
106791
106991
|
},
|
|
106792
106992
|
{
|
|
106793
106993
|
"kind": "field",
|
|
106794
|
-
"name": "
|
|
106795
|
-
"privacy": "private",
|
|
106994
|
+
"name": "isOpen",
|
|
106796
106995
|
"type": {
|
|
106797
106996
|
"text": "boolean"
|
|
106798
106997
|
},
|
|
106799
|
-
"
|
|
106998
|
+
"privacy": "public",
|
|
106999
|
+
"description": "Whether the element is open.",
|
|
107000
|
+
"readonly": true,
|
|
106800
107001
|
"inheritedFrom": {
|
|
106801
|
-
"name": "
|
|
106802
|
-
"module": "core/
|
|
107002
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107003
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106803
107004
|
}
|
|
106804
107005
|
},
|
|
106805
107006
|
{
|
|
106806
107007
|
"kind": "method",
|
|
106807
|
-
"name": "
|
|
107008
|
+
"name": "dispatchBeforeOpenEvent",
|
|
106808
107009
|
"privacy": "protected",
|
|
106809
107010
|
"return": {
|
|
106810
107011
|
"type": {
|
|
106811
107012
|
"text": "boolean"
|
|
106812
107013
|
}
|
|
106813
107014
|
},
|
|
106814
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
106815
|
-
"inheritedFrom": {
|
|
106816
|
-
"name": "SbbDisabledMixin",
|
|
106817
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
106818
|
-
}
|
|
106819
|
-
},
|
|
106820
|
-
{
|
|
106821
|
-
"kind": "field",
|
|
106822
|
-
"name": "styles",
|
|
106823
|
-
"type": {
|
|
106824
|
-
"text": "CSSResultGroup"
|
|
106825
|
-
},
|
|
106826
|
-
"privacy": "public",
|
|
106827
|
-
"static": true,
|
|
106828
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
106829
107015
|
"inheritedFrom": {
|
|
106830
|
-
"name": "
|
|
106831
|
-
"module": "
|
|
107016
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107017
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106832
107018
|
}
|
|
106833
107019
|
},
|
|
106834
107020
|
{
|
|
106835
107021
|
"kind": "method",
|
|
106836
|
-
"name": "
|
|
107022
|
+
"name": "dispatchOpenEvent",
|
|
106837
107023
|
"privacy": "protected",
|
|
106838
107024
|
"return": {
|
|
106839
107025
|
"type": {
|
|
106840
|
-
"text": "
|
|
107026
|
+
"text": "boolean"
|
|
106841
107027
|
}
|
|
106842
107028
|
},
|
|
106843
|
-
"description": "Override this method to render the component template.",
|
|
106844
|
-
"inheritedFrom": {
|
|
106845
|
-
"name": "SbbActionBaseElement",
|
|
106846
|
-
"module": "core/base-elements/action-base-element.js"
|
|
106847
|
-
}
|
|
106848
|
-
},
|
|
106849
|
-
{
|
|
106850
|
-
"kind": "field",
|
|
106851
|
-
"name": "iconName",
|
|
106852
|
-
"type": {
|
|
106853
|
-
"text": "string"
|
|
106854
|
-
},
|
|
106855
|
-
"privacy": "public",
|
|
106856
|
-
"default": "''",
|
|
106857
|
-
"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.",
|
|
106858
|
-
"attribute": "icon-name",
|
|
106859
107029
|
"inheritedFrom": {
|
|
106860
|
-
"name": "
|
|
106861
|
-
"module": "
|
|
107030
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107031
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106862
107032
|
}
|
|
106863
107033
|
},
|
|
106864
107034
|
{
|
|
106865
107035
|
"kind": "method",
|
|
106866
|
-
"name": "
|
|
107036
|
+
"name": "dispatchBeforeCloseEvent",
|
|
106867
107037
|
"privacy": "protected",
|
|
106868
107038
|
"return": {
|
|
106869
107039
|
"type": {
|
|
106870
|
-
"text": "
|
|
107040
|
+
"text": "boolean"
|
|
106871
107041
|
}
|
|
106872
107042
|
},
|
|
106873
|
-
"parameters": [
|
|
106874
|
-
{
|
|
106875
|
-
"name": "classname",
|
|
106876
|
-
"optional": true,
|
|
106877
|
-
"type": {
|
|
106878
|
-
"text": "string"
|
|
106879
|
-
}
|
|
106880
|
-
}
|
|
106881
|
-
],
|
|
106882
107043
|
"inheritedFrom": {
|
|
106883
|
-
"name": "
|
|
106884
|
-
"module": "
|
|
107044
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107045
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106885
107046
|
}
|
|
106886
107047
|
},
|
|
106887
107048
|
{
|
|
106888
107049
|
"kind": "method",
|
|
106889
|
-
"name": "
|
|
107050
|
+
"name": "dispatchCloseEvent",
|
|
106890
107051
|
"privacy": "protected",
|
|
106891
107052
|
"return": {
|
|
106892
107053
|
"type": {
|
|
106893
|
-
"text": "
|
|
106894
|
-
}
|
|
106895
|
-
},
|
|
106896
|
-
"inheritedFrom": {
|
|
106897
|
-
"name": "SbbIconNameMixin",
|
|
106898
|
-
"module": "icon/icon-name-mixin.js"
|
|
106899
|
-
}
|
|
106900
|
-
},
|
|
106901
|
-
{
|
|
106902
|
-
"kind": "method",
|
|
106903
|
-
"name": "_renderIconName",
|
|
106904
|
-
"privacy": "private",
|
|
106905
|
-
"return": {
|
|
106906
|
-
"type": {
|
|
106907
|
-
"text": "string"
|
|
107054
|
+
"text": "boolean"
|
|
106908
107055
|
}
|
|
106909
107056
|
},
|
|
106910
107057
|
"inheritedFrom": {
|
|
106911
|
-
"name": "
|
|
106912
|
-
"module": "
|
|
106913
|
-
}
|
|
106914
|
-
},
|
|
106915
|
-
{
|
|
106916
|
-
"kind": "field",
|
|
106917
|
-
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
106918
|
-
"type": {
|
|
106919
|
-
"text": "array"
|
|
106920
|
-
},
|
|
106921
|
-
"privacy": "private",
|
|
106922
|
-
"readonly": true,
|
|
106923
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
106924
|
-
"inheritedFrom": {
|
|
106925
|
-
"name": "SbbButtonBaseElement",
|
|
106926
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107058
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107059
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106927
107060
|
}
|
|
106928
107061
|
},
|
|
106929
|
-
{
|
|
106930
|
-
"kind": "field",
|
|
106931
|
-
"name": "
|
|
106932
|
-
"type": {
|
|
106933
|
-
"text": "string"
|
|
106934
|
-
},
|
|
106935
|
-
"privacy": "public",
|
|
106936
|
-
"inheritedFrom": {
|
|
106937
|
-
"name": "SbbButtonBaseElement",
|
|
106938
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106939
|
-
},
|
|
106940
|
-
"default": "''",
|
|
106941
|
-
"description": "Value of the form element.",
|
|
106942
|
-
"attribute": "value"
|
|
106943
|
-
},
|
|
106944
|
-
{
|
|
106945
|
-
"kind": "field",
|
|
106946
|
-
"name": "type",
|
|
106947
|
-
"privacy": "public",
|
|
106948
|
-
"description": "The type attribute to use for the button.",
|
|
106949
|
-
"default": "'button'",
|
|
107062
|
+
{
|
|
107063
|
+
"kind": "field",
|
|
107064
|
+
"name": "_hydrationRequired",
|
|
106950
107065
|
"type": {
|
|
106951
|
-
"text": "
|
|
107066
|
+
"text": "boolean"
|
|
106952
107067
|
},
|
|
106953
|
-
"
|
|
107068
|
+
"privacy": "private",
|
|
107069
|
+
"default": "!!this.shadowRoot",
|
|
106954
107070
|
"inheritedFrom": {
|
|
106955
|
-
"name": "
|
|
106956
|
-
"module": "core/base-elements/
|
|
107071
|
+
"name": "SbbElement",
|
|
107072
|
+
"module": "core/base-elements/element.js"
|
|
106957
107073
|
}
|
|
106958
107074
|
},
|
|
106959
107075
|
{
|
|
106960
107076
|
"kind": "field",
|
|
106961
|
-
"name": "
|
|
106962
|
-
"
|
|
106963
|
-
|
|
106964
|
-
},
|
|
106965
|
-
"privacy": "public",
|
|
106966
|
-
"description": "The `<form>` element to associate the button with.",
|
|
107077
|
+
"name": "_hydrationComplete",
|
|
107078
|
+
"privacy": "private",
|
|
107079
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
106967
107080
|
"inheritedFrom": {
|
|
106968
|
-
"name": "
|
|
106969
|
-
"module": "core/base-elements/
|
|
106970
|
-
}
|
|
106971
|
-
"attribute": "form"
|
|
107081
|
+
"name": "SbbElement",
|
|
107082
|
+
"module": "core/base-elements/element.js"
|
|
107083
|
+
}
|
|
106972
107084
|
},
|
|
106973
107085
|
{
|
|
106974
107086
|
"kind": "field",
|
|
106975
|
-
"name": "
|
|
107087
|
+
"name": "_resolveHydration",
|
|
106976
107088
|
"type": {
|
|
106977
|
-
"text": "
|
|
107089
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
106978
107090
|
},
|
|
106979
107091
|
"privacy": "private",
|
|
106980
|
-
"default": "''",
|
|
106981
107092
|
"inheritedFrom": {
|
|
106982
|
-
"name": "
|
|
106983
|
-
"module": "core/base-elements/
|
|
107093
|
+
"name": "SbbElement",
|
|
107094
|
+
"module": "core/base-elements/element.js"
|
|
106984
107095
|
}
|
|
106985
107096
|
},
|
|
106986
107097
|
{
|
|
106987
107098
|
"kind": "field",
|
|
106988
|
-
"name": "
|
|
106989
|
-
"
|
|
107099
|
+
"name": "hydrationRequired",
|
|
107100
|
+
"type": {
|
|
107101
|
+
"text": "boolean"
|
|
107102
|
+
},
|
|
107103
|
+
"privacy": "protected",
|
|
107104
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
107105
|
+
"readonly": true,
|
|
106990
107106
|
"inheritedFrom": {
|
|
106991
|
-
"name": "
|
|
106992
|
-
"module": "core/base-elements/
|
|
106993
|
-
}
|
|
107107
|
+
"name": "SbbElement",
|
|
107108
|
+
"module": "core/base-elements/element.js"
|
|
107109
|
+
},
|
|
107110
|
+
"default": "!!this.shadowRoot"
|
|
106994
107111
|
},
|
|
106995
107112
|
{
|
|
106996
107113
|
"kind": "method",
|
|
106997
|
-
"name": "
|
|
106998
|
-
"privacy": "
|
|
107114
|
+
"name": "toggleState",
|
|
107115
|
+
"privacy": "protected",
|
|
106999
107116
|
"return": {
|
|
107000
107117
|
"type": {
|
|
107001
107118
|
"text": "void"
|
|
@@ -107003,29 +107120,27 @@
|
|
|
107003
107120
|
},
|
|
107004
107121
|
"parameters": [
|
|
107005
107122
|
{
|
|
107006
|
-
"name": "
|
|
107123
|
+
"name": "value",
|
|
107007
107124
|
"type": {
|
|
107008
|
-
"text": "
|
|
107125
|
+
"text": "string"
|
|
107126
|
+
}
|
|
107127
|
+
},
|
|
107128
|
+
{
|
|
107129
|
+
"name": "force",
|
|
107130
|
+
"optional": true,
|
|
107131
|
+
"type": {
|
|
107132
|
+
"text": "boolean"
|
|
107009
107133
|
}
|
|
107010
107134
|
}
|
|
107011
107135
|
],
|
|
107012
107136
|
"inheritedFrom": {
|
|
107013
|
-
"name": "
|
|
107014
|
-
"module": "core/base-elements/
|
|
107015
|
-
}
|
|
107016
|
-
},
|
|
107017
|
-
{
|
|
107018
|
-
"kind": "field",
|
|
107019
|
-
"name": "_formKeyDown",
|
|
107020
|
-
"privacy": "private",
|
|
107021
|
-
"inheritedFrom": {
|
|
107022
|
-
"name": "SbbButtonBaseElement",
|
|
107023
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107137
|
+
"name": "SbbElement",
|
|
107138
|
+
"module": "core/base-elements/element.js"
|
|
107024
107139
|
}
|
|
107025
107140
|
},
|
|
107026
107141
|
{
|
|
107027
107142
|
"kind": "field",
|
|
107028
|
-
"name": "
|
|
107143
|
+
"name": "['_$sbbElement$']",
|
|
107029
107144
|
"type": {
|
|
107030
107145
|
"text": "boolean"
|
|
107031
107146
|
},
|
|
@@ -107033,441 +107148,394 @@
|
|
|
107033
107148
|
"static": true,
|
|
107034
107149
|
"default": "true",
|
|
107035
107150
|
"inheritedFrom": {
|
|
107036
|
-
"name": "
|
|
107037
|
-
"module": "core/
|
|
107151
|
+
"name": "SbbElement",
|
|
107152
|
+
"module": "core/base-elements/element.js"
|
|
107038
107153
|
}
|
|
107039
107154
|
},
|
|
107040
107155
|
{
|
|
107041
107156
|
"kind": "field",
|
|
107042
|
-
"name": "
|
|
107043
|
-
"privacy": "public",
|
|
107044
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
107157
|
+
"name": "_controllers",
|
|
107045
107158
|
"type": {
|
|
107046
|
-
"text": "
|
|
107159
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
107047
107160
|
},
|
|
107048
|
-
"
|
|
107161
|
+
"privacy": "private",
|
|
107049
107162
|
"inheritedFrom": {
|
|
107050
|
-
"name": "
|
|
107051
|
-
"module": "core/
|
|
107163
|
+
"name": "SbbElement",
|
|
107164
|
+
"module": "core/base-elements/element.js"
|
|
107052
107165
|
}
|
|
107053
|
-
}
|
|
107166
|
+
}
|
|
107167
|
+
],
|
|
107168
|
+
"attributes": [
|
|
107054
107169
|
{
|
|
107055
|
-
"
|
|
107056
|
-
"name": "validity",
|
|
107170
|
+
"name": "trigger",
|
|
107057
107171
|
"type": {
|
|
107058
|
-
"text": "
|
|
107172
|
+
"text": "HTMLElement | null"
|
|
107059
107173
|
},
|
|
107060
|
-
"
|
|
107061
|
-
"description": "
|
|
107062
|
-
"
|
|
107063
|
-
|
|
107064
|
-
|
|
107065
|
-
|
|
107066
|
-
|
|
107067
|
-
|
|
107174
|
+
"default": "null",
|
|
107175
|
+
"description": "The element that will trigger the menu overlay.\n\nFor attribute usage, provide an id reference.",
|
|
107176
|
+
"fieldName": "trigger"
|
|
107177
|
+
}
|
|
107178
|
+
],
|
|
107179
|
+
"superclass": {
|
|
107180
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107181
|
+
"module": "core/base-elements.js"
|
|
107182
|
+
},
|
|
107183
|
+
"tagName": "sbb-menu",
|
|
107184
|
+
"customElement": true,
|
|
107185
|
+
"events": [
|
|
107068
107186
|
{
|
|
107069
|
-
"
|
|
107070
|
-
"name": "validationMessage",
|
|
107187
|
+
"name": "beforeopen",
|
|
107071
107188
|
"type": {
|
|
107072
|
-
"text": "
|
|
107189
|
+
"text": "Event"
|
|
107073
107190
|
},
|
|
107074
|
-
"
|
|
107075
|
-
"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.",
|
|
107076
|
-
"readonly": true,
|
|
107191
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
107077
107192
|
"inheritedFrom": {
|
|
107078
|
-
"name": "
|
|
107079
|
-
"module": "core/
|
|
107193
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107194
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107080
107195
|
}
|
|
107081
107196
|
},
|
|
107082
107197
|
{
|
|
107083
|
-
"
|
|
107084
|
-
"name": "willValidate",
|
|
107198
|
+
"name": "open",
|
|
107085
107199
|
"type": {
|
|
107086
|
-
"text": "
|
|
107200
|
+
"text": "Event"
|
|
107087
107201
|
},
|
|
107088
|
-
"
|
|
107089
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
107090
|
-
"readonly": true,
|
|
107202
|
+
"description": "Emits whenever the component is opened.",
|
|
107091
107203
|
"inheritedFrom": {
|
|
107092
|
-
"name": "
|
|
107093
|
-
"module": "core/
|
|
107204
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107205
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107094
107206
|
}
|
|
107095
107207
|
},
|
|
107096
107208
|
{
|
|
107097
|
-
"
|
|
107098
|
-
"
|
|
107099
|
-
|
|
107100
|
-
|
|
107209
|
+
"name": "beforeclose",
|
|
107210
|
+
"type": {
|
|
107211
|
+
"text": "Event"
|
|
107212
|
+
},
|
|
107213
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
107101
107214
|
"inheritedFrom": {
|
|
107102
|
-
"name": "
|
|
107103
|
-
"module": "core/
|
|
107215
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107216
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107104
107217
|
}
|
|
107105
107218
|
},
|
|
107106
107219
|
{
|
|
107107
|
-
"
|
|
107108
|
-
"name": "formDisabled",
|
|
107220
|
+
"name": "close",
|
|
107109
107221
|
"type": {
|
|
107110
|
-
"text": "
|
|
107222
|
+
"text": "Event"
|
|
107111
107223
|
},
|
|
107112
|
-
"
|
|
107113
|
-
"default": "false",
|
|
107114
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
107224
|
+
"description": "Emits whenever the component is closed.",
|
|
107115
107225
|
"inheritedFrom": {
|
|
107116
|
-
"name": "
|
|
107117
|
-
"module": "core/
|
|
107226
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107227
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107118
107228
|
}
|
|
107229
|
+
}
|
|
107230
|
+
]
|
|
107231
|
+
}
|
|
107232
|
+
],
|
|
107233
|
+
"exports": [
|
|
107234
|
+
{
|
|
107235
|
+
"kind": "js",
|
|
107236
|
+
"name": "SbbMenuElement",
|
|
107237
|
+
"declaration": {
|
|
107238
|
+
"name": "SbbMenuElement",
|
|
107239
|
+
"module": "menu/menu/menu.component.js"
|
|
107240
|
+
}
|
|
107241
|
+
}
|
|
107242
|
+
]
|
|
107243
|
+
},
|
|
107244
|
+
{
|
|
107245
|
+
"kind": "javascript-module",
|
|
107246
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
107247
|
+
"declarations": [
|
|
107248
|
+
{
|
|
107249
|
+
"kind": "class",
|
|
107250
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
107251
|
+
"name": "SbbMenuButtonElement",
|
|
107252
|
+
"cssProperties": [
|
|
107253
|
+
{
|
|
107254
|
+
"description": "Can be used to modify horizontal padding.",
|
|
107255
|
+
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
107256
|
+
"default": "var(--sbb-spacing-fixed-3x)"
|
|
107257
|
+
}
|
|
107258
|
+
],
|
|
107259
|
+
"slots": [
|
|
107260
|
+
{
|
|
107261
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
107262
|
+
"name": ""
|
|
107119
107263
|
},
|
|
107120
107264
|
{
|
|
107121
|
-
"
|
|
107122
|
-
"name": "
|
|
107123
|
-
|
|
107124
|
-
|
|
107125
|
-
|
|
107126
|
-
|
|
107127
|
-
|
|
107265
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
107266
|
+
"name": "icon"
|
|
107267
|
+
}
|
|
107268
|
+
],
|
|
107269
|
+
"members": [
|
|
107270
|
+
{
|
|
107271
|
+
"kind": "field",
|
|
107272
|
+
"name": "elementName",
|
|
107273
|
+
"type": {
|
|
107274
|
+
"text": "string"
|
|
107128
107275
|
},
|
|
107129
|
-
"
|
|
107276
|
+
"privacy": "public",
|
|
107277
|
+
"static": true,
|
|
107278
|
+
"readonly": true,
|
|
107130
107279
|
"inheritedFrom": {
|
|
107131
|
-
"name": "
|
|
107132
|
-
"module": "core/
|
|
107133
|
-
}
|
|
107280
|
+
"name": "SbbElement",
|
|
107281
|
+
"module": "core/base-elements/element.js"
|
|
107282
|
+
},
|
|
107283
|
+
"default": "'sbb-menu-button'"
|
|
107134
107284
|
},
|
|
107135
107285
|
{
|
|
107136
|
-
"kind": "
|
|
107137
|
-
"name": "
|
|
107138
|
-
"
|
|
107139
|
-
|
|
107140
|
-
"type": {
|
|
107141
|
-
"text": "boolean"
|
|
107142
|
-
}
|
|
107286
|
+
"kind": "field",
|
|
107287
|
+
"name": "role",
|
|
107288
|
+
"type": {
|
|
107289
|
+
"text": "ElementInternals['role']"
|
|
107143
107290
|
},
|
|
107144
|
-
"
|
|
107291
|
+
"privacy": "public",
|
|
107292
|
+
"static": true,
|
|
107293
|
+
"readonly": true,
|
|
107294
|
+
"default": "'menuitem'",
|
|
107145
107295
|
"inheritedFrom": {
|
|
107146
|
-
"name": "
|
|
107147
|
-
"module": "core/
|
|
107296
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107297
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107148
107298
|
}
|
|
107149
107299
|
},
|
|
107150
107300
|
{
|
|
107151
|
-
"kind": "
|
|
107152
|
-
"name": "
|
|
107153
|
-
"
|
|
107154
|
-
|
|
107155
|
-
"type": {
|
|
107156
|
-
"text": "void"
|
|
107157
|
-
}
|
|
107301
|
+
"kind": "field",
|
|
107302
|
+
"name": "disabledInteractive",
|
|
107303
|
+
"type": {
|
|
107304
|
+
"text": "boolean"
|
|
107158
107305
|
},
|
|
107159
|
-
"
|
|
107160
|
-
|
|
107161
|
-
|
|
107162
|
-
|
|
107163
|
-
|
|
107164
|
-
}
|
|
107165
|
-
}
|
|
107166
|
-
],
|
|
107167
|
-
"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.",
|
|
107306
|
+
"privacy": "public",
|
|
107307
|
+
"default": "false",
|
|
107308
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
107309
|
+
"attribute": "disabled-interactive",
|
|
107310
|
+
"reflects": true,
|
|
107168
107311
|
"inheritedFrom": {
|
|
107169
|
-
"name": "
|
|
107170
|
-
"module": "core/mixins/
|
|
107312
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
107313
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107171
107314
|
}
|
|
107172
107315
|
},
|
|
107173
107316
|
{
|
|
107174
|
-
"kind": "
|
|
107175
|
-
"name": "
|
|
107176
|
-
"privacy": "
|
|
107177
|
-
"
|
|
107178
|
-
|
|
107179
|
-
|
|
107180
|
-
|
|
107317
|
+
"kind": "field",
|
|
107318
|
+
"name": "disabled",
|
|
107319
|
+
"privacy": "public",
|
|
107320
|
+
"description": "Whether the component is disabled.",
|
|
107321
|
+
"default": "false",
|
|
107322
|
+
"type": {
|
|
107323
|
+
"text": "boolean"
|
|
107181
107324
|
},
|
|
107325
|
+
"attribute": "disabled",
|
|
107326
|
+
"reflects": true,
|
|
107182
107327
|
"inheritedFrom": {
|
|
107183
|
-
"name": "
|
|
107184
|
-
"module": "core/mixins/
|
|
107328
|
+
"name": "SbbDisabledMixin",
|
|
107329
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107185
107330
|
}
|
|
107186
107331
|
},
|
|
107187
107332
|
{
|
|
107188
|
-
"kind": "
|
|
107189
|
-
"name": "
|
|
107190
|
-
"privacy": "
|
|
107191
|
-
"
|
|
107192
|
-
"
|
|
107193
|
-
"text": "void"
|
|
107194
|
-
}
|
|
107333
|
+
"kind": "field",
|
|
107334
|
+
"name": "#disabled",
|
|
107335
|
+
"privacy": "private",
|
|
107336
|
+
"type": {
|
|
107337
|
+
"text": "boolean"
|
|
107195
107338
|
},
|
|
107196
|
-
"
|
|
107339
|
+
"default": "false",
|
|
107197
107340
|
"inheritedFrom": {
|
|
107198
|
-
"name": "
|
|
107199
|
-
"module": "core/mixins/
|
|
107341
|
+
"name": "SbbDisabledMixin",
|
|
107342
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107200
107343
|
}
|
|
107201
107344
|
},
|
|
107202
107345
|
{
|
|
107203
107346
|
"kind": "method",
|
|
107204
|
-
"name": "
|
|
107347
|
+
"name": "isDisabledExternally",
|
|
107205
107348
|
"privacy": "protected",
|
|
107206
107349
|
"return": {
|
|
107207
107350
|
"type": {
|
|
107208
|
-
"text": "
|
|
107351
|
+
"text": "boolean"
|
|
107209
107352
|
}
|
|
107210
107353
|
},
|
|
107354
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107211
107355
|
"inheritedFrom": {
|
|
107212
|
-
"name": "
|
|
107213
|
-
"module": "core/mixins/
|
|
107356
|
+
"name": "SbbDisabledMixin",
|
|
107357
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107214
107358
|
}
|
|
107215
107359
|
},
|
|
107216
107360
|
{
|
|
107217
|
-
"kind": "
|
|
107218
|
-
"name": "
|
|
107219
|
-
"
|
|
107220
|
-
|
|
107221
|
-
"type": {
|
|
107222
|
-
"text": "void"
|
|
107223
|
-
}
|
|
107361
|
+
"kind": "field",
|
|
107362
|
+
"name": "styles",
|
|
107363
|
+
"type": {
|
|
107364
|
+
"text": "CSSResultGroup"
|
|
107224
107365
|
},
|
|
107225
|
-
"
|
|
107226
|
-
|
|
107227
|
-
|
|
107228
|
-
"type": {
|
|
107229
|
-
"text": "T"
|
|
107230
|
-
}
|
|
107231
|
-
},
|
|
107232
|
-
{
|
|
107233
|
-
"name": "message",
|
|
107234
|
-
"type": {
|
|
107235
|
-
"text": "string"
|
|
107236
|
-
}
|
|
107237
|
-
},
|
|
107238
|
-
{
|
|
107239
|
-
"name": "flagValue",
|
|
107240
|
-
"optional": true,
|
|
107241
|
-
"type": {
|
|
107242
|
-
"text": "ValidityStateFlags[T]"
|
|
107243
|
-
}
|
|
107244
|
-
}
|
|
107245
|
-
],
|
|
107246
|
-
"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).",
|
|
107366
|
+
"privacy": "public",
|
|
107367
|
+
"static": true,
|
|
107368
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
107247
107369
|
"inheritedFrom": {
|
|
107248
|
-
"name": "
|
|
107249
|
-
"module": "
|
|
107370
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
107371
|
+
"module": "menu/common/menu-action-common.js"
|
|
107250
107372
|
}
|
|
107251
107373
|
},
|
|
107252
107374
|
{
|
|
107253
107375
|
"kind": "method",
|
|
107254
|
-
"name": "
|
|
107376
|
+
"name": "renderTemplate",
|
|
107255
107377
|
"privacy": "protected",
|
|
107256
107378
|
"return": {
|
|
107257
107379
|
"type": {
|
|
107258
|
-
"text": "
|
|
107380
|
+
"text": "TemplateResult"
|
|
107259
107381
|
}
|
|
107260
107382
|
},
|
|
107261
|
-
"
|
|
107262
|
-
{
|
|
107263
|
-
"name": "flag",
|
|
107264
|
-
"type": {
|
|
107265
|
-
"text": "T"
|
|
107266
|
-
}
|
|
107267
|
-
}
|
|
107268
|
-
],
|
|
107269
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107383
|
+
"description": "Override this method to render the component template.",
|
|
107270
107384
|
"inheritedFrom": {
|
|
107271
|
-
"name": "
|
|
107272
|
-
"module": "core/
|
|
107385
|
+
"name": "SbbActionBaseElement",
|
|
107386
|
+
"module": "core/base-elements/action-base-element.js"
|
|
107273
107387
|
}
|
|
107274
107388
|
},
|
|
107275
107389
|
{
|
|
107276
|
-
"kind": "
|
|
107277
|
-
"name": "
|
|
107278
|
-
"
|
|
107279
|
-
|
|
107280
|
-
"type": {
|
|
107281
|
-
"text": "void"
|
|
107282
|
-
}
|
|
107390
|
+
"kind": "field",
|
|
107391
|
+
"name": "iconName",
|
|
107392
|
+
"type": {
|
|
107393
|
+
"text": "string"
|
|
107283
107394
|
},
|
|
107284
|
-
"
|
|
107395
|
+
"privacy": "public",
|
|
107396
|
+
"default": "''",
|
|
107397
|
+
"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.",
|
|
107398
|
+
"attribute": "icon-name",
|
|
107285
107399
|
"inheritedFrom": {
|
|
107286
|
-
"name": "
|
|
107287
|
-
"module": "
|
|
107400
|
+
"name": "SbbIconNameMixin",
|
|
107401
|
+
"module": "icon/icon-name-mixin.js"
|
|
107288
107402
|
}
|
|
107289
107403
|
},
|
|
107290
107404
|
{
|
|
107291
107405
|
"kind": "method",
|
|
107292
|
-
"name": "
|
|
107406
|
+
"name": "renderIconSlot",
|
|
107293
107407
|
"privacy": "protected",
|
|
107294
107408
|
"return": {
|
|
107295
107409
|
"type": {
|
|
107296
|
-
"text": "
|
|
107410
|
+
"text": "TemplateResult"
|
|
107297
107411
|
}
|
|
107298
107412
|
},
|
|
107299
107413
|
"parameters": [
|
|
107300
107414
|
{
|
|
107301
|
-
"name": "
|
|
107415
|
+
"name": "classname",
|
|
107416
|
+
"optional": true,
|
|
107302
107417
|
"type": {
|
|
107303
|
-
"text": "
|
|
107418
|
+
"text": "string"
|
|
107304
107419
|
}
|
|
107305
107420
|
}
|
|
107306
107421
|
],
|
|
107307
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
107308
107422
|
"inheritedFrom": {
|
|
107309
|
-
"name": "
|
|
107310
|
-
"module": "
|
|
107423
|
+
"name": "SbbIconNameMixin",
|
|
107424
|
+
"module": "icon/icon-name-mixin.js"
|
|
107311
107425
|
}
|
|
107312
107426
|
},
|
|
107313
107427
|
{
|
|
107314
107428
|
"kind": "method",
|
|
107315
|
-
"name": "
|
|
107316
|
-
"privacy": "
|
|
107429
|
+
"name": "renderIconName",
|
|
107430
|
+
"privacy": "protected",
|
|
107317
107431
|
"return": {
|
|
107318
107432
|
"type": {
|
|
107319
|
-
"text": "
|
|
107320
|
-
}
|
|
107321
|
-
},
|
|
107322
|
-
"inheritedFrom": {
|
|
107323
|
-
"name": "SbbFormAssociatedMixin",
|
|
107324
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107325
|
-
}
|
|
107326
|
-
},
|
|
107327
|
-
{
|
|
107328
|
-
"kind": "field",
|
|
107329
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
107330
|
-
"privacy": "private",
|
|
107331
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
107332
|
-
"parameters": [
|
|
107333
|
-
{
|
|
107334
|
-
"description": "The origin event.",
|
|
107335
|
-
"name": "event"
|
|
107336
|
-
}
|
|
107337
|
-
],
|
|
107338
|
-
"inheritedFrom": {
|
|
107339
|
-
"name": "SbbButtonLikeBaseElement",
|
|
107340
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107341
|
-
}
|
|
107342
|
-
},
|
|
107343
|
-
{
|
|
107344
|
-
"kind": "field",
|
|
107345
|
-
"name": "_removeActiveMarker",
|
|
107346
|
-
"privacy": "private",
|
|
107347
|
-
"inheritedFrom": {
|
|
107348
|
-
"name": "SbbButtonLikeBaseElement",
|
|
107349
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107350
|
-
}
|
|
107351
|
-
},
|
|
107352
|
-
{
|
|
107353
|
-
"kind": "field",
|
|
107354
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
107355
|
-
"privacy": "private",
|
|
107356
|
-
"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.",
|
|
107357
|
-
"parameters": [
|
|
107358
|
-
{
|
|
107359
|
-
"description": "The origin event.",
|
|
107360
|
-
"name": "event"
|
|
107433
|
+
"text": "string"
|
|
107361
107434
|
}
|
|
107362
|
-
],
|
|
107363
|
-
"inheritedFrom": {
|
|
107364
|
-
"name": "SbbButtonLikeBaseElement",
|
|
107365
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107366
|
-
}
|
|
107367
|
-
},
|
|
107368
|
-
{
|
|
107369
|
-
"kind": "field",
|
|
107370
|
-
"name": "_dispatchClickEvent",
|
|
107371
|
-
"privacy": "private",
|
|
107372
|
-
"inheritedFrom": {
|
|
107373
|
-
"name": "SbbButtonLikeBaseElement",
|
|
107374
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107375
|
-
}
|
|
107376
|
-
},
|
|
107377
|
-
{
|
|
107378
|
-
"kind": "field",
|
|
107379
|
-
"name": "maybeDisabled",
|
|
107380
|
-
"type": {
|
|
107381
|
-
"text": "boolean | undefined"
|
|
107382
|
-
},
|
|
107383
|
-
"privacy": "protected",
|
|
107384
|
-
"readonly": true,
|
|
107385
|
-
"inheritedFrom": {
|
|
107386
|
-
"name": "SbbActionBaseElement",
|
|
107387
|
-
"module": "core/base-elements/action-base-element.js"
|
|
107388
|
-
}
|
|
107389
|
-
},
|
|
107390
|
-
{
|
|
107391
|
-
"kind": "field",
|
|
107392
|
-
"name": "maybeDisabledInteractive",
|
|
107393
|
-
"type": {
|
|
107394
|
-
"text": "boolean | undefined"
|
|
107395
107435
|
},
|
|
107396
|
-
"privacy": "protected",
|
|
107397
|
-
"readonly": true,
|
|
107398
107436
|
"inheritedFrom": {
|
|
107399
|
-
"name": "
|
|
107400
|
-
"module": "
|
|
107437
|
+
"name": "SbbIconNameMixin",
|
|
107438
|
+
"module": "icon/icon-name-mixin.js"
|
|
107401
107439
|
}
|
|
107402
107440
|
},
|
|
107403
107441
|
{
|
|
107404
107442
|
"kind": "method",
|
|
107405
|
-
"name": "
|
|
107406
|
-
"privacy": "
|
|
107443
|
+
"name": "_renderIconName",
|
|
107444
|
+
"privacy": "private",
|
|
107407
107445
|
"return": {
|
|
107408
107446
|
"type": {
|
|
107409
|
-
"text": "
|
|
107447
|
+
"text": "string"
|
|
107410
107448
|
}
|
|
107411
107449
|
},
|
|
107412
107450
|
"inheritedFrom": {
|
|
107413
|
-
"name": "
|
|
107414
|
-
"module": "
|
|
107451
|
+
"name": "SbbIconNameMixin",
|
|
107452
|
+
"module": "icon/icon-name-mixin.js"
|
|
107415
107453
|
}
|
|
107416
107454
|
},
|
|
107417
107455
|
{
|
|
107418
107456
|
"kind": "field",
|
|
107419
|
-
"name": "
|
|
107457
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
107420
107458
|
"type": {
|
|
107421
|
-
"text": "
|
|
107459
|
+
"text": "array"
|
|
107422
107460
|
},
|
|
107423
107461
|
"privacy": "private",
|
|
107424
|
-
"
|
|
107462
|
+
"readonly": true,
|
|
107463
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
107425
107464
|
"inheritedFrom": {
|
|
107426
|
-
"name": "
|
|
107427
|
-
"module": "core/base-elements/element.js"
|
|
107465
|
+
"name": "SbbButtonBaseElement",
|
|
107466
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107428
107467
|
}
|
|
107429
107468
|
},
|
|
107430
107469
|
{
|
|
107431
107470
|
"kind": "field",
|
|
107432
|
-
"name": "
|
|
107433
|
-
"
|
|
107434
|
-
|
|
107471
|
+
"name": "value",
|
|
107472
|
+
"type": {
|
|
107473
|
+
"text": "string"
|
|
107474
|
+
},
|
|
107475
|
+
"privacy": "public",
|
|
107435
107476
|
"inheritedFrom": {
|
|
107436
|
-
"name": "
|
|
107437
|
-
"module": "core/base-elements/element.js"
|
|
107438
|
-
}
|
|
107477
|
+
"name": "SbbButtonBaseElement",
|
|
107478
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107479
|
+
},
|
|
107480
|
+
"default": "''",
|
|
107481
|
+
"description": "Value of the form element.",
|
|
107482
|
+
"attribute": "value"
|
|
107439
107483
|
},
|
|
107440
107484
|
{
|
|
107441
107485
|
"kind": "field",
|
|
107442
|
-
"name": "
|
|
107486
|
+
"name": "type",
|
|
107487
|
+
"privacy": "public",
|
|
107488
|
+
"description": "The type attribute to use for the button.",
|
|
107489
|
+
"default": "'button'",
|
|
107443
107490
|
"type": {
|
|
107444
|
-
"text": "
|
|
107491
|
+
"text": "SbbButtonType"
|
|
107445
107492
|
},
|
|
107446
|
-
"
|
|
107493
|
+
"attribute": "type",
|
|
107447
107494
|
"inheritedFrom": {
|
|
107448
|
-
"name": "
|
|
107449
|
-
"module": "core/base-elements/element.js"
|
|
107495
|
+
"name": "SbbButtonBaseElement",
|
|
107496
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107450
107497
|
}
|
|
107451
107498
|
},
|
|
107452
107499
|
{
|
|
107453
107500
|
"kind": "field",
|
|
107454
|
-
"name": "
|
|
107501
|
+
"name": "form",
|
|
107455
107502
|
"type": {
|
|
107456
|
-
"text": "
|
|
107503
|
+
"text": "HTMLFormElement | null"
|
|
107457
107504
|
},
|
|
107458
|
-
"privacy": "
|
|
107459
|
-
"description": "
|
|
107460
|
-
"readonly": true,
|
|
107505
|
+
"privacy": "public",
|
|
107506
|
+
"description": "The `<form>` element to associate the button with.",
|
|
107461
107507
|
"inheritedFrom": {
|
|
107462
|
-
"name": "
|
|
107463
|
-
"module": "core/base-elements/element.js"
|
|
107508
|
+
"name": "SbbButtonBaseElement",
|
|
107509
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107464
107510
|
},
|
|
107465
|
-
"
|
|
107511
|
+
"attribute": "form"
|
|
107512
|
+
},
|
|
107513
|
+
{
|
|
107514
|
+
"kind": "field",
|
|
107515
|
+
"name": "_formId",
|
|
107516
|
+
"type": {
|
|
107517
|
+
"text": "string"
|
|
107518
|
+
},
|
|
107519
|
+
"privacy": "private",
|
|
107520
|
+
"default": "''",
|
|
107521
|
+
"inheritedFrom": {
|
|
107522
|
+
"name": "SbbButtonBaseElement",
|
|
107523
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107524
|
+
}
|
|
107525
|
+
},
|
|
107526
|
+
{
|
|
107527
|
+
"kind": "field",
|
|
107528
|
+
"name": "_handleButtonClick",
|
|
107529
|
+
"privacy": "private",
|
|
107530
|
+
"inheritedFrom": {
|
|
107531
|
+
"name": "SbbButtonBaseElement",
|
|
107532
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107533
|
+
}
|
|
107466
107534
|
},
|
|
107467
107535
|
{
|
|
107468
107536
|
"kind": "method",
|
|
107469
|
-
"name": "
|
|
107470
|
-
"privacy": "
|
|
107537
|
+
"name": "_requestSubmit",
|
|
107538
|
+
"privacy": "private",
|
|
107471
107539
|
"return": {
|
|
107472
107540
|
"type": {
|
|
107473
107541
|
"text": "void"
|
|
@@ -107475,27 +107543,29 @@
|
|
|
107475
107543
|
},
|
|
107476
107544
|
"parameters": [
|
|
107477
107545
|
{
|
|
107478
|
-
"name": "
|
|
107479
|
-
"type": {
|
|
107480
|
-
"text": "string"
|
|
107481
|
-
}
|
|
107482
|
-
},
|
|
107483
|
-
{
|
|
107484
|
-
"name": "force",
|
|
107485
|
-
"optional": true,
|
|
107546
|
+
"name": "form",
|
|
107486
107547
|
"type": {
|
|
107487
|
-
"text": "
|
|
107548
|
+
"text": "HTMLFormElement"
|
|
107488
107549
|
}
|
|
107489
107550
|
}
|
|
107490
107551
|
],
|
|
107491
107552
|
"inheritedFrom": {
|
|
107492
|
-
"name": "
|
|
107493
|
-
"module": "core/base-elements/element.js"
|
|
107553
|
+
"name": "SbbButtonBaseElement",
|
|
107554
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107494
107555
|
}
|
|
107495
107556
|
},
|
|
107496
107557
|
{
|
|
107497
107558
|
"kind": "field",
|
|
107498
|
-
"name": "
|
|
107559
|
+
"name": "_formKeyDown",
|
|
107560
|
+
"privacy": "private",
|
|
107561
|
+
"inheritedFrom": {
|
|
107562
|
+
"name": "SbbButtonBaseElement",
|
|
107563
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107564
|
+
}
|
|
107565
|
+
},
|
|
107566
|
+
{
|
|
107567
|
+
"kind": "field",
|
|
107568
|
+
"name": "formAssociated",
|
|
107499
107569
|
"type": {
|
|
107500
107570
|
"text": "boolean"
|
|
107501
107571
|
},
|
|
@@ -107503,302 +107573,345 @@
|
|
|
107503
107573
|
"static": true,
|
|
107504
107574
|
"default": "true",
|
|
107505
107575
|
"inheritedFrom": {
|
|
107506
|
-
"name": "
|
|
107507
|
-
"module": "core/
|
|
107576
|
+
"name": "SbbFormAssociatedMixin",
|
|
107577
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107508
107578
|
}
|
|
107509
107579
|
},
|
|
107510
107580
|
{
|
|
107511
107581
|
"kind": "field",
|
|
107512
|
-
"name": "
|
|
107582
|
+
"name": "name",
|
|
107583
|
+
"privacy": "public",
|
|
107584
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
107513
107585
|
"type": {
|
|
107514
|
-
"text": "
|
|
107586
|
+
"text": "string"
|
|
107515
107587
|
},
|
|
107516
|
-
"
|
|
107588
|
+
"attribute": "name",
|
|
107517
107589
|
"inheritedFrom": {
|
|
107518
|
-
"name": "
|
|
107519
|
-
"module": "core/
|
|
107590
|
+
"name": "SbbFormAssociatedMixin",
|
|
107591
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107520
107592
|
}
|
|
107521
|
-
}
|
|
107522
|
-
],
|
|
107523
|
-
"mixins": [
|
|
107524
|
-
{
|
|
107525
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
107526
|
-
"module": "core/mixins.js"
|
|
107527
107593
|
},
|
|
107528
107594
|
{
|
|
107529
|
-
"
|
|
107530
|
-
"
|
|
107531
|
-
}
|
|
107532
|
-
],
|
|
107533
|
-
"superclass": {
|
|
107534
|
-
"name": "SbbButtonBaseElement",
|
|
107535
|
-
"module": "core/base-elements.js"
|
|
107536
|
-
},
|
|
107537
|
-
"tagName": "sbb-menu-button",
|
|
107538
|
-
"customElement": true,
|
|
107539
|
-
"attributes": [
|
|
107540
|
-
{
|
|
107541
|
-
"name": "disabled-interactive",
|
|
107595
|
+
"kind": "field",
|
|
107596
|
+
"name": "validity",
|
|
107542
107597
|
"type": {
|
|
107543
|
-
"text": "
|
|
107598
|
+
"text": "ValidityState"
|
|
107544
107599
|
},
|
|
107545
|
-
"
|
|
107546
|
-
"description": "
|
|
107547
|
-
"
|
|
107600
|
+
"privacy": "public",
|
|
107601
|
+
"description": "Returns the ValidityState object for this element.",
|
|
107602
|
+
"readonly": true,
|
|
107548
107603
|
"inheritedFrom": {
|
|
107549
|
-
"name": "
|
|
107550
|
-
"module": "core/mixins/
|
|
107604
|
+
"name": "SbbFormAssociatedMixin",
|
|
107605
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107551
107606
|
}
|
|
107552
107607
|
},
|
|
107553
107608
|
{
|
|
107554
|
-
"
|
|
107555
|
-
"
|
|
107556
|
-
"default": "false",
|
|
107609
|
+
"kind": "field",
|
|
107610
|
+
"name": "validationMessage",
|
|
107557
107611
|
"type": {
|
|
107558
|
-
"text": "
|
|
107612
|
+
"text": "string"
|
|
107559
107613
|
},
|
|
107560
|
-
"
|
|
107614
|
+
"privacy": "public",
|
|
107615
|
+
"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.",
|
|
107616
|
+
"readonly": true,
|
|
107561
107617
|
"inheritedFrom": {
|
|
107562
|
-
"name": "
|
|
107563
|
-
"module": "core/mixins/
|
|
107618
|
+
"name": "SbbFormAssociatedMixin",
|
|
107619
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107564
107620
|
}
|
|
107565
107621
|
},
|
|
107566
107622
|
{
|
|
107567
|
-
"
|
|
107623
|
+
"kind": "field",
|
|
107624
|
+
"name": "willValidate",
|
|
107568
107625
|
"type": {
|
|
107569
|
-
"text": "
|
|
107626
|
+
"text": "boolean"
|
|
107570
107627
|
},
|
|
107571
|
-
"
|
|
107572
|
-
"description": "
|
|
107573
|
-
"
|
|
107628
|
+
"privacy": "public",
|
|
107629
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
107630
|
+
"readonly": true,
|
|
107574
107631
|
"inheritedFrom": {
|
|
107575
|
-
"name": "
|
|
107576
|
-
"module": "
|
|
107632
|
+
"name": "SbbFormAssociatedMixin",
|
|
107633
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107577
107634
|
}
|
|
107578
107635
|
},
|
|
107579
107636
|
{
|
|
107580
|
-
"
|
|
107637
|
+
"kind": "field",
|
|
107638
|
+
"name": "_validityStates",
|
|
107639
|
+
"privacy": "private",
|
|
107640
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
107641
|
+
"inheritedFrom": {
|
|
107642
|
+
"name": "SbbFormAssociatedMixin",
|
|
107643
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107644
|
+
}
|
|
107645
|
+
},
|
|
107646
|
+
{
|
|
107647
|
+
"kind": "field",
|
|
107648
|
+
"name": "formDisabled",
|
|
107581
107649
|
"type": {
|
|
107582
|
-
"text": "
|
|
107650
|
+
"text": "boolean"
|
|
107583
107651
|
},
|
|
107584
|
-
"
|
|
107585
|
-
"
|
|
107586
|
-
"
|
|
107652
|
+
"privacy": "protected",
|
|
107653
|
+
"default": "false",
|
|
107654
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
107587
107655
|
"inheritedFrom": {
|
|
107588
|
-
"name": "
|
|
107589
|
-
"module": "core/
|
|
107656
|
+
"name": "SbbFormAssociatedMixin",
|
|
107657
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107590
107658
|
}
|
|
107591
107659
|
},
|
|
107592
107660
|
{
|
|
107593
|
-
"
|
|
107594
|
-
"
|
|
107595
|
-
"
|
|
107596
|
-
"
|
|
107597
|
-
"
|
|
107661
|
+
"kind": "method",
|
|
107662
|
+
"name": "checkValidity",
|
|
107663
|
+
"privacy": "public",
|
|
107664
|
+
"return": {
|
|
107665
|
+
"type": {
|
|
107666
|
+
"text": "boolean"
|
|
107667
|
+
}
|
|
107598
107668
|
},
|
|
107599
|
-
"
|
|
107669
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
107600
107670
|
"inheritedFrom": {
|
|
107601
|
-
"name": "
|
|
107602
|
-
"module": "core/
|
|
107671
|
+
"name": "SbbFormAssociatedMixin",
|
|
107672
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107673
|
+
}
|
|
107674
|
+
},
|
|
107675
|
+
{
|
|
107676
|
+
"kind": "method",
|
|
107677
|
+
"name": "reportValidity",
|
|
107678
|
+
"privacy": "public",
|
|
107679
|
+
"return": {
|
|
107680
|
+
"type": {
|
|
107681
|
+
"text": "boolean"
|
|
107682
|
+
}
|
|
107683
|
+
},
|
|
107684
|
+
"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.",
|
|
107685
|
+
"inheritedFrom": {
|
|
107686
|
+
"name": "SbbFormAssociatedMixin",
|
|
107687
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107603
107688
|
}
|
|
107604
107689
|
},
|
|
107605
107690
|
{
|
|
107606
|
-
"
|
|
107607
|
-
"
|
|
107608
|
-
"
|
|
107609
|
-
|
|
107691
|
+
"kind": "method",
|
|
107692
|
+
"name": "setCustomValidity",
|
|
107693
|
+
"privacy": "public",
|
|
107694
|
+
"return": {
|
|
107695
|
+
"type": {
|
|
107696
|
+
"text": "void"
|
|
107697
|
+
}
|
|
107610
107698
|
},
|
|
107611
|
-
"
|
|
107699
|
+
"parameters": [
|
|
107700
|
+
{
|
|
107701
|
+
"name": "message",
|
|
107702
|
+
"type": {
|
|
107703
|
+
"text": "string"
|
|
107704
|
+
}
|
|
107705
|
+
}
|
|
107706
|
+
],
|
|
107707
|
+
"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.",
|
|
107612
107708
|
"inheritedFrom": {
|
|
107613
|
-
"name": "
|
|
107614
|
-
"module": "core/
|
|
107709
|
+
"name": "SbbFormAssociatedMixin",
|
|
107710
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107615
107711
|
}
|
|
107616
107712
|
},
|
|
107617
107713
|
{
|
|
107618
|
-
"
|
|
107619
|
-
"
|
|
107620
|
-
"
|
|
107621
|
-
|
|
107714
|
+
"kind": "method",
|
|
107715
|
+
"name": "_hasDisabledAncestor",
|
|
107716
|
+
"privacy": "private",
|
|
107717
|
+
"return": {
|
|
107718
|
+
"type": {
|
|
107719
|
+
"text": "boolean"
|
|
107720
|
+
}
|
|
107622
107721
|
},
|
|
107623
|
-
"fieldName": "name",
|
|
107624
107722
|
"inheritedFrom": {
|
|
107625
107723
|
"name": "SbbFormAssociatedMixin",
|
|
107626
107724
|
"module": "core/mixins/form-associated-mixin.js"
|
|
107627
107725
|
}
|
|
107628
|
-
}
|
|
107629
|
-
]
|
|
107630
|
-
}
|
|
107631
|
-
],
|
|
107632
|
-
"exports": [
|
|
107633
|
-
{
|
|
107634
|
-
"kind": "js",
|
|
107635
|
-
"name": "SbbMenuButtonElement",
|
|
107636
|
-
"declaration": {
|
|
107637
|
-
"name": "SbbMenuButtonElement",
|
|
107638
|
-
"module": "menu/menu-button/menu-button.component.js"
|
|
107639
|
-
}
|
|
107640
|
-
}
|
|
107641
|
-
]
|
|
107642
|
-
},
|
|
107643
|
-
{
|
|
107644
|
-
"kind": "javascript-module",
|
|
107645
|
-
"path": "menu/common/menu-action-common.js",
|
|
107646
|
-
"declarations": [
|
|
107647
|
-
{
|
|
107648
|
-
"kind": "class",
|
|
107649
|
-
"description": "",
|
|
107650
|
-
"name": "SbbMenuActionCommonElementMixinType",
|
|
107651
|
-
"mixins": [
|
|
107652
|
-
{
|
|
107653
|
-
"name": "SbbIconNameMixin",
|
|
107654
|
-
"module": "icon.js"
|
|
107655
107726
|
},
|
|
107656
107727
|
{
|
|
107657
|
-
"
|
|
107658
|
-
"
|
|
107659
|
-
|
|
107660
|
-
|
|
107661
|
-
|
|
107662
|
-
|
|
107663
|
-
|
|
107664
|
-
},
|
|
107665
|
-
"attributes": [
|
|
107666
|
-
{
|
|
107667
|
-
"name": "icon-name",
|
|
107668
|
-
"type": {
|
|
107669
|
-
"text": "string"
|
|
107728
|
+
"kind": "method",
|
|
107729
|
+
"name": "updateFormValue",
|
|
107730
|
+
"privacy": "protected",
|
|
107731
|
+
"return": {
|
|
107732
|
+
"type": {
|
|
107733
|
+
"text": "void"
|
|
107734
|
+
}
|
|
107670
107735
|
},
|
|
107671
|
-
"
|
|
107672
|
-
"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.",
|
|
107673
|
-
"fieldName": "iconName",
|
|
107736
|
+
"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",
|
|
107674
107737
|
"inheritedFrom": {
|
|
107675
|
-
"name": "
|
|
107676
|
-
"module": "
|
|
107738
|
+
"name": "SbbFormAssociatedMixin",
|
|
107739
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107677
107740
|
}
|
|
107678
107741
|
},
|
|
107679
107742
|
{
|
|
107680
|
-
"
|
|
107681
|
-
"
|
|
107682
|
-
"
|
|
107683
|
-
"
|
|
107684
|
-
"
|
|
107743
|
+
"kind": "method",
|
|
107744
|
+
"name": "formState",
|
|
107745
|
+
"privacy": "protected",
|
|
107746
|
+
"return": {
|
|
107747
|
+
"type": {
|
|
107748
|
+
"text": "FormRestoreState"
|
|
107749
|
+
}
|
|
107685
107750
|
},
|
|
107686
|
-
"fieldName": "disabled",
|
|
107687
107751
|
"inheritedFrom": {
|
|
107688
|
-
"name": "
|
|
107689
|
-
"module": "core/mixins/
|
|
107752
|
+
"name": "SbbFormAssociatedMixin",
|
|
107753
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107690
107754
|
}
|
|
107691
|
-
}
|
|
107692
|
-
],
|
|
107693
|
-
"members": [
|
|
107755
|
+
},
|
|
107694
107756
|
{
|
|
107695
|
-
"kind": "
|
|
107696
|
-
"name": "
|
|
107697
|
-
"
|
|
107698
|
-
|
|
107757
|
+
"kind": "method",
|
|
107758
|
+
"name": "setValidityFlag",
|
|
107759
|
+
"privacy": "protected",
|
|
107760
|
+
"return": {
|
|
107761
|
+
"type": {
|
|
107762
|
+
"text": "void"
|
|
107763
|
+
}
|
|
107699
107764
|
},
|
|
107700
|
-
"
|
|
107701
|
-
|
|
107702
|
-
|
|
107703
|
-
|
|
107765
|
+
"parameters": [
|
|
107766
|
+
{
|
|
107767
|
+
"name": "flag",
|
|
107768
|
+
"type": {
|
|
107769
|
+
"text": "T"
|
|
107770
|
+
}
|
|
107771
|
+
},
|
|
107772
|
+
{
|
|
107773
|
+
"name": "message",
|
|
107774
|
+
"type": {
|
|
107775
|
+
"text": "string"
|
|
107776
|
+
}
|
|
107777
|
+
},
|
|
107778
|
+
{
|
|
107779
|
+
"name": "flagValue",
|
|
107780
|
+
"optional": true,
|
|
107781
|
+
"type": {
|
|
107782
|
+
"text": "ValidityStateFlags[T]"
|
|
107783
|
+
}
|
|
107784
|
+
}
|
|
107785
|
+
],
|
|
107786
|
+
"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).",
|
|
107704
107787
|
"inheritedFrom": {
|
|
107705
|
-
"name": "
|
|
107706
|
-
"module": "
|
|
107788
|
+
"name": "SbbFormAssociatedMixin",
|
|
107789
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107707
107790
|
}
|
|
107708
107791
|
},
|
|
107709
107792
|
{
|
|
107710
107793
|
"kind": "method",
|
|
107711
|
-
"name": "
|
|
107794
|
+
"name": "removeValidityFlag",
|
|
107712
107795
|
"privacy": "protected",
|
|
107713
107796
|
"return": {
|
|
107714
107797
|
"type": {
|
|
107715
|
-
"text": "
|
|
107798
|
+
"text": "void"
|
|
107716
107799
|
}
|
|
107717
107800
|
},
|
|
107718
107801
|
"parameters": [
|
|
107719
107802
|
{
|
|
107720
|
-
"name": "
|
|
107721
|
-
"optional": true,
|
|
107803
|
+
"name": "flag",
|
|
107722
107804
|
"type": {
|
|
107723
|
-
"text": "
|
|
107805
|
+
"text": "T"
|
|
107724
107806
|
}
|
|
107725
107807
|
}
|
|
107726
107808
|
],
|
|
107809
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107727
107810
|
"inheritedFrom": {
|
|
107728
|
-
"name": "
|
|
107729
|
-
"module": "
|
|
107811
|
+
"name": "SbbFormAssociatedMixin",
|
|
107812
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107730
107813
|
}
|
|
107731
107814
|
},
|
|
107732
107815
|
{
|
|
107733
107816
|
"kind": "method",
|
|
107734
|
-
"name": "
|
|
107817
|
+
"name": "validate",
|
|
107735
107818
|
"privacy": "protected",
|
|
107736
107819
|
"return": {
|
|
107737
107820
|
"type": {
|
|
107738
|
-
"text": "
|
|
107821
|
+
"text": "void"
|
|
107739
107822
|
}
|
|
107740
107823
|
},
|
|
107824
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
107741
107825
|
"inheritedFrom": {
|
|
107742
|
-
"name": "
|
|
107743
|
-
"module": "
|
|
107826
|
+
"name": "SbbFormAssociatedMixin",
|
|
107827
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107744
107828
|
}
|
|
107745
107829
|
},
|
|
107746
107830
|
{
|
|
107747
107831
|
"kind": "method",
|
|
107748
|
-
"name": "
|
|
107832
|
+
"name": "shouldValidate",
|
|
107833
|
+
"privacy": "protected",
|
|
107834
|
+
"return": {
|
|
107835
|
+
"type": {
|
|
107836
|
+
"text": "boolean"
|
|
107837
|
+
}
|
|
107838
|
+
},
|
|
107839
|
+
"parameters": [
|
|
107840
|
+
{
|
|
107841
|
+
"name": "name",
|
|
107842
|
+
"type": {
|
|
107843
|
+
"text": "PropertyKey | undefined"
|
|
107844
|
+
}
|
|
107845
|
+
}
|
|
107846
|
+
],
|
|
107847
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
107848
|
+
"inheritedFrom": {
|
|
107849
|
+
"name": "SbbFormAssociatedMixin",
|
|
107850
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107851
|
+
}
|
|
107852
|
+
},
|
|
107853
|
+
{
|
|
107854
|
+
"kind": "method",
|
|
107855
|
+
"name": "_setInternalValidity",
|
|
107749
107856
|
"privacy": "private",
|
|
107750
107857
|
"return": {
|
|
107751
107858
|
"type": {
|
|
107752
|
-
"text": "
|
|
107859
|
+
"text": "void"
|
|
107753
107860
|
}
|
|
107754
107861
|
},
|
|
107755
107862
|
"inheritedFrom": {
|
|
107756
|
-
"name": "
|
|
107757
|
-
"module": "
|
|
107863
|
+
"name": "SbbFormAssociatedMixin",
|
|
107864
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107758
107865
|
}
|
|
107759
107866
|
},
|
|
107760
107867
|
{
|
|
107761
107868
|
"kind": "field",
|
|
107762
|
-
"name": "
|
|
107763
|
-
"privacy": "
|
|
107764
|
-
"description": "
|
|
107765
|
-
"
|
|
107766
|
-
|
|
107767
|
-
|
|
107768
|
-
|
|
107769
|
-
|
|
107770
|
-
|
|
107869
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
107870
|
+
"privacy": "private",
|
|
107871
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
107872
|
+
"parameters": [
|
|
107873
|
+
{
|
|
107874
|
+
"description": "The origin event.",
|
|
107875
|
+
"name": "event"
|
|
107876
|
+
}
|
|
107877
|
+
],
|
|
107771
107878
|
"inheritedFrom": {
|
|
107772
|
-
"name": "
|
|
107773
|
-
"module": "core/
|
|
107879
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107880
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107774
107881
|
}
|
|
107775
107882
|
},
|
|
107776
107883
|
{
|
|
107777
107884
|
"kind": "field",
|
|
107778
|
-
"name": "
|
|
107885
|
+
"name": "_removeActiveMarker",
|
|
107779
107886
|
"privacy": "private",
|
|
107780
|
-
"type": {
|
|
107781
|
-
"text": "boolean"
|
|
107782
|
-
},
|
|
107783
|
-
"default": "false",
|
|
107784
107887
|
"inheritedFrom": {
|
|
107785
|
-
"name": "
|
|
107786
|
-
"module": "core/
|
|
107888
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107889
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107890
|
+
}
|
|
107891
|
+
},
|
|
107892
|
+
{
|
|
107893
|
+
"kind": "field",
|
|
107894
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
107895
|
+
"privacy": "private",
|
|
107896
|
+
"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.",
|
|
107897
|
+
"parameters": [
|
|
107898
|
+
{
|
|
107899
|
+
"description": "The origin event.",
|
|
107900
|
+
"name": "event"
|
|
107901
|
+
}
|
|
107902
|
+
],
|
|
107903
|
+
"inheritedFrom": {
|
|
107904
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107905
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107787
107906
|
}
|
|
107788
107907
|
},
|
|
107789
107908
|
{
|
|
107790
|
-
"kind": "
|
|
107791
|
-
"name": "
|
|
107792
|
-
"privacy": "
|
|
107793
|
-
"return": {
|
|
107794
|
-
"type": {
|
|
107795
|
-
"text": "boolean"
|
|
107796
|
-
}
|
|
107797
|
-
},
|
|
107798
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107909
|
+
"kind": "field",
|
|
107910
|
+
"name": "_dispatchClickEvent",
|
|
107911
|
+
"privacy": "private",
|
|
107799
107912
|
"inheritedFrom": {
|
|
107800
|
-
"name": "
|
|
107801
|
-
"module": "core/
|
|
107913
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107914
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107802
107915
|
}
|
|
107803
107916
|
},
|
|
107804
107917
|
{
|
|
@@ -107841,21 +107954,6 @@
|
|
|
107841
107954
|
"module": "core/base-elements/action-base-element.js"
|
|
107842
107955
|
}
|
|
107843
107956
|
},
|
|
107844
|
-
{
|
|
107845
|
-
"kind": "method",
|
|
107846
|
-
"name": "renderTemplate",
|
|
107847
|
-
"privacy": "protected",
|
|
107848
|
-
"return": {
|
|
107849
|
-
"type": {
|
|
107850
|
-
"text": "TemplateResult"
|
|
107851
|
-
}
|
|
107852
|
-
},
|
|
107853
|
-
"description": "Override this method to render the component template.",
|
|
107854
|
-
"inheritedFrom": {
|
|
107855
|
-
"name": "SbbActionBaseElement",
|
|
107856
|
-
"module": "core/base-elements/action-base-element.js"
|
|
107857
|
-
}
|
|
107858
|
-
},
|
|
107859
107957
|
{
|
|
107860
107958
|
"kind": "field",
|
|
107861
107959
|
"name": "_hydrationRequired",
|
|
@@ -107949,20 +108047,6 @@
|
|
|
107949
108047
|
"module": "core/base-elements/element.js"
|
|
107950
108048
|
}
|
|
107951
108049
|
},
|
|
107952
|
-
{
|
|
107953
|
-
"kind": "field",
|
|
107954
|
-
"name": "elementName",
|
|
107955
|
-
"type": {
|
|
107956
|
-
"text": "string"
|
|
107957
|
-
},
|
|
107958
|
-
"privacy": "public",
|
|
107959
|
-
"static": true,
|
|
107960
|
-
"readonly": true,
|
|
107961
|
-
"inheritedFrom": {
|
|
107962
|
-
"name": "SbbElement",
|
|
107963
|
-
"module": "core/base-elements/element.js"
|
|
107964
|
-
}
|
|
107965
|
-
},
|
|
107966
108050
|
{
|
|
107967
108051
|
"kind": "field",
|
|
107968
108052
|
"name": "_controllers",
|
|
@@ -107975,187 +108059,111 @@
|
|
|
107975
108059
|
"module": "core/base-elements/element.js"
|
|
107976
108060
|
}
|
|
107977
108061
|
}
|
|
107978
|
-
]
|
|
107979
|
-
|
|
107980
|
-
{
|
|
107981
|
-
"kind": "mixin",
|
|
107982
|
-
"description": "",
|
|
107983
|
-
"name": "SbbMenuActionCommonElementMixin",
|
|
107984
|
-
"members": [
|
|
108062
|
+
],
|
|
108063
|
+
"mixins": [
|
|
107985
108064
|
{
|
|
107986
|
-
"
|
|
107987
|
-
"
|
|
107988
|
-
"type": {
|
|
107989
|
-
"text": "CSSResultGroup"
|
|
107990
|
-
},
|
|
107991
|
-
"privacy": "public",
|
|
107992
|
-
"static": true,
|
|
107993
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
108065
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
108066
|
+
"module": "core/mixins.js"
|
|
107994
108067
|
},
|
|
107995
108068
|
{
|
|
107996
|
-
"
|
|
107997
|
-
"
|
|
107998
|
-
|
|
107999
|
-
|
|
108000
|
-
|
|
108001
|
-
|
|
108002
|
-
|
|
108003
|
-
|
|
108004
|
-
|
|
108069
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
108070
|
+
"module": "menu/common/menu-action-common.js"
|
|
108071
|
+
}
|
|
108072
|
+
],
|
|
108073
|
+
"superclass": {
|
|
108074
|
+
"name": "SbbButtonBaseElement",
|
|
108075
|
+
"module": "core/base-elements.js"
|
|
108076
|
+
},
|
|
108077
|
+
"tagName": "sbb-menu-button",
|
|
108078
|
+
"customElement": true,
|
|
108079
|
+
"attributes": [
|
|
108005
108080
|
{
|
|
108006
|
-
"
|
|
108007
|
-
"name": "iconName",
|
|
108081
|
+
"name": "disabled-interactive",
|
|
108008
108082
|
"type": {
|
|
108009
|
-
"text": "
|
|
108010
|
-
},
|
|
108011
|
-
"privacy": "public",
|
|
108012
|
-
"default": "''",
|
|
108013
|
-
"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.",
|
|
108014
|
-
"attribute": "icon-name",
|
|
108015
|
-
"inheritedFrom": {
|
|
108016
|
-
"name": "SbbIconNameMixin",
|
|
108017
|
-
"module": "icon/icon-name-mixin.js"
|
|
108018
|
-
}
|
|
108019
|
-
},
|
|
108020
|
-
{
|
|
108021
|
-
"kind": "method",
|
|
108022
|
-
"name": "renderIconSlot",
|
|
108023
|
-
"privacy": "protected",
|
|
108024
|
-
"return": {
|
|
108025
|
-
"type": {
|
|
108026
|
-
"text": "TemplateResult"
|
|
108027
|
-
}
|
|
108028
|
-
},
|
|
108029
|
-
"parameters": [
|
|
108030
|
-
{
|
|
108031
|
-
"name": "classname",
|
|
108032
|
-
"optional": true,
|
|
108033
|
-
"type": {
|
|
108034
|
-
"text": "string"
|
|
108035
|
-
}
|
|
108036
|
-
}
|
|
108037
|
-
],
|
|
108038
|
-
"inheritedFrom": {
|
|
108039
|
-
"name": "SbbIconNameMixin",
|
|
108040
|
-
"module": "icon/icon-name-mixin.js"
|
|
108041
|
-
}
|
|
108042
|
-
},
|
|
108043
|
-
{
|
|
108044
|
-
"kind": "method",
|
|
108045
|
-
"name": "renderIconName",
|
|
108046
|
-
"privacy": "protected",
|
|
108047
|
-
"return": {
|
|
108048
|
-
"type": {
|
|
108049
|
-
"text": "string"
|
|
108050
|
-
}
|
|
108051
|
-
},
|
|
108052
|
-
"inheritedFrom": {
|
|
108053
|
-
"name": "SbbIconNameMixin",
|
|
108054
|
-
"module": "icon/icon-name-mixin.js"
|
|
108055
|
-
}
|
|
108056
|
-
},
|
|
108057
|
-
{
|
|
108058
|
-
"kind": "method",
|
|
108059
|
-
"name": "_renderIconName",
|
|
108060
|
-
"privacy": "private",
|
|
108061
|
-
"return": {
|
|
108062
|
-
"type": {
|
|
108063
|
-
"text": "string"
|
|
108064
|
-
}
|
|
108083
|
+
"text": "boolean"
|
|
108065
108084
|
},
|
|
108085
|
+
"default": "false",
|
|
108086
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
108087
|
+
"fieldName": "disabledInteractive",
|
|
108066
108088
|
"inheritedFrom": {
|
|
108067
|
-
"name": "
|
|
108068
|
-
"module": "
|
|
108089
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
108090
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108069
108091
|
}
|
|
108070
108092
|
},
|
|
108071
108093
|
{
|
|
108072
|
-
"kind": "field",
|
|
108073
108094
|
"name": "disabled",
|
|
108074
|
-
"privacy": "public",
|
|
108075
108095
|
"description": "Whether the component is disabled.",
|
|
108076
108096
|
"default": "false",
|
|
108077
108097
|
"type": {
|
|
108078
108098
|
"text": "boolean"
|
|
108079
108099
|
},
|
|
108080
|
-
"
|
|
108081
|
-
"reflects": true,
|
|
108100
|
+
"fieldName": "disabled",
|
|
108082
108101
|
"inheritedFrom": {
|
|
108083
108102
|
"name": "SbbDisabledMixin",
|
|
108084
108103
|
"module": "core/mixins/disabled-mixin.js"
|
|
108085
108104
|
}
|
|
108086
108105
|
},
|
|
108087
108106
|
{
|
|
108088
|
-
"
|
|
108089
|
-
"name": "#disabled",
|
|
108090
|
-
"privacy": "private",
|
|
108107
|
+
"name": "icon-name",
|
|
108091
108108
|
"type": {
|
|
108092
|
-
"text": "
|
|
108109
|
+
"text": "string"
|
|
108093
108110
|
},
|
|
108094
|
-
"default": "
|
|
108111
|
+
"default": "''",
|
|
108112
|
+
"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.",
|
|
108113
|
+
"fieldName": "iconName",
|
|
108095
108114
|
"inheritedFrom": {
|
|
108096
|
-
"name": "
|
|
108097
|
-
"module": "
|
|
108115
|
+
"name": "SbbIconNameMixin",
|
|
108116
|
+
"module": "icon/icon-name-mixin.js"
|
|
108098
108117
|
}
|
|
108099
108118
|
},
|
|
108100
108119
|
{
|
|
108101
|
-
"
|
|
108102
|
-
"
|
|
108103
|
-
|
|
108104
|
-
"return": {
|
|
108105
|
-
"type": {
|
|
108106
|
-
"text": "boolean"
|
|
108107
|
-
}
|
|
108120
|
+
"name": "value",
|
|
108121
|
+
"type": {
|
|
108122
|
+
"text": "string"
|
|
108108
108123
|
},
|
|
108109
|
-
"
|
|
108124
|
+
"default": "''",
|
|
108125
|
+
"description": "Value of the form element.",
|
|
108126
|
+
"fieldName": "value",
|
|
108110
108127
|
"inheritedFrom": {
|
|
108111
|
-
"name": "
|
|
108112
|
-
"module": "core/
|
|
108128
|
+
"name": "SbbButtonBaseElement",
|
|
108129
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108113
108130
|
}
|
|
108114
|
-
}
|
|
108115
|
-
],
|
|
108116
|
-
"mixins": [
|
|
108117
|
-
{
|
|
108118
|
-
"name": "SbbIconNameMixin",
|
|
108119
|
-
"module": "icon.js"
|
|
108120
108131
|
},
|
|
108121
108132
|
{
|
|
108122
|
-
"name": "
|
|
108123
|
-
"
|
|
108124
|
-
|
|
108125
|
-
],
|
|
108126
|
-
"parameters": [
|
|
108127
|
-
{
|
|
108128
|
-
"name": "superClass",
|
|
108133
|
+
"name": "type",
|
|
108134
|
+
"description": "The type attribute to use for the button.",
|
|
108135
|
+
"default": "'button'",
|
|
108129
108136
|
"type": {
|
|
108130
|
-
"text": "
|
|
108137
|
+
"text": "SbbButtonType"
|
|
108138
|
+
},
|
|
108139
|
+
"fieldName": "type",
|
|
108140
|
+
"inheritedFrom": {
|
|
108141
|
+
"name": "SbbButtonBaseElement",
|
|
108142
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108131
108143
|
}
|
|
108132
|
-
}
|
|
108133
|
-
],
|
|
108134
|
-
"attributes": [
|
|
108144
|
+
},
|
|
108135
108145
|
{
|
|
108136
|
-
"name": "
|
|
108146
|
+
"name": "form",
|
|
108147
|
+
"description": "The `<form>` element to associate the button with.",
|
|
108137
108148
|
"type": {
|
|
108138
|
-
"text": "
|
|
108149
|
+
"text": "HTMLFormElement | null"
|
|
108139
108150
|
},
|
|
108140
|
-
"
|
|
108141
|
-
"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.",
|
|
108142
|
-
"fieldName": "iconName",
|
|
108151
|
+
"fieldName": "form",
|
|
108143
108152
|
"inheritedFrom": {
|
|
108144
|
-
"name": "
|
|
108145
|
-
"module": "
|
|
108153
|
+
"name": "SbbButtonBaseElement",
|
|
108154
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108146
108155
|
}
|
|
108147
108156
|
},
|
|
108148
108157
|
{
|
|
108149
|
-
"name": "
|
|
108150
|
-
"description": "
|
|
108151
|
-
"default": "false",
|
|
108158
|
+
"name": "name",
|
|
108159
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
108152
108160
|
"type": {
|
|
108153
|
-
"text": "
|
|
108161
|
+
"text": "string"
|
|
108154
108162
|
},
|
|
108155
|
-
"fieldName": "
|
|
108163
|
+
"fieldName": "name",
|
|
108156
108164
|
"inheritedFrom": {
|
|
108157
|
-
"name": "
|
|
108158
|
-
"module": "core/mixins/
|
|
108165
|
+
"name": "SbbFormAssociatedMixin",
|
|
108166
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108159
108167
|
}
|
|
108160
108168
|
}
|
|
108161
108169
|
]
|
|
@@ -108164,18 +108172,10 @@
|
|
|
108164
108172
|
"exports": [
|
|
108165
108173
|
{
|
|
108166
108174
|
"kind": "js",
|
|
108167
|
-
"name": "
|
|
108168
|
-
"declaration": {
|
|
108169
|
-
"name": "SbbMenuActionCommonElementMixinType",
|
|
108170
|
-
"module": "menu/common/menu-action-common.js"
|
|
108171
|
-
}
|
|
108172
|
-
},
|
|
108173
|
-
{
|
|
108174
|
-
"kind": "js",
|
|
108175
|
-
"name": "SbbMenuActionCommonElementMixin",
|
|
108175
|
+
"name": "SbbMenuButtonElement",
|
|
108176
108176
|
"declaration": {
|
|
108177
|
-
"name": "
|
|
108178
|
-
"module": "menu/
|
|
108177
|
+
"name": "SbbMenuButtonElement",
|
|
108178
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
108179
108179
|
}
|
|
108180
108180
|
}
|
|
108181
108181
|
]
|
|
@@ -128142,12 +128142,12 @@
|
|
|
128142
128142
|
},
|
|
128143
128143
|
{
|
|
128144
128144
|
"kind": "javascript-module",
|
|
128145
|
-
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
128145
|
+
"path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
|
|
128146
128146
|
"declarations": [
|
|
128147
128147
|
{
|
|
128148
128148
|
"kind": "class",
|
|
128149
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product",
|
|
128150
|
-
"name": "
|
|
128149
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product.",
|
|
128150
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128151
128151
|
"cssProperties": [
|
|
128152
128152
|
{
|
|
128153
128153
|
"description": "At which percentage the background should start getting transparent.",
|
|
@@ -128188,7 +128188,7 @@
|
|
|
128188
128188
|
"name": "SbbElement",
|
|
128189
128189
|
"module": "core/base-elements/element.js"
|
|
128190
128190
|
},
|
|
128191
|
-
"default": "'sbb-teaser-product'"
|
|
128191
|
+
"default": "'sbb-teaser-product-static'"
|
|
128192
128192
|
},
|
|
128193
128193
|
{
|
|
128194
128194
|
"kind": "field",
|
|
@@ -128237,155 +128237,6 @@
|
|
|
128237
128237
|
"module": "core/mixins/negative-mixin.js"
|
|
128238
128238
|
}
|
|
128239
128239
|
},
|
|
128240
|
-
{
|
|
128241
|
-
"kind": "field",
|
|
128242
|
-
"name": "href",
|
|
128243
|
-
"type": {
|
|
128244
|
-
"text": "string"
|
|
128245
|
-
},
|
|
128246
|
-
"privacy": "public",
|
|
128247
|
-
"default": "''",
|
|
128248
|
-
"description": "The href value you want to link to.",
|
|
128249
|
-
"attribute": "href",
|
|
128250
|
-
"reflects": true,
|
|
128251
|
-
"inheritedFrom": {
|
|
128252
|
-
"name": "SbbLinkBaseElement",
|
|
128253
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128254
|
-
}
|
|
128255
|
-
},
|
|
128256
|
-
{
|
|
128257
|
-
"kind": "field",
|
|
128258
|
-
"name": "target",
|
|
128259
|
-
"type": {
|
|
128260
|
-
"text": "LinkTargetType | string"
|
|
128261
|
-
},
|
|
128262
|
-
"privacy": "public",
|
|
128263
|
-
"default": "''",
|
|
128264
|
-
"description": "Where to display the linked URL.",
|
|
128265
|
-
"attribute": "target",
|
|
128266
|
-
"reflects": true,
|
|
128267
|
-
"inheritedFrom": {
|
|
128268
|
-
"name": "SbbLinkBaseElement",
|
|
128269
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128270
|
-
}
|
|
128271
|
-
},
|
|
128272
|
-
{
|
|
128273
|
-
"kind": "field",
|
|
128274
|
-
"name": "rel",
|
|
128275
|
-
"type": {
|
|
128276
|
-
"text": "string"
|
|
128277
|
-
},
|
|
128278
|
-
"privacy": "public",
|
|
128279
|
-
"default": "''",
|
|
128280
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128281
|
-
"attribute": "rel",
|
|
128282
|
-
"reflects": true,
|
|
128283
|
-
"inheritedFrom": {
|
|
128284
|
-
"name": "SbbLinkBaseElement",
|
|
128285
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128286
|
-
}
|
|
128287
|
-
},
|
|
128288
|
-
{
|
|
128289
|
-
"kind": "field",
|
|
128290
|
-
"name": "download",
|
|
128291
|
-
"type": {
|
|
128292
|
-
"text": "boolean"
|
|
128293
|
-
},
|
|
128294
|
-
"privacy": "public",
|
|
128295
|
-
"default": "false",
|
|
128296
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
128297
|
-
"attribute": "download",
|
|
128298
|
-
"reflects": true,
|
|
128299
|
-
"inheritedFrom": {
|
|
128300
|
-
"name": "SbbLinkBaseElement",
|
|
128301
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128302
|
-
}
|
|
128303
|
-
},
|
|
128304
|
-
{
|
|
128305
|
-
"kind": "field",
|
|
128306
|
-
"name": "accessibilityLabel",
|
|
128307
|
-
"type": {
|
|
128308
|
-
"text": "string"
|
|
128309
|
-
},
|
|
128310
|
-
"privacy": "public",
|
|
128311
|
-
"default": "''",
|
|
128312
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128313
|
-
"attribute": "accessibility-label",
|
|
128314
|
-
"inheritedFrom": {
|
|
128315
|
-
"name": "SbbLinkBaseElement",
|
|
128316
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128317
|
-
}
|
|
128318
|
-
},
|
|
128319
|
-
{
|
|
128320
|
-
"kind": "field",
|
|
128321
|
-
"name": "accessibilityCurrent",
|
|
128322
|
-
"type": {
|
|
128323
|
-
"text": "string"
|
|
128324
|
-
},
|
|
128325
|
-
"privacy": "public",
|
|
128326
|
-
"default": "''",
|
|
128327
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128328
|
-
"attribute": "accessibility-current",
|
|
128329
|
-
"inheritedFrom": {
|
|
128330
|
-
"name": "SbbLinkBaseElement",
|
|
128331
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128332
|
-
}
|
|
128333
|
-
},
|
|
128334
|
-
{
|
|
128335
|
-
"kind": "field",
|
|
128336
|
-
"name": "language",
|
|
128337
|
-
"privacy": "protected",
|
|
128338
|
-
"default": "new SbbLanguageController(this)",
|
|
128339
|
-
"inheritedFrom": {
|
|
128340
|
-
"name": "SbbLinkBaseElement",
|
|
128341
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128342
|
-
}
|
|
128343
|
-
},
|
|
128344
|
-
{
|
|
128345
|
-
"kind": "field",
|
|
128346
|
-
"name": "anchorRole",
|
|
128347
|
-
"type": {
|
|
128348
|
-
"text": "string | null"
|
|
128349
|
-
},
|
|
128350
|
-
"privacy": "protected",
|
|
128351
|
-
"readonly": true,
|
|
128352
|
-
"default": "null",
|
|
128353
|
-
"inheritedFrom": {
|
|
128354
|
-
"name": "SbbLinkBaseElement",
|
|
128355
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128356
|
-
}
|
|
128357
|
-
},
|
|
128358
|
-
{
|
|
128359
|
-
"kind": "field",
|
|
128360
|
-
"name": "_evaluateRelAttribute",
|
|
128361
|
-
"privacy": "private",
|
|
128362
|
-
"inheritedFrom": {
|
|
128363
|
-
"name": "SbbLinkBaseElement",
|
|
128364
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128365
|
-
}
|
|
128366
|
-
},
|
|
128367
|
-
{
|
|
128368
|
-
"kind": "method",
|
|
128369
|
-
"name": "renderLink",
|
|
128370
|
-
"privacy": "protected",
|
|
128371
|
-
"return": {
|
|
128372
|
-
"type": {
|
|
128373
|
-
"text": "TemplateResult"
|
|
128374
|
-
}
|
|
128375
|
-
},
|
|
128376
|
-
"parameters": [
|
|
128377
|
-
{
|
|
128378
|
-
"name": "renderContent",
|
|
128379
|
-
"type": {
|
|
128380
|
-
"text": "TemplateResult"
|
|
128381
|
-
}
|
|
128382
|
-
}
|
|
128383
|
-
],
|
|
128384
|
-
"inheritedFrom": {
|
|
128385
|
-
"name": "SbbLinkBaseElement",
|
|
128386
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128387
|
-
}
|
|
128388
|
-
},
|
|
128389
128240
|
{
|
|
128390
128241
|
"kind": "field",
|
|
128391
128242
|
"name": "maybeDisabled",
|
|
@@ -128539,10 +128390,10 @@
|
|
|
128539
128390
|
}
|
|
128540
128391
|
],
|
|
128541
128392
|
"superclass": {
|
|
128542
|
-
"name": "
|
|
128393
|
+
"name": "SbbActionBaseElement",
|
|
128543
128394
|
"module": "core/base-elements.js"
|
|
128544
128395
|
},
|
|
128545
|
-
"tagName": "sbb-teaser-product",
|
|
128396
|
+
"tagName": "sbb-teaser-product-static",
|
|
128546
128397
|
"customElement": true,
|
|
128547
128398
|
"attributes": [
|
|
128548
128399
|
{
|
|
@@ -128565,199 +128416,270 @@
|
|
|
128565
128416
|
},
|
|
128566
128417
|
"default": "false",
|
|
128567
128418
|
"description": "Negative coloring variant flag.",
|
|
128568
|
-
"fieldName": "negative",
|
|
128419
|
+
"fieldName": "negative",
|
|
128420
|
+
"inheritedFrom": {
|
|
128421
|
+
"name": "SbbNegativeMixin",
|
|
128422
|
+
"module": "core/mixins/negative-mixin.js"
|
|
128423
|
+
}
|
|
128424
|
+
}
|
|
128425
|
+
]
|
|
128426
|
+
}
|
|
128427
|
+
],
|
|
128428
|
+
"exports": [
|
|
128429
|
+
{
|
|
128430
|
+
"kind": "js",
|
|
128431
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128432
|
+
"declaration": {
|
|
128433
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128434
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
128435
|
+
}
|
|
128436
|
+
}
|
|
128437
|
+
]
|
|
128438
|
+
},
|
|
128439
|
+
{
|
|
128440
|
+
"kind": "javascript-module",
|
|
128441
|
+
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
128442
|
+
"declarations": [
|
|
128443
|
+
{
|
|
128444
|
+
"kind": "class",
|
|
128445
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product",
|
|
128446
|
+
"name": "SbbTeaserProductElement",
|
|
128447
|
+
"cssProperties": [
|
|
128448
|
+
{
|
|
128449
|
+
"description": "At which percentage the background should start getting transparent.",
|
|
128450
|
+
"name": "--sbb-teaser-product-background-gradient-start",
|
|
128451
|
+
"default": "25%"
|
|
128452
|
+
},
|
|
128453
|
+
{
|
|
128454
|
+
"description": "At which percentage the background should be fully transparent.",
|
|
128455
|
+
"name": "--sbb-teaser-product-background-gradient-end",
|
|
128456
|
+
"default": "75%"
|
|
128457
|
+
}
|
|
128458
|
+
],
|
|
128459
|
+
"slots": [
|
|
128460
|
+
{
|
|
128461
|
+
"description": "Use this slot to provide the main content.",
|
|
128462
|
+
"name": ""
|
|
128463
|
+
},
|
|
128464
|
+
{
|
|
128465
|
+
"description": "Use this slot to provide an image or a `sbb-image` as a background.",
|
|
128466
|
+
"name": "image"
|
|
128467
|
+
},
|
|
128468
|
+
{
|
|
128469
|
+
"description": "Use this slot to provide a footnote.",
|
|
128470
|
+
"name": "footnote"
|
|
128471
|
+
}
|
|
128472
|
+
],
|
|
128473
|
+
"members": [
|
|
128474
|
+
{
|
|
128475
|
+
"kind": "field",
|
|
128476
|
+
"name": "elementName",
|
|
128477
|
+
"type": {
|
|
128478
|
+
"text": "string"
|
|
128479
|
+
},
|
|
128480
|
+
"privacy": "public",
|
|
128481
|
+
"static": true,
|
|
128482
|
+
"readonly": true,
|
|
128483
|
+
"inheritedFrom": {
|
|
128484
|
+
"name": "SbbElement",
|
|
128485
|
+
"module": "core/base-elements/element.js"
|
|
128486
|
+
},
|
|
128487
|
+
"default": "'sbb-teaser-product'"
|
|
128488
|
+
},
|
|
128489
|
+
{
|
|
128490
|
+
"kind": "field",
|
|
128491
|
+
"name": "imageAlignment",
|
|
128492
|
+
"type": {
|
|
128493
|
+
"text": "'after' | 'before'"
|
|
128494
|
+
},
|
|
128495
|
+
"privacy": "public",
|
|
128496
|
+
"default": "'after'",
|
|
128497
|
+
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
128498
|
+
"attribute": "image-alignment",
|
|
128499
|
+
"reflects": true,
|
|
128500
|
+
"inheritedFrom": {
|
|
128501
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
128502
|
+
"module": "teaser-product/common/teaser-product-common.js"
|
|
128503
|
+
}
|
|
128504
|
+
},
|
|
128505
|
+
{
|
|
128506
|
+
"kind": "method",
|
|
128507
|
+
"name": "renderTemplate",
|
|
128508
|
+
"privacy": "protected",
|
|
128509
|
+
"return": {
|
|
128510
|
+
"type": {
|
|
128511
|
+
"text": "TemplateResult"
|
|
128512
|
+
}
|
|
128513
|
+
},
|
|
128514
|
+
"description": "Override this method to render the component template.",
|
|
128515
|
+
"inheritedFrom": {
|
|
128516
|
+
"name": "SbbActionBaseElement",
|
|
128517
|
+
"module": "core/base-elements/action-base-element.js"
|
|
128518
|
+
}
|
|
128519
|
+
},
|
|
128520
|
+
{
|
|
128521
|
+
"kind": "field",
|
|
128522
|
+
"name": "negative",
|
|
128523
|
+
"type": {
|
|
128524
|
+
"text": "boolean"
|
|
128525
|
+
},
|
|
128526
|
+
"privacy": "public",
|
|
128527
|
+
"default": "false",
|
|
128528
|
+
"description": "Negative coloring variant flag.",
|
|
128529
|
+
"attribute": "negative",
|
|
128530
|
+
"reflects": true,
|
|
128569
128531
|
"inheritedFrom": {
|
|
128570
128532
|
"name": "SbbNegativeMixin",
|
|
128571
128533
|
"module": "core/mixins/negative-mixin.js"
|
|
128572
128534
|
}
|
|
128573
128535
|
},
|
|
128574
128536
|
{
|
|
128537
|
+
"kind": "field",
|
|
128575
128538
|
"name": "href",
|
|
128576
128539
|
"type": {
|
|
128577
128540
|
"text": "string"
|
|
128578
128541
|
},
|
|
128542
|
+
"privacy": "public",
|
|
128579
128543
|
"default": "''",
|
|
128580
128544
|
"description": "The href value you want to link to.",
|
|
128581
|
-
"
|
|
128545
|
+
"attribute": "href",
|
|
128546
|
+
"reflects": true,
|
|
128582
128547
|
"inheritedFrom": {
|
|
128583
128548
|
"name": "SbbLinkBaseElement",
|
|
128584
128549
|
"module": "core/base-elements/link-base-element.js"
|
|
128585
128550
|
}
|
|
128586
128551
|
},
|
|
128587
128552
|
{
|
|
128553
|
+
"kind": "field",
|
|
128588
128554
|
"name": "target",
|
|
128589
128555
|
"type": {
|
|
128590
128556
|
"text": "LinkTargetType | string"
|
|
128591
128557
|
},
|
|
128558
|
+
"privacy": "public",
|
|
128592
128559
|
"default": "''",
|
|
128593
128560
|
"description": "Where to display the linked URL.",
|
|
128594
|
-
"
|
|
128561
|
+
"attribute": "target",
|
|
128562
|
+
"reflects": true,
|
|
128595
128563
|
"inheritedFrom": {
|
|
128596
128564
|
"name": "SbbLinkBaseElement",
|
|
128597
128565
|
"module": "core/base-elements/link-base-element.js"
|
|
128598
128566
|
}
|
|
128599
128567
|
},
|
|
128600
128568
|
{
|
|
128569
|
+
"kind": "field",
|
|
128601
128570
|
"name": "rel",
|
|
128602
128571
|
"type": {
|
|
128603
128572
|
"text": "string"
|
|
128604
128573
|
},
|
|
128574
|
+
"privacy": "public",
|
|
128605
128575
|
"default": "''",
|
|
128606
128576
|
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128607
|
-
"
|
|
128577
|
+
"attribute": "rel",
|
|
128578
|
+
"reflects": true,
|
|
128608
128579
|
"inheritedFrom": {
|
|
128609
128580
|
"name": "SbbLinkBaseElement",
|
|
128610
128581
|
"module": "core/base-elements/link-base-element.js"
|
|
128611
128582
|
}
|
|
128612
128583
|
},
|
|
128613
128584
|
{
|
|
128585
|
+
"kind": "field",
|
|
128614
128586
|
"name": "download",
|
|
128615
128587
|
"type": {
|
|
128616
128588
|
"text": "boolean"
|
|
128617
128589
|
},
|
|
128590
|
+
"privacy": "public",
|
|
128618
128591
|
"default": "false",
|
|
128619
128592
|
"description": "Whether the browser will show the download dialog on click.",
|
|
128620
|
-
"
|
|
128593
|
+
"attribute": "download",
|
|
128594
|
+
"reflects": true,
|
|
128621
128595
|
"inheritedFrom": {
|
|
128622
128596
|
"name": "SbbLinkBaseElement",
|
|
128623
128597
|
"module": "core/base-elements/link-base-element.js"
|
|
128624
128598
|
}
|
|
128625
128599
|
},
|
|
128626
128600
|
{
|
|
128627
|
-
"
|
|
128601
|
+
"kind": "field",
|
|
128602
|
+
"name": "accessibilityLabel",
|
|
128628
128603
|
"type": {
|
|
128629
128604
|
"text": "string"
|
|
128630
128605
|
},
|
|
128606
|
+
"privacy": "public",
|
|
128631
128607
|
"default": "''",
|
|
128632
128608
|
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128633
|
-
"
|
|
128609
|
+
"attribute": "accessibility-label",
|
|
128634
128610
|
"inheritedFrom": {
|
|
128635
128611
|
"name": "SbbLinkBaseElement",
|
|
128636
128612
|
"module": "core/base-elements/link-base-element.js"
|
|
128637
128613
|
}
|
|
128638
128614
|
},
|
|
128639
128615
|
{
|
|
128640
|
-
"
|
|
128616
|
+
"kind": "field",
|
|
128617
|
+
"name": "accessibilityCurrent",
|
|
128641
128618
|
"type": {
|
|
128642
128619
|
"text": "string"
|
|
128643
128620
|
},
|
|
128621
|
+
"privacy": "public",
|
|
128644
128622
|
"default": "''",
|
|
128645
128623
|
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128646
|
-
"
|
|
128624
|
+
"attribute": "accessibility-current",
|
|
128647
128625
|
"inheritedFrom": {
|
|
128648
128626
|
"name": "SbbLinkBaseElement",
|
|
128649
128627
|
"module": "core/base-elements/link-base-element.js"
|
|
128650
128628
|
}
|
|
128651
|
-
}
|
|
128652
|
-
]
|
|
128653
|
-
}
|
|
128654
|
-
],
|
|
128655
|
-
"exports": [
|
|
128656
|
-
{
|
|
128657
|
-
"kind": "js",
|
|
128658
|
-
"name": "SbbTeaserProductElement",
|
|
128659
|
-
"declaration": {
|
|
128660
|
-
"name": "SbbTeaserProductElement",
|
|
128661
|
-
"module": "teaser-product/teaser-product/teaser-product.component.js"
|
|
128662
|
-
}
|
|
128663
|
-
}
|
|
128664
|
-
]
|
|
128665
|
-
},
|
|
128666
|
-
{
|
|
128667
|
-
"kind": "javascript-module",
|
|
128668
|
-
"path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
|
|
128669
|
-
"declarations": [
|
|
128670
|
-
{
|
|
128671
|
-
"kind": "class",
|
|
128672
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product.",
|
|
128673
|
-
"name": "SbbTeaserProductStaticElement",
|
|
128674
|
-
"cssProperties": [
|
|
128675
|
-
{
|
|
128676
|
-
"description": "At which percentage the background should start getting transparent.",
|
|
128677
|
-
"name": "--sbb-teaser-product-background-gradient-start",
|
|
128678
|
-
"default": "25%"
|
|
128679
128629
|
},
|
|
128680
128630
|
{
|
|
128681
|
-
"
|
|
128682
|
-
"name": "
|
|
128683
|
-
"
|
|
128684
|
-
|
|
128685
|
-
|
|
128686
|
-
|
|
128687
|
-
|
|
128688
|
-
|
|
128689
|
-
"name": ""
|
|
128690
|
-
},
|
|
128691
|
-
{
|
|
128692
|
-
"description": "Use this slot to provide an image or a `sbb-image` as a background.",
|
|
128693
|
-
"name": "image"
|
|
128631
|
+
"kind": "field",
|
|
128632
|
+
"name": "language",
|
|
128633
|
+
"privacy": "protected",
|
|
128634
|
+
"default": "new SbbLanguageController(this)",
|
|
128635
|
+
"inheritedFrom": {
|
|
128636
|
+
"name": "SbbLinkBaseElement",
|
|
128637
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128638
|
+
}
|
|
128694
128639
|
},
|
|
128695
|
-
{
|
|
128696
|
-
"description": "Use this slot to provide a footnote.",
|
|
128697
|
-
"name": "footnote"
|
|
128698
|
-
}
|
|
128699
|
-
],
|
|
128700
|
-
"members": [
|
|
128701
128640
|
{
|
|
128702
128641
|
"kind": "field",
|
|
128703
|
-
"name": "
|
|
128642
|
+
"name": "anchorRole",
|
|
128704
128643
|
"type": {
|
|
128705
|
-
"text": "string"
|
|
128644
|
+
"text": "string | null"
|
|
128706
128645
|
},
|
|
128707
|
-
"privacy": "
|
|
128708
|
-
"static": true,
|
|
128646
|
+
"privacy": "protected",
|
|
128709
128647
|
"readonly": true,
|
|
128648
|
+
"default": "null",
|
|
128710
128649
|
"inheritedFrom": {
|
|
128711
|
-
"name": "
|
|
128712
|
-
"module": "core/base-elements/element.js"
|
|
128713
|
-
}
|
|
128714
|
-
"default": "'sbb-teaser-product-static'"
|
|
128650
|
+
"name": "SbbLinkBaseElement",
|
|
128651
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128652
|
+
}
|
|
128715
128653
|
},
|
|
128716
128654
|
{
|
|
128717
128655
|
"kind": "field",
|
|
128718
|
-
"name": "
|
|
128719
|
-
"
|
|
128720
|
-
"text": "'after' | 'before'"
|
|
128721
|
-
},
|
|
128722
|
-
"privacy": "public",
|
|
128723
|
-
"default": "'after'",
|
|
128724
|
-
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
128725
|
-
"attribute": "image-alignment",
|
|
128726
|
-
"reflects": true,
|
|
128656
|
+
"name": "_evaluateRelAttribute",
|
|
128657
|
+
"privacy": "private",
|
|
128727
128658
|
"inheritedFrom": {
|
|
128728
|
-
"name": "
|
|
128729
|
-
"module": "
|
|
128659
|
+
"name": "SbbLinkBaseElement",
|
|
128660
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128730
128661
|
}
|
|
128731
128662
|
},
|
|
128732
128663
|
{
|
|
128733
128664
|
"kind": "method",
|
|
128734
|
-
"name": "
|
|
128665
|
+
"name": "renderLink",
|
|
128735
128666
|
"privacy": "protected",
|
|
128736
128667
|
"return": {
|
|
128737
128668
|
"type": {
|
|
128738
128669
|
"text": "TemplateResult"
|
|
128739
128670
|
}
|
|
128740
128671
|
},
|
|
128741
|
-
"
|
|
128742
|
-
|
|
128743
|
-
|
|
128744
|
-
|
|
128745
|
-
|
|
128746
|
-
|
|
128747
|
-
|
|
128748
|
-
|
|
128749
|
-
"name": "negative",
|
|
128750
|
-
"type": {
|
|
128751
|
-
"text": "boolean"
|
|
128752
|
-
},
|
|
128753
|
-
"privacy": "public",
|
|
128754
|
-
"default": "false",
|
|
128755
|
-
"description": "Negative coloring variant flag.",
|
|
128756
|
-
"attribute": "negative",
|
|
128757
|
-
"reflects": true,
|
|
128672
|
+
"parameters": [
|
|
128673
|
+
{
|
|
128674
|
+
"name": "renderContent",
|
|
128675
|
+
"type": {
|
|
128676
|
+
"text": "TemplateResult"
|
|
128677
|
+
}
|
|
128678
|
+
}
|
|
128679
|
+
],
|
|
128758
128680
|
"inheritedFrom": {
|
|
128759
|
-
"name": "
|
|
128760
|
-
"module": "core/
|
|
128681
|
+
"name": "SbbLinkBaseElement",
|
|
128682
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128761
128683
|
}
|
|
128762
128684
|
},
|
|
128763
128685
|
{
|
|
@@ -128913,10 +128835,10 @@
|
|
|
128913
128835
|
}
|
|
128914
128836
|
],
|
|
128915
128837
|
"superclass": {
|
|
128916
|
-
"name": "
|
|
128838
|
+
"name": "SbbLinkBaseElement",
|
|
128917
128839
|
"module": "core/base-elements.js"
|
|
128918
128840
|
},
|
|
128919
|
-
"tagName": "sbb-teaser-product
|
|
128841
|
+
"tagName": "sbb-teaser-product",
|
|
128920
128842
|
"customElement": true,
|
|
128921
128843
|
"attributes": [
|
|
128922
128844
|
{
|
|
@@ -128944,6 +128866,84 @@
|
|
|
128944
128866
|
"name": "SbbNegativeMixin",
|
|
128945
128867
|
"module": "core/mixins/negative-mixin.js"
|
|
128946
128868
|
}
|
|
128869
|
+
},
|
|
128870
|
+
{
|
|
128871
|
+
"name": "href",
|
|
128872
|
+
"type": {
|
|
128873
|
+
"text": "string"
|
|
128874
|
+
},
|
|
128875
|
+
"default": "''",
|
|
128876
|
+
"description": "The href value you want to link to.",
|
|
128877
|
+
"fieldName": "href",
|
|
128878
|
+
"inheritedFrom": {
|
|
128879
|
+
"name": "SbbLinkBaseElement",
|
|
128880
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128881
|
+
}
|
|
128882
|
+
},
|
|
128883
|
+
{
|
|
128884
|
+
"name": "target",
|
|
128885
|
+
"type": {
|
|
128886
|
+
"text": "LinkTargetType | string"
|
|
128887
|
+
},
|
|
128888
|
+
"default": "''",
|
|
128889
|
+
"description": "Where to display the linked URL.",
|
|
128890
|
+
"fieldName": "target",
|
|
128891
|
+
"inheritedFrom": {
|
|
128892
|
+
"name": "SbbLinkBaseElement",
|
|
128893
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128894
|
+
}
|
|
128895
|
+
},
|
|
128896
|
+
{
|
|
128897
|
+
"name": "rel",
|
|
128898
|
+
"type": {
|
|
128899
|
+
"text": "string"
|
|
128900
|
+
},
|
|
128901
|
+
"default": "''",
|
|
128902
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128903
|
+
"fieldName": "rel",
|
|
128904
|
+
"inheritedFrom": {
|
|
128905
|
+
"name": "SbbLinkBaseElement",
|
|
128906
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128907
|
+
}
|
|
128908
|
+
},
|
|
128909
|
+
{
|
|
128910
|
+
"name": "download",
|
|
128911
|
+
"type": {
|
|
128912
|
+
"text": "boolean"
|
|
128913
|
+
},
|
|
128914
|
+
"default": "false",
|
|
128915
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
128916
|
+
"fieldName": "download",
|
|
128917
|
+
"inheritedFrom": {
|
|
128918
|
+
"name": "SbbLinkBaseElement",
|
|
128919
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128920
|
+
}
|
|
128921
|
+
},
|
|
128922
|
+
{
|
|
128923
|
+
"name": "accessibility-label",
|
|
128924
|
+
"type": {
|
|
128925
|
+
"text": "string"
|
|
128926
|
+
},
|
|
128927
|
+
"default": "''",
|
|
128928
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128929
|
+
"fieldName": "accessibilityLabel",
|
|
128930
|
+
"inheritedFrom": {
|
|
128931
|
+
"name": "SbbLinkBaseElement",
|
|
128932
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128933
|
+
}
|
|
128934
|
+
},
|
|
128935
|
+
{
|
|
128936
|
+
"name": "accessibility-current",
|
|
128937
|
+
"type": {
|
|
128938
|
+
"text": "string"
|
|
128939
|
+
},
|
|
128940
|
+
"default": "''",
|
|
128941
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128942
|
+
"fieldName": "accessibilityCurrent",
|
|
128943
|
+
"inheritedFrom": {
|
|
128944
|
+
"name": "SbbLinkBaseElement",
|
|
128945
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128946
|
+
}
|
|
128947
128947
|
}
|
|
128948
128948
|
]
|
|
128949
128949
|
}
|
|
@@ -128951,10 +128951,10 @@
|
|
|
128951
128951
|
"exports": [
|
|
128952
128952
|
{
|
|
128953
128953
|
"kind": "js",
|
|
128954
|
-
"name": "
|
|
128954
|
+
"name": "SbbTeaserProductElement",
|
|
128955
128955
|
"declaration": {
|
|
128956
|
-
"name": "
|
|
128957
|
-
"module": "teaser-product/teaser-product
|
|
128956
|
+
"name": "SbbTeaserProductElement",
|
|
128957
|
+
"module": "teaser-product/teaser-product/teaser-product.component.js"
|
|
128958
128958
|
}
|
|
128959
128959
|
}
|
|
128960
128960
|
]
|