@sbb-esta/lyne-elements-dev 4.12.1-dev.1777961178 → 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 +687 -687
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -94658,253 +94658,6 @@
|
|
|
94658
94658
|
}
|
|
94659
94659
|
]
|
|
94660
94660
|
},
|
|
94661
|
-
{
|
|
94662
|
-
"kind": "javascript-module",
|
|
94663
|
-
"path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
|
|
94664
|
-
"declarations": [
|
|
94665
|
-
{
|
|
94666
|
-
"kind": "class",
|
|
94667
|
-
"description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
|
|
94668
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
94669
|
-
"slots": [
|
|
94670
|
-
{
|
|
94671
|
-
"description": "Use the unnamed slot to display a custom description text after the counter.",
|
|
94672
|
-
"name": "",
|
|
94673
|
-
"inheritedFrom": {
|
|
94674
|
-
"name": "SbbHintElement",
|
|
94675
|
-
"module": "form-field/hint/hint.component.js"
|
|
94676
|
-
}
|
|
94677
|
-
}
|
|
94678
|
-
],
|
|
94679
|
-
"members": [
|
|
94680
|
-
{
|
|
94681
|
-
"kind": "field",
|
|
94682
|
-
"name": "elementName",
|
|
94683
|
-
"type": {
|
|
94684
|
-
"text": "string"
|
|
94685
|
-
},
|
|
94686
|
-
"privacy": "public",
|
|
94687
|
-
"static": true,
|
|
94688
|
-
"readonly": true,
|
|
94689
|
-
"default": "'sbb-form-field-text-counter'",
|
|
94690
|
-
"inheritedFrom": {
|
|
94691
|
-
"name": "SbbElement",
|
|
94692
|
-
"module": "core/base-elements/element.js"
|
|
94693
|
-
}
|
|
94694
|
-
},
|
|
94695
|
-
{
|
|
94696
|
-
"kind": "field",
|
|
94697
|
-
"name": "_remainingCharacters",
|
|
94698
|
-
"type": {
|
|
94699
|
-
"text": "number"
|
|
94700
|
-
},
|
|
94701
|
-
"privacy": "private",
|
|
94702
|
-
"default": "0"
|
|
94703
|
-
},
|
|
94704
|
-
{
|
|
94705
|
-
"kind": "field",
|
|
94706
|
-
"name": "_language",
|
|
94707
|
-
"privacy": "private",
|
|
94708
|
-
"default": "new SbbLanguageController(this)"
|
|
94709
|
-
},
|
|
94710
|
-
{
|
|
94711
|
-
"kind": "field",
|
|
94712
|
-
"name": "_abortController",
|
|
94713
|
-
"type": {
|
|
94714
|
-
"text": "AbortController | null"
|
|
94715
|
-
},
|
|
94716
|
-
"privacy": "private",
|
|
94717
|
-
"default": "null"
|
|
94718
|
-
},
|
|
94719
|
-
{
|
|
94720
|
-
"kind": "method",
|
|
94721
|
-
"name": "_onInputUpdate",
|
|
94722
|
-
"privacy": "private",
|
|
94723
|
-
"return": {
|
|
94724
|
-
"type": {
|
|
94725
|
-
"text": "void"
|
|
94726
|
-
}
|
|
94727
|
-
}
|
|
94728
|
-
},
|
|
94729
|
-
{
|
|
94730
|
-
"kind": "method",
|
|
94731
|
-
"name": "_infoText",
|
|
94732
|
-
"privacy": "private",
|
|
94733
|
-
"return": {
|
|
94734
|
-
"type": {
|
|
94735
|
-
"text": "string"
|
|
94736
|
-
}
|
|
94737
|
-
}
|
|
94738
|
-
},
|
|
94739
|
-
{
|
|
94740
|
-
"kind": "field",
|
|
94741
|
-
"name": "negative",
|
|
94742
|
-
"type": {
|
|
94743
|
-
"text": "boolean"
|
|
94744
|
-
},
|
|
94745
|
-
"privacy": "public",
|
|
94746
|
-
"default": "false",
|
|
94747
|
-
"description": "Negative coloring variant flag.",
|
|
94748
|
-
"attribute": "negative",
|
|
94749
|
-
"reflects": true,
|
|
94750
|
-
"inheritedFrom": {
|
|
94751
|
-
"name": "SbbNegativeMixin",
|
|
94752
|
-
"module": "core/mixins/negative-mixin.js"
|
|
94753
|
-
}
|
|
94754
|
-
},
|
|
94755
|
-
{
|
|
94756
|
-
"kind": "field",
|
|
94757
|
-
"name": "formField",
|
|
94758
|
-
"type": {
|
|
94759
|
-
"text": "SbbFormFieldElement | null"
|
|
94760
|
-
},
|
|
94761
|
-
"privacy": "protected",
|
|
94762
|
-
"default": "null",
|
|
94763
|
-
"inheritedFrom": {
|
|
94764
|
-
"name": "SbbHintElement",
|
|
94765
|
-
"module": "form-field/hint/hint.component.js"
|
|
94766
|
-
}
|
|
94767
|
-
},
|
|
94768
|
-
{
|
|
94769
|
-
"kind": "field",
|
|
94770
|
-
"name": "_hydrationRequired",
|
|
94771
|
-
"type": {
|
|
94772
|
-
"text": "boolean"
|
|
94773
|
-
},
|
|
94774
|
-
"privacy": "private",
|
|
94775
|
-
"default": "!!this.shadowRoot",
|
|
94776
|
-
"inheritedFrom": {
|
|
94777
|
-
"name": "SbbElement",
|
|
94778
|
-
"module": "core/base-elements/element.js"
|
|
94779
|
-
}
|
|
94780
|
-
},
|
|
94781
|
-
{
|
|
94782
|
-
"kind": "field",
|
|
94783
|
-
"name": "_hydrationComplete",
|
|
94784
|
-
"privacy": "private",
|
|
94785
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
94786
|
-
"inheritedFrom": {
|
|
94787
|
-
"name": "SbbElement",
|
|
94788
|
-
"module": "core/base-elements/element.js"
|
|
94789
|
-
}
|
|
94790
|
-
},
|
|
94791
|
-
{
|
|
94792
|
-
"kind": "field",
|
|
94793
|
-
"name": "_resolveHydration",
|
|
94794
|
-
"type": {
|
|
94795
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
94796
|
-
},
|
|
94797
|
-
"privacy": "private",
|
|
94798
|
-
"inheritedFrom": {
|
|
94799
|
-
"name": "SbbElement",
|
|
94800
|
-
"module": "core/base-elements/element.js"
|
|
94801
|
-
}
|
|
94802
|
-
},
|
|
94803
|
-
{
|
|
94804
|
-
"kind": "field",
|
|
94805
|
-
"name": "hydrationRequired",
|
|
94806
|
-
"type": {
|
|
94807
|
-
"text": "boolean"
|
|
94808
|
-
},
|
|
94809
|
-
"privacy": "protected",
|
|
94810
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
94811
|
-
"readonly": true,
|
|
94812
|
-
"inheritedFrom": {
|
|
94813
|
-
"name": "SbbElement",
|
|
94814
|
-
"module": "core/base-elements/element.js"
|
|
94815
|
-
},
|
|
94816
|
-
"default": "!!this.shadowRoot"
|
|
94817
|
-
},
|
|
94818
|
-
{
|
|
94819
|
-
"kind": "method",
|
|
94820
|
-
"name": "toggleState",
|
|
94821
|
-
"privacy": "protected",
|
|
94822
|
-
"return": {
|
|
94823
|
-
"type": {
|
|
94824
|
-
"text": "void"
|
|
94825
|
-
}
|
|
94826
|
-
},
|
|
94827
|
-
"parameters": [
|
|
94828
|
-
{
|
|
94829
|
-
"name": "value",
|
|
94830
|
-
"type": {
|
|
94831
|
-
"text": "string"
|
|
94832
|
-
}
|
|
94833
|
-
},
|
|
94834
|
-
{
|
|
94835
|
-
"name": "force",
|
|
94836
|
-
"optional": true,
|
|
94837
|
-
"type": {
|
|
94838
|
-
"text": "boolean"
|
|
94839
|
-
}
|
|
94840
|
-
}
|
|
94841
|
-
],
|
|
94842
|
-
"inheritedFrom": {
|
|
94843
|
-
"name": "SbbElement",
|
|
94844
|
-
"module": "core/base-elements/element.js"
|
|
94845
|
-
}
|
|
94846
|
-
},
|
|
94847
|
-
{
|
|
94848
|
-
"kind": "field",
|
|
94849
|
-
"name": "['_$sbbElement$']",
|
|
94850
|
-
"type": {
|
|
94851
|
-
"text": "boolean"
|
|
94852
|
-
},
|
|
94853
|
-
"privacy": "public",
|
|
94854
|
-
"static": true,
|
|
94855
|
-
"default": "true",
|
|
94856
|
-
"inheritedFrom": {
|
|
94857
|
-
"name": "SbbElement",
|
|
94858
|
-
"module": "core/base-elements/element.js"
|
|
94859
|
-
}
|
|
94860
|
-
},
|
|
94861
|
-
{
|
|
94862
|
-
"kind": "field",
|
|
94863
|
-
"name": "_controllers",
|
|
94864
|
-
"type": {
|
|
94865
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
94866
|
-
},
|
|
94867
|
-
"privacy": "private",
|
|
94868
|
-
"inheritedFrom": {
|
|
94869
|
-
"name": "SbbElement",
|
|
94870
|
-
"module": "core/base-elements/element.js"
|
|
94871
|
-
}
|
|
94872
|
-
}
|
|
94873
|
-
],
|
|
94874
|
-
"superclass": {
|
|
94875
|
-
"name": "SbbHintElement",
|
|
94876
|
-
"module": "form-field/hint/hint.component.js"
|
|
94877
|
-
},
|
|
94878
|
-
"tagName": "sbb-form-field-text-counter",
|
|
94879
|
-
"customElement": true,
|
|
94880
|
-
"attributes": [
|
|
94881
|
-
{
|
|
94882
|
-
"name": "negative",
|
|
94883
|
-
"type": {
|
|
94884
|
-
"text": "boolean"
|
|
94885
|
-
},
|
|
94886
|
-
"default": "false",
|
|
94887
|
-
"description": "Negative coloring variant flag.",
|
|
94888
|
-
"fieldName": "negative",
|
|
94889
|
-
"inheritedFrom": {
|
|
94890
|
-
"name": "SbbNegativeMixin",
|
|
94891
|
-
"module": "core/mixins/negative-mixin.js"
|
|
94892
|
-
}
|
|
94893
|
-
}
|
|
94894
|
-
]
|
|
94895
|
-
}
|
|
94896
|
-
],
|
|
94897
|
-
"exports": [
|
|
94898
|
-
{
|
|
94899
|
-
"kind": "js",
|
|
94900
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
94901
|
-
"declaration": {
|
|
94902
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
94903
|
-
"module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
|
|
94904
|
-
}
|
|
94905
|
-
}
|
|
94906
|
-
]
|
|
94907
|
-
},
|
|
94908
94661
|
{
|
|
94909
94662
|
"kind": "javascript-module",
|
|
94910
94663
|
"path": "form-field/form-field-clear/form-field-clear.component.js",
|
|
@@ -95715,16 +95468,20 @@
|
|
|
95715
95468
|
},
|
|
95716
95469
|
{
|
|
95717
95470
|
"kind": "javascript-module",
|
|
95718
|
-
"path": "form-field/
|
|
95471
|
+
"path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
|
|
95719
95472
|
"declarations": [
|
|
95720
95473
|
{
|
|
95721
95474
|
"kind": "class",
|
|
95722
|
-
"description": "It displays a
|
|
95723
|
-
"name": "
|
|
95475
|
+
"description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
|
|
95476
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
95724
95477
|
"slots": [
|
|
95725
95478
|
{
|
|
95726
|
-
"description": "Use the unnamed slot to display the
|
|
95727
|
-
"name": ""
|
|
95479
|
+
"description": "Use the unnamed slot to display a custom description text after the counter.",
|
|
95480
|
+
"name": "",
|
|
95481
|
+
"inheritedFrom": {
|
|
95482
|
+
"name": "SbbHintElement",
|
|
95483
|
+
"module": "form-field/hint/hint.component.js"
|
|
95484
|
+
}
|
|
95728
95485
|
}
|
|
95729
95486
|
],
|
|
95730
95487
|
"members": [
|
|
@@ -95737,7 +95494,7 @@
|
|
|
95737
95494
|
"privacy": "public",
|
|
95738
95495
|
"static": true,
|
|
95739
95496
|
"readonly": true,
|
|
95740
|
-
"default": "'sbb-
|
|
95497
|
+
"default": "'sbb-form-field-text-counter'",
|
|
95741
95498
|
"inheritedFrom": {
|
|
95742
95499
|
"name": "SbbElement",
|
|
95743
95500
|
"module": "core/base-elements/element.js"
|
|
@@ -95745,11 +95502,254 @@
|
|
|
95745
95502
|
},
|
|
95746
95503
|
{
|
|
95747
95504
|
"kind": "field",
|
|
95748
|
-
"name": "
|
|
95505
|
+
"name": "_remainingCharacters",
|
|
95749
95506
|
"type": {
|
|
95750
|
-
"text": "
|
|
95507
|
+
"text": "number"
|
|
95751
95508
|
},
|
|
95752
|
-
"privacy": "
|
|
95509
|
+
"privacy": "private",
|
|
95510
|
+
"default": "0"
|
|
95511
|
+
},
|
|
95512
|
+
{
|
|
95513
|
+
"kind": "field",
|
|
95514
|
+
"name": "_language",
|
|
95515
|
+
"privacy": "private",
|
|
95516
|
+
"default": "new SbbLanguageController(this)"
|
|
95517
|
+
},
|
|
95518
|
+
{
|
|
95519
|
+
"kind": "field",
|
|
95520
|
+
"name": "_abortController",
|
|
95521
|
+
"type": {
|
|
95522
|
+
"text": "AbortController | null"
|
|
95523
|
+
},
|
|
95524
|
+
"privacy": "private",
|
|
95525
|
+
"default": "null"
|
|
95526
|
+
},
|
|
95527
|
+
{
|
|
95528
|
+
"kind": "method",
|
|
95529
|
+
"name": "_onInputUpdate",
|
|
95530
|
+
"privacy": "private",
|
|
95531
|
+
"return": {
|
|
95532
|
+
"type": {
|
|
95533
|
+
"text": "void"
|
|
95534
|
+
}
|
|
95535
|
+
}
|
|
95536
|
+
},
|
|
95537
|
+
{
|
|
95538
|
+
"kind": "method",
|
|
95539
|
+
"name": "_infoText",
|
|
95540
|
+
"privacy": "private",
|
|
95541
|
+
"return": {
|
|
95542
|
+
"type": {
|
|
95543
|
+
"text": "string"
|
|
95544
|
+
}
|
|
95545
|
+
}
|
|
95546
|
+
},
|
|
95547
|
+
{
|
|
95548
|
+
"kind": "field",
|
|
95549
|
+
"name": "negative",
|
|
95550
|
+
"type": {
|
|
95551
|
+
"text": "boolean"
|
|
95552
|
+
},
|
|
95553
|
+
"privacy": "public",
|
|
95554
|
+
"default": "false",
|
|
95555
|
+
"description": "Negative coloring variant flag.",
|
|
95556
|
+
"attribute": "negative",
|
|
95557
|
+
"reflects": true,
|
|
95558
|
+
"inheritedFrom": {
|
|
95559
|
+
"name": "SbbNegativeMixin",
|
|
95560
|
+
"module": "core/mixins/negative-mixin.js"
|
|
95561
|
+
}
|
|
95562
|
+
},
|
|
95563
|
+
{
|
|
95564
|
+
"kind": "field",
|
|
95565
|
+
"name": "formField",
|
|
95566
|
+
"type": {
|
|
95567
|
+
"text": "SbbFormFieldElement | null"
|
|
95568
|
+
},
|
|
95569
|
+
"privacy": "protected",
|
|
95570
|
+
"default": "null",
|
|
95571
|
+
"inheritedFrom": {
|
|
95572
|
+
"name": "SbbHintElement",
|
|
95573
|
+
"module": "form-field/hint/hint.component.js"
|
|
95574
|
+
}
|
|
95575
|
+
},
|
|
95576
|
+
{
|
|
95577
|
+
"kind": "field",
|
|
95578
|
+
"name": "_hydrationRequired",
|
|
95579
|
+
"type": {
|
|
95580
|
+
"text": "boolean"
|
|
95581
|
+
},
|
|
95582
|
+
"privacy": "private",
|
|
95583
|
+
"default": "!!this.shadowRoot",
|
|
95584
|
+
"inheritedFrom": {
|
|
95585
|
+
"name": "SbbElement",
|
|
95586
|
+
"module": "core/base-elements/element.js"
|
|
95587
|
+
}
|
|
95588
|
+
},
|
|
95589
|
+
{
|
|
95590
|
+
"kind": "field",
|
|
95591
|
+
"name": "_hydrationComplete",
|
|
95592
|
+
"privacy": "private",
|
|
95593
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
95594
|
+
"inheritedFrom": {
|
|
95595
|
+
"name": "SbbElement",
|
|
95596
|
+
"module": "core/base-elements/element.js"
|
|
95597
|
+
}
|
|
95598
|
+
},
|
|
95599
|
+
{
|
|
95600
|
+
"kind": "field",
|
|
95601
|
+
"name": "_resolveHydration",
|
|
95602
|
+
"type": {
|
|
95603
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
95604
|
+
},
|
|
95605
|
+
"privacy": "private",
|
|
95606
|
+
"inheritedFrom": {
|
|
95607
|
+
"name": "SbbElement",
|
|
95608
|
+
"module": "core/base-elements/element.js"
|
|
95609
|
+
}
|
|
95610
|
+
},
|
|
95611
|
+
{
|
|
95612
|
+
"kind": "field",
|
|
95613
|
+
"name": "hydrationRequired",
|
|
95614
|
+
"type": {
|
|
95615
|
+
"text": "boolean"
|
|
95616
|
+
},
|
|
95617
|
+
"privacy": "protected",
|
|
95618
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
95619
|
+
"readonly": true,
|
|
95620
|
+
"inheritedFrom": {
|
|
95621
|
+
"name": "SbbElement",
|
|
95622
|
+
"module": "core/base-elements/element.js"
|
|
95623
|
+
},
|
|
95624
|
+
"default": "!!this.shadowRoot"
|
|
95625
|
+
},
|
|
95626
|
+
{
|
|
95627
|
+
"kind": "method",
|
|
95628
|
+
"name": "toggleState",
|
|
95629
|
+
"privacy": "protected",
|
|
95630
|
+
"return": {
|
|
95631
|
+
"type": {
|
|
95632
|
+
"text": "void"
|
|
95633
|
+
}
|
|
95634
|
+
},
|
|
95635
|
+
"parameters": [
|
|
95636
|
+
{
|
|
95637
|
+
"name": "value",
|
|
95638
|
+
"type": {
|
|
95639
|
+
"text": "string"
|
|
95640
|
+
}
|
|
95641
|
+
},
|
|
95642
|
+
{
|
|
95643
|
+
"name": "force",
|
|
95644
|
+
"optional": true,
|
|
95645
|
+
"type": {
|
|
95646
|
+
"text": "boolean"
|
|
95647
|
+
}
|
|
95648
|
+
}
|
|
95649
|
+
],
|
|
95650
|
+
"inheritedFrom": {
|
|
95651
|
+
"name": "SbbElement",
|
|
95652
|
+
"module": "core/base-elements/element.js"
|
|
95653
|
+
}
|
|
95654
|
+
},
|
|
95655
|
+
{
|
|
95656
|
+
"kind": "field",
|
|
95657
|
+
"name": "['_$sbbElement$']",
|
|
95658
|
+
"type": {
|
|
95659
|
+
"text": "boolean"
|
|
95660
|
+
},
|
|
95661
|
+
"privacy": "public",
|
|
95662
|
+
"static": true,
|
|
95663
|
+
"default": "true",
|
|
95664
|
+
"inheritedFrom": {
|
|
95665
|
+
"name": "SbbElement",
|
|
95666
|
+
"module": "core/base-elements/element.js"
|
|
95667
|
+
}
|
|
95668
|
+
},
|
|
95669
|
+
{
|
|
95670
|
+
"kind": "field",
|
|
95671
|
+
"name": "_controllers",
|
|
95672
|
+
"type": {
|
|
95673
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
95674
|
+
},
|
|
95675
|
+
"privacy": "private",
|
|
95676
|
+
"inheritedFrom": {
|
|
95677
|
+
"name": "SbbElement",
|
|
95678
|
+
"module": "core/base-elements/element.js"
|
|
95679
|
+
}
|
|
95680
|
+
}
|
|
95681
|
+
],
|
|
95682
|
+
"superclass": {
|
|
95683
|
+
"name": "SbbHintElement",
|
|
95684
|
+
"module": "form-field/hint/hint.component.js"
|
|
95685
|
+
},
|
|
95686
|
+
"tagName": "sbb-form-field-text-counter",
|
|
95687
|
+
"customElement": true,
|
|
95688
|
+
"attributes": [
|
|
95689
|
+
{
|
|
95690
|
+
"name": "negative",
|
|
95691
|
+
"type": {
|
|
95692
|
+
"text": "boolean"
|
|
95693
|
+
},
|
|
95694
|
+
"default": "false",
|
|
95695
|
+
"description": "Negative coloring variant flag.",
|
|
95696
|
+
"fieldName": "negative",
|
|
95697
|
+
"inheritedFrom": {
|
|
95698
|
+
"name": "SbbNegativeMixin",
|
|
95699
|
+
"module": "core/mixins/negative-mixin.js"
|
|
95700
|
+
}
|
|
95701
|
+
}
|
|
95702
|
+
]
|
|
95703
|
+
}
|
|
95704
|
+
],
|
|
95705
|
+
"exports": [
|
|
95706
|
+
{
|
|
95707
|
+
"kind": "js",
|
|
95708
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
95709
|
+
"declaration": {
|
|
95710
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
95711
|
+
"module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
|
|
95712
|
+
}
|
|
95713
|
+
}
|
|
95714
|
+
]
|
|
95715
|
+
},
|
|
95716
|
+
{
|
|
95717
|
+
"kind": "javascript-module",
|
|
95718
|
+
"path": "form-field/hint/hint.component.js",
|
|
95719
|
+
"declarations": [
|
|
95720
|
+
{
|
|
95721
|
+
"kind": "class",
|
|
95722
|
+
"description": "It displays a hint message in the `sbb-form-field`.",
|
|
95723
|
+
"name": "SbbHintElement",
|
|
95724
|
+
"slots": [
|
|
95725
|
+
{
|
|
95726
|
+
"description": "Use the unnamed slot to display the hint message.",
|
|
95727
|
+
"name": ""
|
|
95728
|
+
}
|
|
95729
|
+
],
|
|
95730
|
+
"members": [
|
|
95731
|
+
{
|
|
95732
|
+
"kind": "field",
|
|
95733
|
+
"name": "elementName",
|
|
95734
|
+
"type": {
|
|
95735
|
+
"text": "string"
|
|
95736
|
+
},
|
|
95737
|
+
"privacy": "public",
|
|
95738
|
+
"static": true,
|
|
95739
|
+
"readonly": true,
|
|
95740
|
+
"default": "'sbb-hint'",
|
|
95741
|
+
"inheritedFrom": {
|
|
95742
|
+
"name": "SbbElement",
|
|
95743
|
+
"module": "core/base-elements/element.js"
|
|
95744
|
+
}
|
|
95745
|
+
},
|
|
95746
|
+
{
|
|
95747
|
+
"kind": "field",
|
|
95748
|
+
"name": "formField",
|
|
95749
|
+
"type": {
|
|
95750
|
+
"text": "SbbFormFieldElement | null"
|
|
95751
|
+
},
|
|
95752
|
+
"privacy": "protected",
|
|
95753
95753
|
"default": "null"
|
|
95754
95754
|
},
|
|
95755
95755
|
{
|
|
@@ -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",
|
|
@@ -98438,6 +98252,192 @@
|
|
|
98438
98252
|
}
|
|
98439
98253
|
]
|
|
98440
98254
|
},
|
|
98255
|
+
{
|
|
98256
|
+
"kind": "javascript-module",
|
|
98257
|
+
"path": "header/header-environment/header-environment.component.js",
|
|
98258
|
+
"declarations": [
|
|
98259
|
+
{
|
|
98260
|
+
"kind": "class",
|
|
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
|
+
],
|
|
98275
|
+
"slots": [
|
|
98276
|
+
{
|
|
98277
|
+
"description": "Use the unnamed slot to add the environment.",
|
|
98278
|
+
"name": ""
|
|
98279
|
+
}
|
|
98280
|
+
],
|
|
98281
|
+
"members": [
|
|
98282
|
+
{
|
|
98283
|
+
"kind": "field",
|
|
98284
|
+
"name": "elementName",
|
|
98285
|
+
"type": {
|
|
98286
|
+
"text": "string"
|
|
98287
|
+
},
|
|
98288
|
+
"privacy": "public",
|
|
98289
|
+
"static": true,
|
|
98290
|
+
"readonly": true,
|
|
98291
|
+
"default": "'sbb-header-environment'",
|
|
98292
|
+
"inheritedFrom": {
|
|
98293
|
+
"name": "SbbElement",
|
|
98294
|
+
"module": "core/base-elements/element.js"
|
|
98295
|
+
}
|
|
98296
|
+
},
|
|
98297
|
+
{
|
|
98298
|
+
"kind": "field",
|
|
98299
|
+
"name": "_env",
|
|
98300
|
+
"type": {
|
|
98301
|
+
"text": "string | null"
|
|
98302
|
+
},
|
|
98303
|
+
"privacy": "private",
|
|
98304
|
+
"default": "null"
|
|
98305
|
+
},
|
|
98306
|
+
{
|
|
98307
|
+
"kind": "method",
|
|
98308
|
+
"name": "_slottedTextChange",
|
|
98309
|
+
"privacy": "private",
|
|
98310
|
+
"return": {
|
|
98311
|
+
"type": {
|
|
98312
|
+
"text": "void"
|
|
98313
|
+
}
|
|
98314
|
+
}
|
|
98315
|
+
},
|
|
98316
|
+
{
|
|
98317
|
+
"kind": "field",
|
|
98318
|
+
"name": "_hydrationRequired",
|
|
98319
|
+
"type": {
|
|
98320
|
+
"text": "boolean"
|
|
98321
|
+
},
|
|
98322
|
+
"privacy": "private",
|
|
98323
|
+
"default": "!!this.shadowRoot",
|
|
98324
|
+
"inheritedFrom": {
|
|
98325
|
+
"name": "SbbElement",
|
|
98326
|
+
"module": "core/base-elements/element.js"
|
|
98327
|
+
}
|
|
98328
|
+
},
|
|
98329
|
+
{
|
|
98330
|
+
"kind": "field",
|
|
98331
|
+
"name": "_hydrationComplete",
|
|
98332
|
+
"privacy": "private",
|
|
98333
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
98334
|
+
"inheritedFrom": {
|
|
98335
|
+
"name": "SbbElement",
|
|
98336
|
+
"module": "core/base-elements/element.js"
|
|
98337
|
+
}
|
|
98338
|
+
},
|
|
98339
|
+
{
|
|
98340
|
+
"kind": "field",
|
|
98341
|
+
"name": "_resolveHydration",
|
|
98342
|
+
"type": {
|
|
98343
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
98344
|
+
},
|
|
98345
|
+
"privacy": "private",
|
|
98346
|
+
"inheritedFrom": {
|
|
98347
|
+
"name": "SbbElement",
|
|
98348
|
+
"module": "core/base-elements/element.js"
|
|
98349
|
+
}
|
|
98350
|
+
},
|
|
98351
|
+
{
|
|
98352
|
+
"kind": "field",
|
|
98353
|
+
"name": "hydrationRequired",
|
|
98354
|
+
"type": {
|
|
98355
|
+
"text": "boolean"
|
|
98356
|
+
},
|
|
98357
|
+
"privacy": "protected",
|
|
98358
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
98359
|
+
"readonly": true,
|
|
98360
|
+
"inheritedFrom": {
|
|
98361
|
+
"name": "SbbElement",
|
|
98362
|
+
"module": "core/base-elements/element.js"
|
|
98363
|
+
},
|
|
98364
|
+
"default": "!!this.shadowRoot"
|
|
98365
|
+
},
|
|
98366
|
+
{
|
|
98367
|
+
"kind": "method",
|
|
98368
|
+
"name": "toggleState",
|
|
98369
|
+
"privacy": "protected",
|
|
98370
|
+
"return": {
|
|
98371
|
+
"type": {
|
|
98372
|
+
"text": "void"
|
|
98373
|
+
}
|
|
98374
|
+
},
|
|
98375
|
+
"parameters": [
|
|
98376
|
+
{
|
|
98377
|
+
"name": "value",
|
|
98378
|
+
"type": {
|
|
98379
|
+
"text": "string"
|
|
98380
|
+
}
|
|
98381
|
+
},
|
|
98382
|
+
{
|
|
98383
|
+
"name": "force",
|
|
98384
|
+
"optional": true,
|
|
98385
|
+
"type": {
|
|
98386
|
+
"text": "boolean"
|
|
98387
|
+
}
|
|
98388
|
+
}
|
|
98389
|
+
],
|
|
98390
|
+
"inheritedFrom": {
|
|
98391
|
+
"name": "SbbElement",
|
|
98392
|
+
"module": "core/base-elements/element.js"
|
|
98393
|
+
}
|
|
98394
|
+
},
|
|
98395
|
+
{
|
|
98396
|
+
"kind": "field",
|
|
98397
|
+
"name": "['_$sbbElement$']",
|
|
98398
|
+
"type": {
|
|
98399
|
+
"text": "boolean"
|
|
98400
|
+
},
|
|
98401
|
+
"privacy": "public",
|
|
98402
|
+
"static": true,
|
|
98403
|
+
"default": "true",
|
|
98404
|
+
"inheritedFrom": {
|
|
98405
|
+
"name": "SbbElement",
|
|
98406
|
+
"module": "core/base-elements/element.js"
|
|
98407
|
+
}
|
|
98408
|
+
},
|
|
98409
|
+
{
|
|
98410
|
+
"kind": "field",
|
|
98411
|
+
"name": "_controllers",
|
|
98412
|
+
"type": {
|
|
98413
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
98414
|
+
},
|
|
98415
|
+
"privacy": "private",
|
|
98416
|
+
"inheritedFrom": {
|
|
98417
|
+
"name": "SbbElement",
|
|
98418
|
+
"module": "core/base-elements/element.js"
|
|
98419
|
+
}
|
|
98420
|
+
}
|
|
98421
|
+
],
|
|
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
98441
|
{
|
|
98442
98442
|
"kind": "javascript-module",
|
|
98443
98443
|
"path": "icon-sidebar/icon-sidebar/icon-sidebar.component.js",
|
|
@@ -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
|
{
|
|
@@ -128570,84 +128421,6 @@
|
|
|
128570
128421
|
"name": "SbbNegativeMixin",
|
|
128571
128422
|
"module": "core/mixins/negative-mixin.js"
|
|
128572
128423
|
}
|
|
128573
|
-
},
|
|
128574
|
-
{
|
|
128575
|
-
"name": "href",
|
|
128576
|
-
"type": {
|
|
128577
|
-
"text": "string"
|
|
128578
|
-
},
|
|
128579
|
-
"default": "''",
|
|
128580
|
-
"description": "The href value you want to link to.",
|
|
128581
|
-
"fieldName": "href",
|
|
128582
|
-
"inheritedFrom": {
|
|
128583
|
-
"name": "SbbLinkBaseElement",
|
|
128584
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128585
|
-
}
|
|
128586
|
-
},
|
|
128587
|
-
{
|
|
128588
|
-
"name": "target",
|
|
128589
|
-
"type": {
|
|
128590
|
-
"text": "LinkTargetType | string"
|
|
128591
|
-
},
|
|
128592
|
-
"default": "''",
|
|
128593
|
-
"description": "Where to display the linked URL.",
|
|
128594
|
-
"fieldName": "target",
|
|
128595
|
-
"inheritedFrom": {
|
|
128596
|
-
"name": "SbbLinkBaseElement",
|
|
128597
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128598
|
-
}
|
|
128599
|
-
},
|
|
128600
|
-
{
|
|
128601
|
-
"name": "rel",
|
|
128602
|
-
"type": {
|
|
128603
|
-
"text": "string"
|
|
128604
|
-
},
|
|
128605
|
-
"default": "''",
|
|
128606
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128607
|
-
"fieldName": "rel",
|
|
128608
|
-
"inheritedFrom": {
|
|
128609
|
-
"name": "SbbLinkBaseElement",
|
|
128610
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128611
|
-
}
|
|
128612
|
-
},
|
|
128613
|
-
{
|
|
128614
|
-
"name": "download",
|
|
128615
|
-
"type": {
|
|
128616
|
-
"text": "boolean"
|
|
128617
|
-
},
|
|
128618
|
-
"default": "false",
|
|
128619
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
128620
|
-
"fieldName": "download",
|
|
128621
|
-
"inheritedFrom": {
|
|
128622
|
-
"name": "SbbLinkBaseElement",
|
|
128623
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128624
|
-
}
|
|
128625
|
-
},
|
|
128626
|
-
{
|
|
128627
|
-
"name": "accessibility-label",
|
|
128628
|
-
"type": {
|
|
128629
|
-
"text": "string"
|
|
128630
|
-
},
|
|
128631
|
-
"default": "''",
|
|
128632
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128633
|
-
"fieldName": "accessibilityLabel",
|
|
128634
|
-
"inheritedFrom": {
|
|
128635
|
-
"name": "SbbLinkBaseElement",
|
|
128636
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128637
|
-
}
|
|
128638
|
-
},
|
|
128639
|
-
{
|
|
128640
|
-
"name": "accessibility-current",
|
|
128641
|
-
"type": {
|
|
128642
|
-
"text": "string"
|
|
128643
|
-
},
|
|
128644
|
-
"default": "''",
|
|
128645
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128646
|
-
"fieldName": "accessibilityCurrent",
|
|
128647
|
-
"inheritedFrom": {
|
|
128648
|
-
"name": "SbbLinkBaseElement",
|
|
128649
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128650
|
-
}
|
|
128651
128424
|
}
|
|
128652
128425
|
]
|
|
128653
128426
|
}
|
|
@@ -128655,22 +128428,22 @@
|
|
|
128655
128428
|
"exports": [
|
|
128656
128429
|
{
|
|
128657
128430
|
"kind": "js",
|
|
128658
|
-
"name": "
|
|
128431
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128659
128432
|
"declaration": {
|
|
128660
|
-
"name": "
|
|
128661
|
-
"module": "teaser-product/teaser-product/teaser-product.component.js"
|
|
128433
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128434
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
128662
128435
|
}
|
|
128663
128436
|
}
|
|
128664
128437
|
]
|
|
128665
128438
|
},
|
|
128666
128439
|
{
|
|
128667
128440
|
"kind": "javascript-module",
|
|
128668
|
-
"path": "teaser-product/teaser-product
|
|
128441
|
+
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
128669
128442
|
"declarations": [
|
|
128670
128443
|
{
|
|
128671
128444
|
"kind": "class",
|
|
128672
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product
|
|
128673
|
-
"name": "
|
|
128445
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product",
|
|
128446
|
+
"name": "SbbTeaserProductElement",
|
|
128674
128447
|
"cssProperties": [
|
|
128675
128448
|
{
|
|
128676
128449
|
"description": "At which percentage the background should start getting transparent.",
|
|
@@ -128711,7 +128484,7 @@
|
|
|
128711
128484
|
"name": "SbbElement",
|
|
128712
128485
|
"module": "core/base-elements/element.js"
|
|
128713
128486
|
},
|
|
128714
|
-
"default": "'sbb-teaser-product
|
|
128487
|
+
"default": "'sbb-teaser-product'"
|
|
128715
128488
|
},
|
|
128716
128489
|
{
|
|
128717
128490
|
"kind": "field",
|
|
@@ -128760,6 +128533,155 @@
|
|
|
128760
128533
|
"module": "core/mixins/negative-mixin.js"
|
|
128761
128534
|
}
|
|
128762
128535
|
},
|
|
128536
|
+
{
|
|
128537
|
+
"kind": "field",
|
|
128538
|
+
"name": "href",
|
|
128539
|
+
"type": {
|
|
128540
|
+
"text": "string"
|
|
128541
|
+
},
|
|
128542
|
+
"privacy": "public",
|
|
128543
|
+
"default": "''",
|
|
128544
|
+
"description": "The href value you want to link to.",
|
|
128545
|
+
"attribute": "href",
|
|
128546
|
+
"reflects": true,
|
|
128547
|
+
"inheritedFrom": {
|
|
128548
|
+
"name": "SbbLinkBaseElement",
|
|
128549
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128550
|
+
}
|
|
128551
|
+
},
|
|
128552
|
+
{
|
|
128553
|
+
"kind": "field",
|
|
128554
|
+
"name": "target",
|
|
128555
|
+
"type": {
|
|
128556
|
+
"text": "LinkTargetType | string"
|
|
128557
|
+
},
|
|
128558
|
+
"privacy": "public",
|
|
128559
|
+
"default": "''",
|
|
128560
|
+
"description": "Where to display the linked URL.",
|
|
128561
|
+
"attribute": "target",
|
|
128562
|
+
"reflects": true,
|
|
128563
|
+
"inheritedFrom": {
|
|
128564
|
+
"name": "SbbLinkBaseElement",
|
|
128565
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128566
|
+
}
|
|
128567
|
+
},
|
|
128568
|
+
{
|
|
128569
|
+
"kind": "field",
|
|
128570
|
+
"name": "rel",
|
|
128571
|
+
"type": {
|
|
128572
|
+
"text": "string"
|
|
128573
|
+
},
|
|
128574
|
+
"privacy": "public",
|
|
128575
|
+
"default": "''",
|
|
128576
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128577
|
+
"attribute": "rel",
|
|
128578
|
+
"reflects": true,
|
|
128579
|
+
"inheritedFrom": {
|
|
128580
|
+
"name": "SbbLinkBaseElement",
|
|
128581
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128582
|
+
}
|
|
128583
|
+
},
|
|
128584
|
+
{
|
|
128585
|
+
"kind": "field",
|
|
128586
|
+
"name": "download",
|
|
128587
|
+
"type": {
|
|
128588
|
+
"text": "boolean"
|
|
128589
|
+
},
|
|
128590
|
+
"privacy": "public",
|
|
128591
|
+
"default": "false",
|
|
128592
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
128593
|
+
"attribute": "download",
|
|
128594
|
+
"reflects": true,
|
|
128595
|
+
"inheritedFrom": {
|
|
128596
|
+
"name": "SbbLinkBaseElement",
|
|
128597
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128598
|
+
}
|
|
128599
|
+
},
|
|
128600
|
+
{
|
|
128601
|
+
"kind": "field",
|
|
128602
|
+
"name": "accessibilityLabel",
|
|
128603
|
+
"type": {
|
|
128604
|
+
"text": "string"
|
|
128605
|
+
},
|
|
128606
|
+
"privacy": "public",
|
|
128607
|
+
"default": "''",
|
|
128608
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128609
|
+
"attribute": "accessibility-label",
|
|
128610
|
+
"inheritedFrom": {
|
|
128611
|
+
"name": "SbbLinkBaseElement",
|
|
128612
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128613
|
+
}
|
|
128614
|
+
},
|
|
128615
|
+
{
|
|
128616
|
+
"kind": "field",
|
|
128617
|
+
"name": "accessibilityCurrent",
|
|
128618
|
+
"type": {
|
|
128619
|
+
"text": "string"
|
|
128620
|
+
},
|
|
128621
|
+
"privacy": "public",
|
|
128622
|
+
"default": "''",
|
|
128623
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128624
|
+
"attribute": "accessibility-current",
|
|
128625
|
+
"inheritedFrom": {
|
|
128626
|
+
"name": "SbbLinkBaseElement",
|
|
128627
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128628
|
+
}
|
|
128629
|
+
},
|
|
128630
|
+
{
|
|
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
|
+
}
|
|
128639
|
+
},
|
|
128640
|
+
{
|
|
128641
|
+
"kind": "field",
|
|
128642
|
+
"name": "anchorRole",
|
|
128643
|
+
"type": {
|
|
128644
|
+
"text": "string | null"
|
|
128645
|
+
},
|
|
128646
|
+
"privacy": "protected",
|
|
128647
|
+
"readonly": true,
|
|
128648
|
+
"default": "null",
|
|
128649
|
+
"inheritedFrom": {
|
|
128650
|
+
"name": "SbbLinkBaseElement",
|
|
128651
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128652
|
+
}
|
|
128653
|
+
},
|
|
128654
|
+
{
|
|
128655
|
+
"kind": "field",
|
|
128656
|
+
"name": "_evaluateRelAttribute",
|
|
128657
|
+
"privacy": "private",
|
|
128658
|
+
"inheritedFrom": {
|
|
128659
|
+
"name": "SbbLinkBaseElement",
|
|
128660
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128661
|
+
}
|
|
128662
|
+
},
|
|
128663
|
+
{
|
|
128664
|
+
"kind": "method",
|
|
128665
|
+
"name": "renderLink",
|
|
128666
|
+
"privacy": "protected",
|
|
128667
|
+
"return": {
|
|
128668
|
+
"type": {
|
|
128669
|
+
"text": "TemplateResult"
|
|
128670
|
+
}
|
|
128671
|
+
},
|
|
128672
|
+
"parameters": [
|
|
128673
|
+
{
|
|
128674
|
+
"name": "renderContent",
|
|
128675
|
+
"type": {
|
|
128676
|
+
"text": "TemplateResult"
|
|
128677
|
+
}
|
|
128678
|
+
}
|
|
128679
|
+
],
|
|
128680
|
+
"inheritedFrom": {
|
|
128681
|
+
"name": "SbbLinkBaseElement",
|
|
128682
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128683
|
+
}
|
|
128684
|
+
},
|
|
128763
128685
|
{
|
|
128764
128686
|
"kind": "field",
|
|
128765
128687
|
"name": "maybeDisabled",
|
|
@@ -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
|
]
|