@sbb-esta/lyne-elements-dev 4.7.0-dev.1773160191 → 4.7.0-dev.1773213760
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/styles/core.scss +7 -11
- package/core.css +17 -7
- package/custom-elements.json +1261 -1261
- package/development/lead-container/lead-container.component.d.ts.map +1 -1
- package/development/lead-container/lead-container.component.js +9 -28
- package/lead-container/lead-container.component.js +9 -11
- package/off-brand-theme.css +17 -7
- package/package.json +2 -2
- package/safety-theme.css +17 -7
- package/standard-theme.css +17 -7
package/custom-elements.json
CHANGED
|
@@ -36559,12 +36559,12 @@
|
|
|
36559
36559
|
},
|
|
36560
36560
|
{
|
|
36561
36561
|
"kind": "javascript-module",
|
|
36562
|
-
"path": "button/accent-button
|
|
36562
|
+
"path": "button/accent-button/accent-button.component.js",
|
|
36563
36563
|
"declarations": [
|
|
36564
36564
|
{
|
|
36565
36565
|
"kind": "class",
|
|
36566
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant
|
|
36567
|
-
"name": "
|
|
36566
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant.",
|
|
36567
|
+
"name": "SbbAccentButtonElement",
|
|
36568
36568
|
"cssProperties": [
|
|
36569
36569
|
{
|
|
36570
36570
|
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
@@ -36574,7 +36574,7 @@
|
|
|
36574
36574
|
],
|
|
36575
36575
|
"slots": [
|
|
36576
36576
|
{
|
|
36577
|
-
"description": "Use the unnamed slot to add content to the accent-button
|
|
36577
|
+
"description": "Use the unnamed slot to add content to the accent-button.",
|
|
36578
36578
|
"name": ""
|
|
36579
36579
|
},
|
|
36580
36580
|
{
|
|
@@ -36592,7 +36592,7 @@
|
|
|
36592
36592
|
"privacy": "public",
|
|
36593
36593
|
"static": true,
|
|
36594
36594
|
"readonly": true,
|
|
36595
|
-
"default": "'sbb-accent-button
|
|
36595
|
+
"default": "'sbb-accent-button'",
|
|
36596
36596
|
"inheritedFrom": {
|
|
36597
36597
|
"name": "SbbElement",
|
|
36598
36598
|
"module": "core/base-elements/element.js"
|
|
@@ -36789,151 +36789,479 @@
|
|
|
36789
36789
|
},
|
|
36790
36790
|
{
|
|
36791
36791
|
"kind": "field",
|
|
36792
|
-
"name": "
|
|
36792
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
36793
|
+
"type": {
|
|
36794
|
+
"text": "array"
|
|
36795
|
+
},
|
|
36796
|
+
"privacy": "private",
|
|
36797
|
+
"readonly": true,
|
|
36798
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
36799
|
+
"inheritedFrom": {
|
|
36800
|
+
"name": "SbbButtonBaseElement",
|
|
36801
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36802
|
+
}
|
|
36803
|
+
},
|
|
36804
|
+
{
|
|
36805
|
+
"kind": "field",
|
|
36806
|
+
"name": "value",
|
|
36793
36807
|
"type": {
|
|
36794
36808
|
"text": "string"
|
|
36795
36809
|
},
|
|
36796
36810
|
"privacy": "public",
|
|
36797
36811
|
"default": "''",
|
|
36798
|
-
"description": "
|
|
36799
|
-
"attribute": "
|
|
36800
|
-
"reflects": true,
|
|
36812
|
+
"description": "Value of the form element.",
|
|
36813
|
+
"attribute": "value",
|
|
36801
36814
|
"inheritedFrom": {
|
|
36802
|
-
"name": "
|
|
36803
|
-
"module": "core/base-elements/
|
|
36815
|
+
"name": "SbbButtonBaseElement",
|
|
36816
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36804
36817
|
}
|
|
36805
36818
|
},
|
|
36806
36819
|
{
|
|
36807
36820
|
"kind": "field",
|
|
36808
|
-
"name": "
|
|
36821
|
+
"name": "type",
|
|
36822
|
+
"privacy": "public",
|
|
36823
|
+
"description": "The type attribute to use for the button.",
|
|
36824
|
+
"default": "'button'",
|
|
36809
36825
|
"type": {
|
|
36810
|
-
"text": "
|
|
36826
|
+
"text": "SbbButtonType"
|
|
36827
|
+
},
|
|
36828
|
+
"attribute": "type",
|
|
36829
|
+
"inheritedFrom": {
|
|
36830
|
+
"name": "SbbButtonBaseElement",
|
|
36831
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36832
|
+
}
|
|
36833
|
+
},
|
|
36834
|
+
{
|
|
36835
|
+
"kind": "field",
|
|
36836
|
+
"name": "form",
|
|
36837
|
+
"type": {
|
|
36838
|
+
"text": "HTMLFormElement | null"
|
|
36811
36839
|
},
|
|
36812
36840
|
"privacy": "public",
|
|
36813
|
-
"
|
|
36814
|
-
"
|
|
36815
|
-
"attribute": "target",
|
|
36816
|
-
"reflects": true,
|
|
36841
|
+
"description": "The `<form>` element to associate the button with.",
|
|
36842
|
+
"attribute": "form",
|
|
36817
36843
|
"inheritedFrom": {
|
|
36818
|
-
"name": "
|
|
36819
|
-
"module": "core/base-elements/
|
|
36844
|
+
"name": "SbbButtonBaseElement",
|
|
36845
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36820
36846
|
}
|
|
36821
36847
|
},
|
|
36822
36848
|
{
|
|
36823
36849
|
"kind": "field",
|
|
36824
|
-
"name": "
|
|
36850
|
+
"name": "_formId",
|
|
36825
36851
|
"type": {
|
|
36826
36852
|
"text": "string"
|
|
36827
36853
|
},
|
|
36828
|
-
"privacy": "
|
|
36854
|
+
"privacy": "private",
|
|
36829
36855
|
"default": "''",
|
|
36830
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
36831
|
-
"attribute": "rel",
|
|
36832
|
-
"reflects": true,
|
|
36833
36856
|
"inheritedFrom": {
|
|
36834
|
-
"name": "
|
|
36835
|
-
"module": "core/base-elements/
|
|
36857
|
+
"name": "SbbButtonBaseElement",
|
|
36858
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36836
36859
|
}
|
|
36837
36860
|
},
|
|
36838
36861
|
{
|
|
36839
36862
|
"kind": "field",
|
|
36840
|
-
"name": "
|
|
36863
|
+
"name": "_handleButtonClick",
|
|
36864
|
+
"privacy": "private",
|
|
36865
|
+
"inheritedFrom": {
|
|
36866
|
+
"name": "SbbButtonBaseElement",
|
|
36867
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36868
|
+
}
|
|
36869
|
+
},
|
|
36870
|
+
{
|
|
36871
|
+
"kind": "method",
|
|
36872
|
+
"name": "_requestSubmit",
|
|
36873
|
+
"privacy": "private",
|
|
36874
|
+
"return": {
|
|
36875
|
+
"type": {
|
|
36876
|
+
"text": "void"
|
|
36877
|
+
}
|
|
36878
|
+
},
|
|
36879
|
+
"parameters": [
|
|
36880
|
+
{
|
|
36881
|
+
"name": "form",
|
|
36882
|
+
"type": {
|
|
36883
|
+
"text": "HTMLFormElement"
|
|
36884
|
+
}
|
|
36885
|
+
}
|
|
36886
|
+
],
|
|
36887
|
+
"inheritedFrom": {
|
|
36888
|
+
"name": "SbbButtonBaseElement",
|
|
36889
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36890
|
+
}
|
|
36891
|
+
},
|
|
36892
|
+
{
|
|
36893
|
+
"kind": "field",
|
|
36894
|
+
"name": "_formKeyDown",
|
|
36895
|
+
"privacy": "private",
|
|
36896
|
+
"inheritedFrom": {
|
|
36897
|
+
"name": "SbbButtonBaseElement",
|
|
36898
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36899
|
+
}
|
|
36900
|
+
},
|
|
36901
|
+
{
|
|
36902
|
+
"kind": "field",
|
|
36903
|
+
"name": "formAssociated",
|
|
36841
36904
|
"type": {
|
|
36842
36905
|
"text": "boolean"
|
|
36843
36906
|
},
|
|
36844
36907
|
"privacy": "public",
|
|
36845
|
-
"
|
|
36846
|
-
"
|
|
36847
|
-
"attribute": "download",
|
|
36848
|
-
"reflects": true,
|
|
36908
|
+
"static": true,
|
|
36909
|
+
"default": "true",
|
|
36849
36910
|
"inheritedFrom": {
|
|
36850
|
-
"name": "
|
|
36851
|
-
"module": "core/
|
|
36911
|
+
"name": "SbbFormAssociatedMixin",
|
|
36912
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36852
36913
|
}
|
|
36853
36914
|
},
|
|
36854
36915
|
{
|
|
36855
36916
|
"kind": "field",
|
|
36856
|
-
"name": "
|
|
36917
|
+
"name": "name",
|
|
36918
|
+
"privacy": "public",
|
|
36919
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
36857
36920
|
"type": {
|
|
36858
36921
|
"text": "string"
|
|
36859
36922
|
},
|
|
36923
|
+
"attribute": "name",
|
|
36924
|
+
"inheritedFrom": {
|
|
36925
|
+
"name": "SbbFormAssociatedMixin",
|
|
36926
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36927
|
+
}
|
|
36928
|
+
},
|
|
36929
|
+
{
|
|
36930
|
+
"kind": "field",
|
|
36931
|
+
"name": "validity",
|
|
36932
|
+
"type": {
|
|
36933
|
+
"text": "ValidityState"
|
|
36934
|
+
},
|
|
36860
36935
|
"privacy": "public",
|
|
36861
|
-
"
|
|
36862
|
-
"
|
|
36863
|
-
"attribute": "accessibility-label",
|
|
36936
|
+
"description": "Returns the ValidityState object for this element.",
|
|
36937
|
+
"readonly": true,
|
|
36864
36938
|
"inheritedFrom": {
|
|
36865
|
-
"name": "
|
|
36866
|
-
"module": "core/
|
|
36939
|
+
"name": "SbbFormAssociatedMixin",
|
|
36940
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36867
36941
|
}
|
|
36868
36942
|
},
|
|
36869
36943
|
{
|
|
36870
36944
|
"kind": "field",
|
|
36871
|
-
"name": "
|
|
36945
|
+
"name": "validationMessage",
|
|
36872
36946
|
"type": {
|
|
36873
36947
|
"text": "string"
|
|
36874
36948
|
},
|
|
36875
36949
|
"privacy": "public",
|
|
36876
|
-
"
|
|
36877
|
-
"
|
|
36878
|
-
"attribute": "accessibility-current",
|
|
36950
|
+
"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.",
|
|
36951
|
+
"readonly": true,
|
|
36879
36952
|
"inheritedFrom": {
|
|
36880
|
-
"name": "
|
|
36881
|
-
"module": "core/
|
|
36953
|
+
"name": "SbbFormAssociatedMixin",
|
|
36954
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36882
36955
|
}
|
|
36883
36956
|
},
|
|
36884
36957
|
{
|
|
36885
36958
|
"kind": "field",
|
|
36886
|
-
"name": "
|
|
36887
|
-
"
|
|
36888
|
-
|
|
36959
|
+
"name": "willValidate",
|
|
36960
|
+
"type": {
|
|
36961
|
+
"text": "boolean"
|
|
36962
|
+
},
|
|
36963
|
+
"privacy": "public",
|
|
36964
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
36965
|
+
"readonly": true,
|
|
36889
36966
|
"inheritedFrom": {
|
|
36890
|
-
"name": "
|
|
36891
|
-
"module": "core/
|
|
36967
|
+
"name": "SbbFormAssociatedMixin",
|
|
36968
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36892
36969
|
}
|
|
36893
36970
|
},
|
|
36894
36971
|
{
|
|
36895
36972
|
"kind": "field",
|
|
36896
|
-
"name": "
|
|
36973
|
+
"name": "_validityStates",
|
|
36974
|
+
"privacy": "private",
|
|
36975
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
36976
|
+
"inheritedFrom": {
|
|
36977
|
+
"name": "SbbFormAssociatedMixin",
|
|
36978
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36979
|
+
}
|
|
36980
|
+
},
|
|
36981
|
+
{
|
|
36982
|
+
"kind": "field",
|
|
36983
|
+
"name": "formDisabled",
|
|
36897
36984
|
"type": {
|
|
36898
|
-
"text": "
|
|
36985
|
+
"text": "boolean"
|
|
36899
36986
|
},
|
|
36900
36987
|
"privacy": "protected",
|
|
36901
|
-
"
|
|
36902
|
-
"
|
|
36988
|
+
"default": "false",
|
|
36989
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
36903
36990
|
"inheritedFrom": {
|
|
36904
|
-
"name": "
|
|
36905
|
-
"module": "core/
|
|
36991
|
+
"name": "SbbFormAssociatedMixin",
|
|
36992
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36906
36993
|
}
|
|
36907
36994
|
},
|
|
36908
36995
|
{
|
|
36909
|
-
"kind": "
|
|
36910
|
-
"name": "
|
|
36996
|
+
"kind": "method",
|
|
36997
|
+
"name": "checkValidity",
|
|
36998
|
+
"privacy": "public",
|
|
36999
|
+
"return": {
|
|
37000
|
+
"type": {
|
|
37001
|
+
"text": "boolean"
|
|
37002
|
+
}
|
|
37003
|
+
},
|
|
37004
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
37005
|
+
"inheritedFrom": {
|
|
37006
|
+
"name": "SbbFormAssociatedMixin",
|
|
37007
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37008
|
+
}
|
|
37009
|
+
},
|
|
37010
|
+
{
|
|
37011
|
+
"kind": "method",
|
|
37012
|
+
"name": "reportValidity",
|
|
37013
|
+
"privacy": "public",
|
|
37014
|
+
"return": {
|
|
37015
|
+
"type": {
|
|
37016
|
+
"text": "boolean"
|
|
37017
|
+
}
|
|
37018
|
+
},
|
|
37019
|
+
"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.",
|
|
37020
|
+
"inheritedFrom": {
|
|
37021
|
+
"name": "SbbFormAssociatedMixin",
|
|
37022
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37023
|
+
}
|
|
37024
|
+
},
|
|
37025
|
+
{
|
|
37026
|
+
"kind": "method",
|
|
37027
|
+
"name": "setCustomValidity",
|
|
37028
|
+
"privacy": "public",
|
|
37029
|
+
"return": {
|
|
37030
|
+
"type": {
|
|
37031
|
+
"text": "void"
|
|
37032
|
+
}
|
|
37033
|
+
},
|
|
37034
|
+
"parameters": [
|
|
37035
|
+
{
|
|
37036
|
+
"name": "message",
|
|
37037
|
+
"type": {
|
|
37038
|
+
"text": "string"
|
|
37039
|
+
}
|
|
37040
|
+
}
|
|
37041
|
+
],
|
|
37042
|
+
"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.",
|
|
37043
|
+
"inheritedFrom": {
|
|
37044
|
+
"name": "SbbFormAssociatedMixin",
|
|
37045
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37046
|
+
}
|
|
37047
|
+
},
|
|
37048
|
+
{
|
|
37049
|
+
"kind": "method",
|
|
37050
|
+
"name": "_hasDisabledAncestor",
|
|
36911
37051
|
"privacy": "private",
|
|
37052
|
+
"return": {
|
|
37053
|
+
"type": {
|
|
37054
|
+
"text": "boolean"
|
|
37055
|
+
}
|
|
37056
|
+
},
|
|
36912
37057
|
"inheritedFrom": {
|
|
36913
|
-
"name": "
|
|
36914
|
-
"module": "core/
|
|
37058
|
+
"name": "SbbFormAssociatedMixin",
|
|
37059
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
36915
37060
|
}
|
|
36916
37061
|
},
|
|
36917
37062
|
{
|
|
36918
37063
|
"kind": "method",
|
|
36919
|
-
"name": "
|
|
37064
|
+
"name": "updateFormValue",
|
|
36920
37065
|
"privacy": "protected",
|
|
36921
37066
|
"return": {
|
|
36922
37067
|
"type": {
|
|
36923
|
-
"text": "
|
|
37068
|
+
"text": "void"
|
|
37069
|
+
}
|
|
37070
|
+
},
|
|
37071
|
+
"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",
|
|
37072
|
+
"inheritedFrom": {
|
|
37073
|
+
"name": "SbbFormAssociatedMixin",
|
|
37074
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37075
|
+
}
|
|
37076
|
+
},
|
|
37077
|
+
{
|
|
37078
|
+
"kind": "method",
|
|
37079
|
+
"name": "formState",
|
|
37080
|
+
"privacy": "protected",
|
|
37081
|
+
"return": {
|
|
37082
|
+
"type": {
|
|
37083
|
+
"text": "FormRestoreState"
|
|
37084
|
+
}
|
|
37085
|
+
},
|
|
37086
|
+
"inheritedFrom": {
|
|
37087
|
+
"name": "SbbFormAssociatedMixin",
|
|
37088
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37089
|
+
}
|
|
37090
|
+
},
|
|
37091
|
+
{
|
|
37092
|
+
"kind": "method",
|
|
37093
|
+
"name": "setValidityFlag",
|
|
37094
|
+
"privacy": "protected",
|
|
37095
|
+
"return": {
|
|
37096
|
+
"type": {
|
|
37097
|
+
"text": "void"
|
|
36924
37098
|
}
|
|
36925
37099
|
},
|
|
36926
37100
|
"parameters": [
|
|
36927
37101
|
{
|
|
36928
|
-
"name": "
|
|
37102
|
+
"name": "flag",
|
|
36929
37103
|
"type": {
|
|
36930
|
-
"text": "
|
|
37104
|
+
"text": "T"
|
|
37105
|
+
}
|
|
37106
|
+
},
|
|
37107
|
+
{
|
|
37108
|
+
"name": "message",
|
|
37109
|
+
"type": {
|
|
37110
|
+
"text": "string"
|
|
37111
|
+
}
|
|
37112
|
+
},
|
|
37113
|
+
{
|
|
37114
|
+
"name": "flagValue",
|
|
37115
|
+
"optional": true,
|
|
37116
|
+
"type": {
|
|
37117
|
+
"text": "ValidityStateFlags[T]"
|
|
36931
37118
|
}
|
|
36932
37119
|
}
|
|
36933
37120
|
],
|
|
37121
|
+
"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).",
|
|
36934
37122
|
"inheritedFrom": {
|
|
36935
|
-
"name": "
|
|
36936
|
-
"module": "core/
|
|
37123
|
+
"name": "SbbFormAssociatedMixin",
|
|
37124
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37125
|
+
}
|
|
37126
|
+
},
|
|
37127
|
+
{
|
|
37128
|
+
"kind": "method",
|
|
37129
|
+
"name": "removeValidityFlag",
|
|
37130
|
+
"privacy": "protected",
|
|
37131
|
+
"return": {
|
|
37132
|
+
"type": {
|
|
37133
|
+
"text": "void"
|
|
37134
|
+
}
|
|
37135
|
+
},
|
|
37136
|
+
"parameters": [
|
|
37137
|
+
{
|
|
37138
|
+
"name": "flag",
|
|
37139
|
+
"type": {
|
|
37140
|
+
"text": "T"
|
|
37141
|
+
}
|
|
37142
|
+
}
|
|
37143
|
+
],
|
|
37144
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
37145
|
+
"inheritedFrom": {
|
|
37146
|
+
"name": "SbbFormAssociatedMixin",
|
|
37147
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37148
|
+
}
|
|
37149
|
+
},
|
|
37150
|
+
{
|
|
37151
|
+
"kind": "method",
|
|
37152
|
+
"name": "validate",
|
|
37153
|
+
"privacy": "protected",
|
|
37154
|
+
"return": {
|
|
37155
|
+
"type": {
|
|
37156
|
+
"text": "void"
|
|
37157
|
+
}
|
|
37158
|
+
},
|
|
37159
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
37160
|
+
"inheritedFrom": {
|
|
37161
|
+
"name": "SbbFormAssociatedMixin",
|
|
37162
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37163
|
+
}
|
|
37164
|
+
},
|
|
37165
|
+
{
|
|
37166
|
+
"kind": "method",
|
|
37167
|
+
"name": "shouldValidate",
|
|
37168
|
+
"privacy": "protected",
|
|
37169
|
+
"return": {
|
|
37170
|
+
"type": {
|
|
37171
|
+
"text": "boolean"
|
|
37172
|
+
}
|
|
37173
|
+
},
|
|
37174
|
+
"parameters": [
|
|
37175
|
+
{
|
|
37176
|
+
"name": "name",
|
|
37177
|
+
"type": {
|
|
37178
|
+
"text": "PropertyKey | undefined"
|
|
37179
|
+
}
|
|
37180
|
+
}
|
|
37181
|
+
],
|
|
37182
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
37183
|
+
"inheritedFrom": {
|
|
37184
|
+
"name": "SbbFormAssociatedMixin",
|
|
37185
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37186
|
+
}
|
|
37187
|
+
},
|
|
37188
|
+
{
|
|
37189
|
+
"kind": "method",
|
|
37190
|
+
"name": "_setInternalValidity",
|
|
37191
|
+
"privacy": "private",
|
|
37192
|
+
"return": {
|
|
37193
|
+
"type": {
|
|
37194
|
+
"text": "void"
|
|
37195
|
+
}
|
|
37196
|
+
},
|
|
37197
|
+
"inheritedFrom": {
|
|
37198
|
+
"name": "SbbFormAssociatedMixin",
|
|
37199
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37200
|
+
}
|
|
37201
|
+
},
|
|
37202
|
+
{
|
|
37203
|
+
"kind": "field",
|
|
37204
|
+
"name": "role",
|
|
37205
|
+
"type": {
|
|
37206
|
+
"text": "ElementInternals['role']"
|
|
37207
|
+
},
|
|
37208
|
+
"privacy": "public",
|
|
37209
|
+
"static": true,
|
|
37210
|
+
"readonly": true,
|
|
37211
|
+
"default": "'button'",
|
|
37212
|
+
"inheritedFrom": {
|
|
37213
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37214
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37215
|
+
}
|
|
37216
|
+
},
|
|
37217
|
+
{
|
|
37218
|
+
"kind": "field",
|
|
37219
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
37220
|
+
"privacy": "private",
|
|
37221
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
37222
|
+
"parameters": [
|
|
37223
|
+
{
|
|
37224
|
+
"description": "The origin event.",
|
|
37225
|
+
"name": "event"
|
|
37226
|
+
}
|
|
37227
|
+
],
|
|
37228
|
+
"inheritedFrom": {
|
|
37229
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37230
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37231
|
+
}
|
|
37232
|
+
},
|
|
37233
|
+
{
|
|
37234
|
+
"kind": "field",
|
|
37235
|
+
"name": "_removeActiveMarker",
|
|
37236
|
+
"privacy": "private",
|
|
37237
|
+
"inheritedFrom": {
|
|
37238
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37239
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37240
|
+
}
|
|
37241
|
+
},
|
|
37242
|
+
{
|
|
37243
|
+
"kind": "field",
|
|
37244
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
37245
|
+
"privacy": "private",
|
|
37246
|
+
"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.",
|
|
37247
|
+
"parameters": [
|
|
37248
|
+
{
|
|
37249
|
+
"description": "The origin event.",
|
|
37250
|
+
"name": "event"
|
|
37251
|
+
}
|
|
37252
|
+
],
|
|
37253
|
+
"inheritedFrom": {
|
|
37254
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37255
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37256
|
+
}
|
|
37257
|
+
},
|
|
37258
|
+
{
|
|
37259
|
+
"kind": "field",
|
|
37260
|
+
"name": "_dispatchClickEvent",
|
|
37261
|
+
"privacy": "private",
|
|
37262
|
+
"inheritedFrom": {
|
|
37263
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37264
|
+
"module": "core/base-elements/button-base-element.js"
|
|
36937
37265
|
}
|
|
36938
37266
|
},
|
|
36939
37267
|
{
|
|
@@ -37088,19 +37416,15 @@
|
|
|
37088
37416
|
"module": "button/common.js"
|
|
37089
37417
|
},
|
|
37090
37418
|
{
|
|
37091
|
-
"name": "
|
|
37092
|
-
"module": "core/mixins.js"
|
|
37093
|
-
},
|
|
37094
|
-
{
|
|
37095
|
-
"name": "SbbDisabledMixin",
|
|
37419
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
37096
37420
|
"module": "core/mixins.js"
|
|
37097
37421
|
}
|
|
37098
37422
|
],
|
|
37099
37423
|
"superclass": {
|
|
37100
|
-
"name": "
|
|
37424
|
+
"name": "SbbButtonBaseElement",
|
|
37101
37425
|
"module": "core/base-elements.js"
|
|
37102
37426
|
},
|
|
37103
|
-
"tagName": "sbb-accent-button
|
|
37427
|
+
"tagName": "sbb-accent-button",
|
|
37104
37428
|
"customElement": true,
|
|
37105
37429
|
"attributes": [
|
|
37106
37430
|
{
|
|
@@ -37182,81 +37506,53 @@
|
|
|
37182
37506
|
}
|
|
37183
37507
|
},
|
|
37184
37508
|
{
|
|
37185
|
-
"name": "
|
|
37509
|
+
"name": "value",
|
|
37186
37510
|
"type": {
|
|
37187
37511
|
"text": "string"
|
|
37188
37512
|
},
|
|
37189
37513
|
"default": "''",
|
|
37190
|
-
"description": "
|
|
37191
|
-
"fieldName": "
|
|
37514
|
+
"description": "Value of the form element.",
|
|
37515
|
+
"fieldName": "value",
|
|
37192
37516
|
"inheritedFrom": {
|
|
37193
|
-
"name": "
|
|
37194
|
-
"module": "core/base-elements/
|
|
37517
|
+
"name": "SbbButtonBaseElement",
|
|
37518
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37195
37519
|
}
|
|
37196
37520
|
},
|
|
37197
37521
|
{
|
|
37198
|
-
"name": "
|
|
37522
|
+
"name": "type",
|
|
37523
|
+
"description": "The type attribute to use for the button.",
|
|
37524
|
+
"default": "'button'",
|
|
37199
37525
|
"type": {
|
|
37200
|
-
"text": "
|
|
37526
|
+
"text": "SbbButtonType"
|
|
37201
37527
|
},
|
|
37202
|
-
"
|
|
37203
|
-
"description": "Where to display the linked URL.",
|
|
37204
|
-
"fieldName": "target",
|
|
37528
|
+
"fieldName": "type",
|
|
37205
37529
|
"inheritedFrom": {
|
|
37206
|
-
"name": "
|
|
37207
|
-
"module": "core/base-elements/
|
|
37530
|
+
"name": "SbbButtonBaseElement",
|
|
37531
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37208
37532
|
}
|
|
37209
37533
|
},
|
|
37210
37534
|
{
|
|
37211
|
-
"name": "
|
|
37535
|
+
"name": "form",
|
|
37536
|
+
"description": "The `<form>` element to associate the button with.",
|
|
37212
37537
|
"type": {
|
|
37213
|
-
"text": "
|
|
37538
|
+
"text": "HTMLFormElement | null"
|
|
37214
37539
|
},
|
|
37215
|
-
"
|
|
37216
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
37217
|
-
"fieldName": "rel",
|
|
37540
|
+
"fieldName": "form",
|
|
37218
37541
|
"inheritedFrom": {
|
|
37219
|
-
"name": "
|
|
37220
|
-
"module": "core/base-elements/
|
|
37542
|
+
"name": "SbbButtonBaseElement",
|
|
37543
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37221
37544
|
}
|
|
37222
37545
|
},
|
|
37223
37546
|
{
|
|
37224
|
-
"name": "
|
|
37547
|
+
"name": "name",
|
|
37548
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
37225
37549
|
"type": {
|
|
37226
|
-
"text": "
|
|
37550
|
+
"text": "string"
|
|
37227
37551
|
},
|
|
37228
|
-
"
|
|
37229
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
37230
|
-
"fieldName": "download",
|
|
37231
|
-
"inheritedFrom": {
|
|
37232
|
-
"name": "SbbLinkBaseElement",
|
|
37233
|
-
"module": "core/base-elements/link-base-element.js"
|
|
37234
|
-
}
|
|
37235
|
-
},
|
|
37236
|
-
{
|
|
37237
|
-
"name": "accessibility-label",
|
|
37238
|
-
"type": {
|
|
37239
|
-
"text": "string"
|
|
37240
|
-
},
|
|
37241
|
-
"default": "''",
|
|
37242
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
37243
|
-
"fieldName": "accessibilityLabel",
|
|
37244
|
-
"inheritedFrom": {
|
|
37245
|
-
"name": "SbbLinkBaseElement",
|
|
37246
|
-
"module": "core/base-elements/link-base-element.js"
|
|
37247
|
-
}
|
|
37248
|
-
},
|
|
37249
|
-
{
|
|
37250
|
-
"name": "accessibility-current",
|
|
37251
|
-
"type": {
|
|
37252
|
-
"text": "string"
|
|
37253
|
-
},
|
|
37254
|
-
"default": "''",
|
|
37255
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
37256
|
-
"fieldName": "accessibilityCurrent",
|
|
37552
|
+
"fieldName": "name",
|
|
37257
37553
|
"inheritedFrom": {
|
|
37258
|
-
"name": "
|
|
37259
|
-
"module": "core/
|
|
37554
|
+
"name": "SbbFormAssociatedMixin",
|
|
37555
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37260
37556
|
}
|
|
37261
37557
|
}
|
|
37262
37558
|
]
|
|
@@ -37265,22 +37561,22 @@
|
|
|
37265
37561
|
"exports": [
|
|
37266
37562
|
{
|
|
37267
37563
|
"kind": "js",
|
|
37268
|
-
"name": "
|
|
37564
|
+
"name": "SbbAccentButtonElement",
|
|
37269
37565
|
"declaration": {
|
|
37270
|
-
"name": "
|
|
37271
|
-
"module": "button/accent-button
|
|
37566
|
+
"name": "SbbAccentButtonElement",
|
|
37567
|
+
"module": "button/accent-button/accent-button.component.js"
|
|
37272
37568
|
}
|
|
37273
37569
|
}
|
|
37274
37570
|
]
|
|
37275
37571
|
},
|
|
37276
37572
|
{
|
|
37277
37573
|
"kind": "javascript-module",
|
|
37278
|
-
"path": "button/accent-button/accent-button.component.js",
|
|
37574
|
+
"path": "button/accent-button-link/accent-button-link.component.js",
|
|
37279
37575
|
"declarations": [
|
|
37280
37576
|
{
|
|
37281
37577
|
"kind": "class",
|
|
37282
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant.",
|
|
37283
|
-
"name": "
|
|
37578
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link.",
|
|
37579
|
+
"name": "SbbAccentButtonLinkElement",
|
|
37284
37580
|
"cssProperties": [
|
|
37285
37581
|
{
|
|
37286
37582
|
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
@@ -37290,7 +37586,7 @@
|
|
|
37290
37586
|
],
|
|
37291
37587
|
"slots": [
|
|
37292
37588
|
{
|
|
37293
|
-
"description": "Use the unnamed slot to add content to the accent-button.",
|
|
37589
|
+
"description": "Use the unnamed slot to add content to the accent-button-link.",
|
|
37294
37590
|
"name": ""
|
|
37295
37591
|
},
|
|
37296
37592
|
{
|
|
@@ -37308,7 +37604,7 @@
|
|
|
37308
37604
|
"privacy": "public",
|
|
37309
37605
|
"static": true,
|
|
37310
37606
|
"readonly": true,
|
|
37311
|
-
"default": "'sbb-accent-button'",
|
|
37607
|
+
"default": "'sbb-accent-button-link'",
|
|
37312
37608
|
"inheritedFrom": {
|
|
37313
37609
|
"name": "SbbElement",
|
|
37314
37610
|
"module": "core/base-elements/element.js"
|
|
@@ -37505,479 +37801,151 @@
|
|
|
37505
37801
|
},
|
|
37506
37802
|
{
|
|
37507
37803
|
"kind": "field",
|
|
37508
|
-
"name": "
|
|
37509
|
-
"type": {
|
|
37510
|
-
"text": "array"
|
|
37511
|
-
},
|
|
37512
|
-
"privacy": "private",
|
|
37513
|
-
"readonly": true,
|
|
37514
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
37515
|
-
"inheritedFrom": {
|
|
37516
|
-
"name": "SbbButtonBaseElement",
|
|
37517
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37518
|
-
}
|
|
37519
|
-
},
|
|
37520
|
-
{
|
|
37521
|
-
"kind": "field",
|
|
37522
|
-
"name": "value",
|
|
37804
|
+
"name": "href",
|
|
37523
37805
|
"type": {
|
|
37524
37806
|
"text": "string"
|
|
37525
37807
|
},
|
|
37526
37808
|
"privacy": "public",
|
|
37527
37809
|
"default": "''",
|
|
37528
|
-
"description": "
|
|
37529
|
-
"attribute": "
|
|
37530
|
-
"
|
|
37531
|
-
"name": "SbbButtonBaseElement",
|
|
37532
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37533
|
-
}
|
|
37534
|
-
},
|
|
37535
|
-
{
|
|
37536
|
-
"kind": "field",
|
|
37537
|
-
"name": "type",
|
|
37538
|
-
"privacy": "public",
|
|
37539
|
-
"description": "The type attribute to use for the button.",
|
|
37540
|
-
"default": "'button'",
|
|
37541
|
-
"type": {
|
|
37542
|
-
"text": "SbbButtonType"
|
|
37543
|
-
},
|
|
37544
|
-
"attribute": "type",
|
|
37810
|
+
"description": "The href value you want to link to.",
|
|
37811
|
+
"attribute": "href",
|
|
37812
|
+
"reflects": true,
|
|
37545
37813
|
"inheritedFrom": {
|
|
37546
|
-
"name": "
|
|
37547
|
-
"module": "core/base-elements/
|
|
37814
|
+
"name": "SbbLinkBaseElement",
|
|
37815
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37548
37816
|
}
|
|
37549
37817
|
},
|
|
37550
37818
|
{
|
|
37551
37819
|
"kind": "field",
|
|
37552
|
-
"name": "
|
|
37820
|
+
"name": "target",
|
|
37553
37821
|
"type": {
|
|
37554
|
-
"text": "
|
|
37822
|
+
"text": "LinkTargetType | string"
|
|
37555
37823
|
},
|
|
37556
37824
|
"privacy": "public",
|
|
37557
|
-
"
|
|
37558
|
-
"
|
|
37825
|
+
"default": "''",
|
|
37826
|
+
"description": "Where to display the linked URL.",
|
|
37827
|
+
"attribute": "target",
|
|
37828
|
+
"reflects": true,
|
|
37559
37829
|
"inheritedFrom": {
|
|
37560
|
-
"name": "
|
|
37561
|
-
"module": "core/base-elements/
|
|
37830
|
+
"name": "SbbLinkBaseElement",
|
|
37831
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37562
37832
|
}
|
|
37563
37833
|
},
|
|
37564
37834
|
{
|
|
37565
37835
|
"kind": "field",
|
|
37566
|
-
"name": "
|
|
37836
|
+
"name": "rel",
|
|
37567
37837
|
"type": {
|
|
37568
37838
|
"text": "string"
|
|
37569
37839
|
},
|
|
37570
|
-
"privacy": "
|
|
37840
|
+
"privacy": "public",
|
|
37571
37841
|
"default": "''",
|
|
37842
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
37843
|
+
"attribute": "rel",
|
|
37844
|
+
"reflects": true,
|
|
37572
37845
|
"inheritedFrom": {
|
|
37573
|
-
"name": "
|
|
37574
|
-
"module": "core/base-elements/
|
|
37575
|
-
}
|
|
37576
|
-
},
|
|
37577
|
-
{
|
|
37578
|
-
"kind": "field",
|
|
37579
|
-
"name": "_handleButtonClick",
|
|
37580
|
-
"privacy": "private",
|
|
37581
|
-
"inheritedFrom": {
|
|
37582
|
-
"name": "SbbButtonBaseElement",
|
|
37583
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37584
|
-
}
|
|
37585
|
-
},
|
|
37586
|
-
{
|
|
37587
|
-
"kind": "method",
|
|
37588
|
-
"name": "_requestSubmit",
|
|
37589
|
-
"privacy": "private",
|
|
37590
|
-
"return": {
|
|
37591
|
-
"type": {
|
|
37592
|
-
"text": "void"
|
|
37593
|
-
}
|
|
37594
|
-
},
|
|
37595
|
-
"parameters": [
|
|
37596
|
-
{
|
|
37597
|
-
"name": "form",
|
|
37598
|
-
"type": {
|
|
37599
|
-
"text": "HTMLFormElement"
|
|
37600
|
-
}
|
|
37601
|
-
}
|
|
37602
|
-
],
|
|
37603
|
-
"inheritedFrom": {
|
|
37604
|
-
"name": "SbbButtonBaseElement",
|
|
37605
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37606
|
-
}
|
|
37607
|
-
},
|
|
37608
|
-
{
|
|
37609
|
-
"kind": "field",
|
|
37610
|
-
"name": "_formKeyDown",
|
|
37611
|
-
"privacy": "private",
|
|
37612
|
-
"inheritedFrom": {
|
|
37613
|
-
"name": "SbbButtonBaseElement",
|
|
37614
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37846
|
+
"name": "SbbLinkBaseElement",
|
|
37847
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37615
37848
|
}
|
|
37616
37849
|
},
|
|
37617
37850
|
{
|
|
37618
37851
|
"kind": "field",
|
|
37619
|
-
"name": "
|
|
37852
|
+
"name": "download",
|
|
37620
37853
|
"type": {
|
|
37621
37854
|
"text": "boolean"
|
|
37622
37855
|
},
|
|
37623
37856
|
"privacy": "public",
|
|
37624
|
-
"
|
|
37625
|
-
"
|
|
37857
|
+
"default": "false",
|
|
37858
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
37859
|
+
"attribute": "download",
|
|
37860
|
+
"reflects": true,
|
|
37626
37861
|
"inheritedFrom": {
|
|
37627
|
-
"name": "
|
|
37628
|
-
"module": "core/
|
|
37862
|
+
"name": "SbbLinkBaseElement",
|
|
37863
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37629
37864
|
}
|
|
37630
37865
|
},
|
|
37631
37866
|
{
|
|
37632
37867
|
"kind": "field",
|
|
37633
|
-
"name": "
|
|
37634
|
-
"privacy": "public",
|
|
37635
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
37868
|
+
"name": "accessibilityLabel",
|
|
37636
37869
|
"type": {
|
|
37637
37870
|
"text": "string"
|
|
37638
37871
|
},
|
|
37639
|
-
"attribute": "name",
|
|
37640
|
-
"inheritedFrom": {
|
|
37641
|
-
"name": "SbbFormAssociatedMixin",
|
|
37642
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37643
|
-
}
|
|
37644
|
-
},
|
|
37645
|
-
{
|
|
37646
|
-
"kind": "field",
|
|
37647
|
-
"name": "validity",
|
|
37648
|
-
"type": {
|
|
37649
|
-
"text": "ValidityState"
|
|
37650
|
-
},
|
|
37651
37872
|
"privacy": "public",
|
|
37652
|
-
"
|
|
37653
|
-
"
|
|
37873
|
+
"default": "''",
|
|
37874
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
37875
|
+
"attribute": "accessibility-label",
|
|
37654
37876
|
"inheritedFrom": {
|
|
37655
|
-
"name": "
|
|
37656
|
-
"module": "core/
|
|
37877
|
+
"name": "SbbLinkBaseElement",
|
|
37878
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37657
37879
|
}
|
|
37658
37880
|
},
|
|
37659
37881
|
{
|
|
37660
37882
|
"kind": "field",
|
|
37661
|
-
"name": "
|
|
37883
|
+
"name": "accessibilityCurrent",
|
|
37662
37884
|
"type": {
|
|
37663
37885
|
"text": "string"
|
|
37664
37886
|
},
|
|
37665
37887
|
"privacy": "public",
|
|
37666
|
-
"
|
|
37667
|
-
"
|
|
37668
|
-
"
|
|
37669
|
-
"name": "SbbFormAssociatedMixin",
|
|
37670
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37671
|
-
}
|
|
37672
|
-
},
|
|
37673
|
-
{
|
|
37674
|
-
"kind": "field",
|
|
37675
|
-
"name": "willValidate",
|
|
37676
|
-
"type": {
|
|
37677
|
-
"text": "boolean"
|
|
37678
|
-
},
|
|
37679
|
-
"privacy": "public",
|
|
37680
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
37681
|
-
"readonly": true,
|
|
37888
|
+
"default": "''",
|
|
37889
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
37890
|
+
"attribute": "accessibility-current",
|
|
37682
37891
|
"inheritedFrom": {
|
|
37683
|
-
"name": "
|
|
37684
|
-
"module": "core/
|
|
37892
|
+
"name": "SbbLinkBaseElement",
|
|
37893
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37685
37894
|
}
|
|
37686
37895
|
},
|
|
37687
37896
|
{
|
|
37688
37897
|
"kind": "field",
|
|
37689
|
-
"name": "
|
|
37690
|
-
"privacy": "
|
|
37691
|
-
"default": "new
|
|
37898
|
+
"name": "language",
|
|
37899
|
+
"privacy": "protected",
|
|
37900
|
+
"default": "new SbbLanguageController(this)",
|
|
37692
37901
|
"inheritedFrom": {
|
|
37693
|
-
"name": "
|
|
37694
|
-
"module": "core/
|
|
37902
|
+
"name": "SbbLinkBaseElement",
|
|
37903
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37695
37904
|
}
|
|
37696
37905
|
},
|
|
37697
37906
|
{
|
|
37698
37907
|
"kind": "field",
|
|
37699
|
-
"name": "
|
|
37908
|
+
"name": "anchorRole",
|
|
37700
37909
|
"type": {
|
|
37701
|
-
"text": "
|
|
37910
|
+
"text": "string | null"
|
|
37702
37911
|
},
|
|
37703
37912
|
"privacy": "protected",
|
|
37704
|
-
"
|
|
37705
|
-
"
|
|
37706
|
-
"inheritedFrom": {
|
|
37707
|
-
"name": "SbbFormAssociatedMixin",
|
|
37708
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37709
|
-
}
|
|
37710
|
-
},
|
|
37711
|
-
{
|
|
37712
|
-
"kind": "method",
|
|
37713
|
-
"name": "checkValidity",
|
|
37714
|
-
"privacy": "public",
|
|
37715
|
-
"return": {
|
|
37716
|
-
"type": {
|
|
37717
|
-
"text": "boolean"
|
|
37718
|
-
}
|
|
37719
|
-
},
|
|
37720
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
37721
|
-
"inheritedFrom": {
|
|
37722
|
-
"name": "SbbFormAssociatedMixin",
|
|
37723
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37724
|
-
}
|
|
37725
|
-
},
|
|
37726
|
-
{
|
|
37727
|
-
"kind": "method",
|
|
37728
|
-
"name": "reportValidity",
|
|
37729
|
-
"privacy": "public",
|
|
37730
|
-
"return": {
|
|
37731
|
-
"type": {
|
|
37732
|
-
"text": "boolean"
|
|
37733
|
-
}
|
|
37734
|
-
},
|
|
37735
|
-
"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.",
|
|
37736
|
-
"inheritedFrom": {
|
|
37737
|
-
"name": "SbbFormAssociatedMixin",
|
|
37738
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37739
|
-
}
|
|
37740
|
-
},
|
|
37741
|
-
{
|
|
37742
|
-
"kind": "method",
|
|
37743
|
-
"name": "setCustomValidity",
|
|
37744
|
-
"privacy": "public",
|
|
37745
|
-
"return": {
|
|
37746
|
-
"type": {
|
|
37747
|
-
"text": "void"
|
|
37748
|
-
}
|
|
37749
|
-
},
|
|
37750
|
-
"parameters": [
|
|
37751
|
-
{
|
|
37752
|
-
"name": "message",
|
|
37753
|
-
"type": {
|
|
37754
|
-
"text": "string"
|
|
37755
|
-
}
|
|
37756
|
-
}
|
|
37757
|
-
],
|
|
37758
|
-
"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.",
|
|
37913
|
+
"readonly": true,
|
|
37914
|
+
"default": "null",
|
|
37759
37915
|
"inheritedFrom": {
|
|
37760
|
-
"name": "
|
|
37761
|
-
"module": "core/
|
|
37916
|
+
"name": "SbbLinkBaseElement",
|
|
37917
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37762
37918
|
}
|
|
37763
37919
|
},
|
|
37764
37920
|
{
|
|
37765
|
-
"kind": "
|
|
37766
|
-
"name": "
|
|
37921
|
+
"kind": "field",
|
|
37922
|
+
"name": "_evaluateRelAttribute",
|
|
37767
37923
|
"privacy": "private",
|
|
37768
|
-
"return": {
|
|
37769
|
-
"type": {
|
|
37770
|
-
"text": "boolean"
|
|
37771
|
-
}
|
|
37772
|
-
},
|
|
37773
|
-
"inheritedFrom": {
|
|
37774
|
-
"name": "SbbFormAssociatedMixin",
|
|
37775
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37776
|
-
}
|
|
37777
|
-
},
|
|
37778
|
-
{
|
|
37779
|
-
"kind": "method",
|
|
37780
|
-
"name": "updateFormValue",
|
|
37781
|
-
"privacy": "protected",
|
|
37782
|
-
"return": {
|
|
37783
|
-
"type": {
|
|
37784
|
-
"text": "void"
|
|
37785
|
-
}
|
|
37786
|
-
},
|
|
37787
|
-
"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",
|
|
37788
|
-
"inheritedFrom": {
|
|
37789
|
-
"name": "SbbFormAssociatedMixin",
|
|
37790
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37791
|
-
}
|
|
37792
|
-
},
|
|
37793
|
-
{
|
|
37794
|
-
"kind": "method",
|
|
37795
|
-
"name": "formState",
|
|
37796
|
-
"privacy": "protected",
|
|
37797
|
-
"return": {
|
|
37798
|
-
"type": {
|
|
37799
|
-
"text": "FormRestoreState"
|
|
37800
|
-
}
|
|
37801
|
-
},
|
|
37802
|
-
"inheritedFrom": {
|
|
37803
|
-
"name": "SbbFormAssociatedMixin",
|
|
37804
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37805
|
-
}
|
|
37806
|
-
},
|
|
37807
|
-
{
|
|
37808
|
-
"kind": "method",
|
|
37809
|
-
"name": "setValidityFlag",
|
|
37810
|
-
"privacy": "protected",
|
|
37811
|
-
"return": {
|
|
37812
|
-
"type": {
|
|
37813
|
-
"text": "void"
|
|
37814
|
-
}
|
|
37815
|
-
},
|
|
37816
|
-
"parameters": [
|
|
37817
|
-
{
|
|
37818
|
-
"name": "flag",
|
|
37819
|
-
"type": {
|
|
37820
|
-
"text": "T"
|
|
37821
|
-
}
|
|
37822
|
-
},
|
|
37823
|
-
{
|
|
37824
|
-
"name": "message",
|
|
37825
|
-
"type": {
|
|
37826
|
-
"text": "string"
|
|
37827
|
-
}
|
|
37828
|
-
},
|
|
37829
|
-
{
|
|
37830
|
-
"name": "flagValue",
|
|
37831
|
-
"optional": true,
|
|
37832
|
-
"type": {
|
|
37833
|
-
"text": "ValidityStateFlags[T]"
|
|
37834
|
-
}
|
|
37835
|
-
}
|
|
37836
|
-
],
|
|
37837
|
-
"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).",
|
|
37838
|
-
"inheritedFrom": {
|
|
37839
|
-
"name": "SbbFormAssociatedMixin",
|
|
37840
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37841
|
-
}
|
|
37842
|
-
},
|
|
37843
|
-
{
|
|
37844
|
-
"kind": "method",
|
|
37845
|
-
"name": "removeValidityFlag",
|
|
37846
|
-
"privacy": "protected",
|
|
37847
|
-
"return": {
|
|
37848
|
-
"type": {
|
|
37849
|
-
"text": "void"
|
|
37850
|
-
}
|
|
37851
|
-
},
|
|
37852
|
-
"parameters": [
|
|
37853
|
-
{
|
|
37854
|
-
"name": "flag",
|
|
37855
|
-
"type": {
|
|
37856
|
-
"text": "T"
|
|
37857
|
-
}
|
|
37858
|
-
}
|
|
37859
|
-
],
|
|
37860
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
37861
|
-
"inheritedFrom": {
|
|
37862
|
-
"name": "SbbFormAssociatedMixin",
|
|
37863
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37864
|
-
}
|
|
37865
|
-
},
|
|
37866
|
-
{
|
|
37867
|
-
"kind": "method",
|
|
37868
|
-
"name": "validate",
|
|
37869
|
-
"privacy": "protected",
|
|
37870
|
-
"return": {
|
|
37871
|
-
"type": {
|
|
37872
|
-
"text": "void"
|
|
37873
|
-
}
|
|
37874
|
-
},
|
|
37875
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
37876
37924
|
"inheritedFrom": {
|
|
37877
|
-
"name": "
|
|
37878
|
-
"module": "core/
|
|
37925
|
+
"name": "SbbLinkBaseElement",
|
|
37926
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37879
37927
|
}
|
|
37880
37928
|
},
|
|
37881
37929
|
{
|
|
37882
37930
|
"kind": "method",
|
|
37883
|
-
"name": "
|
|
37931
|
+
"name": "renderLink",
|
|
37884
37932
|
"privacy": "protected",
|
|
37885
37933
|
"return": {
|
|
37886
37934
|
"type": {
|
|
37887
|
-
"text": "
|
|
37935
|
+
"text": "TemplateResult"
|
|
37888
37936
|
}
|
|
37889
37937
|
},
|
|
37890
37938
|
"parameters": [
|
|
37891
37939
|
{
|
|
37892
|
-
"name": "
|
|
37940
|
+
"name": "renderContent",
|
|
37893
37941
|
"type": {
|
|
37894
|
-
"text": "
|
|
37942
|
+
"text": "TemplateResult"
|
|
37895
37943
|
}
|
|
37896
37944
|
}
|
|
37897
37945
|
],
|
|
37898
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
37899
37946
|
"inheritedFrom": {
|
|
37900
|
-
"name": "
|
|
37901
|
-
"module": "core/
|
|
37902
|
-
}
|
|
37903
|
-
},
|
|
37904
|
-
{
|
|
37905
|
-
"kind": "method",
|
|
37906
|
-
"name": "_setInternalValidity",
|
|
37907
|
-
"privacy": "private",
|
|
37908
|
-
"return": {
|
|
37909
|
-
"type": {
|
|
37910
|
-
"text": "void"
|
|
37911
|
-
}
|
|
37912
|
-
},
|
|
37913
|
-
"inheritedFrom": {
|
|
37914
|
-
"name": "SbbFormAssociatedMixin",
|
|
37915
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37916
|
-
}
|
|
37917
|
-
},
|
|
37918
|
-
{
|
|
37919
|
-
"kind": "field",
|
|
37920
|
-
"name": "role",
|
|
37921
|
-
"type": {
|
|
37922
|
-
"text": "ElementInternals['role']"
|
|
37923
|
-
},
|
|
37924
|
-
"privacy": "public",
|
|
37925
|
-
"static": true,
|
|
37926
|
-
"readonly": true,
|
|
37927
|
-
"default": "'button'",
|
|
37928
|
-
"inheritedFrom": {
|
|
37929
|
-
"name": "SbbButtonLikeBaseElement",
|
|
37930
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37931
|
-
}
|
|
37932
|
-
},
|
|
37933
|
-
{
|
|
37934
|
-
"kind": "field",
|
|
37935
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
37936
|
-
"privacy": "private",
|
|
37937
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
37938
|
-
"parameters": [
|
|
37939
|
-
{
|
|
37940
|
-
"description": "The origin event.",
|
|
37941
|
-
"name": "event"
|
|
37942
|
-
}
|
|
37943
|
-
],
|
|
37944
|
-
"inheritedFrom": {
|
|
37945
|
-
"name": "SbbButtonLikeBaseElement",
|
|
37946
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37947
|
-
}
|
|
37948
|
-
},
|
|
37949
|
-
{
|
|
37950
|
-
"kind": "field",
|
|
37951
|
-
"name": "_removeActiveMarker",
|
|
37952
|
-
"privacy": "private",
|
|
37953
|
-
"inheritedFrom": {
|
|
37954
|
-
"name": "SbbButtonLikeBaseElement",
|
|
37955
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37956
|
-
}
|
|
37957
|
-
},
|
|
37958
|
-
{
|
|
37959
|
-
"kind": "field",
|
|
37960
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
37961
|
-
"privacy": "private",
|
|
37962
|
-
"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.",
|
|
37963
|
-
"parameters": [
|
|
37964
|
-
{
|
|
37965
|
-
"description": "The origin event.",
|
|
37966
|
-
"name": "event"
|
|
37967
|
-
}
|
|
37968
|
-
],
|
|
37969
|
-
"inheritedFrom": {
|
|
37970
|
-
"name": "SbbButtonLikeBaseElement",
|
|
37971
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37972
|
-
}
|
|
37973
|
-
},
|
|
37974
|
-
{
|
|
37975
|
-
"kind": "field",
|
|
37976
|
-
"name": "_dispatchClickEvent",
|
|
37977
|
-
"privacy": "private",
|
|
37978
|
-
"inheritedFrom": {
|
|
37979
|
-
"name": "SbbButtonLikeBaseElement",
|
|
37980
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37947
|
+
"name": "SbbLinkBaseElement",
|
|
37948
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37981
37949
|
}
|
|
37982
37950
|
},
|
|
37983
37951
|
{
|
|
@@ -38132,15 +38100,19 @@
|
|
|
38132
38100
|
"module": "button/common.js"
|
|
38133
38101
|
},
|
|
38134
38102
|
{
|
|
38135
|
-
"name": "
|
|
38103
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
38104
|
+
"module": "core/mixins.js"
|
|
38105
|
+
},
|
|
38106
|
+
{
|
|
38107
|
+
"name": "SbbDisabledMixin",
|
|
38136
38108
|
"module": "core/mixins.js"
|
|
38137
38109
|
}
|
|
38138
38110
|
],
|
|
38139
38111
|
"superclass": {
|
|
38140
|
-
"name": "
|
|
38112
|
+
"name": "SbbLinkBaseElement",
|
|
38141
38113
|
"module": "core/base-elements.js"
|
|
38142
38114
|
},
|
|
38143
|
-
"tagName": "sbb-accent-button",
|
|
38115
|
+
"tagName": "sbb-accent-button-link",
|
|
38144
38116
|
"customElement": true,
|
|
38145
38117
|
"attributes": [
|
|
38146
38118
|
{
|
|
@@ -38222,53 +38194,81 @@
|
|
|
38222
38194
|
}
|
|
38223
38195
|
},
|
|
38224
38196
|
{
|
|
38225
|
-
"name": "
|
|
38197
|
+
"name": "href",
|
|
38226
38198
|
"type": {
|
|
38227
38199
|
"text": "string"
|
|
38228
38200
|
},
|
|
38229
38201
|
"default": "''",
|
|
38230
|
-
"description": "
|
|
38231
|
-
"fieldName": "
|
|
38202
|
+
"description": "The href value you want to link to.",
|
|
38203
|
+
"fieldName": "href",
|
|
38232
38204
|
"inheritedFrom": {
|
|
38233
|
-
"name": "
|
|
38234
|
-
"module": "core/base-elements/
|
|
38205
|
+
"name": "SbbLinkBaseElement",
|
|
38206
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38235
38207
|
}
|
|
38236
38208
|
},
|
|
38237
38209
|
{
|
|
38238
|
-
"name": "
|
|
38239
|
-
"description": "The type attribute to use for the button.",
|
|
38240
|
-
"default": "'button'",
|
|
38210
|
+
"name": "target",
|
|
38241
38211
|
"type": {
|
|
38242
|
-
"text": "
|
|
38212
|
+
"text": "LinkTargetType | string"
|
|
38243
38213
|
},
|
|
38244
|
-
"
|
|
38214
|
+
"default": "''",
|
|
38215
|
+
"description": "Where to display the linked URL.",
|
|
38216
|
+
"fieldName": "target",
|
|
38245
38217
|
"inheritedFrom": {
|
|
38246
|
-
"name": "
|
|
38247
|
-
"module": "core/base-elements/
|
|
38218
|
+
"name": "SbbLinkBaseElement",
|
|
38219
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38248
38220
|
}
|
|
38249
38221
|
},
|
|
38250
38222
|
{
|
|
38251
|
-
"name": "
|
|
38252
|
-
"description": "The `<form>` element to associate the button with.",
|
|
38223
|
+
"name": "rel",
|
|
38253
38224
|
"type": {
|
|
38254
|
-
"text": "
|
|
38225
|
+
"text": "string"
|
|
38255
38226
|
},
|
|
38256
|
-
"
|
|
38227
|
+
"default": "''",
|
|
38228
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
38229
|
+
"fieldName": "rel",
|
|
38257
38230
|
"inheritedFrom": {
|
|
38258
|
-
"name": "
|
|
38259
|
-
"module": "core/base-elements/
|
|
38231
|
+
"name": "SbbLinkBaseElement",
|
|
38232
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38260
38233
|
}
|
|
38261
38234
|
},
|
|
38262
38235
|
{
|
|
38263
|
-
"name": "
|
|
38264
|
-
"
|
|
38236
|
+
"name": "download",
|
|
38237
|
+
"type": {
|
|
38238
|
+
"text": "boolean"
|
|
38239
|
+
},
|
|
38240
|
+
"default": "false",
|
|
38241
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
38242
|
+
"fieldName": "download",
|
|
38243
|
+
"inheritedFrom": {
|
|
38244
|
+
"name": "SbbLinkBaseElement",
|
|
38245
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38246
|
+
}
|
|
38247
|
+
},
|
|
38248
|
+
{
|
|
38249
|
+
"name": "accessibility-label",
|
|
38265
38250
|
"type": {
|
|
38266
38251
|
"text": "string"
|
|
38267
38252
|
},
|
|
38268
|
-
"
|
|
38253
|
+
"default": "''",
|
|
38254
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
38255
|
+
"fieldName": "accessibilityLabel",
|
|
38269
38256
|
"inheritedFrom": {
|
|
38270
|
-
"name": "
|
|
38271
|
-
"module": "core/
|
|
38257
|
+
"name": "SbbLinkBaseElement",
|
|
38258
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38259
|
+
}
|
|
38260
|
+
},
|
|
38261
|
+
{
|
|
38262
|
+
"name": "accessibility-current",
|
|
38263
|
+
"type": {
|
|
38264
|
+
"text": "string"
|
|
38265
|
+
},
|
|
38266
|
+
"default": "''",
|
|
38267
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
38268
|
+
"fieldName": "accessibilityCurrent",
|
|
38269
|
+
"inheritedFrom": {
|
|
38270
|
+
"name": "SbbLinkBaseElement",
|
|
38271
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38272
38272
|
}
|
|
38273
38273
|
}
|
|
38274
38274
|
]
|
|
@@ -38277,10 +38277,10 @@
|
|
|
38277
38277
|
"exports": [
|
|
38278
38278
|
{
|
|
38279
38279
|
"kind": "js",
|
|
38280
|
-
"name": "
|
|
38280
|
+
"name": "SbbAccentButtonLinkElement",
|
|
38281
38281
|
"declaration": {
|
|
38282
|
-
"name": "
|
|
38283
|
-
"module": "button/accent-button/accent-button.component.js"
|
|
38282
|
+
"name": "SbbAccentButtonLinkElement",
|
|
38283
|
+
"module": "button/accent-button-link/accent-button-link.component.js"
|
|
38284
38284
|
}
|
|
38285
38285
|
}
|
|
38286
38286
|
]
|
|
@@ -63681,229 +63681,6 @@
|
|
|
63681
63681
|
}
|
|
63682
63682
|
]
|
|
63683
63683
|
},
|
|
63684
|
-
{
|
|
63685
|
-
"kind": "javascript-module",
|
|
63686
|
-
"path": "core/decorators/base.js",
|
|
63687
|
-
"declarations": [],
|
|
63688
|
-
"exports": []
|
|
63689
|
-
},
|
|
63690
|
-
{
|
|
63691
|
-
"kind": "javascript-module",
|
|
63692
|
-
"path": "core/decorators/force-type.js",
|
|
63693
|
-
"declarations": [
|
|
63694
|
-
{
|
|
63695
|
-
"kind": "function",
|
|
63696
|
-
"name": "forceType",
|
|
63697
|
-
"return": {
|
|
63698
|
-
"type": {
|
|
63699
|
-
"text": "PropertyDecorator"
|
|
63700
|
-
}
|
|
63701
|
-
},
|
|
63702
|
-
"parameters": [
|
|
63703
|
-
{
|
|
63704
|
-
"name": "convert",
|
|
63705
|
-
"optional": true,
|
|
63706
|
-
"type": {
|
|
63707
|
-
"text": "(v: unknown) => V"
|
|
63708
|
-
}
|
|
63709
|
-
}
|
|
63710
|
-
],
|
|
63711
|
-
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
63712
|
-
}
|
|
63713
|
-
],
|
|
63714
|
-
"exports": [
|
|
63715
|
-
{
|
|
63716
|
-
"kind": "js",
|
|
63717
|
-
"name": "forceType",
|
|
63718
|
-
"declaration": {
|
|
63719
|
-
"name": "forceType",
|
|
63720
|
-
"module": "core/decorators/force-type.js"
|
|
63721
|
-
}
|
|
63722
|
-
}
|
|
63723
|
-
]
|
|
63724
|
-
},
|
|
63725
|
-
{
|
|
63726
|
-
"kind": "javascript-module",
|
|
63727
|
-
"path": "core/decorators/get-override.js",
|
|
63728
|
-
"declarations": [
|
|
63729
|
-
{
|
|
63730
|
-
"kind": "function",
|
|
63731
|
-
"name": "getOverride",
|
|
63732
|
-
"parameters": [
|
|
63733
|
-
{
|
|
63734
|
-
"name": "callback",
|
|
63735
|
-
"type": {
|
|
63736
|
-
"text": "(instance: C, innerValue: V) => V"
|
|
63737
|
-
}
|
|
63738
|
-
}
|
|
63739
|
-
],
|
|
63740
|
-
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
63741
|
-
}
|
|
63742
|
-
],
|
|
63743
|
-
"exports": [
|
|
63744
|
-
{
|
|
63745
|
-
"kind": "js",
|
|
63746
|
-
"name": "getOverride",
|
|
63747
|
-
"declaration": {
|
|
63748
|
-
"name": "getOverride",
|
|
63749
|
-
"module": "core/decorators/get-override.js"
|
|
63750
|
-
}
|
|
63751
|
-
}
|
|
63752
|
-
]
|
|
63753
|
-
},
|
|
63754
|
-
{
|
|
63755
|
-
"kind": "javascript-module",
|
|
63756
|
-
"path": "core/decorators/handle-distinct-change.js",
|
|
63757
|
-
"declarations": [
|
|
63758
|
-
{
|
|
63759
|
-
"kind": "function",
|
|
63760
|
-
"name": "handleDistinctChange",
|
|
63761
|
-
"parameters": [
|
|
63762
|
-
{
|
|
63763
|
-
"name": "callback",
|
|
63764
|
-
"type": {
|
|
63765
|
-
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
63766
|
-
}
|
|
63767
|
-
}
|
|
63768
|
-
],
|
|
63769
|
-
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
63770
|
-
}
|
|
63771
|
-
],
|
|
63772
|
-
"exports": [
|
|
63773
|
-
{
|
|
63774
|
-
"kind": "js",
|
|
63775
|
-
"name": "handleDistinctChange",
|
|
63776
|
-
"declaration": {
|
|
63777
|
-
"name": "handleDistinctChange",
|
|
63778
|
-
"module": "core/decorators/handle-distinct-change.js"
|
|
63779
|
-
}
|
|
63780
|
-
}
|
|
63781
|
-
]
|
|
63782
|
-
},
|
|
63783
|
-
{
|
|
63784
|
-
"kind": "javascript-module",
|
|
63785
|
-
"path": "core/decorators/host-attributes.js",
|
|
63786
|
-
"declarations": [
|
|
63787
|
-
{
|
|
63788
|
-
"kind": "function",
|
|
63789
|
-
"name": "hostAttributes",
|
|
63790
|
-
"parameters": [
|
|
63791
|
-
{
|
|
63792
|
-
"name": "attributes",
|
|
63793
|
-
"type": {
|
|
63794
|
-
"text": "Record<string, string | null>"
|
|
63795
|
-
},
|
|
63796
|
-
"description": "A record of attributes to apply to the element."
|
|
63797
|
-
}
|
|
63798
|
-
],
|
|
63799
|
-
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
63800
|
-
"deprecated": "Will be removed with next major version."
|
|
63801
|
-
}
|
|
63802
|
-
],
|
|
63803
|
-
"exports": [
|
|
63804
|
-
{
|
|
63805
|
-
"kind": "js",
|
|
63806
|
-
"name": "hostAttributes",
|
|
63807
|
-
"declaration": {
|
|
63808
|
-
"name": "hostAttributes",
|
|
63809
|
-
"module": "core/decorators/host-attributes.js"
|
|
63810
|
-
}
|
|
63811
|
-
}
|
|
63812
|
-
]
|
|
63813
|
-
},
|
|
63814
|
-
{
|
|
63815
|
-
"kind": "javascript-module",
|
|
63816
|
-
"path": "core/decorators/id-reference.js",
|
|
63817
|
-
"declarations": [
|
|
63818
|
-
{
|
|
63819
|
-
"kind": "function",
|
|
63820
|
-
"name": "idReference",
|
|
63821
|
-
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
63822
|
-
}
|
|
63823
|
-
],
|
|
63824
|
-
"exports": [
|
|
63825
|
-
{
|
|
63826
|
-
"kind": "js",
|
|
63827
|
-
"name": "idReference",
|
|
63828
|
-
"declaration": {
|
|
63829
|
-
"name": "idReference",
|
|
63830
|
-
"module": "core/decorators/id-reference.js"
|
|
63831
|
-
}
|
|
63832
|
-
}
|
|
63833
|
-
]
|
|
63834
|
-
},
|
|
63835
|
-
{
|
|
63836
|
-
"kind": "javascript-module",
|
|
63837
|
-
"path": "core/decorators/omit-empty-converter.js",
|
|
63838
|
-
"declarations": [
|
|
63839
|
-
{
|
|
63840
|
-
"kind": "variable",
|
|
63841
|
-
"name": "omitEmptyConverter",
|
|
63842
|
-
"type": {
|
|
63843
|
-
"text": "ComplexAttributeConverter"
|
|
63844
|
-
},
|
|
63845
|
-
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
63846
|
-
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
63847
|
-
}
|
|
63848
|
-
],
|
|
63849
|
-
"exports": [
|
|
63850
|
-
{
|
|
63851
|
-
"kind": "js",
|
|
63852
|
-
"name": "omitEmptyConverter",
|
|
63853
|
-
"declaration": {
|
|
63854
|
-
"name": "omitEmptyConverter",
|
|
63855
|
-
"module": "core/decorators/omit-empty-converter.js"
|
|
63856
|
-
}
|
|
63857
|
-
}
|
|
63858
|
-
]
|
|
63859
|
-
},
|
|
63860
|
-
{
|
|
63861
|
-
"kind": "javascript-module",
|
|
63862
|
-
"path": "core/decorators/plain-date.js",
|
|
63863
|
-
"declarations": [
|
|
63864
|
-
{
|
|
63865
|
-
"kind": "variable",
|
|
63866
|
-
"name": "plainDateConverter",
|
|
63867
|
-
"type": {
|
|
63868
|
-
"text": "ComplexAttributeConverter"
|
|
63869
|
-
},
|
|
63870
|
-
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
63871
|
-
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
63872
|
-
},
|
|
63873
|
-
{
|
|
63874
|
-
"kind": "function",
|
|
63875
|
-
"name": "plainDate",
|
|
63876
|
-
"parameters": [
|
|
63877
|
-
{
|
|
63878
|
-
"name": "config",
|
|
63879
|
-
"optional": true,
|
|
63880
|
-
"type": {
|
|
63881
|
-
"text": "SbbPlainDateConfiguration"
|
|
63882
|
-
}
|
|
63883
|
-
}
|
|
63884
|
-
],
|
|
63885
|
-
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
63886
|
-
}
|
|
63887
|
-
],
|
|
63888
|
-
"exports": [
|
|
63889
|
-
{
|
|
63890
|
-
"kind": "js",
|
|
63891
|
-
"name": "plainDateConverter",
|
|
63892
|
-
"declaration": {
|
|
63893
|
-
"name": "plainDateConverter",
|
|
63894
|
-
"module": "core/decorators/plain-date.js"
|
|
63895
|
-
}
|
|
63896
|
-
},
|
|
63897
|
-
{
|
|
63898
|
-
"kind": "js",
|
|
63899
|
-
"name": "plainDate",
|
|
63900
|
-
"declaration": {
|
|
63901
|
-
"name": "plainDate",
|
|
63902
|
-
"module": "core/decorators/plain-date.js"
|
|
63903
|
-
}
|
|
63904
|
-
}
|
|
63905
|
-
]
|
|
63906
|
-
},
|
|
63907
63684
|
{
|
|
63908
63685
|
"kind": "javascript-module",
|
|
63909
63686
|
"path": "core/dom/animation.js",
|
|
@@ -64342,6 +64119,229 @@
|
|
|
64342
64119
|
}
|
|
64343
64120
|
]
|
|
64344
64121
|
},
|
|
64122
|
+
{
|
|
64123
|
+
"kind": "javascript-module",
|
|
64124
|
+
"path": "core/decorators/base.js",
|
|
64125
|
+
"declarations": [],
|
|
64126
|
+
"exports": []
|
|
64127
|
+
},
|
|
64128
|
+
{
|
|
64129
|
+
"kind": "javascript-module",
|
|
64130
|
+
"path": "core/decorators/force-type.js",
|
|
64131
|
+
"declarations": [
|
|
64132
|
+
{
|
|
64133
|
+
"kind": "function",
|
|
64134
|
+
"name": "forceType",
|
|
64135
|
+
"return": {
|
|
64136
|
+
"type": {
|
|
64137
|
+
"text": "PropertyDecorator"
|
|
64138
|
+
}
|
|
64139
|
+
},
|
|
64140
|
+
"parameters": [
|
|
64141
|
+
{
|
|
64142
|
+
"name": "convert",
|
|
64143
|
+
"optional": true,
|
|
64144
|
+
"type": {
|
|
64145
|
+
"text": "(v: unknown) => V"
|
|
64146
|
+
}
|
|
64147
|
+
}
|
|
64148
|
+
],
|
|
64149
|
+
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
64150
|
+
}
|
|
64151
|
+
],
|
|
64152
|
+
"exports": [
|
|
64153
|
+
{
|
|
64154
|
+
"kind": "js",
|
|
64155
|
+
"name": "forceType",
|
|
64156
|
+
"declaration": {
|
|
64157
|
+
"name": "forceType",
|
|
64158
|
+
"module": "core/decorators/force-type.js"
|
|
64159
|
+
}
|
|
64160
|
+
}
|
|
64161
|
+
]
|
|
64162
|
+
},
|
|
64163
|
+
{
|
|
64164
|
+
"kind": "javascript-module",
|
|
64165
|
+
"path": "core/decorators/get-override.js",
|
|
64166
|
+
"declarations": [
|
|
64167
|
+
{
|
|
64168
|
+
"kind": "function",
|
|
64169
|
+
"name": "getOverride",
|
|
64170
|
+
"parameters": [
|
|
64171
|
+
{
|
|
64172
|
+
"name": "callback",
|
|
64173
|
+
"type": {
|
|
64174
|
+
"text": "(instance: C, innerValue: V) => V"
|
|
64175
|
+
}
|
|
64176
|
+
}
|
|
64177
|
+
],
|
|
64178
|
+
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
64179
|
+
}
|
|
64180
|
+
],
|
|
64181
|
+
"exports": [
|
|
64182
|
+
{
|
|
64183
|
+
"kind": "js",
|
|
64184
|
+
"name": "getOverride",
|
|
64185
|
+
"declaration": {
|
|
64186
|
+
"name": "getOverride",
|
|
64187
|
+
"module": "core/decorators/get-override.js"
|
|
64188
|
+
}
|
|
64189
|
+
}
|
|
64190
|
+
]
|
|
64191
|
+
},
|
|
64192
|
+
{
|
|
64193
|
+
"kind": "javascript-module",
|
|
64194
|
+
"path": "core/decorators/handle-distinct-change.js",
|
|
64195
|
+
"declarations": [
|
|
64196
|
+
{
|
|
64197
|
+
"kind": "function",
|
|
64198
|
+
"name": "handleDistinctChange",
|
|
64199
|
+
"parameters": [
|
|
64200
|
+
{
|
|
64201
|
+
"name": "callback",
|
|
64202
|
+
"type": {
|
|
64203
|
+
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
64204
|
+
}
|
|
64205
|
+
}
|
|
64206
|
+
],
|
|
64207
|
+
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
64208
|
+
}
|
|
64209
|
+
],
|
|
64210
|
+
"exports": [
|
|
64211
|
+
{
|
|
64212
|
+
"kind": "js",
|
|
64213
|
+
"name": "handleDistinctChange",
|
|
64214
|
+
"declaration": {
|
|
64215
|
+
"name": "handleDistinctChange",
|
|
64216
|
+
"module": "core/decorators/handle-distinct-change.js"
|
|
64217
|
+
}
|
|
64218
|
+
}
|
|
64219
|
+
]
|
|
64220
|
+
},
|
|
64221
|
+
{
|
|
64222
|
+
"kind": "javascript-module",
|
|
64223
|
+
"path": "core/decorators/host-attributes.js",
|
|
64224
|
+
"declarations": [
|
|
64225
|
+
{
|
|
64226
|
+
"kind": "function",
|
|
64227
|
+
"name": "hostAttributes",
|
|
64228
|
+
"parameters": [
|
|
64229
|
+
{
|
|
64230
|
+
"name": "attributes",
|
|
64231
|
+
"type": {
|
|
64232
|
+
"text": "Record<string, string | null>"
|
|
64233
|
+
},
|
|
64234
|
+
"description": "A record of attributes to apply to the element."
|
|
64235
|
+
}
|
|
64236
|
+
],
|
|
64237
|
+
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
64238
|
+
"deprecated": "Will be removed with next major version."
|
|
64239
|
+
}
|
|
64240
|
+
],
|
|
64241
|
+
"exports": [
|
|
64242
|
+
{
|
|
64243
|
+
"kind": "js",
|
|
64244
|
+
"name": "hostAttributes",
|
|
64245
|
+
"declaration": {
|
|
64246
|
+
"name": "hostAttributes",
|
|
64247
|
+
"module": "core/decorators/host-attributes.js"
|
|
64248
|
+
}
|
|
64249
|
+
}
|
|
64250
|
+
]
|
|
64251
|
+
},
|
|
64252
|
+
{
|
|
64253
|
+
"kind": "javascript-module",
|
|
64254
|
+
"path": "core/decorators/id-reference.js",
|
|
64255
|
+
"declarations": [
|
|
64256
|
+
{
|
|
64257
|
+
"kind": "function",
|
|
64258
|
+
"name": "idReference",
|
|
64259
|
+
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
64260
|
+
}
|
|
64261
|
+
],
|
|
64262
|
+
"exports": [
|
|
64263
|
+
{
|
|
64264
|
+
"kind": "js",
|
|
64265
|
+
"name": "idReference",
|
|
64266
|
+
"declaration": {
|
|
64267
|
+
"name": "idReference",
|
|
64268
|
+
"module": "core/decorators/id-reference.js"
|
|
64269
|
+
}
|
|
64270
|
+
}
|
|
64271
|
+
]
|
|
64272
|
+
},
|
|
64273
|
+
{
|
|
64274
|
+
"kind": "javascript-module",
|
|
64275
|
+
"path": "core/decorators/omit-empty-converter.js",
|
|
64276
|
+
"declarations": [
|
|
64277
|
+
{
|
|
64278
|
+
"kind": "variable",
|
|
64279
|
+
"name": "omitEmptyConverter",
|
|
64280
|
+
"type": {
|
|
64281
|
+
"text": "ComplexAttributeConverter"
|
|
64282
|
+
},
|
|
64283
|
+
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
64284
|
+
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
64285
|
+
}
|
|
64286
|
+
],
|
|
64287
|
+
"exports": [
|
|
64288
|
+
{
|
|
64289
|
+
"kind": "js",
|
|
64290
|
+
"name": "omitEmptyConverter",
|
|
64291
|
+
"declaration": {
|
|
64292
|
+
"name": "omitEmptyConverter",
|
|
64293
|
+
"module": "core/decorators/omit-empty-converter.js"
|
|
64294
|
+
}
|
|
64295
|
+
}
|
|
64296
|
+
]
|
|
64297
|
+
},
|
|
64298
|
+
{
|
|
64299
|
+
"kind": "javascript-module",
|
|
64300
|
+
"path": "core/decorators/plain-date.js",
|
|
64301
|
+
"declarations": [
|
|
64302
|
+
{
|
|
64303
|
+
"kind": "variable",
|
|
64304
|
+
"name": "plainDateConverter",
|
|
64305
|
+
"type": {
|
|
64306
|
+
"text": "ComplexAttributeConverter"
|
|
64307
|
+
},
|
|
64308
|
+
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
64309
|
+
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
64310
|
+
},
|
|
64311
|
+
{
|
|
64312
|
+
"kind": "function",
|
|
64313
|
+
"name": "plainDate",
|
|
64314
|
+
"parameters": [
|
|
64315
|
+
{
|
|
64316
|
+
"name": "config",
|
|
64317
|
+
"optional": true,
|
|
64318
|
+
"type": {
|
|
64319
|
+
"text": "SbbPlainDateConfiguration"
|
|
64320
|
+
}
|
|
64321
|
+
}
|
|
64322
|
+
],
|
|
64323
|
+
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
64324
|
+
}
|
|
64325
|
+
],
|
|
64326
|
+
"exports": [
|
|
64327
|
+
{
|
|
64328
|
+
"kind": "js",
|
|
64329
|
+
"name": "plainDateConverter",
|
|
64330
|
+
"declaration": {
|
|
64331
|
+
"name": "plainDateConverter",
|
|
64332
|
+
"module": "core/decorators/plain-date.js"
|
|
64333
|
+
}
|
|
64334
|
+
},
|
|
64335
|
+
{
|
|
64336
|
+
"kind": "js",
|
|
64337
|
+
"name": "plainDate",
|
|
64338
|
+
"declaration": {
|
|
64339
|
+
"name": "plainDate",
|
|
64340
|
+
"module": "core/decorators/plain-date.js"
|
|
64341
|
+
}
|
|
64342
|
+
}
|
|
64343
|
+
]
|
|
64344
|
+
},
|
|
64345
64345
|
{
|
|
64346
64346
|
"kind": "javascript-module",
|
|
64347
64347
|
"path": "core/eventing/composed-path-has-attribute.js",
|
|
@@ -104267,6 +104267,176 @@
|
|
|
104267
104267
|
}
|
|
104268
104268
|
]
|
|
104269
104269
|
},
|
|
104270
|
+
{
|
|
104271
|
+
"kind": "javascript-module",
|
|
104272
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
104273
|
+
"declarations": [
|
|
104274
|
+
{
|
|
104275
|
+
"kind": "class",
|
|
104276
|
+
"description": "",
|
|
104277
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104278
|
+
"members": [
|
|
104279
|
+
{
|
|
104280
|
+
"kind": "field",
|
|
104281
|
+
"name": "size",
|
|
104282
|
+
"type": {
|
|
104283
|
+
"text": "SbbNavigationActionSize"
|
|
104284
|
+
},
|
|
104285
|
+
"privacy": "public"
|
|
104286
|
+
},
|
|
104287
|
+
{
|
|
104288
|
+
"kind": "field",
|
|
104289
|
+
"name": "marker",
|
|
104290
|
+
"type": {
|
|
104291
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104292
|
+
},
|
|
104293
|
+
"privacy": "public",
|
|
104294
|
+
"readonly": true
|
|
104295
|
+
},
|
|
104296
|
+
{
|
|
104297
|
+
"kind": "field",
|
|
104298
|
+
"name": "section",
|
|
104299
|
+
"type": {
|
|
104300
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104301
|
+
},
|
|
104302
|
+
"privacy": "public",
|
|
104303
|
+
"readonly": true
|
|
104304
|
+
},
|
|
104305
|
+
{
|
|
104306
|
+
"kind": "field",
|
|
104307
|
+
"name": "connectedSection",
|
|
104308
|
+
"type": {
|
|
104309
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
104310
|
+
},
|
|
104311
|
+
"privacy": "public"
|
|
104312
|
+
}
|
|
104313
|
+
]
|
|
104314
|
+
},
|
|
104315
|
+
{
|
|
104316
|
+
"kind": "mixin",
|
|
104317
|
+
"description": "",
|
|
104318
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104319
|
+
"members": [
|
|
104320
|
+
{
|
|
104321
|
+
"kind": "field",
|
|
104322
|
+
"name": "styles",
|
|
104323
|
+
"type": {
|
|
104324
|
+
"text": "CSSResultGroup"
|
|
104325
|
+
},
|
|
104326
|
+
"privacy": "public",
|
|
104327
|
+
"static": true,
|
|
104328
|
+
"default": "[boxSizingStyles, style]"
|
|
104329
|
+
},
|
|
104330
|
+
{
|
|
104331
|
+
"kind": "field",
|
|
104332
|
+
"name": "size",
|
|
104333
|
+
"type": {
|
|
104334
|
+
"text": "SbbNavigationActionSize"
|
|
104335
|
+
},
|
|
104336
|
+
"privacy": "public",
|
|
104337
|
+
"description": "Action size variant, either s, m or l.",
|
|
104338
|
+
"default": "'l' / 's' (lean)",
|
|
104339
|
+
"attribute": "size",
|
|
104340
|
+
"reflects": true
|
|
104341
|
+
},
|
|
104342
|
+
{
|
|
104343
|
+
"kind": "field",
|
|
104344
|
+
"name": "connectedSection",
|
|
104345
|
+
"type": {
|
|
104346
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
104347
|
+
},
|
|
104348
|
+
"privacy": "public",
|
|
104349
|
+
"description": "The section that is being controlled by the action, if any."
|
|
104350
|
+
},
|
|
104351
|
+
{
|
|
104352
|
+
"kind": "field",
|
|
104353
|
+
"name": "marker",
|
|
104354
|
+
"type": {
|
|
104355
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104356
|
+
},
|
|
104357
|
+
"privacy": "public",
|
|
104358
|
+
"description": "The navigation marker in which the action is nested.",
|
|
104359
|
+
"readonly": true
|
|
104360
|
+
},
|
|
104361
|
+
{
|
|
104362
|
+
"kind": "field",
|
|
104363
|
+
"name": "section",
|
|
104364
|
+
"type": {
|
|
104365
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104366
|
+
},
|
|
104367
|
+
"privacy": "public",
|
|
104368
|
+
"description": "The section in which the action is nested.",
|
|
104369
|
+
"readonly": true
|
|
104370
|
+
},
|
|
104371
|
+
{
|
|
104372
|
+
"kind": "field",
|
|
104373
|
+
"name": "_navigationMarker",
|
|
104374
|
+
"type": {
|
|
104375
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
104376
|
+
},
|
|
104377
|
+
"privacy": "private",
|
|
104378
|
+
"default": "null"
|
|
104379
|
+
},
|
|
104380
|
+
{
|
|
104381
|
+
"kind": "field",
|
|
104382
|
+
"name": "_navigationSection",
|
|
104383
|
+
"type": {
|
|
104384
|
+
"text": "SbbNavigationSectionElement | null"
|
|
104385
|
+
},
|
|
104386
|
+
"privacy": "private",
|
|
104387
|
+
"default": "null"
|
|
104388
|
+
},
|
|
104389
|
+
{
|
|
104390
|
+
"kind": "method",
|
|
104391
|
+
"name": "renderTemplate",
|
|
104392
|
+
"privacy": "protected",
|
|
104393
|
+
"return": {
|
|
104394
|
+
"type": {
|
|
104395
|
+
"text": "TemplateResult"
|
|
104396
|
+
}
|
|
104397
|
+
}
|
|
104398
|
+
}
|
|
104399
|
+
],
|
|
104400
|
+
"attributes": [
|
|
104401
|
+
{
|
|
104402
|
+
"name": "size",
|
|
104403
|
+
"type": {
|
|
104404
|
+
"text": "SbbNavigationActionSize"
|
|
104405
|
+
},
|
|
104406
|
+
"description": "Action size variant, either s, m or l.",
|
|
104407
|
+
"default": "'l' / 's' (lean)",
|
|
104408
|
+
"fieldName": "size"
|
|
104409
|
+
}
|
|
104410
|
+
],
|
|
104411
|
+
"parameters": [
|
|
104412
|
+
{
|
|
104413
|
+
"name": "superClass",
|
|
104414
|
+
"type": {
|
|
104415
|
+
"text": "T"
|
|
104416
|
+
}
|
|
104417
|
+
}
|
|
104418
|
+
]
|
|
104419
|
+
}
|
|
104420
|
+
],
|
|
104421
|
+
"exports": [
|
|
104422
|
+
{
|
|
104423
|
+
"kind": "js",
|
|
104424
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104425
|
+
"declaration": {
|
|
104426
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104427
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
104428
|
+
}
|
|
104429
|
+
},
|
|
104430
|
+
{
|
|
104431
|
+
"kind": "js",
|
|
104432
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104433
|
+
"declaration": {
|
|
104434
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
104435
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
104436
|
+
}
|
|
104437
|
+
}
|
|
104438
|
+
]
|
|
104439
|
+
},
|
|
104270
104440
|
{
|
|
104271
104441
|
"kind": "javascript-module",
|
|
104272
104442
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -104476,176 +104646,6 @@
|
|
|
104476
104646
|
}
|
|
104477
104647
|
]
|
|
104478
104648
|
},
|
|
104479
|
-
{
|
|
104480
|
-
"kind": "javascript-module",
|
|
104481
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
104482
|
-
"declarations": [
|
|
104483
|
-
{
|
|
104484
|
-
"kind": "class",
|
|
104485
|
-
"description": "",
|
|
104486
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104487
|
-
"members": [
|
|
104488
|
-
{
|
|
104489
|
-
"kind": "field",
|
|
104490
|
-
"name": "size",
|
|
104491
|
-
"type": {
|
|
104492
|
-
"text": "SbbNavigationActionSize"
|
|
104493
|
-
},
|
|
104494
|
-
"privacy": "public"
|
|
104495
|
-
},
|
|
104496
|
-
{
|
|
104497
|
-
"kind": "field",
|
|
104498
|
-
"name": "marker",
|
|
104499
|
-
"type": {
|
|
104500
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104501
|
-
},
|
|
104502
|
-
"privacy": "public",
|
|
104503
|
-
"readonly": true
|
|
104504
|
-
},
|
|
104505
|
-
{
|
|
104506
|
-
"kind": "field",
|
|
104507
|
-
"name": "section",
|
|
104508
|
-
"type": {
|
|
104509
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104510
|
-
},
|
|
104511
|
-
"privacy": "public",
|
|
104512
|
-
"readonly": true
|
|
104513
|
-
},
|
|
104514
|
-
{
|
|
104515
|
-
"kind": "field",
|
|
104516
|
-
"name": "connectedSection",
|
|
104517
|
-
"type": {
|
|
104518
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
104519
|
-
},
|
|
104520
|
-
"privacy": "public"
|
|
104521
|
-
}
|
|
104522
|
-
]
|
|
104523
|
-
},
|
|
104524
|
-
{
|
|
104525
|
-
"kind": "mixin",
|
|
104526
|
-
"description": "",
|
|
104527
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104528
|
-
"members": [
|
|
104529
|
-
{
|
|
104530
|
-
"kind": "field",
|
|
104531
|
-
"name": "styles",
|
|
104532
|
-
"type": {
|
|
104533
|
-
"text": "CSSResultGroup"
|
|
104534
|
-
},
|
|
104535
|
-
"privacy": "public",
|
|
104536
|
-
"static": true,
|
|
104537
|
-
"default": "[boxSizingStyles, style]"
|
|
104538
|
-
},
|
|
104539
|
-
{
|
|
104540
|
-
"kind": "field",
|
|
104541
|
-
"name": "size",
|
|
104542
|
-
"type": {
|
|
104543
|
-
"text": "SbbNavigationActionSize"
|
|
104544
|
-
},
|
|
104545
|
-
"privacy": "public",
|
|
104546
|
-
"description": "Action size variant, either s, m or l.",
|
|
104547
|
-
"default": "'l' / 's' (lean)",
|
|
104548
|
-
"attribute": "size",
|
|
104549
|
-
"reflects": true
|
|
104550
|
-
},
|
|
104551
|
-
{
|
|
104552
|
-
"kind": "field",
|
|
104553
|
-
"name": "connectedSection",
|
|
104554
|
-
"type": {
|
|
104555
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
104556
|
-
},
|
|
104557
|
-
"privacy": "public",
|
|
104558
|
-
"description": "The section that is being controlled by the action, if any."
|
|
104559
|
-
},
|
|
104560
|
-
{
|
|
104561
|
-
"kind": "field",
|
|
104562
|
-
"name": "marker",
|
|
104563
|
-
"type": {
|
|
104564
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104565
|
-
},
|
|
104566
|
-
"privacy": "public",
|
|
104567
|
-
"description": "The navigation marker in which the action is nested.",
|
|
104568
|
-
"readonly": true
|
|
104569
|
-
},
|
|
104570
|
-
{
|
|
104571
|
-
"kind": "field",
|
|
104572
|
-
"name": "section",
|
|
104573
|
-
"type": {
|
|
104574
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104575
|
-
},
|
|
104576
|
-
"privacy": "public",
|
|
104577
|
-
"description": "The section in which the action is nested.",
|
|
104578
|
-
"readonly": true
|
|
104579
|
-
},
|
|
104580
|
-
{
|
|
104581
|
-
"kind": "field",
|
|
104582
|
-
"name": "_navigationMarker",
|
|
104583
|
-
"type": {
|
|
104584
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
104585
|
-
},
|
|
104586
|
-
"privacy": "private",
|
|
104587
|
-
"default": "null"
|
|
104588
|
-
},
|
|
104589
|
-
{
|
|
104590
|
-
"kind": "field",
|
|
104591
|
-
"name": "_navigationSection",
|
|
104592
|
-
"type": {
|
|
104593
|
-
"text": "SbbNavigationSectionElement | null"
|
|
104594
|
-
},
|
|
104595
|
-
"privacy": "private",
|
|
104596
|
-
"default": "null"
|
|
104597
|
-
},
|
|
104598
|
-
{
|
|
104599
|
-
"kind": "method",
|
|
104600
|
-
"name": "renderTemplate",
|
|
104601
|
-
"privacy": "protected",
|
|
104602
|
-
"return": {
|
|
104603
|
-
"type": {
|
|
104604
|
-
"text": "TemplateResult"
|
|
104605
|
-
}
|
|
104606
|
-
}
|
|
104607
|
-
}
|
|
104608
|
-
],
|
|
104609
|
-
"attributes": [
|
|
104610
|
-
{
|
|
104611
|
-
"name": "size",
|
|
104612
|
-
"type": {
|
|
104613
|
-
"text": "SbbNavigationActionSize"
|
|
104614
|
-
},
|
|
104615
|
-
"description": "Action size variant, either s, m or l.",
|
|
104616
|
-
"default": "'l' / 's' (lean)",
|
|
104617
|
-
"fieldName": "size"
|
|
104618
|
-
}
|
|
104619
|
-
],
|
|
104620
|
-
"parameters": [
|
|
104621
|
-
{
|
|
104622
|
-
"name": "superClass",
|
|
104623
|
-
"type": {
|
|
104624
|
-
"text": "T"
|
|
104625
|
-
}
|
|
104626
|
-
}
|
|
104627
|
-
]
|
|
104628
|
-
}
|
|
104629
|
-
],
|
|
104630
|
-
"exports": [
|
|
104631
|
-
{
|
|
104632
|
-
"kind": "js",
|
|
104633
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104634
|
-
"declaration": {
|
|
104635
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
104636
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
104637
|
-
}
|
|
104638
|
-
},
|
|
104639
|
-
{
|
|
104640
|
-
"kind": "js",
|
|
104641
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104642
|
-
"declaration": {
|
|
104643
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
104644
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
104645
|
-
}
|
|
104646
|
-
}
|
|
104647
|
-
]
|
|
104648
|
-
},
|
|
104649
104649
|
{
|
|
104650
104650
|
"kind": "javascript-module",
|
|
104651
104651
|
"path": "navigation/navigation/navigation.component.js",
|
|
@@ -115327,120 +115327,332 @@
|
|
|
115327
115327
|
}
|
|
115328
115328
|
}
|
|
115329
115329
|
],
|
|
115330
|
-
"attributes": [
|
|
115331
|
-
{
|
|
115332
|
-
"name": "color",
|
|
115333
|
-
"type": {
|
|
115334
|
-
"text": "'white' | 'milk'"
|
|
115335
|
-
},
|
|
115336
|
-
"default": "'white'",
|
|
115337
|
-
"description": "Background color of the sidebar. Either `white` or `milk`.",
|
|
115338
|
-
"fieldName": "color"
|
|
115339
|
-
},
|
|
115340
|
-
{
|
|
115341
|
-
"name": "mode",
|
|
115342
|
-
"type": {
|
|
115343
|
-
"text": "'side' | 'over'"
|
|
115344
|
-
},
|
|
115345
|
-
"default": "'side'",
|
|
115346
|
-
"description": "Mode of the sidebar; one of 'side' or 'over'.",
|
|
115347
|
-
"fieldName": "mode"
|
|
115348
|
-
},
|
|
115349
|
-
{
|
|
115350
|
-
"name": "position",
|
|
115351
|
-
"type": {
|
|
115352
|
-
"text": "'start' | 'end'"
|
|
115353
|
-
},
|
|
115354
|
-
"default": "'start'",
|
|
115355
|
-
"description": "The side that the sidebar is attached to.",
|
|
115356
|
-
"fieldName": "position"
|
|
115357
|
-
},
|
|
115358
|
-
{
|
|
115359
|
-
"name": "opened",
|
|
115360
|
-
"type": {
|
|
115361
|
-
"text": "boolean"
|
|
115362
|
-
},
|
|
115363
|
-
"default": "false",
|
|
115364
|
-
"description": "Whether the sidebar is opened or closed.\nCan be used to initially set the opened state, where\nthe animation will be skipped.",
|
|
115365
|
-
"fieldName": "opened"
|
|
115366
|
-
},
|
|
115367
|
-
{
|
|
115368
|
-
"name": "focus-on-open",
|
|
115369
|
-
"type": {
|
|
115370
|
-
"text": "boolean"
|
|
115371
|
-
},
|
|
115372
|
-
"default": "false",
|
|
115373
|
-
"description": "Whether the sidebar should focus the first focusable element automatically when opened.\nDefaults to false in when mode is set to `side`, otherwise defaults to true.\nIf explicitly enabled, focus will be moved into the sidebar in `side` mode as well.",
|
|
115374
|
-
"fieldName": "focusOnOpen"
|
|
115375
|
-
}
|
|
115376
|
-
],
|
|
115377
|
-
"mixins": [
|
|
115378
|
-
{
|
|
115379
|
-
"name": "SbbAnimationCompleteMixin",
|
|
115380
|
-
"module": "core/mixins.js"
|
|
115381
|
-
}
|
|
115382
|
-
],
|
|
115330
|
+
"attributes": [
|
|
115331
|
+
{
|
|
115332
|
+
"name": "color",
|
|
115333
|
+
"type": {
|
|
115334
|
+
"text": "'white' | 'milk'"
|
|
115335
|
+
},
|
|
115336
|
+
"default": "'white'",
|
|
115337
|
+
"description": "Background color of the sidebar. Either `white` or `milk`.",
|
|
115338
|
+
"fieldName": "color"
|
|
115339
|
+
},
|
|
115340
|
+
{
|
|
115341
|
+
"name": "mode",
|
|
115342
|
+
"type": {
|
|
115343
|
+
"text": "'side' | 'over'"
|
|
115344
|
+
},
|
|
115345
|
+
"default": "'side'",
|
|
115346
|
+
"description": "Mode of the sidebar; one of 'side' or 'over'.",
|
|
115347
|
+
"fieldName": "mode"
|
|
115348
|
+
},
|
|
115349
|
+
{
|
|
115350
|
+
"name": "position",
|
|
115351
|
+
"type": {
|
|
115352
|
+
"text": "'start' | 'end'"
|
|
115353
|
+
},
|
|
115354
|
+
"default": "'start'",
|
|
115355
|
+
"description": "The side that the sidebar is attached to.",
|
|
115356
|
+
"fieldName": "position"
|
|
115357
|
+
},
|
|
115358
|
+
{
|
|
115359
|
+
"name": "opened",
|
|
115360
|
+
"type": {
|
|
115361
|
+
"text": "boolean"
|
|
115362
|
+
},
|
|
115363
|
+
"default": "false",
|
|
115364
|
+
"description": "Whether the sidebar is opened or closed.\nCan be used to initially set the opened state, where\nthe animation will be skipped.",
|
|
115365
|
+
"fieldName": "opened"
|
|
115366
|
+
},
|
|
115367
|
+
{
|
|
115368
|
+
"name": "focus-on-open",
|
|
115369
|
+
"type": {
|
|
115370
|
+
"text": "boolean"
|
|
115371
|
+
},
|
|
115372
|
+
"default": "false",
|
|
115373
|
+
"description": "Whether the sidebar should focus the first focusable element automatically when opened.\nDefaults to false in when mode is set to `side`, otherwise defaults to true.\nIf explicitly enabled, focus will be moved into the sidebar in `side` mode as well.",
|
|
115374
|
+
"fieldName": "focusOnOpen"
|
|
115375
|
+
}
|
|
115376
|
+
],
|
|
115377
|
+
"mixins": [
|
|
115378
|
+
{
|
|
115379
|
+
"name": "SbbAnimationCompleteMixin",
|
|
115380
|
+
"module": "core/mixins.js"
|
|
115381
|
+
}
|
|
115382
|
+
],
|
|
115383
|
+
"superclass": {
|
|
115384
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115385
|
+
"module": "core/base-elements.js"
|
|
115386
|
+
},
|
|
115387
|
+
"tagName": "sbb-sidebar",
|
|
115388
|
+
"customElement": true,
|
|
115389
|
+
"events": [
|
|
115390
|
+
{
|
|
115391
|
+
"name": "beforeopen",
|
|
115392
|
+
"type": {
|
|
115393
|
+
"text": "Event"
|
|
115394
|
+
},
|
|
115395
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
115396
|
+
"inheritedFrom": {
|
|
115397
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115398
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
115399
|
+
}
|
|
115400
|
+
},
|
|
115401
|
+
{
|
|
115402
|
+
"name": "open",
|
|
115403
|
+
"type": {
|
|
115404
|
+
"text": "Event"
|
|
115405
|
+
},
|
|
115406
|
+
"description": "Emits whenever the component is opened.",
|
|
115407
|
+
"inheritedFrom": {
|
|
115408
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115409
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
115410
|
+
}
|
|
115411
|
+
},
|
|
115412
|
+
{
|
|
115413
|
+
"name": "beforeclose",
|
|
115414
|
+
"type": {
|
|
115415
|
+
"text": "Event"
|
|
115416
|
+
},
|
|
115417
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
115418
|
+
"inheritedFrom": {
|
|
115419
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115420
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
115421
|
+
}
|
|
115422
|
+
},
|
|
115423
|
+
{
|
|
115424
|
+
"name": "close",
|
|
115425
|
+
"type": {
|
|
115426
|
+
"text": "Event"
|
|
115427
|
+
},
|
|
115428
|
+
"description": "Emits whenever the component is closed.",
|
|
115429
|
+
"inheritedFrom": {
|
|
115430
|
+
"name": "SbbOpenCloseBaseElement",
|
|
115431
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
115432
|
+
}
|
|
115433
|
+
}
|
|
115434
|
+
]
|
|
115435
|
+
}
|
|
115436
|
+
],
|
|
115437
|
+
"exports": [
|
|
115438
|
+
{
|
|
115439
|
+
"kind": "js",
|
|
115440
|
+
"name": "SbbSidebarElement",
|
|
115441
|
+
"declaration": {
|
|
115442
|
+
"name": "SbbSidebarElement",
|
|
115443
|
+
"module": "sidebar/sidebar/sidebar.component.js"
|
|
115444
|
+
}
|
|
115445
|
+
}
|
|
115446
|
+
]
|
|
115447
|
+
},
|
|
115448
|
+
{
|
|
115449
|
+
"kind": "javascript-module",
|
|
115450
|
+
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
115451
|
+
"declarations": [
|
|
115452
|
+
{
|
|
115453
|
+
"kind": "class",
|
|
115454
|
+
"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.",
|
|
115455
|
+
"name": "SbbSidebarContainerElement",
|
|
115456
|
+
"slots": [
|
|
115457
|
+
{
|
|
115458
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
115459
|
+
"name": ""
|
|
115460
|
+
}
|
|
115461
|
+
],
|
|
115462
|
+
"members": [
|
|
115463
|
+
{
|
|
115464
|
+
"kind": "field",
|
|
115465
|
+
"name": "elementName",
|
|
115466
|
+
"type": {
|
|
115467
|
+
"text": "string"
|
|
115468
|
+
},
|
|
115469
|
+
"privacy": "public",
|
|
115470
|
+
"static": true,
|
|
115471
|
+
"readonly": true,
|
|
115472
|
+
"default": "'sbb-sidebar-container'",
|
|
115473
|
+
"inheritedFrom": {
|
|
115474
|
+
"name": "SbbElement",
|
|
115475
|
+
"module": "core/base-elements/element.js"
|
|
115476
|
+
}
|
|
115477
|
+
},
|
|
115478
|
+
{
|
|
115479
|
+
"kind": "field",
|
|
115480
|
+
"name": "sidebars",
|
|
115481
|
+
"type": {
|
|
115482
|
+
"text": "SbbSidebarElement[]"
|
|
115483
|
+
},
|
|
115484
|
+
"privacy": "public",
|
|
115485
|
+
"description": "The sidebar children.",
|
|
115486
|
+
"readonly": true
|
|
115487
|
+
},
|
|
115488
|
+
{
|
|
115489
|
+
"kind": "field",
|
|
115490
|
+
"name": "start",
|
|
115491
|
+
"type": {
|
|
115492
|
+
"text": "SbbSidebarElement | null"
|
|
115493
|
+
},
|
|
115494
|
+
"privacy": "public",
|
|
115495
|
+
"description": "The sidebar child with the `start` position.",
|
|
115496
|
+
"readonly": true
|
|
115497
|
+
},
|
|
115498
|
+
{
|
|
115499
|
+
"kind": "field",
|
|
115500
|
+
"name": "end",
|
|
115501
|
+
"type": {
|
|
115502
|
+
"text": "SbbSidebarElement | null"
|
|
115503
|
+
},
|
|
115504
|
+
"privacy": "public",
|
|
115505
|
+
"description": "The sidebar child with the `end` position.",
|
|
115506
|
+
"readonly": true
|
|
115507
|
+
},
|
|
115508
|
+
{
|
|
115509
|
+
"kind": "field",
|
|
115510
|
+
"name": "_forcedClosedSidebars",
|
|
115511
|
+
"privacy": "private",
|
|
115512
|
+
"default": "new WeakSet<SbbSidebarElement>()"
|
|
115513
|
+
},
|
|
115514
|
+
{
|
|
115515
|
+
"kind": "method",
|
|
115516
|
+
"name": "_handleWidthChange",
|
|
115517
|
+
"privacy": "private",
|
|
115518
|
+
"return": {
|
|
115519
|
+
"type": {
|
|
115520
|
+
"text": "void"
|
|
115521
|
+
}
|
|
115522
|
+
}
|
|
115523
|
+
},
|
|
115524
|
+
{
|
|
115525
|
+
"kind": "method",
|
|
115526
|
+
"name": "_calculateSpaceState",
|
|
115527
|
+
"privacy": "private",
|
|
115528
|
+
"return": {
|
|
115529
|
+
"type": {
|
|
115530
|
+
"text": "Promise<void>"
|
|
115531
|
+
}
|
|
115532
|
+
},
|
|
115533
|
+
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
115534
|
+
},
|
|
115535
|
+
{
|
|
115536
|
+
"kind": "field",
|
|
115537
|
+
"name": "_hydrationRequired",
|
|
115538
|
+
"type": {
|
|
115539
|
+
"text": "boolean"
|
|
115540
|
+
},
|
|
115541
|
+
"privacy": "private",
|
|
115542
|
+
"default": "!!this.shadowRoot",
|
|
115543
|
+
"inheritedFrom": {
|
|
115544
|
+
"name": "SbbElement",
|
|
115545
|
+
"module": "core/base-elements/element.js"
|
|
115546
|
+
}
|
|
115547
|
+
},
|
|
115548
|
+
{
|
|
115549
|
+
"kind": "field",
|
|
115550
|
+
"name": "_hydrationComplete",
|
|
115551
|
+
"privacy": "private",
|
|
115552
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
115553
|
+
"inheritedFrom": {
|
|
115554
|
+
"name": "SbbElement",
|
|
115555
|
+
"module": "core/base-elements/element.js"
|
|
115556
|
+
}
|
|
115557
|
+
},
|
|
115558
|
+
{
|
|
115559
|
+
"kind": "field",
|
|
115560
|
+
"name": "_resolveHydration",
|
|
115561
|
+
"type": {
|
|
115562
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
115563
|
+
},
|
|
115564
|
+
"privacy": "private",
|
|
115565
|
+
"inheritedFrom": {
|
|
115566
|
+
"name": "SbbElement",
|
|
115567
|
+
"module": "core/base-elements/element.js"
|
|
115568
|
+
}
|
|
115569
|
+
},
|
|
115570
|
+
{
|
|
115571
|
+
"kind": "field",
|
|
115572
|
+
"name": "hydrationRequired",
|
|
115573
|
+
"type": {
|
|
115574
|
+
"text": "boolean"
|
|
115575
|
+
},
|
|
115576
|
+
"privacy": "protected",
|
|
115577
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
115578
|
+
"readonly": true,
|
|
115579
|
+
"inheritedFrom": {
|
|
115580
|
+
"name": "SbbElement",
|
|
115581
|
+
"module": "core/base-elements/element.js"
|
|
115582
|
+
},
|
|
115583
|
+
"default": "!!this.shadowRoot"
|
|
115584
|
+
},
|
|
115585
|
+
{
|
|
115586
|
+
"kind": "method",
|
|
115587
|
+
"name": "toggleState",
|
|
115588
|
+
"privacy": "protected",
|
|
115589
|
+
"return": {
|
|
115590
|
+
"type": {
|
|
115591
|
+
"text": "void"
|
|
115592
|
+
}
|
|
115593
|
+
},
|
|
115594
|
+
"parameters": [
|
|
115595
|
+
{
|
|
115596
|
+
"name": "value",
|
|
115597
|
+
"type": {
|
|
115598
|
+
"text": "string"
|
|
115599
|
+
}
|
|
115600
|
+
},
|
|
115601
|
+
{
|
|
115602
|
+
"name": "force",
|
|
115603
|
+
"optional": true,
|
|
115604
|
+
"type": {
|
|
115605
|
+
"text": "boolean"
|
|
115606
|
+
}
|
|
115607
|
+
}
|
|
115608
|
+
],
|
|
115609
|
+
"inheritedFrom": {
|
|
115610
|
+
"name": "SbbElement",
|
|
115611
|
+
"module": "core/base-elements/element.js"
|
|
115612
|
+
}
|
|
115613
|
+
},
|
|
115614
|
+
{
|
|
115615
|
+
"kind": "field",
|
|
115616
|
+
"name": "['_$sbbElement$']",
|
|
115617
|
+
"type": {
|
|
115618
|
+
"text": "boolean"
|
|
115619
|
+
},
|
|
115620
|
+
"privacy": "public",
|
|
115621
|
+
"static": true,
|
|
115622
|
+
"default": "true",
|
|
115623
|
+
"inheritedFrom": {
|
|
115624
|
+
"name": "SbbElement",
|
|
115625
|
+
"module": "core/base-elements/element.js"
|
|
115626
|
+
}
|
|
115627
|
+
},
|
|
115628
|
+
{
|
|
115629
|
+
"kind": "field",
|
|
115630
|
+
"name": "_controllers",
|
|
115631
|
+
"type": {
|
|
115632
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
115633
|
+
},
|
|
115634
|
+
"privacy": "private",
|
|
115635
|
+
"inheritedFrom": {
|
|
115636
|
+
"name": "SbbElement",
|
|
115637
|
+
"module": "core/base-elements/element.js"
|
|
115638
|
+
}
|
|
115639
|
+
}
|
|
115640
|
+
],
|
|
115383
115641
|
"superclass": {
|
|
115384
|
-
"name": "
|
|
115642
|
+
"name": "SbbElement",
|
|
115385
115643
|
"module": "core/base-elements.js"
|
|
115386
115644
|
},
|
|
115387
|
-
"tagName": "sbb-sidebar",
|
|
115388
|
-
"customElement": true
|
|
115389
|
-
"events": [
|
|
115390
|
-
{
|
|
115391
|
-
"name": "beforeopen",
|
|
115392
|
-
"type": {
|
|
115393
|
-
"text": "Event"
|
|
115394
|
-
},
|
|
115395
|
-
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
115396
|
-
"inheritedFrom": {
|
|
115397
|
-
"name": "SbbOpenCloseBaseElement",
|
|
115398
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
115399
|
-
}
|
|
115400
|
-
},
|
|
115401
|
-
{
|
|
115402
|
-
"name": "open",
|
|
115403
|
-
"type": {
|
|
115404
|
-
"text": "Event"
|
|
115405
|
-
},
|
|
115406
|
-
"description": "Emits whenever the component is opened.",
|
|
115407
|
-
"inheritedFrom": {
|
|
115408
|
-
"name": "SbbOpenCloseBaseElement",
|
|
115409
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
115410
|
-
}
|
|
115411
|
-
},
|
|
115412
|
-
{
|
|
115413
|
-
"name": "beforeclose",
|
|
115414
|
-
"type": {
|
|
115415
|
-
"text": "Event"
|
|
115416
|
-
},
|
|
115417
|
-
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
115418
|
-
"inheritedFrom": {
|
|
115419
|
-
"name": "SbbOpenCloseBaseElement",
|
|
115420
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
115421
|
-
}
|
|
115422
|
-
},
|
|
115423
|
-
{
|
|
115424
|
-
"name": "close",
|
|
115425
|
-
"type": {
|
|
115426
|
-
"text": "Event"
|
|
115427
|
-
},
|
|
115428
|
-
"description": "Emits whenever the component is closed.",
|
|
115429
|
-
"inheritedFrom": {
|
|
115430
|
-
"name": "SbbOpenCloseBaseElement",
|
|
115431
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
115432
|
-
}
|
|
115433
|
-
}
|
|
115434
|
-
]
|
|
115645
|
+
"tagName": "sbb-sidebar-container",
|
|
115646
|
+
"customElement": true
|
|
115435
115647
|
}
|
|
115436
115648
|
],
|
|
115437
115649
|
"exports": [
|
|
115438
115650
|
{
|
|
115439
115651
|
"kind": "js",
|
|
115440
|
-
"name": "
|
|
115652
|
+
"name": "SbbSidebarContainerElement",
|
|
115441
115653
|
"declaration": {
|
|
115442
|
-
"name": "
|
|
115443
|
-
"module": "sidebar/sidebar/sidebar.component.js"
|
|
115654
|
+
"name": "SbbSidebarContainerElement",
|
|
115655
|
+
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
115444
115656
|
}
|
|
115445
115657
|
}
|
|
115446
115658
|
]
|
|
@@ -116465,218 +116677,6 @@
|
|
|
116465
116677
|
}
|
|
116466
116678
|
]
|
|
116467
116679
|
},
|
|
116468
|
-
{
|
|
116469
|
-
"kind": "javascript-module",
|
|
116470
|
-
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
116471
|
-
"declarations": [
|
|
116472
|
-
{
|
|
116473
|
-
"kind": "class",
|
|
116474
|
-
"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.",
|
|
116475
|
-
"name": "SbbSidebarContainerElement",
|
|
116476
|
-
"slots": [
|
|
116477
|
-
{
|
|
116478
|
-
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
116479
|
-
"name": ""
|
|
116480
|
-
}
|
|
116481
|
-
],
|
|
116482
|
-
"members": [
|
|
116483
|
-
{
|
|
116484
|
-
"kind": "field",
|
|
116485
|
-
"name": "elementName",
|
|
116486
|
-
"type": {
|
|
116487
|
-
"text": "string"
|
|
116488
|
-
},
|
|
116489
|
-
"privacy": "public",
|
|
116490
|
-
"static": true,
|
|
116491
|
-
"readonly": true,
|
|
116492
|
-
"default": "'sbb-sidebar-container'",
|
|
116493
|
-
"inheritedFrom": {
|
|
116494
|
-
"name": "SbbElement",
|
|
116495
|
-
"module": "core/base-elements/element.js"
|
|
116496
|
-
}
|
|
116497
|
-
},
|
|
116498
|
-
{
|
|
116499
|
-
"kind": "field",
|
|
116500
|
-
"name": "sidebars",
|
|
116501
|
-
"type": {
|
|
116502
|
-
"text": "SbbSidebarElement[]"
|
|
116503
|
-
},
|
|
116504
|
-
"privacy": "public",
|
|
116505
|
-
"description": "The sidebar children.",
|
|
116506
|
-
"readonly": true
|
|
116507
|
-
},
|
|
116508
|
-
{
|
|
116509
|
-
"kind": "field",
|
|
116510
|
-
"name": "start",
|
|
116511
|
-
"type": {
|
|
116512
|
-
"text": "SbbSidebarElement | null"
|
|
116513
|
-
},
|
|
116514
|
-
"privacy": "public",
|
|
116515
|
-
"description": "The sidebar child with the `start` position.",
|
|
116516
|
-
"readonly": true
|
|
116517
|
-
},
|
|
116518
|
-
{
|
|
116519
|
-
"kind": "field",
|
|
116520
|
-
"name": "end",
|
|
116521
|
-
"type": {
|
|
116522
|
-
"text": "SbbSidebarElement | null"
|
|
116523
|
-
},
|
|
116524
|
-
"privacy": "public",
|
|
116525
|
-
"description": "The sidebar child with the `end` position.",
|
|
116526
|
-
"readonly": true
|
|
116527
|
-
},
|
|
116528
|
-
{
|
|
116529
|
-
"kind": "field",
|
|
116530
|
-
"name": "_forcedClosedSidebars",
|
|
116531
|
-
"privacy": "private",
|
|
116532
|
-
"default": "new WeakSet<SbbSidebarElement>()"
|
|
116533
|
-
},
|
|
116534
|
-
{
|
|
116535
|
-
"kind": "method",
|
|
116536
|
-
"name": "_handleWidthChange",
|
|
116537
|
-
"privacy": "private",
|
|
116538
|
-
"return": {
|
|
116539
|
-
"type": {
|
|
116540
|
-
"text": "void"
|
|
116541
|
-
}
|
|
116542
|
-
}
|
|
116543
|
-
},
|
|
116544
|
-
{
|
|
116545
|
-
"kind": "method",
|
|
116546
|
-
"name": "_calculateSpaceState",
|
|
116547
|
-
"privacy": "private",
|
|
116548
|
-
"return": {
|
|
116549
|
-
"type": {
|
|
116550
|
-
"text": "Promise<void>"
|
|
116551
|
-
}
|
|
116552
|
-
},
|
|
116553
|
-
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
116554
|
-
},
|
|
116555
|
-
{
|
|
116556
|
-
"kind": "field",
|
|
116557
|
-
"name": "_hydrationRequired",
|
|
116558
|
-
"type": {
|
|
116559
|
-
"text": "boolean"
|
|
116560
|
-
},
|
|
116561
|
-
"privacy": "private",
|
|
116562
|
-
"default": "!!this.shadowRoot",
|
|
116563
|
-
"inheritedFrom": {
|
|
116564
|
-
"name": "SbbElement",
|
|
116565
|
-
"module": "core/base-elements/element.js"
|
|
116566
|
-
}
|
|
116567
|
-
},
|
|
116568
|
-
{
|
|
116569
|
-
"kind": "field",
|
|
116570
|
-
"name": "_hydrationComplete",
|
|
116571
|
-
"privacy": "private",
|
|
116572
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
116573
|
-
"inheritedFrom": {
|
|
116574
|
-
"name": "SbbElement",
|
|
116575
|
-
"module": "core/base-elements/element.js"
|
|
116576
|
-
}
|
|
116577
|
-
},
|
|
116578
|
-
{
|
|
116579
|
-
"kind": "field",
|
|
116580
|
-
"name": "_resolveHydration",
|
|
116581
|
-
"type": {
|
|
116582
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
116583
|
-
},
|
|
116584
|
-
"privacy": "private",
|
|
116585
|
-
"inheritedFrom": {
|
|
116586
|
-
"name": "SbbElement",
|
|
116587
|
-
"module": "core/base-elements/element.js"
|
|
116588
|
-
}
|
|
116589
|
-
},
|
|
116590
|
-
{
|
|
116591
|
-
"kind": "field",
|
|
116592
|
-
"name": "hydrationRequired",
|
|
116593
|
-
"type": {
|
|
116594
|
-
"text": "boolean"
|
|
116595
|
-
},
|
|
116596
|
-
"privacy": "protected",
|
|
116597
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
116598
|
-
"readonly": true,
|
|
116599
|
-
"inheritedFrom": {
|
|
116600
|
-
"name": "SbbElement",
|
|
116601
|
-
"module": "core/base-elements/element.js"
|
|
116602
|
-
},
|
|
116603
|
-
"default": "!!this.shadowRoot"
|
|
116604
|
-
},
|
|
116605
|
-
{
|
|
116606
|
-
"kind": "method",
|
|
116607
|
-
"name": "toggleState",
|
|
116608
|
-
"privacy": "protected",
|
|
116609
|
-
"return": {
|
|
116610
|
-
"type": {
|
|
116611
|
-
"text": "void"
|
|
116612
|
-
}
|
|
116613
|
-
},
|
|
116614
|
-
"parameters": [
|
|
116615
|
-
{
|
|
116616
|
-
"name": "value",
|
|
116617
|
-
"type": {
|
|
116618
|
-
"text": "string"
|
|
116619
|
-
}
|
|
116620
|
-
},
|
|
116621
|
-
{
|
|
116622
|
-
"name": "force",
|
|
116623
|
-
"optional": true,
|
|
116624
|
-
"type": {
|
|
116625
|
-
"text": "boolean"
|
|
116626
|
-
}
|
|
116627
|
-
}
|
|
116628
|
-
],
|
|
116629
|
-
"inheritedFrom": {
|
|
116630
|
-
"name": "SbbElement",
|
|
116631
|
-
"module": "core/base-elements/element.js"
|
|
116632
|
-
}
|
|
116633
|
-
},
|
|
116634
|
-
{
|
|
116635
|
-
"kind": "field",
|
|
116636
|
-
"name": "['_$sbbElement$']",
|
|
116637
|
-
"type": {
|
|
116638
|
-
"text": "boolean"
|
|
116639
|
-
},
|
|
116640
|
-
"privacy": "public",
|
|
116641
|
-
"static": true,
|
|
116642
|
-
"default": "true",
|
|
116643
|
-
"inheritedFrom": {
|
|
116644
|
-
"name": "SbbElement",
|
|
116645
|
-
"module": "core/base-elements/element.js"
|
|
116646
|
-
}
|
|
116647
|
-
},
|
|
116648
|
-
{
|
|
116649
|
-
"kind": "field",
|
|
116650
|
-
"name": "_controllers",
|
|
116651
|
-
"type": {
|
|
116652
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
116653
|
-
},
|
|
116654
|
-
"privacy": "private",
|
|
116655
|
-
"inheritedFrom": {
|
|
116656
|
-
"name": "SbbElement",
|
|
116657
|
-
"module": "core/base-elements/element.js"
|
|
116658
|
-
}
|
|
116659
|
-
}
|
|
116660
|
-
],
|
|
116661
|
-
"superclass": {
|
|
116662
|
-
"name": "SbbElement",
|
|
116663
|
-
"module": "core/base-elements.js"
|
|
116664
|
-
},
|
|
116665
|
-
"tagName": "sbb-sidebar-container",
|
|
116666
|
-
"customElement": true
|
|
116667
|
-
}
|
|
116668
|
-
],
|
|
116669
|
-
"exports": [
|
|
116670
|
-
{
|
|
116671
|
-
"kind": "js",
|
|
116672
|
-
"name": "SbbSidebarContainerElement",
|
|
116673
|
-
"declaration": {
|
|
116674
|
-
"name": "SbbSidebarContainerElement",
|
|
116675
|
-
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
116676
|
-
}
|
|
116677
|
-
}
|
|
116678
|
-
]
|
|
116679
|
-
},
|
|
116680
116680
|
{
|
|
116681
116681
|
"kind": "javascript-module",
|
|
116682
116682
|
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|