@sbb-esta/lyne-elements 1.4.0 → 1.6.0
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/alert/alert/alert.d.ts +22 -16
- package/alert/alert/alert.d.ts.map +1 -1
- package/alert/alert-group/alert-group.d.ts +1 -1
- package/alert/alert-group/alert-group.d.ts.map +1 -1
- package/alert/alert-group.js +31 -26
- package/alert/alert.js +45 -37
- package/checkbox/checkbox/checkbox.d.ts +5 -0
- package/checkbox/checkbox/checkbox.d.ts.map +1 -1
- package/checkbox/checkbox-panel/checkbox-panel.d.ts +5 -0
- package/checkbox/checkbox-panel/checkbox-panel.d.ts.map +1 -1
- package/checkbox/checkbox-panel.js +28 -18
- package/checkbox/checkbox.js +26 -15
- package/checkbox/common/checkbox-common.d.ts +1 -3
- package/checkbox/common/checkbox-common.d.ts.map +1 -1
- package/checkbox/common.js +15 -24
- package/clock/clock.d.ts.map +1 -1
- package/clock.js +14 -14
- package/core/i18n/i18n.d.ts +2 -0
- package/core/i18n/i18n.d.ts.map +1 -1
- package/core/i18n.js +61 -49
- package/core/mixins/panel-mixin.d.ts +1 -0
- package/core/mixins/panel-mixin.d.ts.map +1 -1
- package/core/testing/wait-for-event.d.ts +2 -0
- package/core/testing/wait-for-event.d.ts.map +1 -0
- package/core/testing.d.ts +1 -0
- package/core/testing.d.ts.map +1 -1
- package/core/testing.js +49 -36
- package/custom-elements.json +701 -193
- package/development/alert/alert/alert.d.ts +22 -16
- package/development/alert/alert/alert.d.ts.map +1 -1
- package/development/alert/alert-group/alert-group.d.ts +1 -1
- package/development/alert/alert-group/alert-group.d.ts.map +1 -1
- package/development/alert/alert-group.js +16 -11
- package/development/alert/alert.js +65 -24
- package/development/checkbox/checkbox/checkbox.d.ts +5 -0
- package/development/checkbox/checkbox/checkbox.d.ts.map +1 -1
- package/development/checkbox/checkbox-panel/checkbox-panel.d.ts +5 -0
- package/development/checkbox/checkbox-panel/checkbox-panel.d.ts.map +1 -1
- package/development/checkbox/checkbox-panel.js +13 -2
- package/development/checkbox/checkbox.js +13 -1
- package/development/checkbox/common/checkbox-common.d.ts +1 -3
- package/development/checkbox/common/checkbox-common.d.ts.map +1 -1
- package/development/checkbox/common.js +13 -17
- package/development/clock/clock.d.ts.map +1 -1
- package/development/clock.js +3 -2
- package/development/core/i18n/i18n.d.ts +2 -0
- package/development/core/i18n/i18n.d.ts.map +1 -1
- package/development/core/i18n.js +15 -1
- package/development/core/mixins/panel-mixin.d.ts +1 -0
- package/development/core/mixins/panel-mixin.d.ts.map +1 -1
- package/development/core/mixins.js +1 -1
- package/development/core/testing/wait-for-event.d.ts +2 -0
- package/development/core/testing/wait-for-event.d.ts.map +1 -0
- package/development/core/testing.d.ts +1 -0
- package/development/core/testing.d.ts.map +1 -1
- package/development/core/testing.js +17 -1
- package/development/flip-card/flip-card/flip-card.d.ts +32 -0
- package/development/flip-card/flip-card/flip-card.d.ts.map +1 -0
- package/development/flip-card/flip-card/index.d.ts +2 -0
- package/development/flip-card/flip-card/index.d.ts.map +1 -0
- package/development/flip-card/flip-card-details/flip-card-details.d.ts +22 -0
- package/development/flip-card/flip-card-details/flip-card-details.d.ts.map +1 -0
- package/development/flip-card/flip-card-details/index.d.ts +2 -0
- package/development/flip-card/flip-card-details/index.d.ts.map +1 -0
- package/development/flip-card/flip-card-details.d.ts +2 -0
- package/development/flip-card/flip-card-details.d.ts.map +1 -0
- package/development/flip-card/flip-card-details.js +105 -0
- package/development/flip-card/flip-card-summary/flip-card-summary.d.ts +22 -0
- package/development/flip-card/flip-card-summary/flip-card-summary.d.ts.map +1 -0
- package/development/flip-card/flip-card-summary/index.d.ts +2 -0
- package/development/flip-card/flip-card-summary/index.d.ts.map +1 -0
- package/development/flip-card/flip-card-summary.d.ts +2 -0
- package/development/flip-card/flip-card-summary.d.ts.map +1 -0
- package/development/flip-card/flip-card-summary.js +151 -0
- package/development/flip-card/flip-card.d.ts +2 -0
- package/development/flip-card/flip-card.d.ts.map +1 -0
- package/development/flip-card/flip-card.js +187 -0
- package/development/flip-card.d.ts +4 -0
- package/development/flip-card.d.ts.map +1 -0
- package/development/flip-card.js +4 -0
- package/development/icon/icon.d.ts +9 -1
- package/development/icon/icon.d.ts.map +1 -1
- package/development/icon.js +16 -2
- package/development/menu/menu/menu.d.ts.map +1 -1
- package/development/menu/menu.js +2 -1
- package/development/navigation/navigation/navigation.d.ts.map +1 -1
- package/development/navigation/navigation.js +2 -1
- package/development/notification/notification.d.ts +4 -4
- package/development/notification.js +1 -1
- package/development/overlay/overlay-base-element.d.ts.map +1 -1
- package/development/overlay.js +35 -17
- package/development/radio-button/radio-button-panel/radio-button-panel.d.ts +3 -3
- package/development/radio-button/radio-button-panel/radio-button-panel.d.ts.map +1 -1
- package/development/radio-button/radio-button-panel.js +1 -1
- package/development/status/status.d.ts +1 -1
- package/development/status/status.d.ts.map +1 -1
- package/development/status.js +39 -2
- package/development/toggle/toggle.js +1 -1
- package/development/visual-checkbox/visual-checkbox.d.ts +3 -0
- package/development/visual-checkbox/visual-checkbox.d.ts.map +1 -1
- package/development/visual-checkbox.js +11 -3
- package/flip-card/flip-card/flip-card.d.ts +32 -0
- package/flip-card/flip-card/flip-card.d.ts.map +1 -0
- package/flip-card/flip-card/index.d.ts +2 -0
- package/flip-card/flip-card/index.d.ts.map +1 -0
- package/flip-card/flip-card-details/flip-card-details.d.ts +22 -0
- package/flip-card/flip-card-details/flip-card-details.d.ts.map +1 -0
- package/flip-card/flip-card-details/index.d.ts +2 -0
- package/flip-card/flip-card-details/index.d.ts.map +1 -0
- package/flip-card/flip-card-details.d.ts +2 -0
- package/flip-card/flip-card-details.d.ts.map +1 -0
- package/flip-card/flip-card-details.js +52 -0
- package/flip-card/flip-card-summary/flip-card-summary.d.ts +22 -0
- package/flip-card/flip-card-summary/flip-card-summary.d.ts.map +1 -0
- package/flip-card/flip-card-summary/index.d.ts +2 -0
- package/flip-card/flip-card-summary/index.d.ts.map +1 -0
- package/flip-card/flip-card-summary.d.ts +2 -0
- package/flip-card/flip-card-summary.d.ts.map +1 -0
- package/flip-card/flip-card-summary.js +41 -0
- package/flip-card/flip-card.d.ts +2 -0
- package/flip-card/flip-card.d.ts.map +1 -0
- package/flip-card/flip-card.js +58 -0
- package/flip-card.d.ts +4 -0
- package/flip-card.d.ts.map +1 -0
- package/flip-card.js +3 -0
- package/icon/icon.d.ts +9 -1
- package/icon/icon.d.ts.map +1 -1
- package/icon.js +71 -62
- package/index.d.ts +6 -0
- package/index.js +6 -0
- package/menu/menu/menu.d.ts.map +1 -1
- package/menu/menu.js +3 -3
- package/navigation/navigation/navigation.d.ts.map +1 -1
- package/navigation/navigation.js +4 -4
- package/notification/notification.d.ts +4 -4
- package/overlay/overlay-base-element.d.ts.map +1 -1
- package/overlay.js +33 -33
- package/package.json +21 -1
- package/radio-button/radio-button-panel/radio-button-panel.d.ts +3 -3
- package/radio-button/radio-button-panel/radio-button-panel.d.ts.map +1 -1
- package/status/status.d.ts +1 -1
- package/status/status.d.ts.map +1 -1
- package/status.js +17 -13
- package/toggle/toggle.js +1 -1
- package/visual-checkbox/visual-checkbox.d.ts +3 -0
- package/visual-checkbox/visual-checkbox.d.ts.map +1 -1
- package/visual-checkbox.js +23 -20
package/custom-elements.json
CHANGED
|
@@ -5237,6 +5237,37 @@
|
|
|
5237
5237
|
}
|
|
5238
5238
|
]
|
|
5239
5239
|
},
|
|
5240
|
+
{
|
|
5241
|
+
"kind": "javascript-module",
|
|
5242
|
+
"path": "flip-card.js",
|
|
5243
|
+
"declarations": [],
|
|
5244
|
+
"exports": [
|
|
5245
|
+
{
|
|
5246
|
+
"kind": "js",
|
|
5247
|
+
"name": "*",
|
|
5248
|
+
"declaration": {
|
|
5249
|
+
"name": "*",
|
|
5250
|
+
"package": "./flip-card/flip-card.js"
|
|
5251
|
+
}
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"kind": "js",
|
|
5255
|
+
"name": "*",
|
|
5256
|
+
"declaration": {
|
|
5257
|
+
"name": "*",
|
|
5258
|
+
"package": "./flip-card/flip-card-summary.js"
|
|
5259
|
+
}
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"kind": "js",
|
|
5263
|
+
"name": "*",
|
|
5264
|
+
"declaration": {
|
|
5265
|
+
"name": "*",
|
|
5266
|
+
"package": "./flip-card/flip-card-details.js"
|
|
5267
|
+
}
|
|
5268
|
+
}
|
|
5269
|
+
]
|
|
5270
|
+
},
|
|
5240
5271
|
{
|
|
5241
5272
|
"kind": "javascript-module",
|
|
5242
5273
|
"path": "footer.js",
|
|
@@ -5865,6 +5896,16 @@
|
|
|
5865
5896
|
"privacy": "private",
|
|
5866
5897
|
"default": "''"
|
|
5867
5898
|
},
|
|
5899
|
+
{
|
|
5900
|
+
"kind": "field",
|
|
5901
|
+
"name": "_sbbAngularCompatibility",
|
|
5902
|
+
"type": {
|
|
5903
|
+
"text": "boolean"
|
|
5904
|
+
},
|
|
5905
|
+
"privacy": "private",
|
|
5906
|
+
"default": "false",
|
|
5907
|
+
"description": "The sbb-angular library has a sbb-icon component as well. In order to provide\ncompatibility with it (as some icons are used internally inside the other sbb-angular\ncomponents) we need to check whether the attribute svgicon is used."
|
|
5908
|
+
},
|
|
5868
5909
|
{
|
|
5869
5910
|
"kind": "method",
|
|
5870
5911
|
"name": "fetchSvgIcon",
|
|
@@ -8110,28 +8151,28 @@
|
|
|
8110
8151
|
"type": {
|
|
8111
8152
|
"text": "CustomEvent<void>"
|
|
8112
8153
|
},
|
|
8113
|
-
"description": "Emits
|
|
8154
|
+
"description": "Emits when the opening animation starts.",
|
|
8114
8155
|
"name": "willOpen"
|
|
8115
8156
|
},
|
|
8116
8157
|
{
|
|
8117
8158
|
"type": {
|
|
8118
8159
|
"text": "CustomEvent<void>"
|
|
8119
8160
|
},
|
|
8120
|
-
"description": "Emits
|
|
8161
|
+
"description": "Emits when the opening animation ends.",
|
|
8121
8162
|
"name": "didOpen"
|
|
8122
8163
|
},
|
|
8123
8164
|
{
|
|
8124
8165
|
"type": {
|
|
8125
8166
|
"text": "CustomEvent<void>"
|
|
8126
8167
|
},
|
|
8127
|
-
"description": "Emits
|
|
8168
|
+
"description": "Emits when the closing animation starts.",
|
|
8128
8169
|
"name": "willClose"
|
|
8129
8170
|
},
|
|
8130
8171
|
{
|
|
8131
8172
|
"type": {
|
|
8132
8173
|
"text": "CustomEvent<void>"
|
|
8133
8174
|
},
|
|
8134
|
-
"description": "Emits
|
|
8175
|
+
"description": "Emits when the closing animation ends.",
|
|
8135
8176
|
"name": "didClose"
|
|
8136
8177
|
}
|
|
8137
8178
|
],
|
|
@@ -11690,7 +11731,7 @@
|
|
|
11690
11731
|
},
|
|
11691
11732
|
"privacy": "private",
|
|
11692
11733
|
"readonly": true,
|
|
11693
|
-
"default": "new Map([ ['info', 'circle-information-small'], ['success', 'circle-tick-small'], ['warning', 'circle-exclamation-point-small'], ['error', 'circle-cross-small'], ])"
|
|
11734
|
+
"default": "new Map([ ['info', 'circle-information-small'], ['success', 'circle-tick-small'], ['warning', 'circle-exclamation-point-small'], ['error', 'circle-cross-small'], ['pending', 'circle-three-dots-small'], ['incomplete', 'circle-dotted-part-x-small'], ['not-started', 'circle-dotted-small'], ['in-progress', 'circle-dotted-part-small'], ])"
|
|
11694
11735
|
},
|
|
11695
11736
|
{
|
|
11696
11737
|
"kind": "field",
|
|
@@ -14440,6 +14481,18 @@
|
|
|
14440
14481
|
"attribute": "indeterminate",
|
|
14441
14482
|
"reflects": true
|
|
14442
14483
|
},
|
|
14484
|
+
{
|
|
14485
|
+
"kind": "field",
|
|
14486
|
+
"name": "size",
|
|
14487
|
+
"type": {
|
|
14488
|
+
"text": "SbbCheckboxSize"
|
|
14489
|
+
},
|
|
14490
|
+
"privacy": "public",
|
|
14491
|
+
"default": "'m'",
|
|
14492
|
+
"description": "Size of the checkbox.",
|
|
14493
|
+
"attribute": "size",
|
|
14494
|
+
"reflects": true
|
|
14495
|
+
},
|
|
14443
14496
|
{
|
|
14444
14497
|
"kind": "field",
|
|
14445
14498
|
"name": "disabled",
|
|
@@ -14520,6 +14573,15 @@
|
|
|
14520
14573
|
"description": "Indeterminate state.",
|
|
14521
14574
|
"fieldName": "indeterminate"
|
|
14522
14575
|
},
|
|
14576
|
+
{
|
|
14577
|
+
"name": "size",
|
|
14578
|
+
"type": {
|
|
14579
|
+
"text": "SbbCheckboxSize"
|
|
14580
|
+
},
|
|
14581
|
+
"default": "'m'",
|
|
14582
|
+
"description": "Size of the checkbox.",
|
|
14583
|
+
"fieldName": "size"
|
|
14584
|
+
},
|
|
14523
14585
|
{
|
|
14524
14586
|
"name": "disabled",
|
|
14525
14587
|
"description": "Whether the component is disabled.",
|
|
@@ -14683,7 +14745,7 @@
|
|
|
14683
14745
|
},
|
|
14684
14746
|
{
|
|
14685
14747
|
"kind": "method",
|
|
14686
|
-
"name": "
|
|
14748
|
+
"name": "_alertClosed",
|
|
14687
14749
|
"privacy": "private",
|
|
14688
14750
|
"return": {
|
|
14689
14751
|
"type": {
|
|
@@ -14874,9 +14936,13 @@
|
|
|
14874
14936
|
"privacy": "public",
|
|
14875
14937
|
"static": true,
|
|
14876
14938
|
"readonly": true,
|
|
14877
|
-
"default": "{ willOpen: 'willOpen', didOpen: 'didOpen', dismissalRequested: 'dismissalRequested', }",
|
|
14939
|
+
"default": "{ willOpen: 'willOpen', didOpen: 'didOpen', willClose: 'willClose', didClose: 'didClose', dismissalRequested: 'dismissalRequested', }",
|
|
14878
14940
|
"type": {
|
|
14879
|
-
"text": "{\n willOpen: 'willOpen',\n didOpen: 'didOpen',\n
|
|
14941
|
+
"text": "{\n willOpen: 'willOpen',\n didOpen: 'didOpen',\n willClose: 'willClose',\n didClose: 'didClose',\n }"
|
|
14942
|
+
},
|
|
14943
|
+
"inheritedFrom": {
|
|
14944
|
+
"name": "SbbOpenCloseBaseElement",
|
|
14945
|
+
"module": "core/base-elements.js"
|
|
14880
14946
|
}
|
|
14881
14947
|
},
|
|
14882
14948
|
{
|
|
@@ -14994,43 +15060,14 @@
|
|
|
14994
15060
|
"kind": "field",
|
|
14995
15061
|
"name": "animation",
|
|
14996
15062
|
"type": {
|
|
14997
|
-
"text": "'open' | 'none'"
|
|
15063
|
+
"text": "'open' | 'close' | 'all' | 'none'"
|
|
14998
15064
|
},
|
|
14999
15065
|
"privacy": "public",
|
|
15000
|
-
"default": "'
|
|
15066
|
+
"default": "'all'",
|
|
15001
15067
|
"description": "The enabled animations.",
|
|
15002
15068
|
"attribute": "animation",
|
|
15003
15069
|
"reflects": true
|
|
15004
15070
|
},
|
|
15005
|
-
{
|
|
15006
|
-
"kind": "field",
|
|
15007
|
-
"name": "_state",
|
|
15008
|
-
"type": {
|
|
15009
|
-
"text": "SbbAlertState"
|
|
15010
|
-
},
|
|
15011
|
-
"privacy": "private",
|
|
15012
|
-
"description": "The state of the alert."
|
|
15013
|
-
},
|
|
15014
|
-
{
|
|
15015
|
-
"kind": "field",
|
|
15016
|
-
"name": "_willOpen",
|
|
15017
|
-
"type": {
|
|
15018
|
-
"text": "EventEmitter<void>"
|
|
15019
|
-
},
|
|
15020
|
-
"privacy": "private",
|
|
15021
|
-
"default": "new EventEmitter(this, SbbAlertElement.events.willOpen)",
|
|
15022
|
-
"description": "Emits when the fade in animation starts."
|
|
15023
|
-
},
|
|
15024
|
-
{
|
|
15025
|
-
"kind": "field",
|
|
15026
|
-
"name": "_didOpen",
|
|
15027
|
-
"type": {
|
|
15028
|
-
"text": "EventEmitter<void>"
|
|
15029
|
-
},
|
|
15030
|
-
"privacy": "private",
|
|
15031
|
-
"default": "new EventEmitter(this, SbbAlertElement.events.didOpen)",
|
|
15032
|
-
"description": "Emits when the fade in animation ends and the button is displayed."
|
|
15033
|
-
},
|
|
15034
15071
|
{
|
|
15035
15072
|
"kind": "field",
|
|
15036
15073
|
"name": "_dismissalRequested",
|
|
@@ -15039,7 +15076,8 @@
|
|
|
15039
15076
|
},
|
|
15040
15077
|
"privacy": "private",
|
|
15041
15078
|
"default": "new EventEmitter( this, SbbAlertElement.events.dismissalRequested, )",
|
|
15042
|
-
"description": "Emits when dismissal of an alert was requested."
|
|
15079
|
+
"description": "Emits when dismissal of an alert was requested.",
|
|
15080
|
+
"deprecated": "true"
|
|
15043
15081
|
},
|
|
15044
15082
|
{
|
|
15045
15083
|
"kind": "field",
|
|
@@ -15056,18 +15094,38 @@
|
|
|
15056
15094
|
"text": "void"
|
|
15057
15095
|
}
|
|
15058
15096
|
},
|
|
15059
|
-
"description": "Requests dismissal of the alert."
|
|
15097
|
+
"description": "Requests dismissal of the alert.",
|
|
15098
|
+
"deprecated": "in favour of 'willClose' and 'didClose' events"
|
|
15060
15099
|
},
|
|
15061
15100
|
{
|
|
15062
15101
|
"kind": "method",
|
|
15063
|
-
"name": "
|
|
15064
|
-
"privacy": "
|
|
15102
|
+
"name": "open",
|
|
15103
|
+
"privacy": "public",
|
|
15065
15104
|
"return": {
|
|
15066
15105
|
"type": {
|
|
15067
15106
|
"text": "void"
|
|
15068
15107
|
}
|
|
15069
15108
|
},
|
|
15070
|
-
"description": "Open the alert."
|
|
15109
|
+
"description": "Open the alert.",
|
|
15110
|
+
"inheritedFrom": {
|
|
15111
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15112
|
+
"module": "core/base-elements.js"
|
|
15113
|
+
}
|
|
15114
|
+
},
|
|
15115
|
+
{
|
|
15116
|
+
"kind": "method",
|
|
15117
|
+
"name": "close",
|
|
15118
|
+
"privacy": "public",
|
|
15119
|
+
"return": {
|
|
15120
|
+
"type": {
|
|
15121
|
+
"text": "void"
|
|
15122
|
+
}
|
|
15123
|
+
},
|
|
15124
|
+
"description": "Close the alert.",
|
|
15125
|
+
"inheritedFrom": {
|
|
15126
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15127
|
+
"module": "core/base-elements.js"
|
|
15128
|
+
}
|
|
15071
15129
|
},
|
|
15072
15130
|
{
|
|
15073
15131
|
"kind": "method",
|
|
@@ -15087,6 +15145,26 @@
|
|
|
15087
15145
|
}
|
|
15088
15146
|
]
|
|
15089
15147
|
},
|
|
15148
|
+
{
|
|
15149
|
+
"kind": "method",
|
|
15150
|
+
"name": "_handleOpening",
|
|
15151
|
+
"privacy": "private",
|
|
15152
|
+
"return": {
|
|
15153
|
+
"type": {
|
|
15154
|
+
"text": "void"
|
|
15155
|
+
}
|
|
15156
|
+
}
|
|
15157
|
+
},
|
|
15158
|
+
{
|
|
15159
|
+
"kind": "method",
|
|
15160
|
+
"name": "_handleClosing",
|
|
15161
|
+
"privacy": "private",
|
|
15162
|
+
"return": {
|
|
15163
|
+
"type": {
|
|
15164
|
+
"text": "void"
|
|
15165
|
+
}
|
|
15166
|
+
}
|
|
15167
|
+
},
|
|
15090
15168
|
{
|
|
15091
15169
|
"kind": "method",
|
|
15092
15170
|
"name": "renderIconSlot",
|
|
@@ -15109,22 +15187,121 @@
|
|
|
15109
15187
|
"name": "SbbIconNameMixin",
|
|
15110
15188
|
"module": "icon.js"
|
|
15111
15189
|
}
|
|
15190
|
+
},
|
|
15191
|
+
{
|
|
15192
|
+
"kind": "field",
|
|
15193
|
+
"name": "state",
|
|
15194
|
+
"privacy": "protected",
|
|
15195
|
+
"description": "The state of the component.",
|
|
15196
|
+
"type": {
|
|
15197
|
+
"text": "SbbOpenedClosedState"
|
|
15198
|
+
},
|
|
15199
|
+
"inheritedFrom": {
|
|
15200
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15201
|
+
"module": "core/base-elements.js"
|
|
15202
|
+
}
|
|
15203
|
+
},
|
|
15204
|
+
{
|
|
15205
|
+
"kind": "field",
|
|
15206
|
+
"name": "willOpen",
|
|
15207
|
+
"type": {
|
|
15208
|
+
"text": "EventEmitter"
|
|
15209
|
+
},
|
|
15210
|
+
"privacy": "protected",
|
|
15211
|
+
"default": "new EventEmitter( this, SbbOpenCloseBaseElement.events.willOpen, )",
|
|
15212
|
+
"description": "Emits whenever the component starts the opening transition.",
|
|
15213
|
+
"inheritedFrom": {
|
|
15214
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15215
|
+
"module": "core/base-elements.js"
|
|
15216
|
+
}
|
|
15217
|
+
},
|
|
15218
|
+
{
|
|
15219
|
+
"kind": "field",
|
|
15220
|
+
"name": "didOpen",
|
|
15221
|
+
"type": {
|
|
15222
|
+
"text": "EventEmitter"
|
|
15223
|
+
},
|
|
15224
|
+
"privacy": "protected",
|
|
15225
|
+
"default": "new EventEmitter(this, SbbOpenCloseBaseElement.events.didOpen)",
|
|
15226
|
+
"description": "Emits whenever the component is opened.",
|
|
15227
|
+
"inheritedFrom": {
|
|
15228
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15229
|
+
"module": "core/base-elements.js"
|
|
15230
|
+
}
|
|
15231
|
+
},
|
|
15232
|
+
{
|
|
15233
|
+
"kind": "field",
|
|
15234
|
+
"name": "willClose",
|
|
15235
|
+
"type": {
|
|
15236
|
+
"text": "EventEmitter"
|
|
15237
|
+
},
|
|
15238
|
+
"privacy": "protected",
|
|
15239
|
+
"default": "new EventEmitter( this, SbbOpenCloseBaseElement.events.willClose, )",
|
|
15240
|
+
"description": "Emits whenever the component begins the closing transition.",
|
|
15241
|
+
"inheritedFrom": {
|
|
15242
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15243
|
+
"module": "core/base-elements.js"
|
|
15244
|
+
}
|
|
15245
|
+
},
|
|
15246
|
+
{
|
|
15247
|
+
"kind": "field",
|
|
15248
|
+
"name": "didClose",
|
|
15249
|
+
"type": {
|
|
15250
|
+
"text": "EventEmitter"
|
|
15251
|
+
},
|
|
15252
|
+
"privacy": "protected",
|
|
15253
|
+
"default": "new EventEmitter( this, SbbOpenCloseBaseElement.events.didClose, )",
|
|
15254
|
+
"description": "Emits whenever the component is closed.",
|
|
15255
|
+
"inheritedFrom": {
|
|
15256
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15257
|
+
"module": "core/base-elements.js"
|
|
15258
|
+
}
|
|
15112
15259
|
}
|
|
15113
15260
|
],
|
|
15114
15261
|
"events": [
|
|
15115
15262
|
{
|
|
15263
|
+
"description": "Emits when the opening animation starts.",
|
|
15264
|
+
"name": "willOpen",
|
|
15116
15265
|
"type": {
|
|
15117
15266
|
"text": "CustomEvent<void>"
|
|
15118
15267
|
},
|
|
15119
|
-
"
|
|
15120
|
-
|
|
15268
|
+
"inheritedFrom": {
|
|
15269
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15270
|
+
"module": "core/base-elements.js"
|
|
15271
|
+
}
|
|
15121
15272
|
},
|
|
15122
15273
|
{
|
|
15274
|
+
"description": "Emits when the opening animation ends.",
|
|
15275
|
+
"name": "didOpen",
|
|
15123
15276
|
"type": {
|
|
15124
15277
|
"text": "CustomEvent<void>"
|
|
15125
15278
|
},
|
|
15126
|
-
"
|
|
15127
|
-
|
|
15279
|
+
"inheritedFrom": {
|
|
15280
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15281
|
+
"module": "core/base-elements.js"
|
|
15282
|
+
}
|
|
15283
|
+
},
|
|
15284
|
+
{
|
|
15285
|
+
"description": "Emits when the closing animation starts. Can be canceled.",
|
|
15286
|
+
"name": "willClose",
|
|
15287
|
+
"type": {
|
|
15288
|
+
"text": "CustomEvent<void>"
|
|
15289
|
+
},
|
|
15290
|
+
"inheritedFrom": {
|
|
15291
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15292
|
+
"module": "core/base-elements.js"
|
|
15293
|
+
}
|
|
15294
|
+
},
|
|
15295
|
+
{
|
|
15296
|
+
"description": "Emits when the closing animation ends.",
|
|
15297
|
+
"name": "didClose",
|
|
15298
|
+
"type": {
|
|
15299
|
+
"text": "CustomEvent<void>"
|
|
15300
|
+
},
|
|
15301
|
+
"inheritedFrom": {
|
|
15302
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15303
|
+
"module": "core/base-elements.js"
|
|
15304
|
+
}
|
|
15128
15305
|
},
|
|
15129
15306
|
{
|
|
15130
15307
|
"type": {
|
|
@@ -15226,9 +15403,9 @@
|
|
|
15226
15403
|
{
|
|
15227
15404
|
"name": "animation",
|
|
15228
15405
|
"type": {
|
|
15229
|
-
"text": "'open' | 'none'"
|
|
15406
|
+
"text": "'open' | 'close' | 'all' | 'none'"
|
|
15230
15407
|
},
|
|
15231
|
-
"default": "'
|
|
15408
|
+
"default": "'all'",
|
|
15232
15409
|
"description": "The enabled animations.",
|
|
15233
15410
|
"fieldName": "animation"
|
|
15234
15411
|
}
|
|
@@ -15240,8 +15417,8 @@
|
|
|
15240
15417
|
}
|
|
15241
15418
|
],
|
|
15242
15419
|
"superclass": {
|
|
15243
|
-
"name": "
|
|
15244
|
-
"
|
|
15420
|
+
"name": "SbbOpenCloseBaseElement",
|
|
15421
|
+
"module": "core/base-elements.js"
|
|
15245
15422
|
},
|
|
15246
15423
|
"tagName": "sbb-alert",
|
|
15247
15424
|
"customElement": true
|
|
@@ -24900,6 +25077,27 @@
|
|
|
24900
25077
|
"module": "core/mixins.js"
|
|
24901
25078
|
}
|
|
24902
25079
|
},
|
|
25080
|
+
{
|
|
25081
|
+
"kind": "field",
|
|
25082
|
+
"name": "size",
|
|
25083
|
+
"privacy": "public",
|
|
25084
|
+
"description": "Size variant.",
|
|
25085
|
+
"type": {
|
|
25086
|
+
"text": "SbbPanelSize"
|
|
25087
|
+
},
|
|
25088
|
+
"attribute": "size",
|
|
25089
|
+
"reflects": true,
|
|
25090
|
+
"default": "'m'"
|
|
25091
|
+
},
|
|
25092
|
+
{
|
|
25093
|
+
"kind": "field",
|
|
25094
|
+
"name": "_size",
|
|
25095
|
+
"type": {
|
|
25096
|
+
"text": "SbbPanelSize"
|
|
25097
|
+
},
|
|
25098
|
+
"privacy": "private",
|
|
25099
|
+
"default": "'m'"
|
|
25100
|
+
},
|
|
24903
25101
|
{
|
|
24904
25102
|
"kind": "field",
|
|
24905
25103
|
"name": "color",
|
|
@@ -24946,35 +25144,6 @@
|
|
|
24946
25144
|
"module": "checkbox/common/checkbox-common.js"
|
|
24947
25145
|
}
|
|
24948
25146
|
},
|
|
24949
|
-
{
|
|
24950
|
-
"kind": "field",
|
|
24951
|
-
"name": "size",
|
|
24952
|
-
"privacy": "public",
|
|
24953
|
-
"description": "Label size variant, either m or s.",
|
|
24954
|
-
"type": {
|
|
24955
|
-
"text": "SbbCheckboxSize"
|
|
24956
|
-
},
|
|
24957
|
-
"attribute": "size",
|
|
24958
|
-
"reflects": true,
|
|
24959
|
-
"inheritedFrom": {
|
|
24960
|
-
"name": "SbbCheckboxCommonElementMixin",
|
|
24961
|
-
"module": "checkbox/common/checkbox-common.js"
|
|
24962
|
-
},
|
|
24963
|
-
"default": "'m'"
|
|
24964
|
-
},
|
|
24965
|
-
{
|
|
24966
|
-
"kind": "field",
|
|
24967
|
-
"name": "_size",
|
|
24968
|
-
"type": {
|
|
24969
|
-
"text": "SbbCheckboxSize"
|
|
24970
|
-
},
|
|
24971
|
-
"privacy": "private",
|
|
24972
|
-
"default": "'m'",
|
|
24973
|
-
"inheritedFrom": {
|
|
24974
|
-
"name": "SbbCheckboxCommonElementMixin",
|
|
24975
|
-
"module": "checkbox/common/checkbox-common.js"
|
|
24976
|
-
}
|
|
24977
|
-
},
|
|
24978
25147
|
{
|
|
24979
25148
|
"kind": "field",
|
|
24980
25149
|
"name": "group",
|
|
@@ -25350,27 +25519,15 @@
|
|
|
25350
25519
|
"name": "input"
|
|
25351
25520
|
}
|
|
25352
25521
|
],
|
|
25353
|
-
"
|
|
25354
|
-
{
|
|
25355
|
-
"name": "SbbPanelMixin",
|
|
25356
|
-
"module": "core/mixins.js"
|
|
25357
|
-
},
|
|
25522
|
+
"attributes": [
|
|
25358
25523
|
{
|
|
25359
|
-
"name": "
|
|
25360
|
-
"
|
|
25524
|
+
"name": "size",
|
|
25525
|
+
"description": "Size variant.",
|
|
25526
|
+
"type": {
|
|
25527
|
+
"text": "SbbPanelSize"
|
|
25528
|
+
},
|
|
25529
|
+
"fieldName": "size"
|
|
25361
25530
|
},
|
|
25362
|
-
{
|
|
25363
|
-
"name": "SbbUpdateSchedulerMixin",
|
|
25364
|
-
"module": "core/mixins.js"
|
|
25365
|
-
}
|
|
25366
|
-
],
|
|
25367
|
-
"superclass": {
|
|
25368
|
-
"name": "LitElement",
|
|
25369
|
-
"package": "lit"
|
|
25370
|
-
},
|
|
25371
|
-
"tagName": "sbb-checkbox-panel",
|
|
25372
|
-
"customElement": true,
|
|
25373
|
-
"attributes": [
|
|
25374
25531
|
{
|
|
25375
25532
|
"name": "color",
|
|
25376
25533
|
"type": {
|
|
@@ -25410,18 +25567,6 @@
|
|
|
25410
25567
|
"module": "checkbox/common/checkbox-common.js"
|
|
25411
25568
|
}
|
|
25412
25569
|
},
|
|
25413
|
-
{
|
|
25414
|
-
"name": "size",
|
|
25415
|
-
"description": "Label size variant, either m or s.",
|
|
25416
|
-
"type": {
|
|
25417
|
-
"text": "SbbCheckboxSize"
|
|
25418
|
-
},
|
|
25419
|
-
"fieldName": "size",
|
|
25420
|
-
"inheritedFrom": {
|
|
25421
|
-
"name": "SbbCheckboxCommonElementMixin",
|
|
25422
|
-
"module": "checkbox/common/checkbox-common.js"
|
|
25423
|
-
}
|
|
25424
|
-
},
|
|
25425
25570
|
{
|
|
25426
25571
|
"name": "checked",
|
|
25427
25572
|
"description": "Whether the checkbox is checked.",
|
|
@@ -25482,7 +25627,27 @@
|
|
|
25482
25627
|
"module": "core/mixins.js"
|
|
25483
25628
|
}
|
|
25484
25629
|
}
|
|
25485
|
-
]
|
|
25630
|
+
],
|
|
25631
|
+
"mixins": [
|
|
25632
|
+
{
|
|
25633
|
+
"name": "SbbPanelMixin",
|
|
25634
|
+
"module": "core/mixins.js"
|
|
25635
|
+
},
|
|
25636
|
+
{
|
|
25637
|
+
"name": "SbbCheckboxCommonElementMixin",
|
|
25638
|
+
"module": "checkbox.js"
|
|
25639
|
+
},
|
|
25640
|
+
{
|
|
25641
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
25642
|
+
"module": "core/mixins.js"
|
|
25643
|
+
}
|
|
25644
|
+
],
|
|
25645
|
+
"superclass": {
|
|
25646
|
+
"name": "LitElement",
|
|
25647
|
+
"package": "lit"
|
|
25648
|
+
},
|
|
25649
|
+
"tagName": "sbb-checkbox-panel",
|
|
25650
|
+
"customElement": true
|
|
25486
25651
|
}
|
|
25487
25652
|
],
|
|
25488
25653
|
"exports": [
|
|
@@ -25534,6 +25699,27 @@
|
|
|
25534
25699
|
"text": "{\n didChange: 'didChange',\n }"
|
|
25535
25700
|
}
|
|
25536
25701
|
},
|
|
25702
|
+
{
|
|
25703
|
+
"kind": "field",
|
|
25704
|
+
"name": "size",
|
|
25705
|
+
"privacy": "public",
|
|
25706
|
+
"description": "Size variant.",
|
|
25707
|
+
"type": {
|
|
25708
|
+
"text": "SbbCheckboxSize"
|
|
25709
|
+
},
|
|
25710
|
+
"attribute": "size",
|
|
25711
|
+
"reflects": true,
|
|
25712
|
+
"default": "'m'"
|
|
25713
|
+
},
|
|
25714
|
+
{
|
|
25715
|
+
"kind": "field",
|
|
25716
|
+
"name": "_size",
|
|
25717
|
+
"type": {
|
|
25718
|
+
"text": "SbbCheckboxSize"
|
|
25719
|
+
},
|
|
25720
|
+
"privacy": "private",
|
|
25721
|
+
"default": "'m'"
|
|
25722
|
+
},
|
|
25537
25723
|
{
|
|
25538
25724
|
"kind": "field",
|
|
25539
25725
|
"name": "iconPlacement",
|
|
@@ -25561,35 +25747,6 @@
|
|
|
25561
25747
|
"module": "checkbox/common/checkbox-common.js"
|
|
25562
25748
|
}
|
|
25563
25749
|
},
|
|
25564
|
-
{
|
|
25565
|
-
"kind": "field",
|
|
25566
|
-
"name": "size",
|
|
25567
|
-
"privacy": "public",
|
|
25568
|
-
"description": "Label size variant, either m or s.",
|
|
25569
|
-
"type": {
|
|
25570
|
-
"text": "SbbCheckboxSize"
|
|
25571
|
-
},
|
|
25572
|
-
"attribute": "size",
|
|
25573
|
-
"reflects": true,
|
|
25574
|
-
"inheritedFrom": {
|
|
25575
|
-
"name": "SbbCheckboxCommonElementMixin",
|
|
25576
|
-
"module": "checkbox/common/checkbox-common.js"
|
|
25577
|
-
},
|
|
25578
|
-
"default": "'m'"
|
|
25579
|
-
},
|
|
25580
|
-
{
|
|
25581
|
-
"kind": "field",
|
|
25582
|
-
"name": "_size",
|
|
25583
|
-
"type": {
|
|
25584
|
-
"text": "SbbCheckboxSize"
|
|
25585
|
-
},
|
|
25586
|
-
"privacy": "private",
|
|
25587
|
-
"default": "'m'",
|
|
25588
|
-
"inheritedFrom": {
|
|
25589
|
-
"name": "SbbCheckboxCommonElementMixin",
|
|
25590
|
-
"module": "checkbox/common/checkbox-common.js"
|
|
25591
|
-
}
|
|
25592
|
-
},
|
|
25593
25750
|
{
|
|
25594
25751
|
"kind": "field",
|
|
25595
25752
|
"name": "group",
|
|
@@ -25944,6 +26101,14 @@
|
|
|
25944
26101
|
}
|
|
25945
26102
|
],
|
|
25946
26103
|
"attributes": [
|
|
26104
|
+
{
|
|
26105
|
+
"name": "size",
|
|
26106
|
+
"description": "Size variant.",
|
|
26107
|
+
"type": {
|
|
26108
|
+
"text": "SbbCheckboxSize"
|
|
26109
|
+
},
|
|
26110
|
+
"fieldName": "size"
|
|
26111
|
+
},
|
|
25947
26112
|
{
|
|
25948
26113
|
"name": "icon-placement",
|
|
25949
26114
|
"type": {
|
|
@@ -25966,18 +26131,6 @@
|
|
|
25966
26131
|
"module": "checkbox/common/checkbox-common.js"
|
|
25967
26132
|
}
|
|
25968
26133
|
},
|
|
25969
|
-
{
|
|
25970
|
-
"name": "size",
|
|
25971
|
-
"description": "Label size variant, either m or s.",
|
|
25972
|
-
"type": {
|
|
25973
|
-
"text": "SbbCheckboxSize"
|
|
25974
|
-
},
|
|
25975
|
-
"fieldName": "size",
|
|
25976
|
-
"inheritedFrom": {
|
|
25977
|
-
"name": "SbbCheckboxCommonElementMixin",
|
|
25978
|
-
"module": "checkbox/common/checkbox-common.js"
|
|
25979
|
-
}
|
|
25980
|
-
},
|
|
25981
26134
|
{
|
|
25982
26135
|
"name": "checked",
|
|
25983
26136
|
"description": "Whether the checkbox is checked.",
|
|
@@ -30566,6 +30719,22 @@
|
|
|
30566
30719
|
},
|
|
30567
30720
|
"default": "{ de: 'Feldinhalt löschen', en: 'Clear input value', fr: 'Effacer la valeur d’entrée', it: 'Cancella il valore dell’input', }"
|
|
30568
30721
|
},
|
|
30722
|
+
{
|
|
30723
|
+
"kind": "variable",
|
|
30724
|
+
"name": "i18nFlipCard",
|
|
30725
|
+
"type": {
|
|
30726
|
+
"text": "Record<string, string>"
|
|
30727
|
+
},
|
|
30728
|
+
"default": "{ de: 'Klicken Sie auf diese Karte für Details', en: 'Click on this card for details', fr: 'Cliquez sur cette carte pour plus de détails', it: 'Clicca su questa scheda per i dettagli', }"
|
|
30729
|
+
},
|
|
30730
|
+
{
|
|
30731
|
+
"kind": "variable",
|
|
30732
|
+
"name": "i18nReverseCard",
|
|
30733
|
+
"type": {
|
|
30734
|
+
"text": "Record<string, string>"
|
|
30735
|
+
},
|
|
30736
|
+
"default": "{ de: 'Klicken Sie auf diese Karte, um zurück zur Zusammenfassung zu gelangen', en: 'Click on this card to go back to summary', fr: 'Cliquez sur cette carte pour revenir au résumé', it: 'Clicca su questa scheda per tornare al sommario', }"
|
|
30737
|
+
},
|
|
30569
30738
|
{
|
|
30570
30739
|
"kind": "variable",
|
|
30571
30740
|
"name": "i18nFileSelectorButtonLabel",
|
|
@@ -31129,6 +31298,22 @@
|
|
|
31129
31298
|
"module": "core/i18n.js"
|
|
31130
31299
|
}
|
|
31131
31300
|
},
|
|
31301
|
+
{
|
|
31302
|
+
"kind": "js",
|
|
31303
|
+
"name": "i18nFlipCard",
|
|
31304
|
+
"declaration": {
|
|
31305
|
+
"name": "i18nFlipCard",
|
|
31306
|
+
"module": "core/i18n.js"
|
|
31307
|
+
}
|
|
31308
|
+
},
|
|
31309
|
+
{
|
|
31310
|
+
"kind": "js",
|
|
31311
|
+
"name": "i18nReverseCard",
|
|
31312
|
+
"declaration": {
|
|
31313
|
+
"name": "i18nReverseCard",
|
|
31314
|
+
"module": "core/i18n.js"
|
|
31315
|
+
}
|
|
31316
|
+
},
|
|
31132
31317
|
{
|
|
31133
31318
|
"kind": "js",
|
|
31134
31319
|
"name": "i18nFileSelectorButtonLabel",
|
|
@@ -33899,6 +34084,33 @@
|
|
|
33899
34084
|
}
|
|
33900
34085
|
]
|
|
33901
34086
|
},
|
|
34087
|
+
{
|
|
34088
|
+
"kind": "function",
|
|
34089
|
+
"name": "waitForEvent",
|
|
34090
|
+
"return": {
|
|
34091
|
+
"type": {
|
|
34092
|
+
"text": "Promise<void>"
|
|
34093
|
+
}
|
|
34094
|
+
},
|
|
34095
|
+
"parameters": [
|
|
34096
|
+
{
|
|
34097
|
+
"name": "element",
|
|
34098
|
+
"type": {
|
|
34099
|
+
"text": "HTMLElement"
|
|
34100
|
+
}
|
|
34101
|
+
},
|
|
34102
|
+
{
|
|
34103
|
+
"name": "eventName",
|
|
34104
|
+
"type": {
|
|
34105
|
+
"text": "string"
|
|
34106
|
+
}
|
|
34107
|
+
},
|
|
34108
|
+
{
|
|
34109
|
+
"name": "timeout",
|
|
34110
|
+
"default": "1000"
|
|
34111
|
+
}
|
|
34112
|
+
]
|
|
34113
|
+
},
|
|
33902
34114
|
{
|
|
33903
34115
|
"kind": "function",
|
|
33904
34116
|
"name": "waitForImageReady",
|
|
@@ -34003,6 +34215,14 @@
|
|
|
34003
34215
|
"module": "core/testing.js"
|
|
34004
34216
|
}
|
|
34005
34217
|
},
|
|
34218
|
+
{
|
|
34219
|
+
"kind": "js",
|
|
34220
|
+
"name": "waitForEvent",
|
|
34221
|
+
"declaration": {
|
|
34222
|
+
"name": "waitForEvent",
|
|
34223
|
+
"module": "core/testing.js"
|
|
34224
|
+
}
|
|
34225
|
+
},
|
|
34006
34226
|
{
|
|
34007
34227
|
"kind": "js",
|
|
34008
34228
|
"name": "waitForImageReady",
|
|
@@ -38912,6 +39132,285 @@
|
|
|
38912
39132
|
}
|
|
38913
39133
|
]
|
|
38914
39134
|
},
|
|
39135
|
+
{
|
|
39136
|
+
"kind": "javascript-module",
|
|
39137
|
+
"path": "flip-card/flip-card-details.js",
|
|
39138
|
+
"declarations": [
|
|
39139
|
+
{
|
|
39140
|
+
"kind": "class",
|
|
39141
|
+
"description": "Combined with a `sbb-flip-card`, it displays its content when the card is flipped.",
|
|
39142
|
+
"name": "SbbFlipCardDetailsElement",
|
|
39143
|
+
"slots": [
|
|
39144
|
+
{
|
|
39145
|
+
"description": "Use the unnamed slot to provide any kind of content.",
|
|
39146
|
+
"name": ""
|
|
39147
|
+
}
|
|
39148
|
+
],
|
|
39149
|
+
"members": [
|
|
39150
|
+
{
|
|
39151
|
+
"kind": "field",
|
|
39152
|
+
"name": "_flipCardMutationObserver",
|
|
39153
|
+
"privacy": "private",
|
|
39154
|
+
"default": "new AgnosticMutationObserver(() => this._checkForSlottedActions(), )"
|
|
39155
|
+
},
|
|
39156
|
+
{
|
|
39157
|
+
"kind": "method",
|
|
39158
|
+
"name": "_checkForSlottedActions",
|
|
39159
|
+
"privacy": "private",
|
|
39160
|
+
"return": {
|
|
39161
|
+
"type": {
|
|
39162
|
+
"text": "void"
|
|
39163
|
+
}
|
|
39164
|
+
}
|
|
39165
|
+
}
|
|
39166
|
+
],
|
|
39167
|
+
"superclass": {
|
|
39168
|
+
"name": "LitElement",
|
|
39169
|
+
"package": "lit"
|
|
39170
|
+
},
|
|
39171
|
+
"tagName": "sbb-flip-card-details",
|
|
39172
|
+
"customElement": true
|
|
39173
|
+
}
|
|
39174
|
+
],
|
|
39175
|
+
"exports": [
|
|
39176
|
+
{
|
|
39177
|
+
"kind": "js",
|
|
39178
|
+
"name": "SbbFlipCardDetailsElement",
|
|
39179
|
+
"declaration": {
|
|
39180
|
+
"name": "SbbFlipCardDetailsElement",
|
|
39181
|
+
"module": "flip-card/flip-card-details.js"
|
|
39182
|
+
}
|
|
39183
|
+
},
|
|
39184
|
+
{
|
|
39185
|
+
"kind": "custom-element-definition",
|
|
39186
|
+
"name": "sbb-flip-card-details",
|
|
39187
|
+
"declaration": {
|
|
39188
|
+
"name": "SbbFlipCardDetailsElement",
|
|
39189
|
+
"module": "flip-card/flip-card-details.js"
|
|
39190
|
+
}
|
|
39191
|
+
}
|
|
39192
|
+
]
|
|
39193
|
+
},
|
|
39194
|
+
{
|
|
39195
|
+
"kind": "javascript-module",
|
|
39196
|
+
"path": "flip-card/flip-card-summary.js",
|
|
39197
|
+
"declarations": [
|
|
39198
|
+
{
|
|
39199
|
+
"kind": "class",
|
|
39200
|
+
"description": "Combined with a `sbb-flip-card`, it displays its content when the card is not flipped.",
|
|
39201
|
+
"name": "SbbFlipCardSummaryElement",
|
|
39202
|
+
"slots": [
|
|
39203
|
+
{
|
|
39204
|
+
"description": "Use the unnamed slot to provide a title for the `sbb-flip-card-summary`.",
|
|
39205
|
+
"name": ""
|
|
39206
|
+
},
|
|
39207
|
+
{
|
|
39208
|
+
"description": "Use this slot to provide an image for the `sbb-flip-card-summary`.",
|
|
39209
|
+
"name": "image"
|
|
39210
|
+
}
|
|
39211
|
+
],
|
|
39212
|
+
"members": [
|
|
39213
|
+
{
|
|
39214
|
+
"kind": "field",
|
|
39215
|
+
"name": "imageAlignment",
|
|
39216
|
+
"type": {
|
|
39217
|
+
"text": "SbbFlipCardImageAlignment"
|
|
39218
|
+
},
|
|
39219
|
+
"privacy": "public",
|
|
39220
|
+
"default": "'after'",
|
|
39221
|
+
"description": "The position where to render the image.",
|
|
39222
|
+
"attribute": "image-alignment",
|
|
39223
|
+
"reflects": true
|
|
39224
|
+
}
|
|
39225
|
+
],
|
|
39226
|
+
"attributes": [
|
|
39227
|
+
{
|
|
39228
|
+
"name": "image-alignment",
|
|
39229
|
+
"type": {
|
|
39230
|
+
"text": "SbbFlipCardImageAlignment"
|
|
39231
|
+
},
|
|
39232
|
+
"default": "'after'",
|
|
39233
|
+
"description": "The position where to render the image.",
|
|
39234
|
+
"fieldName": "imageAlignment"
|
|
39235
|
+
}
|
|
39236
|
+
],
|
|
39237
|
+
"superclass": {
|
|
39238
|
+
"name": "LitElement",
|
|
39239
|
+
"package": "lit"
|
|
39240
|
+
},
|
|
39241
|
+
"tagName": "sbb-flip-card-summary",
|
|
39242
|
+
"customElement": true
|
|
39243
|
+
}
|
|
39244
|
+
],
|
|
39245
|
+
"exports": [
|
|
39246
|
+
{
|
|
39247
|
+
"kind": "js",
|
|
39248
|
+
"name": "SbbFlipCardSummaryElement",
|
|
39249
|
+
"declaration": {
|
|
39250
|
+
"name": "SbbFlipCardSummaryElement",
|
|
39251
|
+
"module": "flip-card/flip-card-summary.js"
|
|
39252
|
+
}
|
|
39253
|
+
},
|
|
39254
|
+
{
|
|
39255
|
+
"kind": "custom-element-definition",
|
|
39256
|
+
"name": "sbb-flip-card-summary",
|
|
39257
|
+
"declaration": {
|
|
39258
|
+
"name": "SbbFlipCardSummaryElement",
|
|
39259
|
+
"module": "flip-card/flip-card-summary.js"
|
|
39260
|
+
}
|
|
39261
|
+
}
|
|
39262
|
+
]
|
|
39263
|
+
},
|
|
39264
|
+
{
|
|
39265
|
+
"kind": "javascript-module",
|
|
39266
|
+
"path": "flip-card/flip-card.js",
|
|
39267
|
+
"declarations": [
|
|
39268
|
+
{
|
|
39269
|
+
"kind": "class",
|
|
39270
|
+
"description": "Displays an informative card that reveals more informations upon being clicked.",
|
|
39271
|
+
"name": "SbbFlipCardElement",
|
|
39272
|
+
"slots": [
|
|
39273
|
+
{
|
|
39274
|
+
"description": "Use this slot to provide a sbb-flip-card-summary component.",
|
|
39275
|
+
"name": "summary"
|
|
39276
|
+
},
|
|
39277
|
+
{
|
|
39278
|
+
"description": "Use this slot to provide a sbb-flip-card-details component.",
|
|
39279
|
+
"name": "details"
|
|
39280
|
+
}
|
|
39281
|
+
],
|
|
39282
|
+
"members": [
|
|
39283
|
+
{
|
|
39284
|
+
"kind": "field",
|
|
39285
|
+
"name": "summary",
|
|
39286
|
+
"type": {
|
|
39287
|
+
"text": "SbbFlipCardSummaryElement"
|
|
39288
|
+
},
|
|
39289
|
+
"privacy": "public",
|
|
39290
|
+
"description": "Returns the slotted sbb-flip-card-summary.",
|
|
39291
|
+
"readonly": true
|
|
39292
|
+
},
|
|
39293
|
+
{
|
|
39294
|
+
"kind": "field",
|
|
39295
|
+
"name": "details",
|
|
39296
|
+
"type": {
|
|
39297
|
+
"text": "SbbFlipCardDetailsElement"
|
|
39298
|
+
},
|
|
39299
|
+
"privacy": "public",
|
|
39300
|
+
"description": "Returns the slotted sbb-flip-card-details.",
|
|
39301
|
+
"readonly": true
|
|
39302
|
+
},
|
|
39303
|
+
{
|
|
39304
|
+
"kind": "field",
|
|
39305
|
+
"name": "_flipped",
|
|
39306
|
+
"type": {
|
|
39307
|
+
"text": "boolean"
|
|
39308
|
+
},
|
|
39309
|
+
"privacy": "private",
|
|
39310
|
+
"default": "false",
|
|
39311
|
+
"description": "Whether the card is flipped or not."
|
|
39312
|
+
},
|
|
39313
|
+
{
|
|
39314
|
+
"kind": "field",
|
|
39315
|
+
"name": "_language",
|
|
39316
|
+
"privacy": "private",
|
|
39317
|
+
"default": "new SbbLanguageController(this)"
|
|
39318
|
+
},
|
|
39319
|
+
{
|
|
39320
|
+
"kind": "method",
|
|
39321
|
+
"name": "toggle",
|
|
39322
|
+
"privacy": "public",
|
|
39323
|
+
"return": {
|
|
39324
|
+
"type": {
|
|
39325
|
+
"text": "void"
|
|
39326
|
+
}
|
|
39327
|
+
},
|
|
39328
|
+
"description": "Toggles the state of the sbb-flip-card."
|
|
39329
|
+
},
|
|
39330
|
+
{
|
|
39331
|
+
"kind": "field",
|
|
39332
|
+
"name": "_hydrationRequired",
|
|
39333
|
+
"type": {
|
|
39334
|
+
"text": "boolean"
|
|
39335
|
+
},
|
|
39336
|
+
"privacy": "private",
|
|
39337
|
+
"default": "!!this.shadowRoot",
|
|
39338
|
+
"inheritedFrom": {
|
|
39339
|
+
"name": "SbbHydrationMixin",
|
|
39340
|
+
"module": "core/mixins.js"
|
|
39341
|
+
}
|
|
39342
|
+
},
|
|
39343
|
+
{
|
|
39344
|
+
"kind": "field",
|
|
39345
|
+
"name": "_hydrationComplete",
|
|
39346
|
+
"privacy": "private",
|
|
39347
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
39348
|
+
"inheritedFrom": {
|
|
39349
|
+
"name": "SbbHydrationMixin",
|
|
39350
|
+
"module": "core/mixins.js"
|
|
39351
|
+
}
|
|
39352
|
+
},
|
|
39353
|
+
{
|
|
39354
|
+
"kind": "field",
|
|
39355
|
+
"name": "_resolveHydration",
|
|
39356
|
+
"type": {
|
|
39357
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
39358
|
+
},
|
|
39359
|
+
"privacy": "private",
|
|
39360
|
+
"inheritedFrom": {
|
|
39361
|
+
"name": "SbbHydrationMixin",
|
|
39362
|
+
"module": "core/mixins.js"
|
|
39363
|
+
}
|
|
39364
|
+
},
|
|
39365
|
+
{
|
|
39366
|
+
"kind": "field",
|
|
39367
|
+
"name": "hydrationRequired",
|
|
39368
|
+
"type": {
|
|
39369
|
+
"text": "boolean"
|
|
39370
|
+
},
|
|
39371
|
+
"privacy": "protected",
|
|
39372
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
39373
|
+
"readonly": true,
|
|
39374
|
+
"inheritedFrom": {
|
|
39375
|
+
"name": "SbbHydrationMixin",
|
|
39376
|
+
"module": "core/mixins.js"
|
|
39377
|
+
},
|
|
39378
|
+
"default": "!!this.shadowRoot"
|
|
39379
|
+
}
|
|
39380
|
+
],
|
|
39381
|
+
"mixins": [
|
|
39382
|
+
{
|
|
39383
|
+
"name": "SbbHydrationMixin",
|
|
39384
|
+
"module": "core/mixins.js"
|
|
39385
|
+
}
|
|
39386
|
+
],
|
|
39387
|
+
"superclass": {
|
|
39388
|
+
"name": "LitElement",
|
|
39389
|
+
"package": "lit"
|
|
39390
|
+
},
|
|
39391
|
+
"tagName": "sbb-flip-card",
|
|
39392
|
+
"customElement": true
|
|
39393
|
+
}
|
|
39394
|
+
],
|
|
39395
|
+
"exports": [
|
|
39396
|
+
{
|
|
39397
|
+
"kind": "js",
|
|
39398
|
+
"name": "SbbFlipCardElement",
|
|
39399
|
+
"declaration": {
|
|
39400
|
+
"name": "SbbFlipCardElement",
|
|
39401
|
+
"module": "flip-card/flip-card.js"
|
|
39402
|
+
}
|
|
39403
|
+
},
|
|
39404
|
+
{
|
|
39405
|
+
"kind": "custom-element-definition",
|
|
39406
|
+
"name": "sbb-flip-card",
|
|
39407
|
+
"declaration": {
|
|
39408
|
+
"name": "SbbFlipCardElement",
|
|
39409
|
+
"module": "flip-card/flip-card.js"
|
|
39410
|
+
}
|
|
39411
|
+
}
|
|
39412
|
+
]
|
|
39413
|
+
},
|
|
38915
39414
|
{
|
|
38916
39415
|
"kind": "javascript-module",
|
|
38917
39416
|
"path": "form-field/form-field-clear.js",
|
|
@@ -51339,7 +51838,7 @@
|
|
|
51339
51838
|
"privacy": "public",
|
|
51340
51839
|
"description": "Size variant.",
|
|
51341
51840
|
"type": {
|
|
51342
|
-
"text": "
|
|
51841
|
+
"text": "SbbPanelSize"
|
|
51343
51842
|
},
|
|
51344
51843
|
"attribute": "size",
|
|
51345
51844
|
"reflects": true,
|
|
@@ -51349,7 +51848,7 @@
|
|
|
51349
51848
|
"kind": "field",
|
|
51350
51849
|
"name": "_size",
|
|
51351
51850
|
"type": {
|
|
51352
|
-
"text": "
|
|
51851
|
+
"text": "SbbPanelSize"
|
|
51353
51852
|
},
|
|
51354
51853
|
"privacy": "private",
|
|
51355
51854
|
"default": "'m'"
|
|
@@ -51686,7 +52185,7 @@
|
|
|
51686
52185
|
"name": "size",
|
|
51687
52186
|
"description": "Size variant.",
|
|
51688
52187
|
"type": {
|
|
51689
|
-
"text": "
|
|
52188
|
+
"text": "SbbPanelSize"
|
|
51690
52189
|
},
|
|
51691
52190
|
"fieldName": "size"
|
|
51692
52191
|
},
|
|
@@ -56691,14 +57190,6 @@
|
|
|
56691
57190
|
},
|
|
56692
57191
|
"privacy": "public"
|
|
56693
57192
|
},
|
|
56694
|
-
{
|
|
56695
|
-
"kind": "field",
|
|
56696
|
-
"name": "size",
|
|
56697
|
-
"privacy": "public",
|
|
56698
|
-
"type": {
|
|
56699
|
-
"text": "SbbCheckboxSize"
|
|
56700
|
-
}
|
|
56701
|
-
},
|
|
56702
57193
|
{
|
|
56703
57194
|
"kind": "field",
|
|
56704
57195
|
"name": "group",
|
|
@@ -57050,26 +57541,6 @@
|
|
|
57050
57541
|
"description": "Whether the checkbox is indeterminate.",
|
|
57051
57542
|
"attribute": "indeterminate"
|
|
57052
57543
|
},
|
|
57053
|
-
{
|
|
57054
|
-
"kind": "field",
|
|
57055
|
-
"name": "size",
|
|
57056
|
-
"privacy": "public",
|
|
57057
|
-
"description": "Label size variant, either m or s.",
|
|
57058
|
-
"type": {
|
|
57059
|
-
"text": "SbbCheckboxSize"
|
|
57060
|
-
},
|
|
57061
|
-
"attribute": "size",
|
|
57062
|
-
"reflects": true
|
|
57063
|
-
},
|
|
57064
|
-
{
|
|
57065
|
-
"kind": "field",
|
|
57066
|
-
"name": "_size",
|
|
57067
|
-
"type": {
|
|
57068
|
-
"text": "SbbCheckboxSize"
|
|
57069
|
-
},
|
|
57070
|
-
"privacy": "private",
|
|
57071
|
-
"default": "'m'"
|
|
57072
|
-
},
|
|
57073
57544
|
{
|
|
57074
57545
|
"kind": "field",
|
|
57075
57546
|
"name": "group",
|
|
@@ -57359,14 +57830,6 @@
|
|
|
57359
57830
|
"description": "Whether the checkbox is indeterminate.",
|
|
57360
57831
|
"fieldName": "indeterminate"
|
|
57361
57832
|
},
|
|
57362
|
-
{
|
|
57363
|
-
"name": "size",
|
|
57364
|
-
"description": "Label size variant, either m or s.",
|
|
57365
|
-
"type": {
|
|
57366
|
-
"text": "SbbCheckboxSize"
|
|
57367
|
-
},
|
|
57368
|
-
"fieldName": "size"
|
|
57369
|
-
},
|
|
57370
57833
|
{
|
|
57371
57834
|
"name": "checked",
|
|
57372
57835
|
"description": "Whether the checkbox is checked.",
|
|
@@ -57499,6 +57962,51 @@
|
|
|
57499
57962
|
"declarations": [],
|
|
57500
57963
|
"exports": []
|
|
57501
57964
|
},
|
|
57965
|
+
{
|
|
57966
|
+
"kind": "javascript-module",
|
|
57967
|
+
"path": "flip-card/flip-card/index.js",
|
|
57968
|
+
"declarations": [],
|
|
57969
|
+
"exports": [
|
|
57970
|
+
{
|
|
57971
|
+
"kind": "js",
|
|
57972
|
+
"name": "*",
|
|
57973
|
+
"declaration": {
|
|
57974
|
+
"name": "*",
|
|
57975
|
+
"package": "./flip-card.js"
|
|
57976
|
+
}
|
|
57977
|
+
}
|
|
57978
|
+
]
|
|
57979
|
+
},
|
|
57980
|
+
{
|
|
57981
|
+
"kind": "javascript-module",
|
|
57982
|
+
"path": "flip-card/flip-card-details/index.js",
|
|
57983
|
+
"declarations": [],
|
|
57984
|
+
"exports": [
|
|
57985
|
+
{
|
|
57986
|
+
"kind": "js",
|
|
57987
|
+
"name": "*",
|
|
57988
|
+
"declaration": {
|
|
57989
|
+
"name": "*",
|
|
57990
|
+
"package": "./flip-card-details.js"
|
|
57991
|
+
}
|
|
57992
|
+
}
|
|
57993
|
+
]
|
|
57994
|
+
},
|
|
57995
|
+
{
|
|
57996
|
+
"kind": "javascript-module",
|
|
57997
|
+
"path": "flip-card/flip-card-summary/index.js",
|
|
57998
|
+
"declarations": [],
|
|
57999
|
+
"exports": [
|
|
58000
|
+
{
|
|
58001
|
+
"kind": "js",
|
|
58002
|
+
"name": "*",
|
|
58003
|
+
"declaration": {
|
|
58004
|
+
"name": "*",
|
|
58005
|
+
"package": "./flip-card-summary.js"
|
|
58006
|
+
}
|
|
58007
|
+
}
|
|
58008
|
+
]
|
|
58009
|
+
},
|
|
57502
58010
|
{
|
|
57503
58011
|
"kind": "javascript-module",
|
|
57504
58012
|
"path": "radio-button/common/radio-button-common.js",
|