@sbb-esta/lyne-elements-dev 4.13.0-dev.1780425175 → 4.13.0-dev.1780447762
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 +1328 -1328
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -106594,27 +106594,23 @@
|
|
|
106594
106594
|
},
|
|
106595
106595
|
{
|
|
106596
106596
|
"kind": "javascript-module",
|
|
106597
|
-
"path": "menu/menu
|
|
106597
|
+
"path": "menu/menu/menu.component.js",
|
|
106598
106598
|
"declarations": [
|
|
106599
106599
|
{
|
|
106600
106600
|
"kind": "class",
|
|
106601
|
-
"description": "It displays a
|
|
106602
|
-
"name": "
|
|
106601
|
+
"description": "It displays a contextual menu with one or more action element.",
|
|
106602
|
+
"name": "SbbMenuElement",
|
|
106603
106603
|
"cssProperties": [
|
|
106604
106604
|
{
|
|
106605
|
-
"description": "
|
|
106606
|
-
"name": "--sbb-menu-
|
|
106607
|
-
"default": "var(--sbb-
|
|
106605
|
+
"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`.",
|
|
106606
|
+
"name": "--sbb-menu-z-index",
|
|
106607
|
+
"default": "var(--sbb-overlay-default-z-index)"
|
|
106608
106608
|
}
|
|
106609
106609
|
],
|
|
106610
106610
|
"slots": [
|
|
106611
106611
|
{
|
|
106612
|
-
"description": "Use the unnamed slot to add
|
|
106612
|
+
"description": "Use the unnamed slot to add `sbb-menu-button`/`sbb-menu-link` or other elements to the menu.",
|
|
106613
106613
|
"name": ""
|
|
106614
|
-
},
|
|
106615
|
-
{
|
|
106616
|
-
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
106617
|
-
"name": "icon"
|
|
106618
106614
|
}
|
|
106619
106615
|
],
|
|
106620
106616
|
"members": [
|
|
@@ -106631,261 +106627,274 @@
|
|
|
106631
106627
|
"name": "SbbElement",
|
|
106632
106628
|
"module": "core/base-elements/element.js"
|
|
106633
106629
|
},
|
|
106634
|
-
"default": "'sbb-menu
|
|
106630
|
+
"default": "'sbb-menu'"
|
|
106635
106631
|
},
|
|
106636
106632
|
{
|
|
106637
106633
|
"kind": "field",
|
|
106638
106634
|
"name": "role",
|
|
106639
106635
|
"type": {
|
|
106640
|
-
"text": "
|
|
106636
|
+
"text": "string"
|
|
106641
106637
|
},
|
|
106642
106638
|
"privacy": "public",
|
|
106643
106639
|
"static": true,
|
|
106644
106640
|
"readonly": true,
|
|
106645
|
-
"default": "'
|
|
106646
|
-
"inheritedFrom": {
|
|
106647
|
-
"name": "SbbButtonLikeBaseElement",
|
|
106648
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106649
|
-
}
|
|
106641
|
+
"default": "'menu'"
|
|
106650
106642
|
},
|
|
106651
106643
|
{
|
|
106652
106644
|
"kind": "field",
|
|
106653
|
-
"name": "
|
|
106645
|
+
"name": "trigger",
|
|
106654
106646
|
"type": {
|
|
106655
|
-
"text": "
|
|
106647
|
+
"text": "HTMLElement | null"
|
|
106656
106648
|
},
|
|
106657
106649
|
"privacy": "public",
|
|
106658
|
-
"default": "
|
|
106659
|
-
"description": "
|
|
106660
|
-
"attribute": "
|
|
106661
|
-
"reflects": true,
|
|
106662
|
-
"inheritedFrom": {
|
|
106663
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
106664
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
106665
|
-
}
|
|
106650
|
+
"default": "null",
|
|
106651
|
+
"description": "The element that will trigger the menu overlay.\n\nFor attribute usage, provide an id reference.",
|
|
106652
|
+
"attribute": "trigger"
|
|
106666
106653
|
},
|
|
106667
106654
|
{
|
|
106668
106655
|
"kind": "field",
|
|
106669
|
-
"name": "
|
|
106670
|
-
"privacy": "public",
|
|
106671
|
-
"description": "Whether the component is disabled.",
|
|
106672
|
-
"default": "false",
|
|
106656
|
+
"name": "_menu",
|
|
106673
106657
|
"type": {
|
|
106674
|
-
"text": "
|
|
106658
|
+
"text": "HTMLDivElement"
|
|
106675
106659
|
},
|
|
106676
|
-
"
|
|
106677
|
-
"reflects": true,
|
|
106678
|
-
"inheritedFrom": {
|
|
106679
|
-
"name": "SbbDisabledMixin",
|
|
106680
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
106681
|
-
}
|
|
106660
|
+
"privacy": "private"
|
|
106682
106661
|
},
|
|
106683
106662
|
{
|
|
106684
106663
|
"kind": "field",
|
|
106685
|
-
"name": "
|
|
106664
|
+
"name": "_triggerElement",
|
|
106665
|
+
"type": {
|
|
106666
|
+
"text": "HTMLElement | null"
|
|
106667
|
+
},
|
|
106686
106668
|
"privacy": "private",
|
|
106669
|
+
"default": "null"
|
|
106670
|
+
},
|
|
106671
|
+
{
|
|
106672
|
+
"kind": "field",
|
|
106673
|
+
"name": "_triggerAbortController",
|
|
106674
|
+
"type": {
|
|
106675
|
+
"text": "AbortController"
|
|
106676
|
+
},
|
|
106677
|
+
"privacy": "private"
|
|
106678
|
+
},
|
|
106679
|
+
{
|
|
106680
|
+
"kind": "field",
|
|
106681
|
+
"name": "_isPointerDownEventOnMenu",
|
|
106687
106682
|
"type": {
|
|
106688
106683
|
"text": "boolean"
|
|
106689
106684
|
},
|
|
106690
|
-
"
|
|
106691
|
-
"
|
|
106692
|
-
|
|
106693
|
-
|
|
106694
|
-
|
|
106685
|
+
"privacy": "private",
|
|
106686
|
+
"default": "false"
|
|
106687
|
+
},
|
|
106688
|
+
{
|
|
106689
|
+
"kind": "field",
|
|
106690
|
+
"name": "_windowEventsController",
|
|
106691
|
+
"type": {
|
|
106692
|
+
"text": "AbortController"
|
|
106693
|
+
},
|
|
106694
|
+
"privacy": "private"
|
|
106695
|
+
},
|
|
106696
|
+
{
|
|
106697
|
+
"kind": "field",
|
|
106698
|
+
"name": "_escapableOverlayController",
|
|
106699
|
+
"privacy": "private",
|
|
106700
|
+
"default": "new SbbEscapableOverlayController(this)"
|
|
106701
|
+
},
|
|
106702
|
+
{
|
|
106703
|
+
"kind": "field",
|
|
106704
|
+
"name": "_focusTrapController",
|
|
106705
|
+
"privacy": "private",
|
|
106706
|
+
"default": "new SbbFocusTrapController(this)"
|
|
106707
|
+
},
|
|
106708
|
+
{
|
|
106709
|
+
"kind": "field",
|
|
106710
|
+
"name": "_scrollHandler",
|
|
106711
|
+
"privacy": "private",
|
|
106712
|
+
"default": "new SbbScrollHandler()"
|
|
106713
|
+
},
|
|
106714
|
+
{
|
|
106715
|
+
"kind": "field",
|
|
106716
|
+
"name": "_inertController",
|
|
106717
|
+
"privacy": "private",
|
|
106718
|
+
"default": "new SbbInertController(this)"
|
|
106719
|
+
},
|
|
106720
|
+
{
|
|
106721
|
+
"kind": "field",
|
|
106722
|
+
"name": "_mobileBreakpoint",
|
|
106723
|
+
"privacy": "private",
|
|
106724
|
+
"default": "SbbMediaQueryBreakpointSmallAndBelow"
|
|
106725
|
+
},
|
|
106726
|
+
{
|
|
106727
|
+
"kind": "field",
|
|
106728
|
+
"name": "_mediaMatcher",
|
|
106729
|
+
"privacy": "private",
|
|
106730
|
+
"default": "new SbbMediaMatcherController(this, { [this._mobileBreakpoint]: (matches) => { if (matches && (this.state === 'opening' || this.state === 'opened')) { this._scrollHandler.disableScroll(); } else { this._scrollHandler.enableScroll(); } }, })"
|
|
106731
|
+
},
|
|
106732
|
+
{
|
|
106733
|
+
"kind": "field",
|
|
106734
|
+
"name": "_darkModeController",
|
|
106735
|
+
"privacy": "private",
|
|
106736
|
+
"default": "new SbbDarkModeController(this, () => this._syncNegative())"
|
|
106737
|
+
},
|
|
106738
|
+
{
|
|
106739
|
+
"kind": "field",
|
|
106740
|
+
"name": "_language",
|
|
106741
|
+
"privacy": "private",
|
|
106742
|
+
"default": "new SbbLanguageController(this)"
|
|
106743
|
+
},
|
|
106744
|
+
{
|
|
106745
|
+
"kind": "field",
|
|
106746
|
+
"name": "_nestedMenu",
|
|
106747
|
+
"type": {
|
|
106748
|
+
"text": "SbbMenuElement | null"
|
|
106749
|
+
},
|
|
106750
|
+
"privacy": "private",
|
|
106751
|
+
"default": "null"
|
|
106695
106752
|
},
|
|
106696
106753
|
{
|
|
106697
106754
|
"kind": "method",
|
|
106698
|
-
"name": "
|
|
106699
|
-
"privacy": "
|
|
106755
|
+
"name": "escapeStrategy",
|
|
106756
|
+
"privacy": "public",
|
|
106700
106757
|
"return": {
|
|
106701
106758
|
"type": {
|
|
106702
|
-
"text": "
|
|
106759
|
+
"text": "void"
|
|
106703
106760
|
}
|
|
106704
106761
|
},
|
|
106705
|
-
"description": "
|
|
106762
|
+
"description": "The method which is called on escape key press. Defaults to calling close()",
|
|
106706
106763
|
"inheritedFrom": {
|
|
106707
|
-
"name": "
|
|
106708
|
-
"module": "core/
|
|
106764
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106765
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106709
106766
|
}
|
|
106710
106767
|
},
|
|
106711
106768
|
{
|
|
106712
|
-
"kind": "
|
|
106713
|
-
"name": "
|
|
106714
|
-
"type": {
|
|
106715
|
-
"text": "CSSResultGroup"
|
|
106716
|
-
},
|
|
106769
|
+
"kind": "method",
|
|
106770
|
+
"name": "open",
|
|
106717
106771
|
"privacy": "public",
|
|
106718
|
-
"
|
|
106719
|
-
|
|
106772
|
+
"return": {
|
|
106773
|
+
"type": {
|
|
106774
|
+
"text": "void"
|
|
106775
|
+
}
|
|
106776
|
+
},
|
|
106777
|
+
"description": "Opens the menu on trigger click.",
|
|
106720
106778
|
"inheritedFrom": {
|
|
106721
|
-
"name": "
|
|
106722
|
-
"module": "
|
|
106779
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106780
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106723
106781
|
}
|
|
106724
106782
|
},
|
|
106725
106783
|
{
|
|
106726
106784
|
"kind": "method",
|
|
106727
|
-
"name": "
|
|
106728
|
-
"privacy": "
|
|
106785
|
+
"name": "close",
|
|
106786
|
+
"privacy": "public",
|
|
106729
106787
|
"return": {
|
|
106730
106788
|
"type": {
|
|
106731
|
-
"text": "
|
|
106789
|
+
"text": "void"
|
|
106732
106790
|
}
|
|
106733
106791
|
},
|
|
106734
|
-
"description": "
|
|
106792
|
+
"description": "Closes the menu and all its nested menus.",
|
|
106735
106793
|
"inheritedFrom": {
|
|
106736
|
-
"name": "
|
|
106737
|
-
"module": "core/base-elements/
|
|
106794
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106795
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106738
106796
|
}
|
|
106739
106797
|
},
|
|
106740
106798
|
{
|
|
106741
|
-
"kind": "
|
|
106742
|
-
"name": "
|
|
106743
|
-
"type": {
|
|
106744
|
-
"text": "string"
|
|
106745
|
-
},
|
|
106799
|
+
"kind": "method",
|
|
106800
|
+
"name": "closeAll",
|
|
106746
106801
|
"privacy": "public",
|
|
106747
|
-
"
|
|
106748
|
-
|
|
106749
|
-
|
|
106750
|
-
|
|
106751
|
-
|
|
106752
|
-
|
|
106753
|
-
}
|
|
106802
|
+
"return": {
|
|
106803
|
+
"type": {
|
|
106804
|
+
"text": "void"
|
|
106805
|
+
}
|
|
106806
|
+
},
|
|
106807
|
+
"description": "Closes the menu and all related menus (nested and parent menus)."
|
|
106754
106808
|
},
|
|
106755
106809
|
{
|
|
106756
106810
|
"kind": "method",
|
|
106757
|
-
"name": "
|
|
106758
|
-
"privacy": "
|
|
106811
|
+
"name": "_close",
|
|
106812
|
+
"privacy": "private",
|
|
106759
106813
|
"return": {
|
|
106760
106814
|
"type": {
|
|
106761
|
-
"text": "
|
|
106815
|
+
"text": "void"
|
|
106762
106816
|
}
|
|
106763
106817
|
},
|
|
106764
106818
|
"parameters": [
|
|
106765
106819
|
{
|
|
106766
|
-
"name": "
|
|
106767
|
-
"
|
|
106768
|
-
"
|
|
106769
|
-
|
|
106770
|
-
}
|
|
106820
|
+
"name": "closeAll",
|
|
106821
|
+
"default": "false",
|
|
106822
|
+
"description": "If true, it ensures animations are correct by toggling some states when closing all related menus at once.",
|
|
106823
|
+
"optional": true
|
|
106771
106824
|
}
|
|
106772
|
-
]
|
|
106773
|
-
"inheritedFrom": {
|
|
106774
|
-
"name": "SbbIconNameMixin",
|
|
106775
|
-
"module": "icon/icon-name-mixin.js"
|
|
106776
|
-
}
|
|
106825
|
+
]
|
|
106777
106826
|
},
|
|
106778
106827
|
{
|
|
106779
106828
|
"kind": "method",
|
|
106780
|
-
"name": "
|
|
106781
|
-
"privacy": "
|
|
106829
|
+
"name": "_isZeroAnimationDuration",
|
|
106830
|
+
"privacy": "private",
|
|
106782
106831
|
"return": {
|
|
106783
106832
|
"type": {
|
|
106784
|
-
"text": "
|
|
106833
|
+
"text": "boolean"
|
|
106785
106834
|
}
|
|
106786
|
-
},
|
|
106787
|
-
"inheritedFrom": {
|
|
106788
|
-
"name": "SbbIconNameMixin",
|
|
106789
|
-
"module": "icon/icon-name-mixin.js"
|
|
106790
106835
|
}
|
|
106791
106836
|
},
|
|
106792
106837
|
{
|
|
106793
106838
|
"kind": "method",
|
|
106794
|
-
"name": "
|
|
106839
|
+
"name": "_handleOpening",
|
|
106795
106840
|
"privacy": "private",
|
|
106796
106841
|
"return": {
|
|
106797
106842
|
"type": {
|
|
106798
|
-
"text": "
|
|
106843
|
+
"text": "void"
|
|
106799
106844
|
}
|
|
106800
|
-
},
|
|
106801
|
-
"inheritedFrom": {
|
|
106802
|
-
"name": "SbbIconNameMixin",
|
|
106803
|
-
"module": "icon/icon-name-mixin.js"
|
|
106804
106845
|
}
|
|
106805
106846
|
},
|
|
106806
106847
|
{
|
|
106807
|
-
"kind": "
|
|
106808
|
-
"name": "
|
|
106809
|
-
"type": {
|
|
106810
|
-
"text": "array"
|
|
106811
|
-
},
|
|
106848
|
+
"kind": "method",
|
|
106849
|
+
"name": "_handleClosing",
|
|
106812
106850
|
"privacy": "private",
|
|
106813
|
-
"
|
|
106814
|
-
|
|
106815
|
-
|
|
106816
|
-
|
|
106817
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106818
|
-
}
|
|
106819
|
-
},
|
|
106820
|
-
{
|
|
106821
|
-
"kind": "field",
|
|
106822
|
-
"name": "value",
|
|
106823
|
-
"type": {
|
|
106824
|
-
"text": "string"
|
|
106825
|
-
},
|
|
106826
|
-
"privacy": "public",
|
|
106827
|
-
"inheritedFrom": {
|
|
106828
|
-
"name": "SbbButtonBaseElement",
|
|
106829
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106830
|
-
},
|
|
106831
|
-
"default": "''",
|
|
106832
|
-
"description": "Value of the form element.",
|
|
106833
|
-
"attribute": "value"
|
|
106834
|
-
},
|
|
106835
|
-
{
|
|
106836
|
-
"kind": "field",
|
|
106837
|
-
"name": "type",
|
|
106838
|
-
"privacy": "public",
|
|
106839
|
-
"description": "The type attribute to use for the button.",
|
|
106840
|
-
"default": "'button'",
|
|
106841
|
-
"type": {
|
|
106842
|
-
"text": "SbbButtonType"
|
|
106843
|
-
},
|
|
106844
|
-
"attribute": "type",
|
|
106845
|
-
"inheritedFrom": {
|
|
106846
|
-
"name": "SbbButtonBaseElement",
|
|
106847
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106851
|
+
"return": {
|
|
106852
|
+
"type": {
|
|
106853
|
+
"text": "void"
|
|
106854
|
+
}
|
|
106848
106855
|
}
|
|
106849
106856
|
},
|
|
106850
106857
|
{
|
|
106851
|
-
"kind": "
|
|
106852
|
-
"name": "
|
|
106853
|
-
"
|
|
106854
|
-
|
|
106855
|
-
|
|
106856
|
-
|
|
106857
|
-
|
|
106858
|
-
"inheritedFrom": {
|
|
106859
|
-
"name": "SbbButtonBaseElement",
|
|
106860
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106858
|
+
"kind": "method",
|
|
106859
|
+
"name": "_handleKeyDown",
|
|
106860
|
+
"privacy": "private",
|
|
106861
|
+
"return": {
|
|
106862
|
+
"type": {
|
|
106863
|
+
"text": "void"
|
|
106864
|
+
}
|
|
106861
106865
|
},
|
|
106862
|
-
"
|
|
106866
|
+
"parameters": [
|
|
106867
|
+
{
|
|
106868
|
+
"name": "evt",
|
|
106869
|
+
"type": {
|
|
106870
|
+
"text": "KeyboardEvent"
|
|
106871
|
+
}
|
|
106872
|
+
}
|
|
106873
|
+
]
|
|
106863
106874
|
},
|
|
106864
106875
|
{
|
|
106865
|
-
"kind": "
|
|
106866
|
-
"name": "
|
|
106867
|
-
"type": {
|
|
106868
|
-
"text": "string"
|
|
106869
|
-
},
|
|
106876
|
+
"kind": "method",
|
|
106877
|
+
"name": "_configureTrigger",
|
|
106870
106878
|
"privacy": "private",
|
|
106871
|
-
"
|
|
106872
|
-
|
|
106873
|
-
|
|
106874
|
-
|
|
106879
|
+
"return": {
|
|
106880
|
+
"type": {
|
|
106881
|
+
"text": "void"
|
|
106882
|
+
}
|
|
106875
106883
|
}
|
|
106876
106884
|
},
|
|
106877
106885
|
{
|
|
106878
|
-
"kind": "
|
|
106879
|
-
"name": "
|
|
106886
|
+
"kind": "method",
|
|
106887
|
+
"name": "_attachWindowEvents",
|
|
106880
106888
|
"privacy": "private",
|
|
106881
|
-
"
|
|
106882
|
-
"
|
|
106883
|
-
|
|
106889
|
+
"return": {
|
|
106890
|
+
"type": {
|
|
106891
|
+
"text": "void"
|
|
106892
|
+
}
|
|
106884
106893
|
}
|
|
106885
106894
|
},
|
|
106886
106895
|
{
|
|
106887
106896
|
"kind": "method",
|
|
106888
|
-
"name": "
|
|
106897
|
+
"name": "_interactiveElementClick",
|
|
106889
106898
|
"privacy": "private",
|
|
106890
106899
|
"return": {
|
|
106891
106900
|
"type": {
|
|
@@ -106894,220 +106903,79 @@
|
|
|
106894
106903
|
},
|
|
106895
106904
|
"parameters": [
|
|
106896
106905
|
{
|
|
106897
|
-
"name": "
|
|
106906
|
+
"name": "event",
|
|
106898
106907
|
"type": {
|
|
106899
|
-
"text": "
|
|
106908
|
+
"text": "Event"
|
|
106900
106909
|
}
|
|
106901
106910
|
}
|
|
106902
|
-
]
|
|
106903
|
-
"inheritedFrom": {
|
|
106904
|
-
"name": "SbbButtonBaseElement",
|
|
106905
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106906
|
-
}
|
|
106907
|
-
},
|
|
106908
|
-
{
|
|
106909
|
-
"kind": "field",
|
|
106910
|
-
"name": "_formKeyDown",
|
|
106911
|
-
"privacy": "private",
|
|
106912
|
-
"inheritedFrom": {
|
|
106913
|
-
"name": "SbbButtonBaseElement",
|
|
106914
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106915
|
-
}
|
|
106916
|
-
},
|
|
106917
|
-
{
|
|
106918
|
-
"kind": "field",
|
|
106919
|
-
"name": "formAssociated",
|
|
106920
|
-
"type": {
|
|
106921
|
-
"text": "boolean"
|
|
106922
|
-
},
|
|
106923
|
-
"privacy": "public",
|
|
106924
|
-
"static": true,
|
|
106925
|
-
"default": "true",
|
|
106926
|
-
"inheritedFrom": {
|
|
106927
|
-
"name": "SbbFormAssociatedMixin",
|
|
106928
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106929
|
-
}
|
|
106930
|
-
},
|
|
106931
|
-
{
|
|
106932
|
-
"kind": "field",
|
|
106933
|
-
"name": "name",
|
|
106934
|
-
"privacy": "public",
|
|
106935
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
106936
|
-
"type": {
|
|
106937
|
-
"text": "string"
|
|
106938
|
-
},
|
|
106939
|
-
"attribute": "name",
|
|
106940
|
-
"inheritedFrom": {
|
|
106941
|
-
"name": "SbbFormAssociatedMixin",
|
|
106942
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106943
|
-
}
|
|
106944
|
-
},
|
|
106945
|
-
{
|
|
106946
|
-
"kind": "field",
|
|
106947
|
-
"name": "validity",
|
|
106948
|
-
"type": {
|
|
106949
|
-
"text": "ValidityState"
|
|
106950
|
-
},
|
|
106951
|
-
"privacy": "public",
|
|
106952
|
-
"description": "Returns the ValidityState object for this element.",
|
|
106953
|
-
"readonly": true,
|
|
106954
|
-
"inheritedFrom": {
|
|
106955
|
-
"name": "SbbFormAssociatedMixin",
|
|
106956
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106957
|
-
}
|
|
106958
|
-
},
|
|
106959
|
-
{
|
|
106960
|
-
"kind": "field",
|
|
106961
|
-
"name": "validationMessage",
|
|
106962
|
-
"type": {
|
|
106963
|
-
"text": "string"
|
|
106964
|
-
},
|
|
106965
|
-
"privacy": "public",
|
|
106966
|
-
"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.",
|
|
106967
|
-
"readonly": true,
|
|
106968
|
-
"inheritedFrom": {
|
|
106969
|
-
"name": "SbbFormAssociatedMixin",
|
|
106970
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106971
|
-
}
|
|
106972
|
-
},
|
|
106973
|
-
{
|
|
106974
|
-
"kind": "field",
|
|
106975
|
-
"name": "willValidate",
|
|
106976
|
-
"type": {
|
|
106977
|
-
"text": "boolean"
|
|
106978
|
-
},
|
|
106979
|
-
"privacy": "public",
|
|
106980
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
106981
|
-
"readonly": true,
|
|
106982
|
-
"inheritedFrom": {
|
|
106983
|
-
"name": "SbbFormAssociatedMixin",
|
|
106984
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106985
|
-
}
|
|
106911
|
+
]
|
|
106986
106912
|
},
|
|
106987
106913
|
{
|
|
106988
106914
|
"kind": "field",
|
|
106989
|
-
"name": "
|
|
106990
|
-
"privacy": "private"
|
|
106991
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
106992
|
-
"inheritedFrom": {
|
|
106993
|
-
"name": "SbbFormAssociatedMixin",
|
|
106994
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106995
|
-
}
|
|
106915
|
+
"name": "_pointerDownListener",
|
|
106916
|
+
"privacy": "private"
|
|
106996
106917
|
},
|
|
106997
106918
|
{
|
|
106998
106919
|
"kind": "field",
|
|
106999
|
-
"name": "
|
|
107000
|
-
"
|
|
107001
|
-
"text": "boolean"
|
|
107002
|
-
},
|
|
107003
|
-
"privacy": "protected",
|
|
107004
|
-
"default": "false",
|
|
107005
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
107006
|
-
"inheritedFrom": {
|
|
107007
|
-
"name": "SbbFormAssociatedMixin",
|
|
107008
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107009
|
-
}
|
|
106920
|
+
"name": "_closeOnBackdropClick",
|
|
106921
|
+
"privacy": "private"
|
|
107010
106922
|
},
|
|
107011
106923
|
{
|
|
107012
106924
|
"kind": "method",
|
|
107013
|
-
"name": "
|
|
107014
|
-
"privacy": "
|
|
106925
|
+
"name": "_nestedMenus",
|
|
106926
|
+
"privacy": "private",
|
|
107015
106927
|
"return": {
|
|
107016
106928
|
"type": {
|
|
107017
|
-
"text": "
|
|
106929
|
+
"text": "SbbMenuElement[]"
|
|
107018
106930
|
}
|
|
107019
106931
|
},
|
|
107020
|
-
"description": "
|
|
107021
|
-
"inheritedFrom": {
|
|
107022
|
-
"name": "SbbFormAssociatedMixin",
|
|
107023
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107024
|
-
}
|
|
106932
|
+
"description": "Converts the linked list into an array of SbbMenuElement."
|
|
107025
106933
|
},
|
|
107026
106934
|
{
|
|
107027
106935
|
"kind": "method",
|
|
107028
|
-
"name": "
|
|
107029
|
-
"privacy": "
|
|
106936
|
+
"name": "_parentMenu",
|
|
106937
|
+
"privacy": "private",
|
|
107030
106938
|
"return": {
|
|
107031
106939
|
"type": {
|
|
107032
|
-
"text": "
|
|
106940
|
+
"text": "SbbMenuElement | null"
|
|
107033
106941
|
}
|
|
107034
|
-
},
|
|
107035
|
-
"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.",
|
|
107036
|
-
"inheritedFrom": {
|
|
107037
|
-
"name": "SbbFormAssociatedMixin",
|
|
107038
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107039
106942
|
}
|
|
107040
106943
|
},
|
|
107041
106944
|
{
|
|
107042
106945
|
"kind": "method",
|
|
107043
|
-
"name": "
|
|
107044
|
-
"privacy": "
|
|
106946
|
+
"name": "_mainMenu",
|
|
106947
|
+
"privacy": "private",
|
|
107045
106948
|
"return": {
|
|
107046
106949
|
"type": {
|
|
107047
|
-
"text": "
|
|
106950
|
+
"text": "SbbMenuElement"
|
|
107048
106951
|
}
|
|
107049
106952
|
},
|
|
107050
|
-
"
|
|
107051
|
-
{
|
|
107052
|
-
"name": "message",
|
|
107053
|
-
"type": {
|
|
107054
|
-
"text": "string"
|
|
107055
|
-
}
|
|
107056
|
-
}
|
|
107057
|
-
],
|
|
107058
|
-
"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.",
|
|
107059
|
-
"inheritedFrom": {
|
|
107060
|
-
"name": "SbbFormAssociatedMixin",
|
|
107061
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107062
|
-
}
|
|
106953
|
+
"description": "The outermost menu."
|
|
107063
106954
|
},
|
|
107064
106955
|
{
|
|
107065
106956
|
"kind": "method",
|
|
107066
|
-
"name": "
|
|
106957
|
+
"name": "_isNested",
|
|
107067
106958
|
"privacy": "private",
|
|
107068
106959
|
"return": {
|
|
107069
106960
|
"type": {
|
|
107070
106961
|
"text": "boolean"
|
|
107071
106962
|
}
|
|
107072
|
-
},
|
|
107073
|
-
"inheritedFrom": {
|
|
107074
|
-
"name": "SbbFormAssociatedMixin",
|
|
107075
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107076
106963
|
}
|
|
107077
106964
|
},
|
|
107078
106965
|
{
|
|
107079
106966
|
"kind": "method",
|
|
107080
|
-
"name": "
|
|
107081
|
-
"privacy": "
|
|
106967
|
+
"name": "_updateNestedInert",
|
|
106968
|
+
"privacy": "private",
|
|
107082
106969
|
"return": {
|
|
107083
106970
|
"type": {
|
|
107084
106971
|
"text": "void"
|
|
107085
106972
|
}
|
|
107086
|
-
},
|
|
107087
|
-
"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",
|
|
107088
|
-
"inheritedFrom": {
|
|
107089
|
-
"name": "SbbFormAssociatedMixin",
|
|
107090
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107091
|
-
}
|
|
107092
|
-
},
|
|
107093
|
-
{
|
|
107094
|
-
"kind": "method",
|
|
107095
|
-
"name": "formState",
|
|
107096
|
-
"privacy": "protected",
|
|
107097
|
-
"return": {
|
|
107098
|
-
"type": {
|
|
107099
|
-
"text": "FormRestoreState"
|
|
107100
|
-
}
|
|
107101
|
-
},
|
|
107102
|
-
"inheritedFrom": {
|
|
107103
|
-
"name": "SbbFormAssociatedMixin",
|
|
107104
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107105
106973
|
}
|
|
107106
106974
|
},
|
|
107107
106975
|
{
|
|
107108
106976
|
"kind": "method",
|
|
107109
|
-
"name": "
|
|
107110
|
-
"privacy": "
|
|
106977
|
+
"name": "_handleMouseOver",
|
|
106978
|
+
"privacy": "private",
|
|
107111
106979
|
"return": {
|
|
107112
106980
|
"type": {
|
|
107113
106981
|
"text": "void"
|
|
@@ -107115,35 +106983,17 @@
|
|
|
107115
106983
|
},
|
|
107116
106984
|
"parameters": [
|
|
107117
106985
|
{
|
|
107118
|
-
"name": "
|
|
107119
|
-
"type": {
|
|
107120
|
-
"text": "T"
|
|
107121
|
-
}
|
|
107122
|
-
},
|
|
107123
|
-
{
|
|
107124
|
-
"name": "message",
|
|
107125
|
-
"type": {
|
|
107126
|
-
"text": "string"
|
|
107127
|
-
}
|
|
107128
|
-
},
|
|
107129
|
-
{
|
|
107130
|
-
"name": "flagValue",
|
|
107131
|
-
"optional": true,
|
|
106986
|
+
"name": "event",
|
|
107132
106987
|
"type": {
|
|
107133
|
-
"text": "
|
|
106988
|
+
"text": "MouseEvent"
|
|
107134
106989
|
}
|
|
107135
106990
|
}
|
|
107136
|
-
]
|
|
107137
|
-
"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).",
|
|
107138
|
-
"inheritedFrom": {
|
|
107139
|
-
"name": "SbbFormAssociatedMixin",
|
|
107140
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107141
|
-
}
|
|
106991
|
+
]
|
|
107142
106992
|
},
|
|
107143
106993
|
{
|
|
107144
106994
|
"kind": "method",
|
|
107145
|
-
"name": "
|
|
107146
|
-
"privacy": "
|
|
106995
|
+
"name": "_onMenuAnimationEnd",
|
|
106996
|
+
"privacy": "private",
|
|
107147
106997
|
"return": {
|
|
107148
106998
|
"type": {
|
|
107149
106999
|
"text": "void"
|
|
@@ -107151,158 +107001,152 @@
|
|
|
107151
107001
|
},
|
|
107152
107002
|
"parameters": [
|
|
107153
107003
|
{
|
|
107154
|
-
"name": "
|
|
107004
|
+
"name": "event",
|
|
107155
107005
|
"type": {
|
|
107156
|
-
"text": "
|
|
107006
|
+
"text": "AnimationEvent"
|
|
107157
107007
|
}
|
|
107158
107008
|
}
|
|
107159
|
-
]
|
|
107160
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107161
|
-
"inheritedFrom": {
|
|
107162
|
-
"name": "SbbFormAssociatedMixin",
|
|
107163
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107164
|
-
}
|
|
107009
|
+
]
|
|
107165
107010
|
},
|
|
107166
107011
|
{
|
|
107167
107012
|
"kind": "method",
|
|
107168
|
-
"name": "
|
|
107169
|
-
"privacy": "
|
|
107013
|
+
"name": "_setMenuPosition",
|
|
107014
|
+
"privacy": "private",
|
|
107170
107015
|
"return": {
|
|
107171
107016
|
"type": {
|
|
107172
107017
|
"text": "void"
|
|
107173
|
-
}
|
|
107174
|
-
},
|
|
107175
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
107176
|
-
"inheritedFrom": {
|
|
107177
|
-
"name": "SbbFormAssociatedMixin",
|
|
107178
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107179
|
-
}
|
|
107180
|
-
},
|
|
107181
|
-
{
|
|
107182
|
-
"kind": "method",
|
|
107183
|
-
"name": "shouldValidate",
|
|
107184
|
-
"privacy": "protected",
|
|
107185
|
-
"return": {
|
|
107186
|
-
"type": {
|
|
107187
|
-
"text": "boolean"
|
|
107188
|
-
}
|
|
107189
|
-
},
|
|
107190
|
-
"parameters": [
|
|
107191
|
-
{
|
|
107192
|
-
"name": "name",
|
|
107193
|
-
"type": {
|
|
107194
|
-
"text": "PropertyKey | undefined"
|
|
107195
|
-
}
|
|
107196
|
-
}
|
|
107197
|
-
],
|
|
107198
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
107199
|
-
"inheritedFrom": {
|
|
107200
|
-
"name": "SbbFormAssociatedMixin",
|
|
107201
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107018
|
+
}
|
|
107202
107019
|
}
|
|
107203
107020
|
},
|
|
107204
107021
|
{
|
|
107205
107022
|
"kind": "method",
|
|
107206
|
-
"name": "
|
|
107023
|
+
"name": "_syncNegative",
|
|
107207
107024
|
"privacy": "private",
|
|
107208
107025
|
"return": {
|
|
107209
107026
|
"type": {
|
|
107210
107027
|
"text": "void"
|
|
107211
107028
|
}
|
|
107212
|
-
},
|
|
107213
|
-
"inheritedFrom": {
|
|
107214
|
-
"name": "SbbFormAssociatedMixin",
|
|
107215
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107216
107029
|
}
|
|
107217
107030
|
},
|
|
107218
107031
|
{
|
|
107219
|
-
"kind": "
|
|
107220
|
-
"name": "
|
|
107032
|
+
"kind": "method",
|
|
107033
|
+
"name": "_isMobile",
|
|
107221
107034
|
"privacy": "private",
|
|
107222
|
-
"
|
|
107223
|
-
|
|
107224
|
-
|
|
107225
|
-
"description": "The origin event.",
|
|
107226
|
-
"name": "event"
|
|
107035
|
+
"return": {
|
|
107036
|
+
"type": {
|
|
107037
|
+
"text": "boolean"
|
|
107227
107038
|
}
|
|
107228
|
-
],
|
|
107229
|
-
"inheritedFrom": {
|
|
107230
|
-
"name": "SbbButtonLikeBaseElement",
|
|
107231
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107232
107039
|
}
|
|
107233
107040
|
},
|
|
107234
107041
|
{
|
|
107235
107042
|
"kind": "field",
|
|
107236
|
-
"name": "
|
|
107237
|
-
"privacy": "
|
|
107043
|
+
"name": "events",
|
|
107044
|
+
"privacy": "public",
|
|
107045
|
+
"static": true,
|
|
107046
|
+
"readonly": true,
|
|
107047
|
+
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
107048
|
+
"type": {
|
|
107049
|
+
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
107050
|
+
},
|
|
107238
107051
|
"inheritedFrom": {
|
|
107239
|
-
"name": "
|
|
107240
|
-
"module": "core/base-elements/
|
|
107052
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107053
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107241
107054
|
}
|
|
107242
107055
|
},
|
|
107243
107056
|
{
|
|
107244
107057
|
"kind": "field",
|
|
107245
|
-
"name": "
|
|
107246
|
-
"privacy": "
|
|
107247
|
-
"description": "
|
|
107248
|
-
"
|
|
107249
|
-
|
|
107250
|
-
|
|
107251
|
-
|
|
107252
|
-
}
|
|
107253
|
-
],
|
|
107058
|
+
"name": "state",
|
|
107059
|
+
"privacy": "protected",
|
|
107060
|
+
"description": "The state of the component.",
|
|
107061
|
+
"type": {
|
|
107062
|
+
"text": "SbbOpenedClosedState"
|
|
107063
|
+
},
|
|
107064
|
+
"default": "'closed'",
|
|
107254
107065
|
"inheritedFrom": {
|
|
107255
|
-
"name": "
|
|
107256
|
-
"module": "core/base-elements/
|
|
107066
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107067
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107257
107068
|
}
|
|
107258
107069
|
},
|
|
107259
107070
|
{
|
|
107260
107071
|
"kind": "field",
|
|
107261
|
-
"name": "
|
|
107072
|
+
"name": "_state",
|
|
107073
|
+
"type": {
|
|
107074
|
+
"text": "SbbOpenedClosedState"
|
|
107075
|
+
},
|
|
107262
107076
|
"privacy": "private",
|
|
107263
107077
|
"inheritedFrom": {
|
|
107264
|
-
"name": "
|
|
107265
|
-
"module": "core/base-elements/
|
|
107078
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107079
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107266
107080
|
}
|
|
107267
107081
|
},
|
|
107268
107082
|
{
|
|
107269
107083
|
"kind": "field",
|
|
107270
|
-
"name": "
|
|
107084
|
+
"name": "isOpen",
|
|
107271
107085
|
"type": {
|
|
107272
|
-
"text": "boolean
|
|
107086
|
+
"text": "boolean"
|
|
107273
107087
|
},
|
|
107274
|
-
"privacy": "
|
|
107088
|
+
"privacy": "public",
|
|
107089
|
+
"description": "Whether the element is open.",
|
|
107275
107090
|
"readonly": true,
|
|
107276
107091
|
"inheritedFrom": {
|
|
107277
|
-
"name": "
|
|
107278
|
-
"module": "core/base-elements/
|
|
107092
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107093
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107279
107094
|
}
|
|
107280
107095
|
},
|
|
107281
107096
|
{
|
|
107282
|
-
"kind": "
|
|
107283
|
-
"name": "
|
|
107284
|
-
"
|
|
107285
|
-
|
|
107097
|
+
"kind": "method",
|
|
107098
|
+
"name": "dispatchBeforeOpenEvent",
|
|
107099
|
+
"privacy": "protected",
|
|
107100
|
+
"return": {
|
|
107101
|
+
"type": {
|
|
107102
|
+
"text": "boolean"
|
|
107103
|
+
}
|
|
107104
|
+
},
|
|
107105
|
+
"inheritedFrom": {
|
|
107106
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107107
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107108
|
+
}
|
|
107109
|
+
},
|
|
107110
|
+
{
|
|
107111
|
+
"kind": "method",
|
|
107112
|
+
"name": "dispatchOpenEvent",
|
|
107113
|
+
"privacy": "protected",
|
|
107114
|
+
"return": {
|
|
107115
|
+
"type": {
|
|
107116
|
+
"text": "boolean"
|
|
107117
|
+
}
|
|
107286
107118
|
},
|
|
107119
|
+
"inheritedFrom": {
|
|
107120
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107121
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107122
|
+
}
|
|
107123
|
+
},
|
|
107124
|
+
{
|
|
107125
|
+
"kind": "method",
|
|
107126
|
+
"name": "dispatchBeforeCloseEvent",
|
|
107287
107127
|
"privacy": "protected",
|
|
107288
|
-
"
|
|
107128
|
+
"return": {
|
|
107129
|
+
"type": {
|
|
107130
|
+
"text": "boolean"
|
|
107131
|
+
}
|
|
107132
|
+
},
|
|
107289
107133
|
"inheritedFrom": {
|
|
107290
|
-
"name": "
|
|
107291
|
-
"module": "core/base-elements/
|
|
107134
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107135
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107292
107136
|
}
|
|
107293
107137
|
},
|
|
107294
107138
|
{
|
|
107295
107139
|
"kind": "method",
|
|
107296
|
-
"name": "
|
|
107140
|
+
"name": "dispatchCloseEvent",
|
|
107297
107141
|
"privacy": "protected",
|
|
107298
107142
|
"return": {
|
|
107299
107143
|
"type": {
|
|
107300
|
-
"text": "
|
|
107144
|
+
"text": "boolean"
|
|
107301
107145
|
}
|
|
107302
107146
|
},
|
|
107303
107147
|
"inheritedFrom": {
|
|
107304
|
-
"name": "
|
|
107305
|
-
"module": "core/base-elements/
|
|
107148
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107149
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107306
107150
|
}
|
|
107307
107151
|
},
|
|
107308
107152
|
{
|
|
@@ -107411,110 +107255,66 @@
|
|
|
107411
107255
|
}
|
|
107412
107256
|
}
|
|
107413
107257
|
],
|
|
107414
|
-
"
|
|
107415
|
-
{
|
|
107416
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
107417
|
-
"module": "core/mixins.js"
|
|
107418
|
-
},
|
|
107258
|
+
"attributes": [
|
|
107419
107259
|
{
|
|
107420
|
-
"name": "
|
|
107421
|
-
"
|
|
107260
|
+
"name": "trigger",
|
|
107261
|
+
"type": {
|
|
107262
|
+
"text": "HTMLElement | null"
|
|
107263
|
+
},
|
|
107264
|
+
"default": "null",
|
|
107265
|
+
"description": "The element that will trigger the menu overlay.\n\nFor attribute usage, provide an id reference.",
|
|
107266
|
+
"fieldName": "trigger"
|
|
107422
107267
|
}
|
|
107423
107268
|
],
|
|
107424
107269
|
"superclass": {
|
|
107425
|
-
"name": "
|
|
107270
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107426
107271
|
"module": "core/base-elements.js"
|
|
107427
107272
|
},
|
|
107428
|
-
"tagName": "sbb-menu
|
|
107273
|
+
"tagName": "sbb-menu",
|
|
107429
107274
|
"customElement": true,
|
|
107430
|
-
"
|
|
107431
|
-
{
|
|
107432
|
-
"name": "disabled-interactive",
|
|
107433
|
-
"type": {
|
|
107434
|
-
"text": "boolean"
|
|
107435
|
-
},
|
|
107436
|
-
"default": "false",
|
|
107437
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
107438
|
-
"fieldName": "disabledInteractive",
|
|
107439
|
-
"inheritedFrom": {
|
|
107440
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
107441
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107442
|
-
}
|
|
107443
|
-
},
|
|
107444
|
-
{
|
|
107445
|
-
"name": "disabled",
|
|
107446
|
-
"description": "Whether the component is disabled.",
|
|
107447
|
-
"default": "false",
|
|
107448
|
-
"type": {
|
|
107449
|
-
"text": "boolean"
|
|
107450
|
-
},
|
|
107451
|
-
"fieldName": "disabled",
|
|
107452
|
-
"inheritedFrom": {
|
|
107453
|
-
"name": "SbbDisabledMixin",
|
|
107454
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107455
|
-
}
|
|
107456
|
-
},
|
|
107457
|
-
{
|
|
107458
|
-
"name": "icon-name",
|
|
107459
|
-
"type": {
|
|
107460
|
-
"text": "string"
|
|
107461
|
-
},
|
|
107462
|
-
"default": "''",
|
|
107463
|
-
"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.",
|
|
107464
|
-
"fieldName": "iconName",
|
|
107465
|
-
"inheritedFrom": {
|
|
107466
|
-
"name": "SbbIconNameMixin",
|
|
107467
|
-
"module": "icon/icon-name-mixin.js"
|
|
107468
|
-
}
|
|
107469
|
-
},
|
|
107275
|
+
"events": [
|
|
107470
107276
|
{
|
|
107471
|
-
"name": "
|
|
107277
|
+
"name": "beforeopen",
|
|
107472
107278
|
"type": {
|
|
107473
|
-
"text": "
|
|
107279
|
+
"text": "Event"
|
|
107474
107280
|
},
|
|
107475
|
-
"
|
|
107476
|
-
"description": "Value of the form element.",
|
|
107477
|
-
"fieldName": "value",
|
|
107281
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
107478
107282
|
"inheritedFrom": {
|
|
107479
|
-
"name": "
|
|
107480
|
-
"module": "core/base-elements/
|
|
107283
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107284
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107481
107285
|
}
|
|
107482
107286
|
},
|
|
107483
107287
|
{
|
|
107484
|
-
"name": "
|
|
107485
|
-
"description": "The type attribute to use for the button.",
|
|
107486
|
-
"default": "'button'",
|
|
107288
|
+
"name": "open",
|
|
107487
107289
|
"type": {
|
|
107488
|
-
"text": "
|
|
107290
|
+
"text": "Event"
|
|
107489
107291
|
},
|
|
107490
|
-
"
|
|
107292
|
+
"description": "Emits whenever the component is opened.",
|
|
107491
107293
|
"inheritedFrom": {
|
|
107492
|
-
"name": "
|
|
107493
|
-
"module": "core/base-elements/
|
|
107294
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107295
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107494
107296
|
}
|
|
107495
107297
|
},
|
|
107496
107298
|
{
|
|
107497
|
-
"name": "
|
|
107498
|
-
"description": "The `<form>` element to associate the button with.",
|
|
107299
|
+
"name": "beforeclose",
|
|
107499
107300
|
"type": {
|
|
107500
|
-
"text": "
|
|
107301
|
+
"text": "Event"
|
|
107501
107302
|
},
|
|
107502
|
-
"
|
|
107303
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
107503
107304
|
"inheritedFrom": {
|
|
107504
|
-
"name": "
|
|
107505
|
-
"module": "core/base-elements/
|
|
107305
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107306
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107506
107307
|
}
|
|
107507
107308
|
},
|
|
107508
107309
|
{
|
|
107509
|
-
"name": "
|
|
107510
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
107310
|
+
"name": "close",
|
|
107511
107311
|
"type": {
|
|
107512
|
-
"text": "
|
|
107312
|
+
"text": "Event"
|
|
107513
107313
|
},
|
|
107514
|
-
"
|
|
107314
|
+
"description": "Emits whenever the component is closed.",
|
|
107515
107315
|
"inheritedFrom": {
|
|
107516
|
-
"name": "
|
|
107517
|
-
"module": "core/
|
|
107316
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107317
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107518
107318
|
}
|
|
107519
107319
|
}
|
|
107520
107320
|
]
|
|
@@ -107523,33 +107323,37 @@
|
|
|
107523
107323
|
"exports": [
|
|
107524
107324
|
{
|
|
107525
107325
|
"kind": "js",
|
|
107526
|
-
"name": "
|
|
107326
|
+
"name": "SbbMenuElement",
|
|
107527
107327
|
"declaration": {
|
|
107528
|
-
"name": "
|
|
107529
|
-
"module": "menu/menu
|
|
107328
|
+
"name": "SbbMenuElement",
|
|
107329
|
+
"module": "menu/menu/menu.component.js"
|
|
107530
107330
|
}
|
|
107531
107331
|
}
|
|
107532
107332
|
]
|
|
107533
107333
|
},
|
|
107534
107334
|
{
|
|
107535
107335
|
"kind": "javascript-module",
|
|
107536
|
-
"path": "menu/menu/menu.component.js",
|
|
107336
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
107537
107337
|
"declarations": [
|
|
107538
107338
|
{
|
|
107539
107339
|
"kind": "class",
|
|
107540
|
-
"description": "It displays a
|
|
107541
|
-
"name": "
|
|
107340
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
107341
|
+
"name": "SbbMenuButtonElement",
|
|
107542
107342
|
"cssProperties": [
|
|
107543
107343
|
{
|
|
107544
|
-
"description": "
|
|
107545
|
-
"name": "--sbb-menu-
|
|
107546
|
-
"default": "var(--sbb-
|
|
107344
|
+
"description": "Can be used to modify horizontal padding.",
|
|
107345
|
+
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
107346
|
+
"default": "var(--sbb-spacing-fixed-3x)"
|
|
107547
107347
|
}
|
|
107548
107348
|
],
|
|
107549
107349
|
"slots": [
|
|
107550
107350
|
{
|
|
107551
|
-
"description": "Use the unnamed slot to add `sbb-menu-button
|
|
107351
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
107552
107352
|
"name": ""
|
|
107353
|
+
},
|
|
107354
|
+
{
|
|
107355
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
107356
|
+
"name": "icon"
|
|
107553
107357
|
}
|
|
107554
107358
|
],
|
|
107555
107359
|
"members": [
|
|
@@ -107566,275 +107370,417 @@
|
|
|
107566
107370
|
"name": "SbbElement",
|
|
107567
107371
|
"module": "core/base-elements/element.js"
|
|
107568
107372
|
},
|
|
107569
|
-
"default": "'sbb-menu'"
|
|
107373
|
+
"default": "'sbb-menu-button'"
|
|
107570
107374
|
},
|
|
107571
107375
|
{
|
|
107572
107376
|
"kind": "field",
|
|
107573
107377
|
"name": "role",
|
|
107574
107378
|
"type": {
|
|
107575
|
-
"text": "
|
|
107379
|
+
"text": "ElementInternals['role']"
|
|
107576
107380
|
},
|
|
107577
107381
|
"privacy": "public",
|
|
107578
107382
|
"static": true,
|
|
107579
107383
|
"readonly": true,
|
|
107580
|
-
"default": "'
|
|
107384
|
+
"default": "'menuitem'",
|
|
107385
|
+
"inheritedFrom": {
|
|
107386
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107387
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107388
|
+
}
|
|
107581
107389
|
},
|
|
107582
107390
|
{
|
|
107583
107391
|
"kind": "field",
|
|
107584
|
-
"name": "
|
|
107392
|
+
"name": "disabledInteractive",
|
|
107585
107393
|
"type": {
|
|
107586
|
-
"text": "
|
|
107394
|
+
"text": "boolean"
|
|
107587
107395
|
},
|
|
107588
107396
|
"privacy": "public",
|
|
107589
|
-
"default": "
|
|
107590
|
-
"description": "
|
|
107591
|
-
"attribute": "
|
|
107397
|
+
"default": "false",
|
|
107398
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
107399
|
+
"attribute": "disabled-interactive",
|
|
107400
|
+
"reflects": true,
|
|
107401
|
+
"inheritedFrom": {
|
|
107402
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
107403
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107404
|
+
}
|
|
107592
107405
|
},
|
|
107593
107406
|
{
|
|
107594
107407
|
"kind": "field",
|
|
107595
|
-
"name": "
|
|
107408
|
+
"name": "disabled",
|
|
107409
|
+
"privacy": "public",
|
|
107410
|
+
"description": "Whether the component is disabled.",
|
|
107411
|
+
"default": "false",
|
|
107596
107412
|
"type": {
|
|
107597
|
-
"text": "
|
|
107413
|
+
"text": "boolean"
|
|
107598
107414
|
},
|
|
107599
|
-
"
|
|
107415
|
+
"attribute": "disabled",
|
|
107416
|
+
"reflects": true,
|
|
107417
|
+
"inheritedFrom": {
|
|
107418
|
+
"name": "SbbDisabledMixin",
|
|
107419
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107420
|
+
}
|
|
107600
107421
|
},
|
|
107601
107422
|
{
|
|
107602
107423
|
"kind": "field",
|
|
107603
|
-
"name": "
|
|
107424
|
+
"name": "#disabled",
|
|
107425
|
+
"privacy": "private",
|
|
107604
107426
|
"type": {
|
|
107605
|
-
"text": "
|
|
107427
|
+
"text": "boolean"
|
|
107606
107428
|
},
|
|
107607
|
-
"
|
|
107608
|
-
"
|
|
107429
|
+
"default": "false",
|
|
107430
|
+
"inheritedFrom": {
|
|
107431
|
+
"name": "SbbDisabledMixin",
|
|
107432
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107433
|
+
}
|
|
107609
107434
|
},
|
|
107610
107435
|
{
|
|
107611
|
-
"kind": "
|
|
107612
|
-
"name": "
|
|
107613
|
-
"
|
|
107614
|
-
|
|
107436
|
+
"kind": "method",
|
|
107437
|
+
"name": "isDisabledExternally",
|
|
107438
|
+
"privacy": "protected",
|
|
107439
|
+
"return": {
|
|
107440
|
+
"type": {
|
|
107441
|
+
"text": "boolean"
|
|
107442
|
+
}
|
|
107615
107443
|
},
|
|
107616
|
-
"
|
|
107444
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107445
|
+
"inheritedFrom": {
|
|
107446
|
+
"name": "SbbDisabledMixin",
|
|
107447
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107448
|
+
}
|
|
107617
107449
|
},
|
|
107618
107450
|
{
|
|
107619
107451
|
"kind": "field",
|
|
107620
|
-
"name": "
|
|
107452
|
+
"name": "styles",
|
|
107621
107453
|
"type": {
|
|
107622
|
-
"text": "
|
|
107454
|
+
"text": "CSSResultGroup"
|
|
107623
107455
|
},
|
|
107624
|
-
"privacy": "
|
|
107625
|
-
"
|
|
107456
|
+
"privacy": "public",
|
|
107457
|
+
"static": true,
|
|
107458
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
107459
|
+
"inheritedFrom": {
|
|
107460
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
107461
|
+
"module": "menu/common/menu-action-common.js"
|
|
107462
|
+
}
|
|
107463
|
+
},
|
|
107464
|
+
{
|
|
107465
|
+
"kind": "method",
|
|
107466
|
+
"name": "renderTemplate",
|
|
107467
|
+
"privacy": "protected",
|
|
107468
|
+
"return": {
|
|
107469
|
+
"type": {
|
|
107470
|
+
"text": "TemplateResult"
|
|
107471
|
+
}
|
|
107472
|
+
},
|
|
107473
|
+
"description": "Override this method to render the component template.",
|
|
107474
|
+
"inheritedFrom": {
|
|
107475
|
+
"name": "SbbActionBaseElement",
|
|
107476
|
+
"module": "core/base-elements/action-base-element.js"
|
|
107477
|
+
}
|
|
107626
107478
|
},
|
|
107627
107479
|
{
|
|
107628
107480
|
"kind": "field",
|
|
107629
|
-
"name": "
|
|
107481
|
+
"name": "iconName",
|
|
107630
107482
|
"type": {
|
|
107631
|
-
"text": "
|
|
107483
|
+
"text": "string"
|
|
107632
107484
|
},
|
|
107633
|
-
"privacy": "
|
|
107485
|
+
"privacy": "public",
|
|
107486
|
+
"default": "''",
|
|
107487
|
+
"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.",
|
|
107488
|
+
"attribute": "icon-name",
|
|
107489
|
+
"inheritedFrom": {
|
|
107490
|
+
"name": "SbbIconNameMixin",
|
|
107491
|
+
"module": "icon/icon-name-mixin.js"
|
|
107492
|
+
}
|
|
107634
107493
|
},
|
|
107635
107494
|
{
|
|
107636
|
-
"kind": "
|
|
107637
|
-
"name": "
|
|
107495
|
+
"kind": "method",
|
|
107496
|
+
"name": "renderIconSlot",
|
|
107497
|
+
"privacy": "protected",
|
|
107498
|
+
"return": {
|
|
107499
|
+
"type": {
|
|
107500
|
+
"text": "TemplateResult"
|
|
107501
|
+
}
|
|
107502
|
+
},
|
|
107503
|
+
"parameters": [
|
|
107504
|
+
{
|
|
107505
|
+
"name": "classname",
|
|
107506
|
+
"optional": true,
|
|
107507
|
+
"type": {
|
|
107508
|
+
"text": "string"
|
|
107509
|
+
}
|
|
107510
|
+
}
|
|
107511
|
+
],
|
|
107512
|
+
"inheritedFrom": {
|
|
107513
|
+
"name": "SbbIconNameMixin",
|
|
107514
|
+
"module": "icon/icon-name-mixin.js"
|
|
107515
|
+
}
|
|
107516
|
+
},
|
|
107517
|
+
{
|
|
107518
|
+
"kind": "method",
|
|
107519
|
+
"name": "renderIconName",
|
|
107520
|
+
"privacy": "protected",
|
|
107521
|
+
"return": {
|
|
107522
|
+
"type": {
|
|
107523
|
+
"text": "string"
|
|
107524
|
+
}
|
|
107525
|
+
},
|
|
107526
|
+
"inheritedFrom": {
|
|
107527
|
+
"name": "SbbIconNameMixin",
|
|
107528
|
+
"module": "icon/icon-name-mixin.js"
|
|
107529
|
+
}
|
|
107530
|
+
},
|
|
107531
|
+
{
|
|
107532
|
+
"kind": "method",
|
|
107533
|
+
"name": "_renderIconName",
|
|
107638
107534
|
"privacy": "private",
|
|
107639
|
-
"
|
|
107535
|
+
"return": {
|
|
107536
|
+
"type": {
|
|
107537
|
+
"text": "string"
|
|
107538
|
+
}
|
|
107539
|
+
},
|
|
107540
|
+
"inheritedFrom": {
|
|
107541
|
+
"name": "SbbIconNameMixin",
|
|
107542
|
+
"module": "icon/icon-name-mixin.js"
|
|
107543
|
+
}
|
|
107640
107544
|
},
|
|
107641
107545
|
{
|
|
107642
107546
|
"kind": "field",
|
|
107643
|
-
"name": "
|
|
107547
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
107548
|
+
"type": {
|
|
107549
|
+
"text": "array"
|
|
107550
|
+
},
|
|
107644
107551
|
"privacy": "private",
|
|
107645
|
-
"
|
|
107552
|
+
"readonly": true,
|
|
107553
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
107554
|
+
"inheritedFrom": {
|
|
107555
|
+
"name": "SbbButtonBaseElement",
|
|
107556
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107557
|
+
}
|
|
107646
107558
|
},
|
|
107647
107559
|
{
|
|
107648
107560
|
"kind": "field",
|
|
107649
|
-
"name": "
|
|
107650
|
-
"
|
|
107651
|
-
|
|
107561
|
+
"name": "value",
|
|
107562
|
+
"type": {
|
|
107563
|
+
"text": "string"
|
|
107564
|
+
},
|
|
107565
|
+
"privacy": "public",
|
|
107566
|
+
"inheritedFrom": {
|
|
107567
|
+
"name": "SbbButtonBaseElement",
|
|
107568
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107569
|
+
},
|
|
107570
|
+
"default": "''",
|
|
107571
|
+
"description": "Value of the form element.",
|
|
107572
|
+
"attribute": "value"
|
|
107652
107573
|
},
|
|
107653
107574
|
{
|
|
107654
107575
|
"kind": "field",
|
|
107655
|
-
"name": "
|
|
107656
|
-
"privacy": "
|
|
107657
|
-
"
|
|
107576
|
+
"name": "type",
|
|
107577
|
+
"privacy": "public",
|
|
107578
|
+
"description": "The type attribute to use for the button.",
|
|
107579
|
+
"default": "'button'",
|
|
107580
|
+
"type": {
|
|
107581
|
+
"text": "SbbButtonType"
|
|
107582
|
+
},
|
|
107583
|
+
"attribute": "type",
|
|
107584
|
+
"inheritedFrom": {
|
|
107585
|
+
"name": "SbbButtonBaseElement",
|
|
107586
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107587
|
+
}
|
|
107658
107588
|
},
|
|
107659
107589
|
{
|
|
107660
107590
|
"kind": "field",
|
|
107661
|
-
"name": "
|
|
107662
|
-
"
|
|
107663
|
-
|
|
107591
|
+
"name": "form",
|
|
107592
|
+
"type": {
|
|
107593
|
+
"text": "HTMLFormElement | null"
|
|
107594
|
+
},
|
|
107595
|
+
"privacy": "public",
|
|
107596
|
+
"description": "The `<form>` element to associate the button with.",
|
|
107597
|
+
"inheritedFrom": {
|
|
107598
|
+
"name": "SbbButtonBaseElement",
|
|
107599
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107600
|
+
},
|
|
107601
|
+
"attribute": "form"
|
|
107664
107602
|
},
|
|
107665
107603
|
{
|
|
107666
107604
|
"kind": "field",
|
|
107667
|
-
"name": "
|
|
107605
|
+
"name": "_formId",
|
|
107606
|
+
"type": {
|
|
107607
|
+
"text": "string"
|
|
107608
|
+
},
|
|
107668
107609
|
"privacy": "private",
|
|
107669
|
-
"default": "
|
|
107610
|
+
"default": "''",
|
|
107611
|
+
"inheritedFrom": {
|
|
107612
|
+
"name": "SbbButtonBaseElement",
|
|
107613
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107614
|
+
}
|
|
107670
107615
|
},
|
|
107671
107616
|
{
|
|
107672
107617
|
"kind": "field",
|
|
107673
|
-
"name": "
|
|
107618
|
+
"name": "_handleButtonClick",
|
|
107674
107619
|
"privacy": "private",
|
|
107675
|
-
"
|
|
107620
|
+
"inheritedFrom": {
|
|
107621
|
+
"name": "SbbButtonBaseElement",
|
|
107622
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107623
|
+
}
|
|
107624
|
+
},
|
|
107625
|
+
{
|
|
107626
|
+
"kind": "method",
|
|
107627
|
+
"name": "_requestSubmit",
|
|
107628
|
+
"privacy": "private",
|
|
107629
|
+
"return": {
|
|
107630
|
+
"type": {
|
|
107631
|
+
"text": "void"
|
|
107632
|
+
}
|
|
107633
|
+
},
|
|
107634
|
+
"parameters": [
|
|
107635
|
+
{
|
|
107636
|
+
"name": "form",
|
|
107637
|
+
"type": {
|
|
107638
|
+
"text": "HTMLFormElement"
|
|
107639
|
+
}
|
|
107640
|
+
}
|
|
107641
|
+
],
|
|
107642
|
+
"inheritedFrom": {
|
|
107643
|
+
"name": "SbbButtonBaseElement",
|
|
107644
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107645
|
+
}
|
|
107676
107646
|
},
|
|
107677
107647
|
{
|
|
107678
107648
|
"kind": "field",
|
|
107679
|
-
"name": "
|
|
107649
|
+
"name": "_formKeyDown",
|
|
107680
107650
|
"privacy": "private",
|
|
107681
|
-
"
|
|
107651
|
+
"inheritedFrom": {
|
|
107652
|
+
"name": "SbbButtonBaseElement",
|
|
107653
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107654
|
+
}
|
|
107682
107655
|
},
|
|
107683
107656
|
{
|
|
107684
107657
|
"kind": "field",
|
|
107685
|
-
"name": "
|
|
107658
|
+
"name": "formAssociated",
|
|
107686
107659
|
"type": {
|
|
107687
|
-
"text": "
|
|
107660
|
+
"text": "boolean"
|
|
107688
107661
|
},
|
|
107689
|
-
"privacy": "private",
|
|
107690
|
-
"default": "null"
|
|
107691
|
-
},
|
|
107692
|
-
{
|
|
107693
|
-
"kind": "method",
|
|
107694
|
-
"name": "escapeStrategy",
|
|
107695
107662
|
"privacy": "public",
|
|
107696
|
-
"
|
|
107697
|
-
|
|
107698
|
-
"text": "void"
|
|
107699
|
-
}
|
|
107700
|
-
},
|
|
107701
|
-
"description": "The method which is called on escape key press. Defaults to calling close()",
|
|
107663
|
+
"static": true,
|
|
107664
|
+
"default": "true",
|
|
107702
107665
|
"inheritedFrom": {
|
|
107703
|
-
"name": "
|
|
107704
|
-
"module": "core/
|
|
107666
|
+
"name": "SbbFormAssociatedMixin",
|
|
107667
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107705
107668
|
}
|
|
107706
107669
|
},
|
|
107707
107670
|
{
|
|
107708
|
-
"kind": "
|
|
107709
|
-
"name": "
|
|
107671
|
+
"kind": "field",
|
|
107672
|
+
"name": "name",
|
|
107710
107673
|
"privacy": "public",
|
|
107711
|
-
"
|
|
107712
|
-
|
|
107713
|
-
|
|
107714
|
-
}
|
|
107674
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
107675
|
+
"type": {
|
|
107676
|
+
"text": "string"
|
|
107715
107677
|
},
|
|
107716
|
-
"
|
|
107678
|
+
"attribute": "name",
|
|
107717
107679
|
"inheritedFrom": {
|
|
107718
|
-
"name": "
|
|
107719
|
-
"module": "core/
|
|
107680
|
+
"name": "SbbFormAssociatedMixin",
|
|
107681
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107720
107682
|
}
|
|
107721
107683
|
},
|
|
107722
107684
|
{
|
|
107723
|
-
"kind": "
|
|
107724
|
-
"name": "
|
|
107725
|
-
"
|
|
107726
|
-
|
|
107727
|
-
"type": {
|
|
107728
|
-
"text": "void"
|
|
107729
|
-
}
|
|
107685
|
+
"kind": "field",
|
|
107686
|
+
"name": "validity",
|
|
107687
|
+
"type": {
|
|
107688
|
+
"text": "ValidityState"
|
|
107730
107689
|
},
|
|
107731
|
-
"
|
|
107690
|
+
"privacy": "public",
|
|
107691
|
+
"description": "Returns the ValidityState object for this element.",
|
|
107692
|
+
"readonly": true,
|
|
107732
107693
|
"inheritedFrom": {
|
|
107733
|
-
"name": "
|
|
107734
|
-
"module": "core/
|
|
107694
|
+
"name": "SbbFormAssociatedMixin",
|
|
107695
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107735
107696
|
}
|
|
107736
107697
|
},
|
|
107737
107698
|
{
|
|
107738
|
-
"kind": "
|
|
107739
|
-
"name": "
|
|
107740
|
-
"
|
|
107741
|
-
|
|
107742
|
-
"type": {
|
|
107743
|
-
"text": "void"
|
|
107744
|
-
}
|
|
107699
|
+
"kind": "field",
|
|
107700
|
+
"name": "validationMessage",
|
|
107701
|
+
"type": {
|
|
107702
|
+
"text": "string"
|
|
107745
107703
|
},
|
|
107746
|
-
"
|
|
107704
|
+
"privacy": "public",
|
|
107705
|
+
"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.",
|
|
107706
|
+
"readonly": true,
|
|
107707
|
+
"inheritedFrom": {
|
|
107708
|
+
"name": "SbbFormAssociatedMixin",
|
|
107709
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107710
|
+
}
|
|
107747
107711
|
},
|
|
107748
107712
|
{
|
|
107749
|
-
"kind": "
|
|
107750
|
-
"name": "
|
|
107751
|
-
"
|
|
107752
|
-
|
|
107753
|
-
"type": {
|
|
107754
|
-
"text": "void"
|
|
107755
|
-
}
|
|
107713
|
+
"kind": "field",
|
|
107714
|
+
"name": "willValidate",
|
|
107715
|
+
"type": {
|
|
107716
|
+
"text": "boolean"
|
|
107756
107717
|
},
|
|
107757
|
-
"
|
|
107758
|
-
|
|
107759
|
-
|
|
107760
|
-
|
|
107761
|
-
|
|
107762
|
-
|
|
107763
|
-
}
|
|
107764
|
-
]
|
|
107765
|
-
},
|
|
107766
|
-
{
|
|
107767
|
-
"kind": "method",
|
|
107768
|
-
"name": "_isZeroAnimationDuration",
|
|
107769
|
-
"privacy": "private",
|
|
107770
|
-
"return": {
|
|
107771
|
-
"type": {
|
|
107772
|
-
"text": "boolean"
|
|
107773
|
-
}
|
|
107718
|
+
"privacy": "public",
|
|
107719
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
107720
|
+
"readonly": true,
|
|
107721
|
+
"inheritedFrom": {
|
|
107722
|
+
"name": "SbbFormAssociatedMixin",
|
|
107723
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107774
107724
|
}
|
|
107775
107725
|
},
|
|
107776
107726
|
{
|
|
107777
|
-
"kind": "
|
|
107778
|
-
"name": "
|
|
107727
|
+
"kind": "field",
|
|
107728
|
+
"name": "_validityStates",
|
|
107779
107729
|
"privacy": "private",
|
|
107780
|
-
"
|
|
107781
|
-
|
|
107782
|
-
|
|
107783
|
-
|
|
107730
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
107731
|
+
"inheritedFrom": {
|
|
107732
|
+
"name": "SbbFormAssociatedMixin",
|
|
107733
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107784
107734
|
}
|
|
107785
107735
|
},
|
|
107786
107736
|
{
|
|
107787
|
-
"kind": "
|
|
107788
|
-
"name": "
|
|
107789
|
-
"
|
|
107790
|
-
|
|
107791
|
-
|
|
107792
|
-
|
|
107793
|
-
|
|
107737
|
+
"kind": "field",
|
|
107738
|
+
"name": "formDisabled",
|
|
107739
|
+
"type": {
|
|
107740
|
+
"text": "boolean"
|
|
107741
|
+
},
|
|
107742
|
+
"privacy": "protected",
|
|
107743
|
+
"default": "false",
|
|
107744
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
107745
|
+
"inheritedFrom": {
|
|
107746
|
+
"name": "SbbFormAssociatedMixin",
|
|
107747
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107794
107748
|
}
|
|
107795
107749
|
},
|
|
107796
107750
|
{
|
|
107797
107751
|
"kind": "method",
|
|
107798
|
-
"name": "
|
|
107799
|
-
"privacy": "
|
|
107752
|
+
"name": "checkValidity",
|
|
107753
|
+
"privacy": "public",
|
|
107800
107754
|
"return": {
|
|
107801
107755
|
"type": {
|
|
107802
|
-
"text": "
|
|
107756
|
+
"text": "boolean"
|
|
107803
107757
|
}
|
|
107804
107758
|
},
|
|
107805
|
-
"
|
|
107806
|
-
|
|
107807
|
-
|
|
107808
|
-
|
|
107809
|
-
"text": "KeyboardEvent"
|
|
107810
|
-
}
|
|
107811
|
-
}
|
|
107812
|
-
]
|
|
107813
|
-
},
|
|
107814
|
-
{
|
|
107815
|
-
"kind": "method",
|
|
107816
|
-
"name": "_configureTrigger",
|
|
107817
|
-
"privacy": "private",
|
|
107818
|
-
"return": {
|
|
107819
|
-
"type": {
|
|
107820
|
-
"text": "void"
|
|
107821
|
-
}
|
|
107759
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
107760
|
+
"inheritedFrom": {
|
|
107761
|
+
"name": "SbbFormAssociatedMixin",
|
|
107762
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107822
107763
|
}
|
|
107823
107764
|
},
|
|
107824
107765
|
{
|
|
107825
107766
|
"kind": "method",
|
|
107826
|
-
"name": "
|
|
107827
|
-
"privacy": "
|
|
107767
|
+
"name": "reportValidity",
|
|
107768
|
+
"privacy": "public",
|
|
107828
107769
|
"return": {
|
|
107829
107770
|
"type": {
|
|
107830
|
-
"text": "
|
|
107771
|
+
"text": "boolean"
|
|
107831
107772
|
}
|
|
107773
|
+
},
|
|
107774
|
+
"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.",
|
|
107775
|
+
"inheritedFrom": {
|
|
107776
|
+
"name": "SbbFormAssociatedMixin",
|
|
107777
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107832
107778
|
}
|
|
107833
107779
|
},
|
|
107834
107780
|
{
|
|
107835
107781
|
"kind": "method",
|
|
107836
|
-
"name": "
|
|
107837
|
-
"privacy": "
|
|
107782
|
+
"name": "setCustomValidity",
|
|
107783
|
+
"privacy": "public",
|
|
107838
107784
|
"return": {
|
|
107839
107785
|
"type": {
|
|
107840
107786
|
"text": "void"
|
|
@@ -107842,79 +107788,65 @@
|
|
|
107842
107788
|
},
|
|
107843
107789
|
"parameters": [
|
|
107844
107790
|
{
|
|
107845
|
-
"name": "
|
|
107791
|
+
"name": "message",
|
|
107846
107792
|
"type": {
|
|
107847
|
-
"text": "
|
|
107793
|
+
"text": "string"
|
|
107848
107794
|
}
|
|
107849
107795
|
}
|
|
107850
|
-
]
|
|
107851
|
-
|
|
107852
|
-
|
|
107853
|
-
|
|
107854
|
-
|
|
107855
|
-
|
|
107856
|
-
},
|
|
107857
|
-
{
|
|
107858
|
-
"kind": "field",
|
|
107859
|
-
"name": "_closeOnBackdropClick",
|
|
107860
|
-
"privacy": "private"
|
|
107796
|
+
],
|
|
107797
|
+
"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.",
|
|
107798
|
+
"inheritedFrom": {
|
|
107799
|
+
"name": "SbbFormAssociatedMixin",
|
|
107800
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107801
|
+
}
|
|
107861
107802
|
},
|
|
107862
107803
|
{
|
|
107863
107804
|
"kind": "method",
|
|
107864
|
-
"name": "
|
|
107805
|
+
"name": "_hasDisabledAncestor",
|
|
107865
107806
|
"privacy": "private",
|
|
107866
107807
|
"return": {
|
|
107867
107808
|
"type": {
|
|
107868
|
-
"text": "
|
|
107809
|
+
"text": "boolean"
|
|
107869
107810
|
}
|
|
107870
107811
|
},
|
|
107871
|
-
"
|
|
107872
|
-
|
|
107873
|
-
|
|
107874
|
-
"kind": "method",
|
|
107875
|
-
"name": "_parentMenu",
|
|
107876
|
-
"privacy": "private",
|
|
107877
|
-
"return": {
|
|
107878
|
-
"type": {
|
|
107879
|
-
"text": "SbbMenuElement | null"
|
|
107880
|
-
}
|
|
107812
|
+
"inheritedFrom": {
|
|
107813
|
+
"name": "SbbFormAssociatedMixin",
|
|
107814
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107881
107815
|
}
|
|
107882
107816
|
},
|
|
107883
107817
|
{
|
|
107884
107818
|
"kind": "method",
|
|
107885
|
-
"name": "
|
|
107886
|
-
"privacy": "
|
|
107819
|
+
"name": "updateFormValue",
|
|
107820
|
+
"privacy": "protected",
|
|
107887
107821
|
"return": {
|
|
107888
107822
|
"type": {
|
|
107889
|
-
"text": "
|
|
107823
|
+
"text": "void"
|
|
107890
107824
|
}
|
|
107891
107825
|
},
|
|
107892
|
-
"description": "
|
|
107893
|
-
|
|
107894
|
-
|
|
107895
|
-
|
|
107896
|
-
"name": "_isNested",
|
|
107897
|
-
"privacy": "private",
|
|
107898
|
-
"return": {
|
|
107899
|
-
"type": {
|
|
107900
|
-
"text": "boolean"
|
|
107901
|
-
}
|
|
107826
|
+
"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",
|
|
107827
|
+
"inheritedFrom": {
|
|
107828
|
+
"name": "SbbFormAssociatedMixin",
|
|
107829
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107902
107830
|
}
|
|
107903
107831
|
},
|
|
107904
107832
|
{
|
|
107905
107833
|
"kind": "method",
|
|
107906
|
-
"name": "
|
|
107907
|
-
"privacy": "
|
|
107834
|
+
"name": "formState",
|
|
107835
|
+
"privacy": "protected",
|
|
107908
107836
|
"return": {
|
|
107909
107837
|
"type": {
|
|
107910
|
-
"text": "
|
|
107838
|
+
"text": "FormRestoreState"
|
|
107911
107839
|
}
|
|
107840
|
+
},
|
|
107841
|
+
"inheritedFrom": {
|
|
107842
|
+
"name": "SbbFormAssociatedMixin",
|
|
107843
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107912
107844
|
}
|
|
107913
107845
|
},
|
|
107914
107846
|
{
|
|
107915
107847
|
"kind": "method",
|
|
107916
|
-
"name": "
|
|
107917
|
-
"privacy": "
|
|
107848
|
+
"name": "setValidityFlag",
|
|
107849
|
+
"privacy": "protected",
|
|
107918
107850
|
"return": {
|
|
107919
107851
|
"type": {
|
|
107920
107852
|
"text": "void"
|
|
@@ -107922,17 +107854,35 @@
|
|
|
107922
107854
|
},
|
|
107923
107855
|
"parameters": [
|
|
107924
107856
|
{
|
|
107925
|
-
"name": "
|
|
107857
|
+
"name": "flag",
|
|
107926
107858
|
"type": {
|
|
107927
|
-
"text": "
|
|
107859
|
+
"text": "T"
|
|
107860
|
+
}
|
|
107861
|
+
},
|
|
107862
|
+
{
|
|
107863
|
+
"name": "message",
|
|
107864
|
+
"type": {
|
|
107865
|
+
"text": "string"
|
|
107866
|
+
}
|
|
107867
|
+
},
|
|
107868
|
+
{
|
|
107869
|
+
"name": "flagValue",
|
|
107870
|
+
"optional": true,
|
|
107871
|
+
"type": {
|
|
107872
|
+
"text": "ValidityStateFlags[T]"
|
|
107928
107873
|
}
|
|
107929
107874
|
}
|
|
107930
|
-
]
|
|
107875
|
+
],
|
|
107876
|
+
"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).",
|
|
107877
|
+
"inheritedFrom": {
|
|
107878
|
+
"name": "SbbFormAssociatedMixin",
|
|
107879
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107880
|
+
}
|
|
107931
107881
|
},
|
|
107932
107882
|
{
|
|
107933
107883
|
"kind": "method",
|
|
107934
|
-
"name": "
|
|
107935
|
-
"privacy": "
|
|
107884
|
+
"name": "removeValidityFlag",
|
|
107885
|
+
"privacy": "protected",
|
|
107936
107886
|
"return": {
|
|
107937
107887
|
"type": {
|
|
107938
107888
|
"text": "void"
|
|
@@ -107940,152 +107890,158 @@
|
|
|
107940
107890
|
},
|
|
107941
107891
|
"parameters": [
|
|
107942
107892
|
{
|
|
107943
|
-
"name": "
|
|
107893
|
+
"name": "flag",
|
|
107944
107894
|
"type": {
|
|
107945
|
-
"text": "
|
|
107895
|
+
"text": "T"
|
|
107946
107896
|
}
|
|
107947
107897
|
}
|
|
107948
|
-
]
|
|
107898
|
+
],
|
|
107899
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107900
|
+
"inheritedFrom": {
|
|
107901
|
+
"name": "SbbFormAssociatedMixin",
|
|
107902
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107903
|
+
}
|
|
107949
107904
|
},
|
|
107950
107905
|
{
|
|
107951
107906
|
"kind": "method",
|
|
107952
|
-
"name": "
|
|
107953
|
-
"privacy": "
|
|
107907
|
+
"name": "validate",
|
|
107908
|
+
"privacy": "protected",
|
|
107954
107909
|
"return": {
|
|
107955
107910
|
"type": {
|
|
107956
107911
|
"text": "void"
|
|
107957
107912
|
}
|
|
107913
|
+
},
|
|
107914
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
107915
|
+
"inheritedFrom": {
|
|
107916
|
+
"name": "SbbFormAssociatedMixin",
|
|
107917
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107958
107918
|
}
|
|
107959
107919
|
},
|
|
107960
107920
|
{
|
|
107961
107921
|
"kind": "method",
|
|
107962
|
-
"name": "
|
|
107963
|
-
"privacy": "
|
|
107922
|
+
"name": "shouldValidate",
|
|
107923
|
+
"privacy": "protected",
|
|
107964
107924
|
"return": {
|
|
107965
107925
|
"type": {
|
|
107966
|
-
"text": "
|
|
107926
|
+
"text": "boolean"
|
|
107927
|
+
}
|
|
107928
|
+
},
|
|
107929
|
+
"parameters": [
|
|
107930
|
+
{
|
|
107931
|
+
"name": "name",
|
|
107932
|
+
"type": {
|
|
107933
|
+
"text": "PropertyKey | undefined"
|
|
107934
|
+
}
|
|
107967
107935
|
}
|
|
107936
|
+
],
|
|
107937
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
107938
|
+
"inheritedFrom": {
|
|
107939
|
+
"name": "SbbFormAssociatedMixin",
|
|
107940
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107968
107941
|
}
|
|
107969
107942
|
},
|
|
107970
107943
|
{
|
|
107971
107944
|
"kind": "method",
|
|
107972
|
-
"name": "
|
|
107945
|
+
"name": "_setInternalValidity",
|
|
107973
107946
|
"privacy": "private",
|
|
107974
107947
|
"return": {
|
|
107975
107948
|
"type": {
|
|
107976
|
-
"text": "
|
|
107949
|
+
"text": "void"
|
|
107977
107950
|
}
|
|
107978
|
-
}
|
|
107979
|
-
},
|
|
107980
|
-
{
|
|
107981
|
-
"kind": "field",
|
|
107982
|
-
"name": "events",
|
|
107983
|
-
"privacy": "public",
|
|
107984
|
-
"static": true,
|
|
107985
|
-
"readonly": true,
|
|
107986
|
-
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
107987
|
-
"type": {
|
|
107988
|
-
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
107989
107951
|
},
|
|
107990
107952
|
"inheritedFrom": {
|
|
107991
|
-
"name": "
|
|
107992
|
-
"module": "core/
|
|
107953
|
+
"name": "SbbFormAssociatedMixin",
|
|
107954
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107993
107955
|
}
|
|
107994
107956
|
},
|
|
107995
107957
|
{
|
|
107996
107958
|
"kind": "field",
|
|
107997
|
-
"name": "
|
|
107998
|
-
"privacy": "
|
|
107999
|
-
"description": "
|
|
108000
|
-
"
|
|
108001
|
-
|
|
108002
|
-
|
|
108003
|
-
|
|
107959
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
107960
|
+
"privacy": "private",
|
|
107961
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
107962
|
+
"parameters": [
|
|
107963
|
+
{
|
|
107964
|
+
"description": "The origin event.",
|
|
107965
|
+
"name": "event"
|
|
107966
|
+
}
|
|
107967
|
+
],
|
|
108004
107968
|
"inheritedFrom": {
|
|
108005
|
-
"name": "
|
|
108006
|
-
"module": "core/base-elements/
|
|
107969
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107970
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108007
107971
|
}
|
|
108008
107972
|
},
|
|
108009
107973
|
{
|
|
108010
107974
|
"kind": "field",
|
|
108011
|
-
"name": "
|
|
108012
|
-
"type": {
|
|
108013
|
-
"text": "SbbOpenedClosedState"
|
|
108014
|
-
},
|
|
107975
|
+
"name": "_removeActiveMarker",
|
|
108015
107976
|
"privacy": "private",
|
|
108016
107977
|
"inheritedFrom": {
|
|
108017
|
-
"name": "
|
|
108018
|
-
"module": "core/base-elements/
|
|
107978
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107979
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108019
107980
|
}
|
|
108020
107981
|
},
|
|
108021
107982
|
{
|
|
108022
107983
|
"kind": "field",
|
|
108023
|
-
"name": "
|
|
108024
|
-
"
|
|
108025
|
-
|
|
108026
|
-
|
|
108027
|
-
|
|
108028
|
-
|
|
108029
|
-
|
|
107984
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
107985
|
+
"privacy": "private",
|
|
107986
|
+
"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.",
|
|
107987
|
+
"parameters": [
|
|
107988
|
+
{
|
|
107989
|
+
"description": "The origin event.",
|
|
107990
|
+
"name": "event"
|
|
107991
|
+
}
|
|
107992
|
+
],
|
|
108030
107993
|
"inheritedFrom": {
|
|
108031
|
-
"name": "
|
|
108032
|
-
"module": "core/base-elements/
|
|
107994
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107995
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108033
107996
|
}
|
|
108034
107997
|
},
|
|
108035
107998
|
{
|
|
108036
|
-
"kind": "
|
|
108037
|
-
"name": "
|
|
108038
|
-
"privacy": "
|
|
108039
|
-
"return": {
|
|
108040
|
-
"type": {
|
|
108041
|
-
"text": "boolean"
|
|
108042
|
-
}
|
|
108043
|
-
},
|
|
107999
|
+
"kind": "field",
|
|
108000
|
+
"name": "_dispatchClickEvent",
|
|
108001
|
+
"privacy": "private",
|
|
108044
108002
|
"inheritedFrom": {
|
|
108045
|
-
"name": "
|
|
108046
|
-
"module": "core/base-elements/
|
|
108003
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108004
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108047
108005
|
}
|
|
108048
108006
|
},
|
|
108049
108007
|
{
|
|
108050
|
-
"kind": "
|
|
108051
|
-
"name": "
|
|
108052
|
-
"
|
|
108053
|
-
|
|
108054
|
-
"type": {
|
|
108055
|
-
"text": "boolean"
|
|
108056
|
-
}
|
|
108008
|
+
"kind": "field",
|
|
108009
|
+
"name": "maybeDisabled",
|
|
108010
|
+
"type": {
|
|
108011
|
+
"text": "boolean | undefined"
|
|
108057
108012
|
},
|
|
108013
|
+
"privacy": "protected",
|
|
108014
|
+
"readonly": true,
|
|
108058
108015
|
"inheritedFrom": {
|
|
108059
|
-
"name": "
|
|
108060
|
-
"module": "core/base-elements/
|
|
108016
|
+
"name": "SbbActionBaseElement",
|
|
108017
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108061
108018
|
}
|
|
108062
108019
|
},
|
|
108063
108020
|
{
|
|
108064
|
-
"kind": "
|
|
108065
|
-
"name": "
|
|
108066
|
-
"
|
|
108067
|
-
|
|
108068
|
-
"type": {
|
|
108069
|
-
"text": "boolean"
|
|
108070
|
-
}
|
|
108021
|
+
"kind": "field",
|
|
108022
|
+
"name": "maybeDisabledInteractive",
|
|
108023
|
+
"type": {
|
|
108024
|
+
"text": "boolean | undefined"
|
|
108071
108025
|
},
|
|
108026
|
+
"privacy": "protected",
|
|
108027
|
+
"readonly": true,
|
|
108072
108028
|
"inheritedFrom": {
|
|
108073
|
-
"name": "
|
|
108074
|
-
"module": "core/base-elements/
|
|
108029
|
+
"name": "SbbActionBaseElement",
|
|
108030
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108075
108031
|
}
|
|
108076
108032
|
},
|
|
108077
108033
|
{
|
|
108078
108034
|
"kind": "method",
|
|
108079
|
-
"name": "
|
|
108035
|
+
"name": "setupBaseEventHandlers",
|
|
108080
108036
|
"privacy": "protected",
|
|
108081
108037
|
"return": {
|
|
108082
108038
|
"type": {
|
|
108083
|
-
"text": "
|
|
108039
|
+
"text": "void"
|
|
108084
108040
|
}
|
|
108085
108041
|
},
|
|
108086
108042
|
"inheritedFrom": {
|
|
108087
|
-
"name": "
|
|
108088
|
-
"module": "core/base-elements/
|
|
108043
|
+
"name": "SbbActionBaseElement",
|
|
108044
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108089
108045
|
}
|
|
108090
108046
|
},
|
|
108091
108047
|
{
|
|
@@ -108182,78 +108138,122 @@
|
|
|
108182
108138
|
}
|
|
108183
108139
|
},
|
|
108184
108140
|
{
|
|
108185
|
-
"kind": "field",
|
|
108186
|
-
"name": "_controllers",
|
|
108141
|
+
"kind": "field",
|
|
108142
|
+
"name": "_controllers",
|
|
108143
|
+
"type": {
|
|
108144
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
108145
|
+
},
|
|
108146
|
+
"privacy": "private",
|
|
108147
|
+
"inheritedFrom": {
|
|
108148
|
+
"name": "SbbElement",
|
|
108149
|
+
"module": "core/base-elements/element.js"
|
|
108150
|
+
}
|
|
108151
|
+
}
|
|
108152
|
+
],
|
|
108153
|
+
"mixins": [
|
|
108154
|
+
{
|
|
108155
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
108156
|
+
"module": "core/mixins.js"
|
|
108157
|
+
},
|
|
108158
|
+
{
|
|
108159
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
108160
|
+
"module": "menu/common/menu-action-common.js"
|
|
108161
|
+
}
|
|
108162
|
+
],
|
|
108163
|
+
"superclass": {
|
|
108164
|
+
"name": "SbbButtonBaseElement",
|
|
108165
|
+
"module": "core/base-elements.js"
|
|
108166
|
+
},
|
|
108167
|
+
"tagName": "sbb-menu-button",
|
|
108168
|
+
"customElement": true,
|
|
108169
|
+
"attributes": [
|
|
108170
|
+
{
|
|
108171
|
+
"name": "disabled-interactive",
|
|
108172
|
+
"type": {
|
|
108173
|
+
"text": "boolean"
|
|
108174
|
+
},
|
|
108175
|
+
"default": "false",
|
|
108176
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
108177
|
+
"fieldName": "disabledInteractive",
|
|
108178
|
+
"inheritedFrom": {
|
|
108179
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
108180
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108181
|
+
}
|
|
108182
|
+
},
|
|
108183
|
+
{
|
|
108184
|
+
"name": "disabled",
|
|
108185
|
+
"description": "Whether the component is disabled.",
|
|
108186
|
+
"default": "false",
|
|
108187
|
+
"type": {
|
|
108188
|
+
"text": "boolean"
|
|
108189
|
+
},
|
|
108190
|
+
"fieldName": "disabled",
|
|
108191
|
+
"inheritedFrom": {
|
|
108192
|
+
"name": "SbbDisabledMixin",
|
|
108193
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108194
|
+
}
|
|
108195
|
+
},
|
|
108196
|
+
{
|
|
108197
|
+
"name": "icon-name",
|
|
108187
108198
|
"type": {
|
|
108188
|
-
"text": "
|
|
108199
|
+
"text": "string"
|
|
108189
108200
|
},
|
|
108190
|
-
"
|
|
108201
|
+
"default": "''",
|
|
108202
|
+
"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.",
|
|
108203
|
+
"fieldName": "iconName",
|
|
108191
108204
|
"inheritedFrom": {
|
|
108192
|
-
"name": "
|
|
108193
|
-
"module": "
|
|
108205
|
+
"name": "SbbIconNameMixin",
|
|
108206
|
+
"module": "icon/icon-name-mixin.js"
|
|
108194
108207
|
}
|
|
108195
|
-
}
|
|
108196
|
-
],
|
|
108197
|
-
"attributes": [
|
|
108198
|
-
{
|
|
108199
|
-
"name": "trigger",
|
|
108200
|
-
"type": {
|
|
108201
|
-
"text": "HTMLElement | null"
|
|
108202
|
-
},
|
|
108203
|
-
"default": "null",
|
|
108204
|
-
"description": "The element that will trigger the menu overlay.\n\nFor attribute usage, provide an id reference.",
|
|
108205
|
-
"fieldName": "trigger"
|
|
108206
|
-
}
|
|
108207
|
-
],
|
|
108208
|
-
"superclass": {
|
|
108209
|
-
"name": "SbbOpenCloseBaseElement",
|
|
108210
|
-
"module": "core/base-elements.js"
|
|
108211
|
-
},
|
|
108212
|
-
"tagName": "sbb-menu",
|
|
108213
|
-
"customElement": true,
|
|
108214
|
-
"events": [
|
|
108208
|
+
},
|
|
108215
108209
|
{
|
|
108216
|
-
"name": "
|
|
108210
|
+
"name": "value",
|
|
108217
108211
|
"type": {
|
|
108218
|
-
"text": "
|
|
108212
|
+
"text": "string"
|
|
108219
108213
|
},
|
|
108220
|
-
"
|
|
108214
|
+
"default": "''",
|
|
108215
|
+
"description": "Value of the form element.",
|
|
108216
|
+
"fieldName": "value",
|
|
108221
108217
|
"inheritedFrom": {
|
|
108222
|
-
"name": "
|
|
108223
|
-
"module": "core/base-elements/
|
|
108218
|
+
"name": "SbbButtonBaseElement",
|
|
108219
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108224
108220
|
}
|
|
108225
108221
|
},
|
|
108226
108222
|
{
|
|
108227
|
-
"name": "
|
|
108223
|
+
"name": "type",
|
|
108224
|
+
"description": "The type attribute to use for the button.",
|
|
108225
|
+
"default": "'button'",
|
|
108228
108226
|
"type": {
|
|
108229
|
-
"text": "
|
|
108227
|
+
"text": "SbbButtonType"
|
|
108230
108228
|
},
|
|
108231
|
-
"
|
|
108229
|
+
"fieldName": "type",
|
|
108232
108230
|
"inheritedFrom": {
|
|
108233
|
-
"name": "
|
|
108234
|
-
"module": "core/base-elements/
|
|
108231
|
+
"name": "SbbButtonBaseElement",
|
|
108232
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108235
108233
|
}
|
|
108236
108234
|
},
|
|
108237
108235
|
{
|
|
108238
|
-
"name": "
|
|
108236
|
+
"name": "form",
|
|
108237
|
+
"description": "The `<form>` element to associate the button with.",
|
|
108239
108238
|
"type": {
|
|
108240
|
-
"text": "
|
|
108239
|
+
"text": "HTMLFormElement | null"
|
|
108241
108240
|
},
|
|
108242
|
-
"
|
|
108241
|
+
"fieldName": "form",
|
|
108243
108242
|
"inheritedFrom": {
|
|
108244
|
-
"name": "
|
|
108245
|
-
"module": "core/base-elements/
|
|
108243
|
+
"name": "SbbButtonBaseElement",
|
|
108244
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108246
108245
|
}
|
|
108247
108246
|
},
|
|
108248
108247
|
{
|
|
108249
|
-
"name": "
|
|
108248
|
+
"name": "name",
|
|
108249
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
108250
108250
|
"type": {
|
|
108251
|
-
"text": "
|
|
108251
|
+
"text": "string"
|
|
108252
108252
|
},
|
|
108253
|
-
"
|
|
108253
|
+
"fieldName": "name",
|
|
108254
108254
|
"inheritedFrom": {
|
|
108255
|
-
"name": "
|
|
108256
|
-
"module": "core/
|
|
108255
|
+
"name": "SbbFormAssociatedMixin",
|
|
108256
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108257
108257
|
}
|
|
108258
108258
|
}
|
|
108259
108259
|
]
|
|
@@ -108262,10 +108262,10 @@
|
|
|
108262
108262
|
"exports": [
|
|
108263
108263
|
{
|
|
108264
108264
|
"kind": "js",
|
|
108265
|
-
"name": "
|
|
108265
|
+
"name": "SbbMenuButtonElement",
|
|
108266
108266
|
"declaration": {
|
|
108267
|
-
"name": "
|
|
108268
|
-
"module": "menu/menu/menu.component.js"
|
|
108267
|
+
"name": "SbbMenuButtonElement",
|
|
108268
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
108269
108269
|
}
|
|
108270
108270
|
}
|
|
108271
108271
|
]
|
|
@@ -109994,81 +109994,251 @@
|
|
|
109994
109994
|
"fieldName": "marker"
|
|
109995
109995
|
},
|
|
109996
109996
|
{
|
|
109997
|
-
"name": "color",
|
|
109997
|
+
"name": "color",
|
|
109998
|
+
"type": {
|
|
109999
|
+
"text": "'charcoal' | 'cloud' | 'orange' | 'red' | 'sky' | string"
|
|
110000
|
+
},
|
|
110001
|
+
"default": "''",
|
|
110002
|
+
"description": "The color of the marker.",
|
|
110003
|
+
"fieldName": "color"
|
|
110004
|
+
},
|
|
110005
|
+
{
|
|
110006
|
+
"name": "value",
|
|
110007
|
+
"type": {
|
|
110008
|
+
"text": "string"
|
|
110009
|
+
},
|
|
110010
|
+
"default": "''",
|
|
110011
|
+
"description": "Value of the form element.",
|
|
110012
|
+
"fieldName": "value",
|
|
110013
|
+
"inheritedFrom": {
|
|
110014
|
+
"name": "SbbButtonBaseElement",
|
|
110015
|
+
"module": "core/base-elements/button-base-element.js"
|
|
110016
|
+
}
|
|
110017
|
+
},
|
|
110018
|
+
{
|
|
110019
|
+
"name": "type",
|
|
110020
|
+
"description": "The type attribute to use for the button.",
|
|
110021
|
+
"default": "'button'",
|
|
110022
|
+
"type": {
|
|
110023
|
+
"text": "SbbButtonType"
|
|
110024
|
+
},
|
|
110025
|
+
"fieldName": "type",
|
|
110026
|
+
"inheritedFrom": {
|
|
110027
|
+
"name": "SbbButtonBaseElement",
|
|
110028
|
+
"module": "core/base-elements/button-base-element.js"
|
|
110029
|
+
}
|
|
110030
|
+
},
|
|
110031
|
+
{
|
|
110032
|
+
"name": "form",
|
|
110033
|
+
"description": "The `<form>` element to associate the button with.",
|
|
110034
|
+
"type": {
|
|
110035
|
+
"text": "HTMLFormElement | null"
|
|
110036
|
+
},
|
|
110037
|
+
"fieldName": "form",
|
|
110038
|
+
"inheritedFrom": {
|
|
110039
|
+
"name": "SbbButtonBaseElement",
|
|
110040
|
+
"module": "core/base-elements/button-base-element.js"
|
|
110041
|
+
}
|
|
110042
|
+
},
|
|
110043
|
+
{
|
|
110044
|
+
"name": "name",
|
|
110045
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
110046
|
+
"type": {
|
|
110047
|
+
"text": "string"
|
|
110048
|
+
},
|
|
110049
|
+
"fieldName": "name",
|
|
110050
|
+
"inheritedFrom": {
|
|
110051
|
+
"name": "SbbFormAssociatedMixin",
|
|
110052
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
110053
|
+
}
|
|
110054
|
+
}
|
|
110055
|
+
],
|
|
110056
|
+
"superclass": {
|
|
110057
|
+
"name": "SbbButtonBaseElement",
|
|
110058
|
+
"module": "core/base-elements.js"
|
|
110059
|
+
},
|
|
110060
|
+
"tagName": "sbb-mini-calendar-day",
|
|
110061
|
+
"customElement": true,
|
|
110062
|
+
"classGenerics": "T = Date"
|
|
110063
|
+
}
|
|
110064
|
+
],
|
|
110065
|
+
"exports": [
|
|
110066
|
+
{
|
|
110067
|
+
"kind": "js",
|
|
110068
|
+
"name": "SbbMiniCalendarDayElement",
|
|
110069
|
+
"declaration": {
|
|
110070
|
+
"name": "SbbMiniCalendarDayElement",
|
|
110071
|
+
"module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
|
|
110072
|
+
}
|
|
110073
|
+
}
|
|
110074
|
+
]
|
|
110075
|
+
},
|
|
110076
|
+
{
|
|
110077
|
+
"kind": "javascript-module",
|
|
110078
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
110079
|
+
"declarations": [
|
|
110080
|
+
{
|
|
110081
|
+
"kind": "class",
|
|
110082
|
+
"description": "",
|
|
110083
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110084
|
+
"members": [
|
|
110085
|
+
{
|
|
110086
|
+
"kind": "field",
|
|
110087
|
+
"name": "size",
|
|
110088
|
+
"type": {
|
|
110089
|
+
"text": "SbbNavigationActionSize"
|
|
110090
|
+
},
|
|
110091
|
+
"privacy": "public"
|
|
110092
|
+
},
|
|
110093
|
+
{
|
|
110094
|
+
"kind": "field",
|
|
110095
|
+
"name": "marker",
|
|
110096
|
+
"type": {
|
|
110097
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110098
|
+
},
|
|
110099
|
+
"privacy": "public",
|
|
110100
|
+
"readonly": true
|
|
110101
|
+
},
|
|
110102
|
+
{
|
|
110103
|
+
"kind": "field",
|
|
110104
|
+
"name": "section",
|
|
110105
|
+
"type": {
|
|
110106
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110107
|
+
},
|
|
110108
|
+
"privacy": "public",
|
|
110109
|
+
"readonly": true
|
|
110110
|
+
},
|
|
110111
|
+
{
|
|
110112
|
+
"kind": "field",
|
|
110113
|
+
"name": "connectedSection",
|
|
110114
|
+
"type": {
|
|
110115
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110116
|
+
},
|
|
110117
|
+
"privacy": "public"
|
|
110118
|
+
}
|
|
110119
|
+
]
|
|
110120
|
+
},
|
|
110121
|
+
{
|
|
110122
|
+
"kind": "mixin",
|
|
110123
|
+
"description": "",
|
|
110124
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110125
|
+
"members": [
|
|
110126
|
+
{
|
|
110127
|
+
"kind": "field",
|
|
110128
|
+
"name": "styles",
|
|
110129
|
+
"type": {
|
|
110130
|
+
"text": "CSSResultGroup"
|
|
110131
|
+
},
|
|
110132
|
+
"privacy": "public",
|
|
110133
|
+
"static": true,
|
|
110134
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110135
|
+
},
|
|
110136
|
+
{
|
|
110137
|
+
"kind": "field",
|
|
110138
|
+
"name": "size",
|
|
110139
|
+
"type": {
|
|
110140
|
+
"text": "SbbNavigationActionSize"
|
|
110141
|
+
},
|
|
110142
|
+
"privacy": "public",
|
|
110143
|
+
"description": "Action size variant, either s, m or l.",
|
|
110144
|
+
"default": "'l' / 's' (lean)",
|
|
110145
|
+
"attribute": "size",
|
|
110146
|
+
"reflects": true
|
|
110147
|
+
},
|
|
110148
|
+
{
|
|
110149
|
+
"kind": "field",
|
|
110150
|
+
"name": "connectedSection",
|
|
110151
|
+
"type": {
|
|
110152
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110153
|
+
},
|
|
110154
|
+
"privacy": "public",
|
|
110155
|
+
"description": "The section that is being controlled by the action, if any."
|
|
110156
|
+
},
|
|
110157
|
+
{
|
|
110158
|
+
"kind": "field",
|
|
110159
|
+
"name": "marker",
|
|
110160
|
+
"type": {
|
|
110161
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110162
|
+
},
|
|
110163
|
+
"privacy": "public",
|
|
110164
|
+
"description": "The navigation marker in which the action is nested.",
|
|
110165
|
+
"readonly": true
|
|
110166
|
+
},
|
|
110167
|
+
{
|
|
110168
|
+
"kind": "field",
|
|
110169
|
+
"name": "section",
|
|
109998
110170
|
"type": {
|
|
109999
|
-
"text": "
|
|
110171
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110000
110172
|
},
|
|
110001
|
-
"
|
|
110002
|
-
"description": "The
|
|
110003
|
-
"
|
|
110173
|
+
"privacy": "public",
|
|
110174
|
+
"description": "The section in which the action is nested.",
|
|
110175
|
+
"readonly": true
|
|
110004
110176
|
},
|
|
110005
110177
|
{
|
|
110006
|
-
"
|
|
110178
|
+
"kind": "field",
|
|
110179
|
+
"name": "_navigationMarker",
|
|
110007
110180
|
"type": {
|
|
110008
|
-
"text": "
|
|
110181
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110009
110182
|
},
|
|
110010
|
-
"
|
|
110011
|
-
"
|
|
110012
|
-
"fieldName": "value",
|
|
110013
|
-
"inheritedFrom": {
|
|
110014
|
-
"name": "SbbButtonBaseElement",
|
|
110015
|
-
"module": "core/base-elements/button-base-element.js"
|
|
110016
|
-
}
|
|
110183
|
+
"privacy": "private",
|
|
110184
|
+
"default": "null"
|
|
110017
110185
|
},
|
|
110018
110186
|
{
|
|
110019
|
-
"
|
|
110020
|
-
"
|
|
110021
|
-
"default": "'button'",
|
|
110187
|
+
"kind": "field",
|
|
110188
|
+
"name": "_navigationSection",
|
|
110022
110189
|
"type": {
|
|
110023
|
-
"text": "
|
|
110190
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110024
110191
|
},
|
|
110025
|
-
"
|
|
110026
|
-
"
|
|
110027
|
-
"name": "SbbButtonBaseElement",
|
|
110028
|
-
"module": "core/base-elements/button-base-element.js"
|
|
110029
|
-
}
|
|
110192
|
+
"privacy": "private",
|
|
110193
|
+
"default": "null"
|
|
110030
110194
|
},
|
|
110031
110195
|
{
|
|
110032
|
-
"
|
|
110033
|
-
"
|
|
110034
|
-
"
|
|
110035
|
-
|
|
110036
|
-
|
|
110037
|
-
|
|
110038
|
-
|
|
110039
|
-
"name": "SbbButtonBaseElement",
|
|
110040
|
-
"module": "core/base-elements/button-base-element.js"
|
|
110196
|
+
"kind": "method",
|
|
110197
|
+
"name": "renderTemplate",
|
|
110198
|
+
"privacy": "protected",
|
|
110199
|
+
"return": {
|
|
110200
|
+
"type": {
|
|
110201
|
+
"text": "TemplateResult"
|
|
110202
|
+
}
|
|
110041
110203
|
}
|
|
110042
|
-
}
|
|
110204
|
+
}
|
|
110205
|
+
],
|
|
110206
|
+
"attributes": [
|
|
110043
110207
|
{
|
|
110044
|
-
"name": "
|
|
110045
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
110208
|
+
"name": "size",
|
|
110046
110209
|
"type": {
|
|
110047
|
-
"text": "
|
|
110210
|
+
"text": "SbbNavigationActionSize"
|
|
110048
110211
|
},
|
|
110049
|
-
"
|
|
110050
|
-
"
|
|
110051
|
-
|
|
110052
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
110053
|
-
}
|
|
110212
|
+
"description": "Action size variant, either s, m or l.",
|
|
110213
|
+
"default": "'l' / 's' (lean)",
|
|
110214
|
+
"fieldName": "size"
|
|
110054
110215
|
}
|
|
110055
110216
|
],
|
|
110056
|
-
"
|
|
110057
|
-
|
|
110058
|
-
|
|
110059
|
-
|
|
110060
|
-
|
|
110061
|
-
|
|
110062
|
-
|
|
110217
|
+
"parameters": [
|
|
110218
|
+
{
|
|
110219
|
+
"name": "superClass",
|
|
110220
|
+
"type": {
|
|
110221
|
+
"text": "T"
|
|
110222
|
+
}
|
|
110223
|
+
}
|
|
110224
|
+
]
|
|
110063
110225
|
}
|
|
110064
110226
|
],
|
|
110065
110227
|
"exports": [
|
|
110066
110228
|
{
|
|
110067
110229
|
"kind": "js",
|
|
110068
|
-
"name": "
|
|
110230
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110069
110231
|
"declaration": {
|
|
110070
|
-
"name": "
|
|
110071
|
-
"module": "
|
|
110232
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110233
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110234
|
+
}
|
|
110235
|
+
},
|
|
110236
|
+
{
|
|
110237
|
+
"kind": "js",
|
|
110238
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110239
|
+
"declaration": {
|
|
110240
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110241
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110072
110242
|
}
|
|
110073
110243
|
}
|
|
110074
110244
|
]
|
|
@@ -110254,209 +110424,39 @@
|
|
|
110254
110424
|
"text": "Set<SbbReactiveController> | undefined"
|
|
110255
110425
|
},
|
|
110256
110426
|
"privacy": "private",
|
|
110257
|
-
"inheritedFrom": {
|
|
110258
|
-
"name": "SbbElement",
|
|
110259
|
-
"module": "core/base-elements/element.js"
|
|
110260
|
-
}
|
|
110261
|
-
}
|
|
110262
|
-
],
|
|
110263
|
-
"attributes": [
|
|
110264
|
-
{
|
|
110265
|
-
"name": "date",
|
|
110266
|
-
"type": {
|
|
110267
|
-
"text": "string"
|
|
110268
|
-
},
|
|
110269
|
-
"default": "''",
|
|
110270
|
-
"description": "Date as ISO string (YYYY-MM)",
|
|
110271
|
-
"fieldName": "date"
|
|
110272
|
-
}
|
|
110273
|
-
],
|
|
110274
|
-
"superclass": {
|
|
110275
|
-
"name": "SbbElement",
|
|
110276
|
-
"module": "core/base-elements.js"
|
|
110277
|
-
},
|
|
110278
|
-
"tagName": "sbb-mini-calendar-month",
|
|
110279
|
-
"customElement": true,
|
|
110280
|
-
"classGenerics": "T = Date"
|
|
110281
|
-
}
|
|
110282
|
-
],
|
|
110283
|
-
"exports": [
|
|
110284
|
-
{
|
|
110285
|
-
"kind": "js",
|
|
110286
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
110287
|
-
"declaration": {
|
|
110288
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
110289
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
110290
|
-
}
|
|
110291
|
-
}
|
|
110292
|
-
]
|
|
110293
|
-
},
|
|
110294
|
-
{
|
|
110295
|
-
"kind": "javascript-module",
|
|
110296
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
110297
|
-
"declarations": [
|
|
110298
|
-
{
|
|
110299
|
-
"kind": "class",
|
|
110300
|
-
"description": "",
|
|
110301
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110302
|
-
"members": [
|
|
110303
|
-
{
|
|
110304
|
-
"kind": "field",
|
|
110305
|
-
"name": "size",
|
|
110306
|
-
"type": {
|
|
110307
|
-
"text": "SbbNavigationActionSize"
|
|
110308
|
-
},
|
|
110309
|
-
"privacy": "public"
|
|
110310
|
-
},
|
|
110311
|
-
{
|
|
110312
|
-
"kind": "field",
|
|
110313
|
-
"name": "marker",
|
|
110314
|
-
"type": {
|
|
110315
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110316
|
-
},
|
|
110317
|
-
"privacy": "public",
|
|
110318
|
-
"readonly": true
|
|
110319
|
-
},
|
|
110320
|
-
{
|
|
110321
|
-
"kind": "field",
|
|
110322
|
-
"name": "section",
|
|
110323
|
-
"type": {
|
|
110324
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110325
|
-
},
|
|
110326
|
-
"privacy": "public",
|
|
110327
|
-
"readonly": true
|
|
110328
|
-
},
|
|
110329
|
-
{
|
|
110330
|
-
"kind": "field",
|
|
110331
|
-
"name": "connectedSection",
|
|
110332
|
-
"type": {
|
|
110333
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110334
|
-
},
|
|
110335
|
-
"privacy": "public"
|
|
110336
|
-
}
|
|
110337
|
-
]
|
|
110338
|
-
},
|
|
110339
|
-
{
|
|
110340
|
-
"kind": "mixin",
|
|
110341
|
-
"description": "",
|
|
110342
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110343
|
-
"members": [
|
|
110344
|
-
{
|
|
110345
|
-
"kind": "field",
|
|
110346
|
-
"name": "styles",
|
|
110347
|
-
"type": {
|
|
110348
|
-
"text": "CSSResultGroup"
|
|
110349
|
-
},
|
|
110350
|
-
"privacy": "public",
|
|
110351
|
-
"static": true,
|
|
110352
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110353
|
-
},
|
|
110354
|
-
{
|
|
110355
|
-
"kind": "field",
|
|
110356
|
-
"name": "size",
|
|
110357
|
-
"type": {
|
|
110358
|
-
"text": "SbbNavigationActionSize"
|
|
110359
|
-
},
|
|
110360
|
-
"privacy": "public",
|
|
110361
|
-
"description": "Action size variant, either s, m or l.",
|
|
110362
|
-
"default": "'l' / 's' (lean)",
|
|
110363
|
-
"attribute": "size",
|
|
110364
|
-
"reflects": true
|
|
110365
|
-
},
|
|
110366
|
-
{
|
|
110367
|
-
"kind": "field",
|
|
110368
|
-
"name": "connectedSection",
|
|
110369
|
-
"type": {
|
|
110370
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110371
|
-
},
|
|
110372
|
-
"privacy": "public",
|
|
110373
|
-
"description": "The section that is being controlled by the action, if any."
|
|
110374
|
-
},
|
|
110375
|
-
{
|
|
110376
|
-
"kind": "field",
|
|
110377
|
-
"name": "marker",
|
|
110378
|
-
"type": {
|
|
110379
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110380
|
-
},
|
|
110381
|
-
"privacy": "public",
|
|
110382
|
-
"description": "The navigation marker in which the action is nested.",
|
|
110383
|
-
"readonly": true
|
|
110384
|
-
},
|
|
110385
|
-
{
|
|
110386
|
-
"kind": "field",
|
|
110387
|
-
"name": "section",
|
|
110388
|
-
"type": {
|
|
110389
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110390
|
-
},
|
|
110391
|
-
"privacy": "public",
|
|
110392
|
-
"description": "The section in which the action is nested.",
|
|
110393
|
-
"readonly": true
|
|
110394
|
-
},
|
|
110395
|
-
{
|
|
110396
|
-
"kind": "field",
|
|
110397
|
-
"name": "_navigationMarker",
|
|
110398
|
-
"type": {
|
|
110399
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110400
|
-
},
|
|
110401
|
-
"privacy": "private",
|
|
110402
|
-
"default": "null"
|
|
110403
|
-
},
|
|
110404
|
-
{
|
|
110405
|
-
"kind": "field",
|
|
110406
|
-
"name": "_navigationSection",
|
|
110407
|
-
"type": {
|
|
110408
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110409
|
-
},
|
|
110410
|
-
"privacy": "private",
|
|
110411
|
-
"default": "null"
|
|
110412
|
-
},
|
|
110413
|
-
{
|
|
110414
|
-
"kind": "method",
|
|
110415
|
-
"name": "renderTemplate",
|
|
110416
|
-
"privacy": "protected",
|
|
110417
|
-
"return": {
|
|
110418
|
-
"type": {
|
|
110419
|
-
"text": "TemplateResult"
|
|
110420
|
-
}
|
|
110427
|
+
"inheritedFrom": {
|
|
110428
|
+
"name": "SbbElement",
|
|
110429
|
+
"module": "core/base-elements/element.js"
|
|
110421
110430
|
}
|
|
110422
110431
|
}
|
|
110423
110432
|
],
|
|
110424
110433
|
"attributes": [
|
|
110425
110434
|
{
|
|
110426
|
-
"name": "
|
|
110435
|
+
"name": "date",
|
|
110427
110436
|
"type": {
|
|
110428
|
-
"text": "
|
|
110437
|
+
"text": "string"
|
|
110429
110438
|
},
|
|
110430
|
-
"
|
|
110431
|
-
"
|
|
110432
|
-
"fieldName": "
|
|
110439
|
+
"default": "''",
|
|
110440
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
110441
|
+
"fieldName": "date"
|
|
110433
110442
|
}
|
|
110434
110443
|
],
|
|
110435
|
-
"
|
|
110436
|
-
|
|
110437
|
-
|
|
110438
|
-
|
|
110439
|
-
|
|
110440
|
-
|
|
110441
|
-
|
|
110442
|
-
]
|
|
110444
|
+
"superclass": {
|
|
110445
|
+
"name": "SbbElement",
|
|
110446
|
+
"module": "core/base-elements.js"
|
|
110447
|
+
},
|
|
110448
|
+
"tagName": "sbb-mini-calendar-month",
|
|
110449
|
+
"customElement": true,
|
|
110450
|
+
"classGenerics": "T = Date"
|
|
110443
110451
|
}
|
|
110444
110452
|
],
|
|
110445
110453
|
"exports": [
|
|
110446
110454
|
{
|
|
110447
110455
|
"kind": "js",
|
|
110448
|
-
"name": "
|
|
110449
|
-
"declaration": {
|
|
110450
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110451
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110452
|
-
}
|
|
110453
|
-
},
|
|
110454
|
-
{
|
|
110455
|
-
"kind": "js",
|
|
110456
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110456
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110457
110457
|
"declaration": {
|
|
110458
|
-
"name": "
|
|
110459
|
-
"module": "
|
|
110458
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110459
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
110460
110460
|
}
|
|
110461
110461
|
}
|
|
110462
110462
|
]
|
|
@@ -121239,257 +121239,45 @@
|
|
|
121239
121239
|
"name": "open",
|
|
121240
121240
|
"type": {
|
|
121241
121241
|
"text": "Event"
|
|
121242
|
-
},
|
|
121243
|
-
"description": "Emits whenever the component is opened.",
|
|
121244
|
-
"inheritedFrom": {
|
|
121245
|
-
"name": "SbbOpenCloseBaseElement",
|
|
121246
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
121247
|
-
}
|
|
121248
|
-
},
|
|
121249
|
-
{
|
|
121250
|
-
"name": "beforeclose",
|
|
121251
|
-
"type": {
|
|
121252
|
-
"text": "Event"
|
|
121253
|
-
},
|
|
121254
|
-
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
121255
|
-
"inheritedFrom": {
|
|
121256
|
-
"name": "SbbOpenCloseBaseElement",
|
|
121257
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
121258
|
-
}
|
|
121259
|
-
},
|
|
121260
|
-
{
|
|
121261
|
-
"name": "close",
|
|
121262
|
-
"type": {
|
|
121263
|
-
"text": "Event"
|
|
121264
|
-
},
|
|
121265
|
-
"description": "Emits whenever the component is closed.",
|
|
121266
|
-
"inheritedFrom": {
|
|
121267
|
-
"name": "SbbOpenCloseBaseElement",
|
|
121268
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
121269
|
-
}
|
|
121270
|
-
}
|
|
121271
|
-
]
|
|
121272
|
-
}
|
|
121273
|
-
],
|
|
121274
|
-
"exports": [
|
|
121275
|
-
{
|
|
121276
|
-
"kind": "js",
|
|
121277
|
-
"name": "SbbSidebarElement",
|
|
121278
|
-
"declaration": {
|
|
121279
|
-
"name": "SbbSidebarElement",
|
|
121280
|
-
"module": "sidebar/sidebar/sidebar.component.js"
|
|
121281
|
-
}
|
|
121282
|
-
}
|
|
121283
|
-
]
|
|
121284
|
-
},
|
|
121285
|
-
{
|
|
121286
|
-
"kind": "javascript-module",
|
|
121287
|
-
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
121288
|
-
"declarations": [
|
|
121289
|
-
{
|
|
121290
|
-
"kind": "class",
|
|
121291
|
-
"description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
|
|
121292
|
-
"name": "SbbSidebarContainerElement",
|
|
121293
|
-
"slots": [
|
|
121294
|
-
{
|
|
121295
|
-
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
121296
|
-
"name": ""
|
|
121297
|
-
}
|
|
121298
|
-
],
|
|
121299
|
-
"members": [
|
|
121300
|
-
{
|
|
121301
|
-
"kind": "field",
|
|
121302
|
-
"name": "elementName",
|
|
121303
|
-
"type": {
|
|
121304
|
-
"text": "string"
|
|
121305
|
-
},
|
|
121306
|
-
"privacy": "public",
|
|
121307
|
-
"static": true,
|
|
121308
|
-
"readonly": true,
|
|
121309
|
-
"default": "'sbb-sidebar-container'",
|
|
121310
|
-
"inheritedFrom": {
|
|
121311
|
-
"name": "SbbElement",
|
|
121312
|
-
"module": "core/base-elements/element.js"
|
|
121313
|
-
}
|
|
121314
|
-
},
|
|
121315
|
-
{
|
|
121316
|
-
"kind": "field",
|
|
121317
|
-
"name": "sidebars",
|
|
121318
|
-
"type": {
|
|
121319
|
-
"text": "SbbSidebarElement[]"
|
|
121320
|
-
},
|
|
121321
|
-
"privacy": "public",
|
|
121322
|
-
"description": "The sidebar children.",
|
|
121323
|
-
"readonly": true
|
|
121324
|
-
},
|
|
121325
|
-
{
|
|
121326
|
-
"kind": "field",
|
|
121327
|
-
"name": "start",
|
|
121328
|
-
"type": {
|
|
121329
|
-
"text": "SbbSidebarElement | null"
|
|
121330
|
-
},
|
|
121331
|
-
"privacy": "public",
|
|
121332
|
-
"description": "The sidebar child with the `start` position.",
|
|
121333
|
-
"readonly": true
|
|
121334
|
-
},
|
|
121335
|
-
{
|
|
121336
|
-
"kind": "field",
|
|
121337
|
-
"name": "end",
|
|
121338
|
-
"type": {
|
|
121339
|
-
"text": "SbbSidebarElement | null"
|
|
121340
|
-
},
|
|
121341
|
-
"privacy": "public",
|
|
121342
|
-
"description": "The sidebar child with the `end` position.",
|
|
121343
|
-
"readonly": true
|
|
121344
|
-
},
|
|
121345
|
-
{
|
|
121346
|
-
"kind": "field",
|
|
121347
|
-
"name": "_forcedClosedSidebars",
|
|
121348
|
-
"privacy": "private",
|
|
121349
|
-
"default": "new WeakSet<SbbSidebarElement>()"
|
|
121350
|
-
},
|
|
121351
|
-
{
|
|
121352
|
-
"kind": "method",
|
|
121353
|
-
"name": "_handleWidthChange",
|
|
121354
|
-
"privacy": "private",
|
|
121355
|
-
"return": {
|
|
121356
|
-
"type": {
|
|
121357
|
-
"text": "void"
|
|
121358
|
-
}
|
|
121359
|
-
}
|
|
121360
|
-
},
|
|
121361
|
-
{
|
|
121362
|
-
"kind": "method",
|
|
121363
|
-
"name": "_calculateSpaceState",
|
|
121364
|
-
"privacy": "private",
|
|
121365
|
-
"return": {
|
|
121366
|
-
"type": {
|
|
121367
|
-
"text": "Promise<void>"
|
|
121368
|
-
}
|
|
121369
|
-
},
|
|
121370
|
-
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
121371
|
-
},
|
|
121372
|
-
{
|
|
121373
|
-
"kind": "field",
|
|
121374
|
-
"name": "_hydrationRequired",
|
|
121375
|
-
"type": {
|
|
121376
|
-
"text": "boolean"
|
|
121377
|
-
},
|
|
121378
|
-
"privacy": "private",
|
|
121379
|
-
"default": "!!this.shadowRoot",
|
|
121380
|
-
"inheritedFrom": {
|
|
121381
|
-
"name": "SbbElement",
|
|
121382
|
-
"module": "core/base-elements/element.js"
|
|
121383
|
-
}
|
|
121384
|
-
},
|
|
121385
|
-
{
|
|
121386
|
-
"kind": "field",
|
|
121387
|
-
"name": "_hydrationComplete",
|
|
121388
|
-
"privacy": "private",
|
|
121389
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
121390
|
-
"inheritedFrom": {
|
|
121391
|
-
"name": "SbbElement",
|
|
121392
|
-
"module": "core/base-elements/element.js"
|
|
121393
|
-
}
|
|
121394
|
-
},
|
|
121395
|
-
{
|
|
121396
|
-
"kind": "field",
|
|
121397
|
-
"name": "_resolveHydration",
|
|
121398
|
-
"type": {
|
|
121399
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
121400
|
-
},
|
|
121401
|
-
"privacy": "private",
|
|
121402
|
-
"inheritedFrom": {
|
|
121403
|
-
"name": "SbbElement",
|
|
121404
|
-
"module": "core/base-elements/element.js"
|
|
121405
|
-
}
|
|
121406
|
-
},
|
|
121407
|
-
{
|
|
121408
|
-
"kind": "field",
|
|
121409
|
-
"name": "hydrationRequired",
|
|
121410
|
-
"type": {
|
|
121411
|
-
"text": "boolean"
|
|
121412
|
-
},
|
|
121413
|
-
"privacy": "protected",
|
|
121414
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
121415
|
-
"readonly": true,
|
|
121416
|
-
"inheritedFrom": {
|
|
121417
|
-
"name": "SbbElement",
|
|
121418
|
-
"module": "core/base-elements/element.js"
|
|
121419
|
-
},
|
|
121420
|
-
"default": "!!this.shadowRoot"
|
|
121421
|
-
},
|
|
121422
|
-
{
|
|
121423
|
-
"kind": "method",
|
|
121424
|
-
"name": "toggleState",
|
|
121425
|
-
"privacy": "protected",
|
|
121426
|
-
"return": {
|
|
121427
|
-
"type": {
|
|
121428
|
-
"text": "void"
|
|
121429
|
-
}
|
|
121430
|
-
},
|
|
121431
|
-
"parameters": [
|
|
121432
|
-
{
|
|
121433
|
-
"name": "value",
|
|
121434
|
-
"type": {
|
|
121435
|
-
"text": "string"
|
|
121436
|
-
}
|
|
121437
|
-
},
|
|
121438
|
-
{
|
|
121439
|
-
"name": "force",
|
|
121440
|
-
"optional": true,
|
|
121441
|
-
"type": {
|
|
121442
|
-
"text": "boolean"
|
|
121443
|
-
}
|
|
121444
|
-
}
|
|
121445
|
-
],
|
|
121242
|
+
},
|
|
121243
|
+
"description": "Emits whenever the component is opened.",
|
|
121446
121244
|
"inheritedFrom": {
|
|
121447
|
-
"name": "
|
|
121448
|
-
"module": "core/base-elements/element.js"
|
|
121245
|
+
"name": "SbbOpenCloseBaseElement",
|
|
121246
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
121449
121247
|
}
|
|
121450
121248
|
},
|
|
121451
121249
|
{
|
|
121452
|
-
"
|
|
121453
|
-
"name": "['_$sbbElement$']",
|
|
121250
|
+
"name": "beforeclose",
|
|
121454
121251
|
"type": {
|
|
121455
|
-
"text": "
|
|
121252
|
+
"text": "Event"
|
|
121456
121253
|
},
|
|
121457
|
-
"
|
|
121458
|
-
"static": true,
|
|
121459
|
-
"default": "true",
|
|
121254
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
121460
121255
|
"inheritedFrom": {
|
|
121461
|
-
"name": "
|
|
121462
|
-
"module": "core/base-elements/element.js"
|
|
121256
|
+
"name": "SbbOpenCloseBaseElement",
|
|
121257
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
121463
121258
|
}
|
|
121464
121259
|
},
|
|
121465
121260
|
{
|
|
121466
|
-
"
|
|
121467
|
-
"name": "_controllers",
|
|
121261
|
+
"name": "close",
|
|
121468
121262
|
"type": {
|
|
121469
|
-
"text": "
|
|
121263
|
+
"text": "Event"
|
|
121470
121264
|
},
|
|
121471
|
-
"
|
|
121265
|
+
"description": "Emits whenever the component is closed.",
|
|
121472
121266
|
"inheritedFrom": {
|
|
121473
|
-
"name": "
|
|
121474
|
-
"module": "core/base-elements/element.js"
|
|
121267
|
+
"name": "SbbOpenCloseBaseElement",
|
|
121268
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
121475
121269
|
}
|
|
121476
121270
|
}
|
|
121477
|
-
]
|
|
121478
|
-
"superclass": {
|
|
121479
|
-
"name": "SbbElement",
|
|
121480
|
-
"module": "core/base-elements.js"
|
|
121481
|
-
},
|
|
121482
|
-
"tagName": "sbb-sidebar-container",
|
|
121483
|
-
"customElement": true
|
|
121271
|
+
]
|
|
121484
121272
|
}
|
|
121485
121273
|
],
|
|
121486
121274
|
"exports": [
|
|
121487
121275
|
{
|
|
121488
121276
|
"kind": "js",
|
|
121489
|
-
"name": "
|
|
121277
|
+
"name": "SbbSidebarElement",
|
|
121490
121278
|
"declaration": {
|
|
121491
|
-
"name": "
|
|
121492
|
-
"module": "sidebar/sidebar
|
|
121279
|
+
"name": "SbbSidebarElement",
|
|
121280
|
+
"module": "sidebar/sidebar/sidebar.component.js"
|
|
121493
121281
|
}
|
|
121494
121282
|
}
|
|
121495
121283
|
]
|
|
@@ -122514,6 +122302,218 @@
|
|
|
122514
122302
|
}
|
|
122515
122303
|
]
|
|
122516
122304
|
},
|
|
122305
|
+
{
|
|
122306
|
+
"kind": "javascript-module",
|
|
122307
|
+
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
122308
|
+
"declarations": [
|
|
122309
|
+
{
|
|
122310
|
+
"kind": "class",
|
|
122311
|
+
"description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
|
|
122312
|
+
"name": "SbbSidebarContainerElement",
|
|
122313
|
+
"slots": [
|
|
122314
|
+
{
|
|
122315
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
122316
|
+
"name": ""
|
|
122317
|
+
}
|
|
122318
|
+
],
|
|
122319
|
+
"members": [
|
|
122320
|
+
{
|
|
122321
|
+
"kind": "field",
|
|
122322
|
+
"name": "elementName",
|
|
122323
|
+
"type": {
|
|
122324
|
+
"text": "string"
|
|
122325
|
+
},
|
|
122326
|
+
"privacy": "public",
|
|
122327
|
+
"static": true,
|
|
122328
|
+
"readonly": true,
|
|
122329
|
+
"default": "'sbb-sidebar-container'",
|
|
122330
|
+
"inheritedFrom": {
|
|
122331
|
+
"name": "SbbElement",
|
|
122332
|
+
"module": "core/base-elements/element.js"
|
|
122333
|
+
}
|
|
122334
|
+
},
|
|
122335
|
+
{
|
|
122336
|
+
"kind": "field",
|
|
122337
|
+
"name": "sidebars",
|
|
122338
|
+
"type": {
|
|
122339
|
+
"text": "SbbSidebarElement[]"
|
|
122340
|
+
},
|
|
122341
|
+
"privacy": "public",
|
|
122342
|
+
"description": "The sidebar children.",
|
|
122343
|
+
"readonly": true
|
|
122344
|
+
},
|
|
122345
|
+
{
|
|
122346
|
+
"kind": "field",
|
|
122347
|
+
"name": "start",
|
|
122348
|
+
"type": {
|
|
122349
|
+
"text": "SbbSidebarElement | null"
|
|
122350
|
+
},
|
|
122351
|
+
"privacy": "public",
|
|
122352
|
+
"description": "The sidebar child with the `start` position.",
|
|
122353
|
+
"readonly": true
|
|
122354
|
+
},
|
|
122355
|
+
{
|
|
122356
|
+
"kind": "field",
|
|
122357
|
+
"name": "end",
|
|
122358
|
+
"type": {
|
|
122359
|
+
"text": "SbbSidebarElement | null"
|
|
122360
|
+
},
|
|
122361
|
+
"privacy": "public",
|
|
122362
|
+
"description": "The sidebar child with the `end` position.",
|
|
122363
|
+
"readonly": true
|
|
122364
|
+
},
|
|
122365
|
+
{
|
|
122366
|
+
"kind": "field",
|
|
122367
|
+
"name": "_forcedClosedSidebars",
|
|
122368
|
+
"privacy": "private",
|
|
122369
|
+
"default": "new WeakSet<SbbSidebarElement>()"
|
|
122370
|
+
},
|
|
122371
|
+
{
|
|
122372
|
+
"kind": "method",
|
|
122373
|
+
"name": "_handleWidthChange",
|
|
122374
|
+
"privacy": "private",
|
|
122375
|
+
"return": {
|
|
122376
|
+
"type": {
|
|
122377
|
+
"text": "void"
|
|
122378
|
+
}
|
|
122379
|
+
}
|
|
122380
|
+
},
|
|
122381
|
+
{
|
|
122382
|
+
"kind": "method",
|
|
122383
|
+
"name": "_calculateSpaceState",
|
|
122384
|
+
"privacy": "private",
|
|
122385
|
+
"return": {
|
|
122386
|
+
"type": {
|
|
122387
|
+
"text": "Promise<void>"
|
|
122388
|
+
}
|
|
122389
|
+
},
|
|
122390
|
+
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
122391
|
+
},
|
|
122392
|
+
{
|
|
122393
|
+
"kind": "field",
|
|
122394
|
+
"name": "_hydrationRequired",
|
|
122395
|
+
"type": {
|
|
122396
|
+
"text": "boolean"
|
|
122397
|
+
},
|
|
122398
|
+
"privacy": "private",
|
|
122399
|
+
"default": "!!this.shadowRoot",
|
|
122400
|
+
"inheritedFrom": {
|
|
122401
|
+
"name": "SbbElement",
|
|
122402
|
+
"module": "core/base-elements/element.js"
|
|
122403
|
+
}
|
|
122404
|
+
},
|
|
122405
|
+
{
|
|
122406
|
+
"kind": "field",
|
|
122407
|
+
"name": "_hydrationComplete",
|
|
122408
|
+
"privacy": "private",
|
|
122409
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
122410
|
+
"inheritedFrom": {
|
|
122411
|
+
"name": "SbbElement",
|
|
122412
|
+
"module": "core/base-elements/element.js"
|
|
122413
|
+
}
|
|
122414
|
+
},
|
|
122415
|
+
{
|
|
122416
|
+
"kind": "field",
|
|
122417
|
+
"name": "_resolveHydration",
|
|
122418
|
+
"type": {
|
|
122419
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
122420
|
+
},
|
|
122421
|
+
"privacy": "private",
|
|
122422
|
+
"inheritedFrom": {
|
|
122423
|
+
"name": "SbbElement",
|
|
122424
|
+
"module": "core/base-elements/element.js"
|
|
122425
|
+
}
|
|
122426
|
+
},
|
|
122427
|
+
{
|
|
122428
|
+
"kind": "field",
|
|
122429
|
+
"name": "hydrationRequired",
|
|
122430
|
+
"type": {
|
|
122431
|
+
"text": "boolean"
|
|
122432
|
+
},
|
|
122433
|
+
"privacy": "protected",
|
|
122434
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
122435
|
+
"readonly": true,
|
|
122436
|
+
"inheritedFrom": {
|
|
122437
|
+
"name": "SbbElement",
|
|
122438
|
+
"module": "core/base-elements/element.js"
|
|
122439
|
+
},
|
|
122440
|
+
"default": "!!this.shadowRoot"
|
|
122441
|
+
},
|
|
122442
|
+
{
|
|
122443
|
+
"kind": "method",
|
|
122444
|
+
"name": "toggleState",
|
|
122445
|
+
"privacy": "protected",
|
|
122446
|
+
"return": {
|
|
122447
|
+
"type": {
|
|
122448
|
+
"text": "void"
|
|
122449
|
+
}
|
|
122450
|
+
},
|
|
122451
|
+
"parameters": [
|
|
122452
|
+
{
|
|
122453
|
+
"name": "value",
|
|
122454
|
+
"type": {
|
|
122455
|
+
"text": "string"
|
|
122456
|
+
}
|
|
122457
|
+
},
|
|
122458
|
+
{
|
|
122459
|
+
"name": "force",
|
|
122460
|
+
"optional": true,
|
|
122461
|
+
"type": {
|
|
122462
|
+
"text": "boolean"
|
|
122463
|
+
}
|
|
122464
|
+
}
|
|
122465
|
+
],
|
|
122466
|
+
"inheritedFrom": {
|
|
122467
|
+
"name": "SbbElement",
|
|
122468
|
+
"module": "core/base-elements/element.js"
|
|
122469
|
+
}
|
|
122470
|
+
},
|
|
122471
|
+
{
|
|
122472
|
+
"kind": "field",
|
|
122473
|
+
"name": "['_$sbbElement$']",
|
|
122474
|
+
"type": {
|
|
122475
|
+
"text": "boolean"
|
|
122476
|
+
},
|
|
122477
|
+
"privacy": "public",
|
|
122478
|
+
"static": true,
|
|
122479
|
+
"default": "true",
|
|
122480
|
+
"inheritedFrom": {
|
|
122481
|
+
"name": "SbbElement",
|
|
122482
|
+
"module": "core/base-elements/element.js"
|
|
122483
|
+
}
|
|
122484
|
+
},
|
|
122485
|
+
{
|
|
122486
|
+
"kind": "field",
|
|
122487
|
+
"name": "_controllers",
|
|
122488
|
+
"type": {
|
|
122489
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
122490
|
+
},
|
|
122491
|
+
"privacy": "private",
|
|
122492
|
+
"inheritedFrom": {
|
|
122493
|
+
"name": "SbbElement",
|
|
122494
|
+
"module": "core/base-elements/element.js"
|
|
122495
|
+
}
|
|
122496
|
+
}
|
|
122497
|
+
],
|
|
122498
|
+
"superclass": {
|
|
122499
|
+
"name": "SbbElement",
|
|
122500
|
+
"module": "core/base-elements.js"
|
|
122501
|
+
},
|
|
122502
|
+
"tagName": "sbb-sidebar-container",
|
|
122503
|
+
"customElement": true
|
|
122504
|
+
}
|
|
122505
|
+
],
|
|
122506
|
+
"exports": [
|
|
122507
|
+
{
|
|
122508
|
+
"kind": "js",
|
|
122509
|
+
"name": "SbbSidebarContainerElement",
|
|
122510
|
+
"declaration": {
|
|
122511
|
+
"name": "SbbSidebarContainerElement",
|
|
122512
|
+
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
122513
|
+
}
|
|
122514
|
+
}
|
|
122515
|
+
]
|
|
122516
|
+
},
|
|
122517
122517
|
{
|
|
122518
122518
|
"kind": "javascript-module",
|
|
122519
122519
|
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|