@sbb-esta/lyne-elements-dev 4.7.0-dev.1773217409 → 4.7.0-dev.1773217608
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +696 -696
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -114683,6 +114683,37 @@
|
|
|
114683
114683
|
}
|
|
114684
114684
|
]
|
|
114685
114685
|
},
|
|
114686
|
+
{
|
|
114687
|
+
"kind": "javascript-module",
|
|
114688
|
+
"path": "sidebar/common/styles.js",
|
|
114689
|
+
"declarations": [],
|
|
114690
|
+
"exports": [
|
|
114691
|
+
{
|
|
114692
|
+
"kind": "js",
|
|
114693
|
+
"name": "sidebarContainerCommonStyle",
|
|
114694
|
+
"declaration": {
|
|
114695
|
+
"name": "default",
|
|
114696
|
+
"module": "./sidebar-container-common.scss?lit&inline"
|
|
114697
|
+
}
|
|
114698
|
+
},
|
|
114699
|
+
{
|
|
114700
|
+
"kind": "js",
|
|
114701
|
+
"name": "sidebarContentCommonStyle",
|
|
114702
|
+
"declaration": {
|
|
114703
|
+
"name": "default",
|
|
114704
|
+
"module": "./sidebar-content-common.scss?lit&inline"
|
|
114705
|
+
}
|
|
114706
|
+
},
|
|
114707
|
+
{
|
|
114708
|
+
"kind": "js",
|
|
114709
|
+
"name": "iconSidebarButtonCommonStyle",
|
|
114710
|
+
"declaration": {
|
|
114711
|
+
"name": "default",
|
|
114712
|
+
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
114713
|
+
}
|
|
114714
|
+
}
|
|
114715
|
+
]
|
|
114716
|
+
},
|
|
114686
114717
|
{
|
|
114687
114718
|
"kind": "javascript-module",
|
|
114688
114719
|
"path": "sidebar/sidebar/sidebar.component.js",
|
|
@@ -115414,37 +115445,6 @@
|
|
|
115414
115445
|
}
|
|
115415
115446
|
]
|
|
115416
115447
|
},
|
|
115417
|
-
{
|
|
115418
|
-
"kind": "javascript-module",
|
|
115419
|
-
"path": "sidebar/common/styles.js",
|
|
115420
|
-
"declarations": [],
|
|
115421
|
-
"exports": [
|
|
115422
|
-
{
|
|
115423
|
-
"kind": "js",
|
|
115424
|
-
"name": "sidebarContainerCommonStyle",
|
|
115425
|
-
"declaration": {
|
|
115426
|
-
"name": "default",
|
|
115427
|
-
"module": "./sidebar-container-common.scss?lit&inline"
|
|
115428
|
-
}
|
|
115429
|
-
},
|
|
115430
|
-
{
|
|
115431
|
-
"kind": "js",
|
|
115432
|
-
"name": "sidebarContentCommonStyle",
|
|
115433
|
-
"declaration": {
|
|
115434
|
-
"name": "default",
|
|
115435
|
-
"module": "./sidebar-content-common.scss?lit&inline"
|
|
115436
|
-
}
|
|
115437
|
-
},
|
|
115438
|
-
{
|
|
115439
|
-
"kind": "js",
|
|
115440
|
-
"name": "iconSidebarButtonCommonStyle",
|
|
115441
|
-
"declaration": {
|
|
115442
|
-
"name": "default",
|
|
115443
|
-
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
115444
|
-
}
|
|
115445
|
-
}
|
|
115446
|
-
]
|
|
115447
|
-
},
|
|
115448
115448
|
{
|
|
115449
115449
|
"kind": "javascript-module",
|
|
115450
115450
|
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|
|
@@ -117063,20 +117063,16 @@
|
|
|
117063
117063
|
},
|
|
117064
117064
|
{
|
|
117065
117065
|
"kind": "javascript-module",
|
|
117066
|
-
"path": "stepper/step
|
|
117066
|
+
"path": "stepper/step/step.component.js",
|
|
117067
117067
|
"declarations": [
|
|
117068
117068
|
{
|
|
117069
117069
|
"kind": "class",
|
|
117070
|
-
"description": "Combined with a `sbb-stepper`, it displays a step's
|
|
117071
|
-
"name": "
|
|
117070
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
117071
|
+
"name": "SbbStepElement",
|
|
117072
117072
|
"slots": [
|
|
117073
117073
|
{
|
|
117074
|
-
"description": "Use the unnamed slot to provide
|
|
117074
|
+
"description": "Use the unnamed slot to provide content.",
|
|
117075
117075
|
"name": ""
|
|
117076
|
-
},
|
|
117077
|
-
{
|
|
117078
|
-
"description": "Use this to display an icon in the label bubble.",
|
|
117079
|
-
"name": "icon"
|
|
117080
117076
|
}
|
|
117081
117077
|
],
|
|
117082
117078
|
"members": [
|
|
@@ -117089,11 +117085,11 @@
|
|
|
117089
117085
|
"privacy": "public",
|
|
117090
117086
|
"static": true,
|
|
117091
117087
|
"readonly": true,
|
|
117088
|
+
"default": "'sbb-step'",
|
|
117092
117089
|
"inheritedFrom": {
|
|
117093
117090
|
"name": "SbbElement",
|
|
117094
117091
|
"module": "core/base-elements/element.js"
|
|
117095
|
-
}
|
|
117096
|
-
"default": "'sbb-step-label'"
|
|
117092
|
+
}
|
|
117097
117093
|
},
|
|
117098
117094
|
{
|
|
117099
117095
|
"kind": "field",
|
|
@@ -117104,28 +117100,41 @@
|
|
|
117104
117100
|
"privacy": "public",
|
|
117105
117101
|
"static": true,
|
|
117106
117102
|
"readonly": true,
|
|
117107
|
-
"default": "'
|
|
117108
|
-
|
|
117109
|
-
|
|
117110
|
-
|
|
117103
|
+
"default": "'tabpanel'"
|
|
117104
|
+
},
|
|
117105
|
+
{
|
|
117106
|
+
"kind": "field",
|
|
117107
|
+
"name": "events",
|
|
117108
|
+
"privacy": "public",
|
|
117109
|
+
"static": true,
|
|
117110
|
+
"readonly": true,
|
|
117111
|
+
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
117112
|
+
"type": {
|
|
117113
|
+
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
117111
117114
|
}
|
|
117112
117115
|
},
|
|
117113
117116
|
{
|
|
117114
117117
|
"kind": "field",
|
|
117115
|
-
"name": "
|
|
117118
|
+
"name": "_stepResizeObserver",
|
|
117119
|
+
"privacy": "private",
|
|
117120
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
117121
|
+
},
|
|
117122
|
+
{
|
|
117123
|
+
"kind": "field",
|
|
117124
|
+
"name": "label",
|
|
117116
117125
|
"type": {
|
|
117117
|
-
"text": "
|
|
117126
|
+
"text": "SbbStepLabelElement | null"
|
|
117118
117127
|
},
|
|
117119
117128
|
"privacy": "public",
|
|
117120
|
-
"description": "The
|
|
117129
|
+
"description": "The label of the step.",
|
|
117121
117130
|
"readonly": true,
|
|
117122
117131
|
"default": "null"
|
|
117123
117132
|
},
|
|
117124
117133
|
{
|
|
117125
117134
|
"kind": "field",
|
|
117126
|
-
"name": "
|
|
117135
|
+
"name": "_label",
|
|
117127
117136
|
"type": {
|
|
117128
|
-
"text": "
|
|
117137
|
+
"text": "SbbStepLabelElement | null"
|
|
117129
117138
|
},
|
|
117130
117139
|
"privacy": "private",
|
|
117131
117140
|
"default": "null"
|
|
@@ -117139,22 +117148,6 @@
|
|
|
117139
117148
|
"privacy": "public",
|
|
117140
117149
|
"readonly": true
|
|
117141
117150
|
},
|
|
117142
|
-
{
|
|
117143
|
-
"kind": "field",
|
|
117144
|
-
"name": "disabled",
|
|
117145
|
-
"privacy": "public",
|
|
117146
|
-
"description": "Whether the component is disabled.",
|
|
117147
|
-
"default": "false",
|
|
117148
|
-
"type": {
|
|
117149
|
-
"text": "boolean"
|
|
117150
|
-
},
|
|
117151
|
-
"attribute": "disabled",
|
|
117152
|
-
"reflects": true,
|
|
117153
|
-
"inheritedFrom": {
|
|
117154
|
-
"name": "SbbDisabledMixin",
|
|
117155
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
117156
|
-
}
|
|
117157
|
-
},
|
|
117158
117151
|
{
|
|
117159
117152
|
"kind": "field",
|
|
117160
117153
|
"name": "_previousOrientation",
|
|
@@ -117163,220 +117156,135 @@
|
|
|
117163
117156
|
},
|
|
117164
117157
|
"privacy": "private"
|
|
117165
117158
|
},
|
|
117166
|
-
{
|
|
117167
|
-
"kind": "field",
|
|
117168
|
-
"name": "_previousSize",
|
|
117169
|
-
"type": {
|
|
117170
|
-
"text": "string | undefined"
|
|
117171
|
-
},
|
|
117172
|
-
"privacy": "private"
|
|
117173
|
-
},
|
|
117174
117159
|
{
|
|
117175
117160
|
"kind": "method",
|
|
117176
|
-
"name": "
|
|
117161
|
+
"name": "_handleClick",
|
|
117177
117162
|
"privacy": "private",
|
|
117178
117163
|
"return": {
|
|
117179
117164
|
"type": {
|
|
117180
|
-
"text": "
|
|
117165
|
+
"text": "void"
|
|
117181
117166
|
}
|
|
117182
117167
|
},
|
|
117183
117168
|
"parameters": [
|
|
117184
117169
|
{
|
|
117185
|
-
"name": "
|
|
117170
|
+
"name": "event",
|
|
117186
117171
|
"type": {
|
|
117187
|
-
"text": "
|
|
117172
|
+
"text": "Event"
|
|
117188
117173
|
}
|
|
117189
117174
|
}
|
|
117190
|
-
]
|
|
117175
|
+
],
|
|
117176
|
+
"description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
|
|
117191
117177
|
},
|
|
117192
117178
|
{
|
|
117193
117179
|
"kind": "method",
|
|
117194
|
-
"name": "
|
|
117180
|
+
"name": "_isGoNextElement",
|
|
117195
117181
|
"privacy": "private",
|
|
117196
117182
|
"return": {
|
|
117197
117183
|
"type": {
|
|
117198
|
-
"text": "
|
|
117184
|
+
"text": "boolean"
|
|
117199
117185
|
}
|
|
117200
|
-
}
|
|
117201
|
-
},
|
|
117202
|
-
{
|
|
117203
|
-
"kind": "field",
|
|
117204
|
-
"name": "iconName",
|
|
117205
|
-
"type": {
|
|
117206
|
-
"text": "string"
|
|
117207
117186
|
},
|
|
117208
|
-
"
|
|
117209
|
-
|
|
117210
|
-
|
|
117211
|
-
|
|
117212
|
-
|
|
117213
|
-
|
|
117214
|
-
|
|
117215
|
-
|
|
117187
|
+
"parameters": [
|
|
117188
|
+
{
|
|
117189
|
+
"name": "element",
|
|
117190
|
+
"type": {
|
|
117191
|
+
"text": "HTMLElement"
|
|
117192
|
+
}
|
|
117193
|
+
}
|
|
117194
|
+
]
|
|
117216
117195
|
},
|
|
117217
117196
|
{
|
|
117218
117197
|
"kind": "method",
|
|
117219
|
-
"name": "
|
|
117220
|
-
"privacy": "
|
|
117198
|
+
"name": "_isGoPreviousElement",
|
|
117199
|
+
"privacy": "private",
|
|
117221
117200
|
"return": {
|
|
117222
117201
|
"type": {
|
|
117223
|
-
"text": "
|
|
117202
|
+
"text": "boolean"
|
|
117224
117203
|
}
|
|
117225
117204
|
},
|
|
117226
117205
|
"parameters": [
|
|
117227
117206
|
{
|
|
117228
|
-
"name": "
|
|
117229
|
-
"optional": true,
|
|
117207
|
+
"name": "element",
|
|
117230
117208
|
"type": {
|
|
117231
|
-
"text": "
|
|
117209
|
+
"text": "HTMLElement"
|
|
117232
117210
|
}
|
|
117233
117211
|
}
|
|
117234
|
-
]
|
|
117235
|
-
"inheritedFrom": {
|
|
117236
|
-
"name": "SbbIconNameMixin",
|
|
117237
|
-
"module": "icon/icon-name-mixin.js"
|
|
117238
|
-
}
|
|
117212
|
+
]
|
|
117239
117213
|
},
|
|
117240
117214
|
{
|
|
117241
117215
|
"kind": "method",
|
|
117242
|
-
"name": "
|
|
117243
|
-
"privacy": "
|
|
117216
|
+
"name": "_onStepElementResize",
|
|
117217
|
+
"privacy": "private",
|
|
117244
117218
|
"return": {
|
|
117245
117219
|
"type": {
|
|
117246
|
-
"text": "
|
|
117220
|
+
"text": "void"
|
|
117247
117221
|
}
|
|
117248
|
-
},
|
|
117249
|
-
"inheritedFrom": {
|
|
117250
|
-
"name": "SbbIconNameMixin",
|
|
117251
|
-
"module": "icon/icon-name-mixin.js"
|
|
117252
117222
|
}
|
|
117253
117223
|
},
|
|
117254
117224
|
{
|
|
117255
117225
|
"kind": "method",
|
|
117256
|
-
"name": "
|
|
117226
|
+
"name": "_assignLabel",
|
|
117257
117227
|
"privacy": "private",
|
|
117258
117228
|
"return": {
|
|
117259
117229
|
"type": {
|
|
117260
|
-
"text": "
|
|
117230
|
+
"text": "void"
|
|
117261
117231
|
}
|
|
117262
|
-
},
|
|
117263
|
-
"inheritedFrom": {
|
|
117264
|
-
"name": "SbbIconNameMixin",
|
|
117265
|
-
"module": "icon/icon-name-mixin.js"
|
|
117266
117232
|
}
|
|
117267
117233
|
},
|
|
117268
117234
|
{
|
|
117269
117235
|
"kind": "field",
|
|
117270
|
-
"name": "
|
|
117271
|
-
"privacy": "private",
|
|
117236
|
+
"name": "_hydrationRequired",
|
|
117272
117237
|
"type": {
|
|
117273
117238
|
"text": "boolean"
|
|
117274
117239
|
},
|
|
117275
|
-
"
|
|
117240
|
+
"privacy": "private",
|
|
117241
|
+
"default": "!!this.shadowRoot",
|
|
117276
117242
|
"inheritedFrom": {
|
|
117277
|
-
"name": "
|
|
117278
|
-
"module": "core/
|
|
117243
|
+
"name": "SbbElement",
|
|
117244
|
+
"module": "core/base-elements/element.js"
|
|
117279
117245
|
}
|
|
117280
117246
|
},
|
|
117281
117247
|
{
|
|
117282
|
-
"kind": "
|
|
117283
|
-
"name": "
|
|
117284
|
-
"privacy": "
|
|
117285
|
-
"
|
|
117286
|
-
"type": {
|
|
117287
|
-
"text": "boolean"
|
|
117288
|
-
}
|
|
117289
|
-
},
|
|
117290
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
117248
|
+
"kind": "field",
|
|
117249
|
+
"name": "_hydrationComplete",
|
|
117250
|
+
"privacy": "private",
|
|
117251
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
117291
117252
|
"inheritedFrom": {
|
|
117292
|
-
"name": "
|
|
117293
|
-
"module": "core/
|
|
117253
|
+
"name": "SbbElement",
|
|
117254
|
+
"module": "core/base-elements/element.js"
|
|
117294
117255
|
}
|
|
117295
117256
|
},
|
|
117296
117257
|
{
|
|
117297
117258
|
"kind": "field",
|
|
117298
|
-
"name": "
|
|
117259
|
+
"name": "_resolveHydration",
|
|
117299
117260
|
"type": {
|
|
117300
|
-
"text": "
|
|
117261
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
117301
117262
|
},
|
|
117302
117263
|
"privacy": "private",
|
|
117303
|
-
"readonly": true,
|
|
117304
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
117305
117264
|
"inheritedFrom": {
|
|
117306
|
-
"name": "
|
|
117307
|
-
"module": "core/base-elements/
|
|
117265
|
+
"name": "SbbElement",
|
|
117266
|
+
"module": "core/base-elements/element.js"
|
|
117308
117267
|
}
|
|
117309
117268
|
},
|
|
117310
117269
|
{
|
|
117311
117270
|
"kind": "field",
|
|
117312
|
-
"name": "
|
|
117271
|
+
"name": "hydrationRequired",
|
|
117313
117272
|
"type": {
|
|
117314
|
-
"text": "
|
|
117273
|
+
"text": "boolean"
|
|
117315
117274
|
},
|
|
117316
|
-
"privacy": "
|
|
117275
|
+
"privacy": "protected",
|
|
117276
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
117277
|
+
"readonly": true,
|
|
117317
117278
|
"inheritedFrom": {
|
|
117318
|
-
"name": "
|
|
117319
|
-
"module": "core/base-elements/
|
|
117279
|
+
"name": "SbbElement",
|
|
117280
|
+
"module": "core/base-elements/element.js"
|
|
117320
117281
|
},
|
|
117321
|
-
"default": "
|
|
117322
|
-
"description": "Value of the form element.",
|
|
117323
|
-
"attribute": "value"
|
|
117324
|
-
},
|
|
117325
|
-
{
|
|
117326
|
-
"kind": "field",
|
|
117327
|
-
"name": "type",
|
|
117328
|
-
"privacy": "public",
|
|
117329
|
-
"description": "The type attribute to use for the button.",
|
|
117330
|
-
"default": "'button'",
|
|
117331
|
-
"type": {
|
|
117332
|
-
"text": "SbbButtonType"
|
|
117333
|
-
},
|
|
117334
|
-
"attribute": "type",
|
|
117335
|
-
"inheritedFrom": {
|
|
117336
|
-
"name": "SbbButtonBaseElement",
|
|
117337
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117338
|
-
}
|
|
117339
|
-
},
|
|
117340
|
-
{
|
|
117341
|
-
"kind": "field",
|
|
117342
|
-
"name": "form",
|
|
117343
|
-
"type": {
|
|
117344
|
-
"text": "HTMLFormElement | null"
|
|
117345
|
-
},
|
|
117346
|
-
"privacy": "public",
|
|
117347
|
-
"description": "The `<form>` element to associate the button with.",
|
|
117348
|
-
"inheritedFrom": {
|
|
117349
|
-
"name": "SbbButtonBaseElement",
|
|
117350
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117351
|
-
},
|
|
117352
|
-
"attribute": "form"
|
|
117353
|
-
},
|
|
117354
|
-
{
|
|
117355
|
-
"kind": "field",
|
|
117356
|
-
"name": "_formId",
|
|
117357
|
-
"type": {
|
|
117358
|
-
"text": "string"
|
|
117359
|
-
},
|
|
117360
|
-
"privacy": "private",
|
|
117361
|
-
"default": "''",
|
|
117362
|
-
"inheritedFrom": {
|
|
117363
|
-
"name": "SbbButtonBaseElement",
|
|
117364
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117365
|
-
}
|
|
117366
|
-
},
|
|
117367
|
-
{
|
|
117368
|
-
"kind": "field",
|
|
117369
|
-
"name": "_handleButtonClick",
|
|
117370
|
-
"privacy": "private",
|
|
117371
|
-
"inheritedFrom": {
|
|
117372
|
-
"name": "SbbButtonBaseElement",
|
|
117373
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117374
|
-
}
|
|
117282
|
+
"default": "!!this.shadowRoot"
|
|
117375
117283
|
},
|
|
117376
117284
|
{
|
|
117377
117285
|
"kind": "method",
|
|
117378
|
-
"name": "
|
|
117379
|
-
"privacy": "
|
|
117286
|
+
"name": "toggleState",
|
|
117287
|
+
"privacy": "protected",
|
|
117380
117288
|
"return": {
|
|
117381
117289
|
"type": {
|
|
117382
117290
|
"text": "void"
|
|
@@ -117384,29 +117292,27 @@
|
|
|
117384
117292
|
},
|
|
117385
117293
|
"parameters": [
|
|
117386
117294
|
{
|
|
117387
|
-
"name": "
|
|
117295
|
+
"name": "value",
|
|
117388
117296
|
"type": {
|
|
117389
|
-
"text": "
|
|
117297
|
+
"text": "string"
|
|
117298
|
+
}
|
|
117299
|
+
},
|
|
117300
|
+
{
|
|
117301
|
+
"name": "force",
|
|
117302
|
+
"optional": true,
|
|
117303
|
+
"type": {
|
|
117304
|
+
"text": "boolean"
|
|
117390
117305
|
}
|
|
117391
117306
|
}
|
|
117392
117307
|
],
|
|
117393
117308
|
"inheritedFrom": {
|
|
117394
|
-
"name": "
|
|
117395
|
-
"module": "core/base-elements/
|
|
117396
|
-
}
|
|
117397
|
-
},
|
|
117398
|
-
{
|
|
117399
|
-
"kind": "field",
|
|
117400
|
-
"name": "_formKeyDown",
|
|
117401
|
-
"privacy": "private",
|
|
117402
|
-
"inheritedFrom": {
|
|
117403
|
-
"name": "SbbButtonBaseElement",
|
|
117404
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117309
|
+
"name": "SbbElement",
|
|
117310
|
+
"module": "core/base-elements/element.js"
|
|
117405
117311
|
}
|
|
117406
117312
|
},
|
|
117407
117313
|
{
|
|
117408
117314
|
"kind": "field",
|
|
117409
|
-
"name": "
|
|
117315
|
+
"name": "['_$sbbElement$']",
|
|
117410
117316
|
"type": {
|
|
117411
117317
|
"text": "boolean"
|
|
117412
117318
|
},
|
|
@@ -117414,714 +117320,624 @@
|
|
|
117414
117320
|
"static": true,
|
|
117415
117321
|
"default": "true",
|
|
117416
117322
|
"inheritedFrom": {
|
|
117417
|
-
"name": "
|
|
117418
|
-
"module": "core/
|
|
117323
|
+
"name": "SbbElement",
|
|
117324
|
+
"module": "core/base-elements/element.js"
|
|
117419
117325
|
}
|
|
117420
117326
|
},
|
|
117421
117327
|
{
|
|
117422
117328
|
"kind": "field",
|
|
117423
|
-
"name": "
|
|
117424
|
-
"privacy": "public",
|
|
117425
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
117329
|
+
"name": "_controllers",
|
|
117426
117330
|
"type": {
|
|
117427
|
-
"text": "
|
|
117331
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
117428
117332
|
},
|
|
117429
|
-
"
|
|
117333
|
+
"privacy": "private",
|
|
117430
117334
|
"inheritedFrom": {
|
|
117431
|
-
"name": "
|
|
117432
|
-
"module": "core/
|
|
117335
|
+
"name": "SbbElement",
|
|
117336
|
+
"module": "core/base-elements/element.js"
|
|
117433
117337
|
}
|
|
117338
|
+
}
|
|
117339
|
+
],
|
|
117340
|
+
"events": [
|
|
117341
|
+
{
|
|
117342
|
+
"name": "validate",
|
|
117343
|
+
"type": {
|
|
117344
|
+
"text": "CustomEvent<SbbStepValidateEventDetails>"
|
|
117345
|
+
},
|
|
117346
|
+
"description": "The validate event is dispatched when a step change is triggered. Can be canceled to abort the step change."
|
|
117347
|
+
}
|
|
117348
|
+
],
|
|
117349
|
+
"superclass": {
|
|
117350
|
+
"name": "SbbElement",
|
|
117351
|
+
"module": "core/base-elements.js"
|
|
117352
|
+
},
|
|
117353
|
+
"tagName": "sbb-step",
|
|
117354
|
+
"customElement": true
|
|
117355
|
+
}
|
|
117356
|
+
],
|
|
117357
|
+
"exports": [
|
|
117358
|
+
{
|
|
117359
|
+
"kind": "js",
|
|
117360
|
+
"name": "SbbStepElement",
|
|
117361
|
+
"declaration": {
|
|
117362
|
+
"name": "SbbStepElement",
|
|
117363
|
+
"module": "stepper/step/step.component.js"
|
|
117364
|
+
}
|
|
117365
|
+
}
|
|
117366
|
+
]
|
|
117367
|
+
},
|
|
117368
|
+
{
|
|
117369
|
+
"kind": "javascript-module",
|
|
117370
|
+
"path": "stepper/step-label/step-label.component.js",
|
|
117371
|
+
"declarations": [
|
|
117372
|
+
{
|
|
117373
|
+
"kind": "class",
|
|
117374
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's label.",
|
|
117375
|
+
"name": "SbbStepLabelElement",
|
|
117376
|
+
"slots": [
|
|
117377
|
+
{
|
|
117378
|
+
"description": "Use the unnamed slot to provide a label.",
|
|
117379
|
+
"name": ""
|
|
117434
117380
|
},
|
|
117381
|
+
{
|
|
117382
|
+
"description": "Use this to display an icon in the label bubble.",
|
|
117383
|
+
"name": "icon"
|
|
117384
|
+
}
|
|
117385
|
+
],
|
|
117386
|
+
"members": [
|
|
117435
117387
|
{
|
|
117436
117388
|
"kind": "field",
|
|
117437
|
-
"name": "
|
|
117389
|
+
"name": "elementName",
|
|
117438
117390
|
"type": {
|
|
117439
|
-
"text": "
|
|
117391
|
+
"text": "string"
|
|
117440
117392
|
},
|
|
117441
117393
|
"privacy": "public",
|
|
117442
|
-
"
|
|
117394
|
+
"static": true,
|
|
117443
117395
|
"readonly": true,
|
|
117444
117396
|
"inheritedFrom": {
|
|
117445
|
-
"name": "
|
|
117446
|
-
"module": "core/
|
|
117447
|
-
}
|
|
117397
|
+
"name": "SbbElement",
|
|
117398
|
+
"module": "core/base-elements/element.js"
|
|
117399
|
+
},
|
|
117400
|
+
"default": "'sbb-step-label'"
|
|
117448
117401
|
},
|
|
117449
117402
|
{
|
|
117450
117403
|
"kind": "field",
|
|
117451
|
-
"name": "
|
|
117404
|
+
"name": "role",
|
|
117452
117405
|
"type": {
|
|
117453
117406
|
"text": "string"
|
|
117454
117407
|
},
|
|
117455
117408
|
"privacy": "public",
|
|
117456
|
-
"
|
|
117409
|
+
"static": true,
|
|
117457
117410
|
"readonly": true,
|
|
117411
|
+
"default": "'tab'",
|
|
117458
117412
|
"inheritedFrom": {
|
|
117459
|
-
"name": "
|
|
117460
|
-
"module": "core/
|
|
117413
|
+
"name": "SbbButtonLikeBaseElement",
|
|
117414
|
+
"module": "core/base-elements/button-base-element.js"
|
|
117461
117415
|
}
|
|
117462
117416
|
},
|
|
117463
117417
|
{
|
|
117464
117418
|
"kind": "field",
|
|
117465
|
-
"name": "
|
|
117419
|
+
"name": "step",
|
|
117466
117420
|
"type": {
|
|
117467
|
-
"text": "
|
|
117421
|
+
"text": "SbbStepElement | null"
|
|
117468
117422
|
},
|
|
117469
117423
|
"privacy": "public",
|
|
117470
|
-
"description": "
|
|
117424
|
+
"description": "The step controlled by the label.",
|
|
117471
117425
|
"readonly": true,
|
|
117472
|
-
"
|
|
117473
|
-
"name": "SbbFormAssociatedMixin",
|
|
117474
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117475
|
-
}
|
|
117426
|
+
"default": "null"
|
|
117476
117427
|
},
|
|
117477
117428
|
{
|
|
117478
117429
|
"kind": "field",
|
|
117479
|
-
"name": "
|
|
117430
|
+
"name": "_step",
|
|
117431
|
+
"type": {
|
|
117432
|
+
"text": "SbbStepElement | null"
|
|
117433
|
+
},
|
|
117480
117434
|
"privacy": "private",
|
|
117481
|
-
"default": "
|
|
117482
|
-
"inheritedFrom": {
|
|
117483
|
-
"name": "SbbFormAssociatedMixin",
|
|
117484
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117485
|
-
}
|
|
117435
|
+
"default": "null"
|
|
117486
117436
|
},
|
|
117487
117437
|
{
|
|
117488
117438
|
"kind": "field",
|
|
117489
|
-
"name": "
|
|
117439
|
+
"name": "stepper",
|
|
117490
117440
|
"type": {
|
|
117491
|
-
"text": "
|
|
117441
|
+
"text": "SbbStepperElement | null"
|
|
117492
117442
|
},
|
|
117493
|
-
"privacy": "
|
|
117494
|
-
"
|
|
117495
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
117496
|
-
"inheritedFrom": {
|
|
117497
|
-
"name": "SbbFormAssociatedMixin",
|
|
117498
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117499
|
-
}
|
|
117443
|
+
"privacy": "public",
|
|
117444
|
+
"readonly": true
|
|
117500
117445
|
},
|
|
117501
117446
|
{
|
|
117502
|
-
"kind": "
|
|
117503
|
-
"name": "
|
|
117447
|
+
"kind": "field",
|
|
117448
|
+
"name": "disabled",
|
|
117504
117449
|
"privacy": "public",
|
|
117505
|
-
"
|
|
117506
|
-
|
|
117507
|
-
|
|
117508
|
-
|
|
117450
|
+
"description": "Whether the component is disabled.",
|
|
117451
|
+
"default": "false",
|
|
117452
|
+
"type": {
|
|
117453
|
+
"text": "boolean"
|
|
117509
117454
|
},
|
|
117510
|
-
"
|
|
117455
|
+
"attribute": "disabled",
|
|
117456
|
+
"reflects": true,
|
|
117511
117457
|
"inheritedFrom": {
|
|
117512
|
-
"name": "
|
|
117513
|
-
"module": "core/mixins/
|
|
117458
|
+
"name": "SbbDisabledMixin",
|
|
117459
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
117514
117460
|
}
|
|
117515
117461
|
},
|
|
117516
117462
|
{
|
|
117517
|
-
"kind": "
|
|
117518
|
-
"name": "
|
|
117519
|
-
"
|
|
117520
|
-
|
|
117521
|
-
"type": {
|
|
117522
|
-
"text": "boolean"
|
|
117523
|
-
}
|
|
117463
|
+
"kind": "field",
|
|
117464
|
+
"name": "_previousOrientation",
|
|
117465
|
+
"type": {
|
|
117466
|
+
"text": "string | undefined"
|
|
117524
117467
|
},
|
|
117525
|
-
"
|
|
117526
|
-
|
|
117527
|
-
|
|
117528
|
-
|
|
117529
|
-
|
|
117468
|
+
"privacy": "private"
|
|
117469
|
+
},
|
|
117470
|
+
{
|
|
117471
|
+
"kind": "field",
|
|
117472
|
+
"name": "_previousSize",
|
|
117473
|
+
"type": {
|
|
117474
|
+
"text": "string | undefined"
|
|
117475
|
+
},
|
|
117476
|
+
"privacy": "private"
|
|
117530
117477
|
},
|
|
117531
117478
|
{
|
|
117532
117479
|
"kind": "method",
|
|
117533
|
-
"name": "
|
|
117534
|
-
"privacy": "
|
|
117480
|
+
"name": "_isNotDeactivatedByLinearMode",
|
|
117481
|
+
"privacy": "private",
|
|
117535
117482
|
"return": {
|
|
117536
117483
|
"type": {
|
|
117537
|
-
"text": "
|
|
117484
|
+
"text": "boolean"
|
|
117538
117485
|
}
|
|
117539
117486
|
},
|
|
117540
117487
|
"parameters": [
|
|
117541
117488
|
{
|
|
117542
|
-
"name": "
|
|
117489
|
+
"name": "step",
|
|
117543
117490
|
"type": {
|
|
117544
|
-
"text": "
|
|
117491
|
+
"text": "SbbStepElement"
|
|
117545
117492
|
}
|
|
117546
117493
|
}
|
|
117547
|
-
]
|
|
117548
|
-
"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.",
|
|
117549
|
-
"inheritedFrom": {
|
|
117550
|
-
"name": "SbbFormAssociatedMixin",
|
|
117551
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117552
|
-
}
|
|
117494
|
+
]
|
|
117553
117495
|
},
|
|
117554
117496
|
{
|
|
117555
117497
|
"kind": "method",
|
|
117556
|
-
"name": "
|
|
117498
|
+
"name": "_assignStep",
|
|
117557
117499
|
"privacy": "private",
|
|
117558
|
-
"return": {
|
|
117559
|
-
"type": {
|
|
117560
|
-
"text": "boolean"
|
|
117561
|
-
}
|
|
117562
|
-
},
|
|
117563
|
-
"inheritedFrom": {
|
|
117564
|
-
"name": "SbbFormAssociatedMixin",
|
|
117565
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117566
|
-
}
|
|
117567
|
-
},
|
|
117568
|
-
{
|
|
117569
|
-
"kind": "method",
|
|
117570
|
-
"name": "updateFormValue",
|
|
117571
|
-
"privacy": "protected",
|
|
117572
117500
|
"return": {
|
|
117573
117501
|
"type": {
|
|
117574
117502
|
"text": "void"
|
|
117575
117503
|
}
|
|
117576
|
-
},
|
|
117577
|
-
"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",
|
|
117578
|
-
"inheritedFrom": {
|
|
117579
|
-
"name": "SbbFormAssociatedMixin",
|
|
117580
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117581
117504
|
}
|
|
117582
117505
|
},
|
|
117583
117506
|
{
|
|
117584
|
-
"kind": "
|
|
117585
|
-
"name": "
|
|
117586
|
-
"
|
|
117587
|
-
|
|
117588
|
-
"type": {
|
|
117589
|
-
"text": "FormRestoreState"
|
|
117590
|
-
}
|
|
117507
|
+
"kind": "field",
|
|
117508
|
+
"name": "iconName",
|
|
117509
|
+
"type": {
|
|
117510
|
+
"text": "string"
|
|
117591
117511
|
},
|
|
117512
|
+
"privacy": "public",
|
|
117513
|
+
"default": "''",
|
|
117514
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
117515
|
+
"attribute": "icon-name",
|
|
117592
117516
|
"inheritedFrom": {
|
|
117593
|
-
"name": "
|
|
117594
|
-
"module": "
|
|
117517
|
+
"name": "SbbIconNameMixin",
|
|
117518
|
+
"module": "icon/icon-name-mixin.js"
|
|
117595
117519
|
}
|
|
117596
117520
|
},
|
|
117597
117521
|
{
|
|
117598
117522
|
"kind": "method",
|
|
117599
|
-
"name": "
|
|
117523
|
+
"name": "renderIconSlot",
|
|
117600
117524
|
"privacy": "protected",
|
|
117601
117525
|
"return": {
|
|
117602
117526
|
"type": {
|
|
117603
|
-
"text": "
|
|
117527
|
+
"text": "TemplateResult"
|
|
117604
117528
|
}
|
|
117605
117529
|
},
|
|
117606
117530
|
"parameters": [
|
|
117607
117531
|
{
|
|
117608
|
-
"name": "
|
|
117609
|
-
"type": {
|
|
117610
|
-
"text": "T"
|
|
117611
|
-
}
|
|
117612
|
-
},
|
|
117613
|
-
{
|
|
117614
|
-
"name": "message",
|
|
117615
|
-
"type": {
|
|
117616
|
-
"text": "string"
|
|
117617
|
-
}
|
|
117618
|
-
},
|
|
117619
|
-
{
|
|
117620
|
-
"name": "flagValue",
|
|
117532
|
+
"name": "classname",
|
|
117621
117533
|
"optional": true,
|
|
117622
117534
|
"type": {
|
|
117623
|
-
"text": "
|
|
117535
|
+
"text": "string"
|
|
117624
117536
|
}
|
|
117625
117537
|
}
|
|
117626
117538
|
],
|
|
117627
|
-
"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).",
|
|
117628
117539
|
"inheritedFrom": {
|
|
117629
|
-
"name": "
|
|
117630
|
-
"module": "
|
|
117540
|
+
"name": "SbbIconNameMixin",
|
|
117541
|
+
"module": "icon/icon-name-mixin.js"
|
|
117631
117542
|
}
|
|
117632
117543
|
},
|
|
117633
117544
|
{
|
|
117634
117545
|
"kind": "method",
|
|
117635
|
-
"name": "
|
|
117546
|
+
"name": "renderIconName",
|
|
117636
117547
|
"privacy": "protected",
|
|
117637
117548
|
"return": {
|
|
117638
117549
|
"type": {
|
|
117639
|
-
"text": "
|
|
117550
|
+
"text": "string"
|
|
117640
117551
|
}
|
|
117641
117552
|
},
|
|
117642
|
-
"parameters": [
|
|
117643
|
-
{
|
|
117644
|
-
"name": "flag",
|
|
117645
|
-
"type": {
|
|
117646
|
-
"text": "T"
|
|
117647
|
-
}
|
|
117648
|
-
}
|
|
117649
|
-
],
|
|
117650
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
117651
117553
|
"inheritedFrom": {
|
|
117652
|
-
"name": "
|
|
117653
|
-
"module": "
|
|
117554
|
+
"name": "SbbIconNameMixin",
|
|
117555
|
+
"module": "icon/icon-name-mixin.js"
|
|
117654
117556
|
}
|
|
117655
117557
|
},
|
|
117656
117558
|
{
|
|
117657
117559
|
"kind": "method",
|
|
117658
|
-
"name": "
|
|
117659
|
-
"privacy": "
|
|
117560
|
+
"name": "_renderIconName",
|
|
117561
|
+
"privacy": "private",
|
|
117660
117562
|
"return": {
|
|
117661
117563
|
"type": {
|
|
117662
|
-
"text": "
|
|
117564
|
+
"text": "string"
|
|
117663
117565
|
}
|
|
117664
117566
|
},
|
|
117665
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
117666
117567
|
"inheritedFrom": {
|
|
117667
|
-
"name": "
|
|
117668
|
-
"module": "
|
|
117568
|
+
"name": "SbbIconNameMixin",
|
|
117569
|
+
"module": "icon/icon-name-mixin.js"
|
|
117669
117570
|
}
|
|
117670
117571
|
},
|
|
117671
117572
|
{
|
|
117672
|
-
"kind": "
|
|
117673
|
-
"name": "
|
|
117674
|
-
"privacy": "
|
|
117675
|
-
"
|
|
117676
|
-
"
|
|
117677
|
-
"text": "boolean"
|
|
117678
|
-
}
|
|
117573
|
+
"kind": "field",
|
|
117574
|
+
"name": "#disabled",
|
|
117575
|
+
"privacy": "private",
|
|
117576
|
+
"type": {
|
|
117577
|
+
"text": "boolean"
|
|
117679
117578
|
},
|
|
117680
|
-
"
|
|
117681
|
-
{
|
|
117682
|
-
"name": "name",
|
|
117683
|
-
"type": {
|
|
117684
|
-
"text": "PropertyKey | undefined"
|
|
117685
|
-
}
|
|
117686
|
-
}
|
|
117687
|
-
],
|
|
117688
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
117579
|
+
"default": "false",
|
|
117689
117580
|
"inheritedFrom": {
|
|
117690
|
-
"name": "
|
|
117691
|
-
"module": "core/mixins/
|
|
117581
|
+
"name": "SbbDisabledMixin",
|
|
117582
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
117692
117583
|
}
|
|
117693
117584
|
},
|
|
117694
117585
|
{
|
|
117695
117586
|
"kind": "method",
|
|
117696
|
-
"name": "
|
|
117697
|
-
"privacy": "
|
|
117587
|
+
"name": "isDisabledExternally",
|
|
117588
|
+
"privacy": "protected",
|
|
117698
117589
|
"return": {
|
|
117699
117590
|
"type": {
|
|
117700
|
-
"text": "
|
|
117591
|
+
"text": "boolean"
|
|
117701
117592
|
}
|
|
117702
117593
|
},
|
|
117594
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
117703
117595
|
"inheritedFrom": {
|
|
117704
|
-
"name": "
|
|
117705
|
-
"module": "core/mixins/
|
|
117596
|
+
"name": "SbbDisabledMixin",
|
|
117597
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
117706
117598
|
}
|
|
117707
117599
|
},
|
|
117708
117600
|
{
|
|
117709
117601
|
"kind": "field",
|
|
117710
|
-
"name": "
|
|
117602
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
117603
|
+
"type": {
|
|
117604
|
+
"text": "array"
|
|
117605
|
+
},
|
|
117711
117606
|
"privacy": "private",
|
|
117712
|
-
"
|
|
117713
|
-
"
|
|
117714
|
-
{
|
|
117715
|
-
"description": "The origin event.",
|
|
117716
|
-
"name": "event"
|
|
117717
|
-
}
|
|
117718
|
-
],
|
|
117607
|
+
"readonly": true,
|
|
117608
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
117719
117609
|
"inheritedFrom": {
|
|
117720
|
-
"name": "
|
|
117610
|
+
"name": "SbbButtonBaseElement",
|
|
117721
117611
|
"module": "core/base-elements/button-base-element.js"
|
|
117722
117612
|
}
|
|
117723
117613
|
},
|
|
117724
117614
|
{
|
|
117725
117615
|
"kind": "field",
|
|
117726
|
-
"name": "
|
|
117727
|
-
"
|
|
117616
|
+
"name": "value",
|
|
117617
|
+
"type": {
|
|
117618
|
+
"text": "string"
|
|
117619
|
+
},
|
|
117620
|
+
"privacy": "public",
|
|
117728
117621
|
"inheritedFrom": {
|
|
117729
|
-
"name": "
|
|
117622
|
+
"name": "SbbButtonBaseElement",
|
|
117730
117623
|
"module": "core/base-elements/button-base-element.js"
|
|
117731
|
-
}
|
|
117624
|
+
},
|
|
117625
|
+
"default": "''",
|
|
117626
|
+
"description": "Value of the form element.",
|
|
117627
|
+
"attribute": "value"
|
|
117732
117628
|
},
|
|
117733
117629
|
{
|
|
117734
117630
|
"kind": "field",
|
|
117735
|
-
"name": "
|
|
117736
|
-
"privacy": "
|
|
117737
|
-
"description": "
|
|
117738
|
-
"
|
|
117739
|
-
|
|
117740
|
-
|
|
117741
|
-
|
|
117742
|
-
|
|
117743
|
-
],
|
|
117631
|
+
"name": "type",
|
|
117632
|
+
"privacy": "public",
|
|
117633
|
+
"description": "The type attribute to use for the button.",
|
|
117634
|
+
"default": "'button'",
|
|
117635
|
+
"type": {
|
|
117636
|
+
"text": "SbbButtonType"
|
|
117637
|
+
},
|
|
117638
|
+
"attribute": "type",
|
|
117744
117639
|
"inheritedFrom": {
|
|
117745
|
-
"name": "
|
|
117640
|
+
"name": "SbbButtonBaseElement",
|
|
117746
117641
|
"module": "core/base-elements/button-base-element.js"
|
|
117747
117642
|
}
|
|
117748
117643
|
},
|
|
117749
117644
|
{
|
|
117750
117645
|
"kind": "field",
|
|
117751
|
-
"name": "
|
|
117752
|
-
"
|
|
117646
|
+
"name": "form",
|
|
117647
|
+
"type": {
|
|
117648
|
+
"text": "HTMLFormElement | null"
|
|
117649
|
+
},
|
|
117650
|
+
"privacy": "public",
|
|
117651
|
+
"description": "The `<form>` element to associate the button with.",
|
|
117753
117652
|
"inheritedFrom": {
|
|
117754
|
-
"name": "
|
|
117653
|
+
"name": "SbbButtonBaseElement",
|
|
117755
117654
|
"module": "core/base-elements/button-base-element.js"
|
|
117756
|
-
}
|
|
117655
|
+
},
|
|
117656
|
+
"attribute": "form"
|
|
117757
117657
|
},
|
|
117758
117658
|
{
|
|
117759
117659
|
"kind": "field",
|
|
117760
|
-
"name": "
|
|
117660
|
+
"name": "_formId",
|
|
117761
117661
|
"type": {
|
|
117762
|
-
"text": "
|
|
117662
|
+
"text": "string"
|
|
117763
117663
|
},
|
|
117764
|
-
"privacy": "
|
|
117765
|
-
"
|
|
117664
|
+
"privacy": "private",
|
|
117665
|
+
"default": "''",
|
|
117766
117666
|
"inheritedFrom": {
|
|
117767
|
-
"name": "
|
|
117768
|
-
"module": "core/base-elements/
|
|
117667
|
+
"name": "SbbButtonBaseElement",
|
|
117668
|
+
"module": "core/base-elements/button-base-element.js"
|
|
117769
117669
|
}
|
|
117770
117670
|
},
|
|
117771
117671
|
{
|
|
117772
117672
|
"kind": "field",
|
|
117773
|
-
"name": "
|
|
117774
|
-
"
|
|
117775
|
-
"text": "boolean | undefined"
|
|
117776
|
-
},
|
|
117777
|
-
"privacy": "protected",
|
|
117778
|
-
"readonly": true,
|
|
117673
|
+
"name": "_handleButtonClick",
|
|
117674
|
+
"privacy": "private",
|
|
117779
117675
|
"inheritedFrom": {
|
|
117780
|
-
"name": "
|
|
117781
|
-
"module": "core/base-elements/
|
|
117676
|
+
"name": "SbbButtonBaseElement",
|
|
117677
|
+
"module": "core/base-elements/button-base-element.js"
|
|
117782
117678
|
}
|
|
117783
117679
|
},
|
|
117784
117680
|
{
|
|
117785
117681
|
"kind": "method",
|
|
117786
|
-
"name": "
|
|
117787
|
-
"privacy": "
|
|
117682
|
+
"name": "_requestSubmit",
|
|
117683
|
+
"privacy": "private",
|
|
117788
117684
|
"return": {
|
|
117789
117685
|
"type": {
|
|
117790
117686
|
"text": "void"
|
|
117791
117687
|
}
|
|
117792
117688
|
},
|
|
117793
|
-
"
|
|
117794
|
-
|
|
117795
|
-
|
|
117796
|
-
|
|
117797
|
-
|
|
117798
|
-
|
|
117799
|
-
"kind": "method",
|
|
117800
|
-
"name": "renderTemplate",
|
|
117801
|
-
"privacy": "protected",
|
|
117802
|
-
"return": {
|
|
117803
|
-
"type": {
|
|
117804
|
-
"text": "TemplateResult"
|
|
117689
|
+
"parameters": [
|
|
117690
|
+
{
|
|
117691
|
+
"name": "form",
|
|
117692
|
+
"type": {
|
|
117693
|
+
"text": "HTMLFormElement"
|
|
117694
|
+
}
|
|
117805
117695
|
}
|
|
117806
|
-
|
|
117807
|
-
"description": "Override this method to render the component template.",
|
|
117696
|
+
],
|
|
117808
117697
|
"inheritedFrom": {
|
|
117809
|
-
"name": "
|
|
117810
|
-
"module": "core/base-elements/
|
|
117698
|
+
"name": "SbbButtonBaseElement",
|
|
117699
|
+
"module": "core/base-elements/button-base-element.js"
|
|
117811
117700
|
}
|
|
117812
117701
|
},
|
|
117813
117702
|
{
|
|
117814
117703
|
"kind": "field",
|
|
117815
|
-
"name": "
|
|
117816
|
-
"type": {
|
|
117817
|
-
"text": "boolean"
|
|
117818
|
-
},
|
|
117704
|
+
"name": "_formKeyDown",
|
|
117819
117705
|
"privacy": "private",
|
|
117820
|
-
"default": "!!this.shadowRoot",
|
|
117821
117706
|
"inheritedFrom": {
|
|
117822
|
-
"name": "
|
|
117823
|
-
"module": "core/base-elements/element.js"
|
|
117707
|
+
"name": "SbbButtonBaseElement",
|
|
117708
|
+
"module": "core/base-elements/button-base-element.js"
|
|
117824
117709
|
}
|
|
117825
117710
|
},
|
|
117826
117711
|
{
|
|
117827
117712
|
"kind": "field",
|
|
117828
|
-
"name": "
|
|
117829
|
-
"
|
|
117830
|
-
|
|
117713
|
+
"name": "formAssociated",
|
|
117714
|
+
"type": {
|
|
117715
|
+
"text": "boolean"
|
|
117716
|
+
},
|
|
117717
|
+
"privacy": "public",
|
|
117718
|
+
"static": true,
|
|
117719
|
+
"default": "true",
|
|
117831
117720
|
"inheritedFrom": {
|
|
117832
|
-
"name": "
|
|
117833
|
-
"module": "core/
|
|
117721
|
+
"name": "SbbFormAssociatedMixin",
|
|
117722
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117834
117723
|
}
|
|
117835
117724
|
},
|
|
117836
117725
|
{
|
|
117837
117726
|
"kind": "field",
|
|
117838
|
-
"name": "
|
|
117727
|
+
"name": "name",
|
|
117728
|
+
"privacy": "public",
|
|
117729
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
117839
117730
|
"type": {
|
|
117840
|
-
"text": "
|
|
117731
|
+
"text": "string"
|
|
117841
117732
|
},
|
|
117842
|
-
"
|
|
117733
|
+
"attribute": "name",
|
|
117843
117734
|
"inheritedFrom": {
|
|
117844
|
-
"name": "
|
|
117845
|
-
"module": "core/
|
|
117735
|
+
"name": "SbbFormAssociatedMixin",
|
|
117736
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117846
117737
|
}
|
|
117847
117738
|
},
|
|
117848
117739
|
{
|
|
117849
117740
|
"kind": "field",
|
|
117850
|
-
"name": "
|
|
117741
|
+
"name": "validity",
|
|
117851
117742
|
"type": {
|
|
117852
|
-
"text": "
|
|
117743
|
+
"text": "ValidityState"
|
|
117853
117744
|
},
|
|
117854
|
-
"privacy": "
|
|
117855
|
-
"description": "Returns
|
|
117745
|
+
"privacy": "public",
|
|
117746
|
+
"description": "Returns the ValidityState object for this element.",
|
|
117856
117747
|
"readonly": true,
|
|
117857
117748
|
"inheritedFrom": {
|
|
117858
|
-
"name": "
|
|
117859
|
-
"module": "core/
|
|
117860
|
-
},
|
|
117861
|
-
"default": "!!this.shadowRoot"
|
|
117862
|
-
},
|
|
117863
|
-
{
|
|
117864
|
-
"kind": "method",
|
|
117865
|
-
"name": "toggleState",
|
|
117866
|
-
"privacy": "protected",
|
|
117867
|
-
"return": {
|
|
117868
|
-
"type": {
|
|
117869
|
-
"text": "void"
|
|
117870
|
-
}
|
|
117871
|
-
},
|
|
117872
|
-
"parameters": [
|
|
117873
|
-
{
|
|
117874
|
-
"name": "value",
|
|
117875
|
-
"type": {
|
|
117876
|
-
"text": "string"
|
|
117877
|
-
}
|
|
117878
|
-
},
|
|
117879
|
-
{
|
|
117880
|
-
"name": "force",
|
|
117881
|
-
"optional": true,
|
|
117882
|
-
"type": {
|
|
117883
|
-
"text": "boolean"
|
|
117884
|
-
}
|
|
117885
|
-
}
|
|
117886
|
-
],
|
|
117887
|
-
"inheritedFrom": {
|
|
117888
|
-
"name": "SbbElement",
|
|
117889
|
-
"module": "core/base-elements/element.js"
|
|
117749
|
+
"name": "SbbFormAssociatedMixin",
|
|
117750
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117890
117751
|
}
|
|
117891
117752
|
},
|
|
117892
117753
|
{
|
|
117893
117754
|
"kind": "field",
|
|
117894
|
-
"name": "
|
|
117755
|
+
"name": "validationMessage",
|
|
117895
117756
|
"type": {
|
|
117896
|
-
"text": "
|
|
117757
|
+
"text": "string"
|
|
117897
117758
|
},
|
|
117898
117759
|
"privacy": "public",
|
|
117899
|
-
"
|
|
117900
|
-
"
|
|
117760
|
+
"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.",
|
|
117761
|
+
"readonly": true,
|
|
117901
117762
|
"inheritedFrom": {
|
|
117902
|
-
"name": "
|
|
117903
|
-
"module": "core/
|
|
117763
|
+
"name": "SbbFormAssociatedMixin",
|
|
117764
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117904
117765
|
}
|
|
117905
117766
|
},
|
|
117906
117767
|
{
|
|
117907
117768
|
"kind": "field",
|
|
117908
|
-
"name": "
|
|
117769
|
+
"name": "willValidate",
|
|
117909
117770
|
"type": {
|
|
117910
|
-
"text": "
|
|
117771
|
+
"text": "boolean"
|
|
117911
117772
|
},
|
|
117912
|
-
"privacy": "
|
|
117773
|
+
"privacy": "public",
|
|
117774
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
117775
|
+
"readonly": true,
|
|
117913
117776
|
"inheritedFrom": {
|
|
117914
|
-
"name": "
|
|
117915
|
-
"module": "core/
|
|
117777
|
+
"name": "SbbFormAssociatedMixin",
|
|
117778
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117916
117779
|
}
|
|
117917
|
-
}
|
|
117918
|
-
],
|
|
117919
|
-
"mixins": [
|
|
117920
|
-
{
|
|
117921
|
-
"name": "SbbIconNameMixin",
|
|
117922
|
-
"module": "icon.js"
|
|
117923
117780
|
},
|
|
117924
117781
|
{
|
|
117925
|
-
"
|
|
117926
|
-
"
|
|
117927
|
-
|
|
117928
|
-
|
|
117929
|
-
"superclass": {
|
|
117930
|
-
"name": "SbbButtonBaseElement",
|
|
117931
|
-
"module": "core/base-elements.js"
|
|
117932
|
-
},
|
|
117933
|
-
"tagName": "sbb-step-label",
|
|
117934
|
-
"customElement": true,
|
|
117935
|
-
"attributes": [
|
|
117936
|
-
{
|
|
117937
|
-
"name": "icon-name",
|
|
117938
|
-
"type": {
|
|
117939
|
-
"text": "string"
|
|
117940
|
-
},
|
|
117941
|
-
"default": "''",
|
|
117942
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
117943
|
-
"fieldName": "iconName",
|
|
117782
|
+
"kind": "field",
|
|
117783
|
+
"name": "_validityStates",
|
|
117784
|
+
"privacy": "private",
|
|
117785
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
117944
117786
|
"inheritedFrom": {
|
|
117945
|
-
"name": "
|
|
117946
|
-
"module": "
|
|
117787
|
+
"name": "SbbFormAssociatedMixin",
|
|
117788
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117947
117789
|
}
|
|
117948
117790
|
},
|
|
117949
117791
|
{
|
|
117950
|
-
"
|
|
117951
|
-
"
|
|
117952
|
-
"default": "false",
|
|
117792
|
+
"kind": "field",
|
|
117793
|
+
"name": "formDisabled",
|
|
117953
117794
|
"type": {
|
|
117954
117795
|
"text": "boolean"
|
|
117955
117796
|
},
|
|
117956
|
-
"
|
|
117797
|
+
"privacy": "protected",
|
|
117798
|
+
"default": "false",
|
|
117799
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
117957
117800
|
"inheritedFrom": {
|
|
117958
|
-
"name": "
|
|
117959
|
-
"module": "core/mixins/
|
|
117801
|
+
"name": "SbbFormAssociatedMixin",
|
|
117802
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117960
117803
|
}
|
|
117961
117804
|
},
|
|
117962
117805
|
{
|
|
117963
|
-
"
|
|
117964
|
-
"
|
|
117965
|
-
|
|
117806
|
+
"kind": "method",
|
|
117807
|
+
"name": "checkValidity",
|
|
117808
|
+
"privacy": "public",
|
|
117809
|
+
"return": {
|
|
117810
|
+
"type": {
|
|
117811
|
+
"text": "boolean"
|
|
117812
|
+
}
|
|
117966
117813
|
},
|
|
117967
|
-
"
|
|
117968
|
-
"description": "Value of the form element.",
|
|
117969
|
-
"fieldName": "value",
|
|
117814
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
117970
117815
|
"inheritedFrom": {
|
|
117971
|
-
"name": "
|
|
117972
|
-
"module": "core/
|
|
117816
|
+
"name": "SbbFormAssociatedMixin",
|
|
117817
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117973
117818
|
}
|
|
117974
117819
|
},
|
|
117975
117820
|
{
|
|
117976
|
-
"
|
|
117977
|
-
"
|
|
117978
|
-
"
|
|
117979
|
-
"
|
|
117980
|
-
"
|
|
117821
|
+
"kind": "method",
|
|
117822
|
+
"name": "reportValidity",
|
|
117823
|
+
"privacy": "public",
|
|
117824
|
+
"return": {
|
|
117825
|
+
"type": {
|
|
117826
|
+
"text": "boolean"
|
|
117827
|
+
}
|
|
117981
117828
|
},
|
|
117982
|
-
"
|
|
117829
|
+
"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.",
|
|
117983
117830
|
"inheritedFrom": {
|
|
117984
|
-
"name": "
|
|
117985
|
-
"module": "core/
|
|
117831
|
+
"name": "SbbFormAssociatedMixin",
|
|
117832
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117986
117833
|
}
|
|
117987
117834
|
},
|
|
117988
117835
|
{
|
|
117989
|
-
"
|
|
117990
|
-
"
|
|
117991
|
-
"
|
|
117992
|
-
|
|
117836
|
+
"kind": "method",
|
|
117837
|
+
"name": "setCustomValidity",
|
|
117838
|
+
"privacy": "public",
|
|
117839
|
+
"return": {
|
|
117840
|
+
"type": {
|
|
117841
|
+
"text": "void"
|
|
117842
|
+
}
|
|
117993
117843
|
},
|
|
117994
|
-
"
|
|
117844
|
+
"parameters": [
|
|
117845
|
+
{
|
|
117846
|
+
"name": "message",
|
|
117847
|
+
"type": {
|
|
117848
|
+
"text": "string"
|
|
117849
|
+
}
|
|
117850
|
+
}
|
|
117851
|
+
],
|
|
117852
|
+
"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.",
|
|
117995
117853
|
"inheritedFrom": {
|
|
117996
|
-
"name": "
|
|
117997
|
-
"module": "core/
|
|
117854
|
+
"name": "SbbFormAssociatedMixin",
|
|
117855
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117998
117856
|
}
|
|
117999
117857
|
},
|
|
118000
117858
|
{
|
|
118001
|
-
"
|
|
118002
|
-
"
|
|
118003
|
-
"
|
|
118004
|
-
|
|
117859
|
+
"kind": "method",
|
|
117860
|
+
"name": "_hasDisabledAncestor",
|
|
117861
|
+
"privacy": "private",
|
|
117862
|
+
"return": {
|
|
117863
|
+
"type": {
|
|
117864
|
+
"text": "boolean"
|
|
117865
|
+
}
|
|
118005
117866
|
},
|
|
118006
|
-
"fieldName": "name",
|
|
118007
117867
|
"inheritedFrom": {
|
|
118008
117868
|
"name": "SbbFormAssociatedMixin",
|
|
118009
117869
|
"module": "core/mixins/form-associated-mixin.js"
|
|
118010
117870
|
}
|
|
118011
|
-
}
|
|
118012
|
-
]
|
|
118013
|
-
}
|
|
118014
|
-
],
|
|
118015
|
-
"exports": [
|
|
118016
|
-
{
|
|
118017
|
-
"kind": "js",
|
|
118018
|
-
"name": "SbbStepLabelElement",
|
|
118019
|
-
"declaration": {
|
|
118020
|
-
"name": "SbbStepLabelElement",
|
|
118021
|
-
"module": "stepper/step-label/step-label.component.js"
|
|
118022
|
-
}
|
|
118023
|
-
}
|
|
118024
|
-
]
|
|
118025
|
-
},
|
|
118026
|
-
{
|
|
118027
|
-
"kind": "javascript-module",
|
|
118028
|
-
"path": "stepper/step/step.component.js",
|
|
118029
|
-
"declarations": [
|
|
118030
|
-
{
|
|
118031
|
-
"kind": "class",
|
|
118032
|
-
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
118033
|
-
"name": "SbbStepElement",
|
|
118034
|
-
"slots": [
|
|
118035
|
-
{
|
|
118036
|
-
"description": "Use the unnamed slot to provide content.",
|
|
118037
|
-
"name": ""
|
|
118038
|
-
}
|
|
118039
|
-
],
|
|
118040
|
-
"members": [
|
|
117871
|
+
},
|
|
118041
117872
|
{
|
|
118042
|
-
"kind": "
|
|
118043
|
-
"name": "
|
|
118044
|
-
"
|
|
118045
|
-
|
|
117873
|
+
"kind": "method",
|
|
117874
|
+
"name": "updateFormValue",
|
|
117875
|
+
"privacy": "protected",
|
|
117876
|
+
"return": {
|
|
117877
|
+
"type": {
|
|
117878
|
+
"text": "void"
|
|
117879
|
+
}
|
|
118046
117880
|
},
|
|
118047
|
-
"
|
|
118048
|
-
"static": true,
|
|
118049
|
-
"readonly": true,
|
|
118050
|
-
"default": "'sbb-step'",
|
|
117881
|
+
"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",
|
|
118051
117882
|
"inheritedFrom": {
|
|
118052
|
-
"name": "
|
|
118053
|
-
"module": "core/
|
|
117883
|
+
"name": "SbbFormAssociatedMixin",
|
|
117884
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118054
117885
|
}
|
|
118055
117886
|
},
|
|
118056
117887
|
{
|
|
118057
|
-
"kind": "
|
|
118058
|
-
"name": "
|
|
118059
|
-
"
|
|
118060
|
-
|
|
117888
|
+
"kind": "method",
|
|
117889
|
+
"name": "formState",
|
|
117890
|
+
"privacy": "protected",
|
|
117891
|
+
"return": {
|
|
117892
|
+
"type": {
|
|
117893
|
+
"text": "FormRestoreState"
|
|
117894
|
+
}
|
|
118061
117895
|
},
|
|
118062
|
-
"
|
|
118063
|
-
|
|
118064
|
-
|
|
118065
|
-
"default": "'tabpanel'"
|
|
118066
|
-
},
|
|
118067
|
-
{
|
|
118068
|
-
"kind": "field",
|
|
118069
|
-
"name": "events",
|
|
118070
|
-
"privacy": "public",
|
|
118071
|
-
"static": true,
|
|
118072
|
-
"readonly": true,
|
|
118073
|
-
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
118074
|
-
"type": {
|
|
118075
|
-
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
117896
|
+
"inheritedFrom": {
|
|
117897
|
+
"name": "SbbFormAssociatedMixin",
|
|
117898
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118076
117899
|
}
|
|
118077
117900
|
},
|
|
118078
117901
|
{
|
|
118079
|
-
"kind": "
|
|
118080
|
-
"name": "
|
|
118081
|
-
"privacy": "
|
|
118082
|
-
"
|
|
118083
|
-
|
|
118084
|
-
|
|
118085
|
-
|
|
118086
|
-
"name": "label",
|
|
118087
|
-
"type": {
|
|
118088
|
-
"text": "SbbStepLabelElement | null"
|
|
118089
|
-
},
|
|
118090
|
-
"privacy": "public",
|
|
118091
|
-
"description": "The label of the step.",
|
|
118092
|
-
"readonly": true,
|
|
118093
|
-
"default": "null"
|
|
118094
|
-
},
|
|
118095
|
-
{
|
|
118096
|
-
"kind": "field",
|
|
118097
|
-
"name": "_label",
|
|
118098
|
-
"type": {
|
|
118099
|
-
"text": "SbbStepLabelElement | null"
|
|
118100
|
-
},
|
|
118101
|
-
"privacy": "private",
|
|
118102
|
-
"default": "null"
|
|
118103
|
-
},
|
|
118104
|
-
{
|
|
118105
|
-
"kind": "field",
|
|
118106
|
-
"name": "stepper",
|
|
118107
|
-
"type": {
|
|
118108
|
-
"text": "SbbStepperElement | null"
|
|
118109
|
-
},
|
|
118110
|
-
"privacy": "public",
|
|
118111
|
-
"readonly": true
|
|
118112
|
-
},
|
|
118113
|
-
{
|
|
118114
|
-
"kind": "field",
|
|
118115
|
-
"name": "_previousOrientation",
|
|
118116
|
-
"type": {
|
|
118117
|
-
"text": "string | undefined"
|
|
117902
|
+
"kind": "method",
|
|
117903
|
+
"name": "setValidityFlag",
|
|
117904
|
+
"privacy": "protected",
|
|
117905
|
+
"return": {
|
|
117906
|
+
"type": {
|
|
117907
|
+
"text": "void"
|
|
117908
|
+
}
|
|
118118
117909
|
},
|
|
118119
|
-
"
|
|
117910
|
+
"parameters": [
|
|
117911
|
+
{
|
|
117912
|
+
"name": "flag",
|
|
117913
|
+
"type": {
|
|
117914
|
+
"text": "T"
|
|
117915
|
+
}
|
|
117916
|
+
},
|
|
117917
|
+
{
|
|
117918
|
+
"name": "message",
|
|
117919
|
+
"type": {
|
|
117920
|
+
"text": "string"
|
|
117921
|
+
}
|
|
117922
|
+
},
|
|
117923
|
+
{
|
|
117924
|
+
"name": "flagValue",
|
|
117925
|
+
"optional": true,
|
|
117926
|
+
"type": {
|
|
117927
|
+
"text": "ValidityStateFlags[T]"
|
|
117928
|
+
}
|
|
117929
|
+
}
|
|
117930
|
+
],
|
|
117931
|
+
"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).",
|
|
117932
|
+
"inheritedFrom": {
|
|
117933
|
+
"name": "SbbFormAssociatedMixin",
|
|
117934
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117935
|
+
}
|
|
118120
117936
|
},
|
|
118121
117937
|
{
|
|
118122
117938
|
"kind": "method",
|
|
118123
|
-
"name": "
|
|
118124
|
-
"privacy": "
|
|
117939
|
+
"name": "removeValidityFlag",
|
|
117940
|
+
"privacy": "protected",
|
|
118125
117941
|
"return": {
|
|
118126
117942
|
"type": {
|
|
118127
117943
|
"text": "void"
|
|
@@ -118129,18 +117945,37 @@
|
|
|
118129
117945
|
},
|
|
118130
117946
|
"parameters": [
|
|
118131
117947
|
{
|
|
118132
|
-
"name": "
|
|
117948
|
+
"name": "flag",
|
|
118133
117949
|
"type": {
|
|
118134
|
-
"text": "
|
|
117950
|
+
"text": "T"
|
|
118135
117951
|
}
|
|
118136
117952
|
}
|
|
118137
117953
|
],
|
|
118138
|
-
"description": "
|
|
117954
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
117955
|
+
"inheritedFrom": {
|
|
117956
|
+
"name": "SbbFormAssociatedMixin",
|
|
117957
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117958
|
+
}
|
|
118139
117959
|
},
|
|
118140
117960
|
{
|
|
118141
117961
|
"kind": "method",
|
|
118142
|
-
"name": "
|
|
118143
|
-
"privacy": "
|
|
117962
|
+
"name": "validate",
|
|
117963
|
+
"privacy": "protected",
|
|
117964
|
+
"return": {
|
|
117965
|
+
"type": {
|
|
117966
|
+
"text": "void"
|
|
117967
|
+
}
|
|
117968
|
+
},
|
|
117969
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
117970
|
+
"inheritedFrom": {
|
|
117971
|
+
"name": "SbbFormAssociatedMixin",
|
|
117972
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117973
|
+
}
|
|
117974
|
+
},
|
|
117975
|
+
{
|
|
117976
|
+
"kind": "method",
|
|
117977
|
+
"name": "shouldValidate",
|
|
117978
|
+
"privacy": "protected",
|
|
118144
117979
|
"return": {
|
|
118145
117980
|
"type": {
|
|
118146
117981
|
"text": "boolean"
|
|
@@ -118148,49 +117983,135 @@
|
|
|
118148
117983
|
},
|
|
118149
117984
|
"parameters": [
|
|
118150
117985
|
{
|
|
118151
|
-
"name": "
|
|
117986
|
+
"name": "name",
|
|
118152
117987
|
"type": {
|
|
118153
|
-
"text": "
|
|
117988
|
+
"text": "PropertyKey | undefined"
|
|
118154
117989
|
}
|
|
118155
117990
|
}
|
|
118156
|
-
]
|
|
117991
|
+
],
|
|
117992
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
117993
|
+
"inheritedFrom": {
|
|
117994
|
+
"name": "SbbFormAssociatedMixin",
|
|
117995
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
117996
|
+
}
|
|
118157
117997
|
},
|
|
118158
117998
|
{
|
|
118159
117999
|
"kind": "method",
|
|
118160
|
-
"name": "
|
|
118000
|
+
"name": "_setInternalValidity",
|
|
118161
118001
|
"privacy": "private",
|
|
118162
118002
|
"return": {
|
|
118163
118003
|
"type": {
|
|
118164
|
-
"text": "
|
|
118004
|
+
"text": "void"
|
|
118165
118005
|
}
|
|
118166
118006
|
},
|
|
118007
|
+
"inheritedFrom": {
|
|
118008
|
+
"name": "SbbFormAssociatedMixin",
|
|
118009
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118010
|
+
}
|
|
118011
|
+
},
|
|
118012
|
+
{
|
|
118013
|
+
"kind": "field",
|
|
118014
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
118015
|
+
"privacy": "private",
|
|
118016
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
118167
118017
|
"parameters": [
|
|
118168
118018
|
{
|
|
118169
|
-
"
|
|
118170
|
-
"
|
|
118171
|
-
"text": "HTMLElement"
|
|
118172
|
-
}
|
|
118019
|
+
"description": "The origin event.",
|
|
118020
|
+
"name": "event"
|
|
118173
118021
|
}
|
|
118174
|
-
]
|
|
118022
|
+
],
|
|
118023
|
+
"inheritedFrom": {
|
|
118024
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118025
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118026
|
+
}
|
|
118175
118027
|
},
|
|
118176
118028
|
{
|
|
118177
|
-
"kind": "
|
|
118178
|
-
"name": "
|
|
118029
|
+
"kind": "field",
|
|
118030
|
+
"name": "_removeActiveMarker",
|
|
118031
|
+
"privacy": "private",
|
|
118032
|
+
"inheritedFrom": {
|
|
118033
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118034
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118035
|
+
}
|
|
118036
|
+
},
|
|
118037
|
+
{
|
|
118038
|
+
"kind": "field",
|
|
118039
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
118040
|
+
"privacy": "private",
|
|
118041
|
+
"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.",
|
|
118042
|
+
"parameters": [
|
|
118043
|
+
{
|
|
118044
|
+
"description": "The origin event.",
|
|
118045
|
+
"name": "event"
|
|
118046
|
+
}
|
|
118047
|
+
],
|
|
118048
|
+
"inheritedFrom": {
|
|
118049
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118050
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118051
|
+
}
|
|
118052
|
+
},
|
|
118053
|
+
{
|
|
118054
|
+
"kind": "field",
|
|
118055
|
+
"name": "_dispatchClickEvent",
|
|
118179
118056
|
"privacy": "private",
|
|
118057
|
+
"inheritedFrom": {
|
|
118058
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118059
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118060
|
+
}
|
|
118061
|
+
},
|
|
118062
|
+
{
|
|
118063
|
+
"kind": "field",
|
|
118064
|
+
"name": "maybeDisabled",
|
|
118065
|
+
"type": {
|
|
118066
|
+
"text": "boolean | undefined"
|
|
118067
|
+
},
|
|
118068
|
+
"privacy": "protected",
|
|
118069
|
+
"readonly": true,
|
|
118070
|
+
"inheritedFrom": {
|
|
118071
|
+
"name": "SbbActionBaseElement",
|
|
118072
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118073
|
+
}
|
|
118074
|
+
},
|
|
118075
|
+
{
|
|
118076
|
+
"kind": "field",
|
|
118077
|
+
"name": "maybeDisabledInteractive",
|
|
118078
|
+
"type": {
|
|
118079
|
+
"text": "boolean | undefined"
|
|
118080
|
+
},
|
|
118081
|
+
"privacy": "protected",
|
|
118082
|
+
"readonly": true,
|
|
118083
|
+
"inheritedFrom": {
|
|
118084
|
+
"name": "SbbActionBaseElement",
|
|
118085
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118086
|
+
}
|
|
118087
|
+
},
|
|
118088
|
+
{
|
|
118089
|
+
"kind": "method",
|
|
118090
|
+
"name": "setupBaseEventHandlers",
|
|
118091
|
+
"privacy": "protected",
|
|
118180
118092
|
"return": {
|
|
118181
118093
|
"type": {
|
|
118182
118094
|
"text": "void"
|
|
118183
118095
|
}
|
|
118096
|
+
},
|
|
118097
|
+
"inheritedFrom": {
|
|
118098
|
+
"name": "SbbActionBaseElement",
|
|
118099
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118184
118100
|
}
|
|
118185
118101
|
},
|
|
118186
118102
|
{
|
|
118187
118103
|
"kind": "method",
|
|
118188
|
-
"name": "
|
|
118189
|
-
"privacy": "
|
|
118104
|
+
"name": "renderTemplate",
|
|
118105
|
+
"privacy": "protected",
|
|
118190
118106
|
"return": {
|
|
118191
118107
|
"type": {
|
|
118192
|
-
"text": "
|
|
118108
|
+
"text": "TemplateResult"
|
|
118193
118109
|
}
|
|
118110
|
+
},
|
|
118111
|
+
"description": "Override this method to render the component template.",
|
|
118112
|
+
"inheritedFrom": {
|
|
118113
|
+
"name": "SbbActionBaseElement",
|
|
118114
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118194
118115
|
}
|
|
118195
118116
|
},
|
|
118196
118117
|
{
|
|
@@ -118299,30 +118220,109 @@
|
|
|
118299
118220
|
}
|
|
118300
118221
|
}
|
|
118301
118222
|
],
|
|
118302
|
-
"
|
|
118223
|
+
"mixins": [
|
|
118303
118224
|
{
|
|
118304
|
-
"name": "
|
|
118305
|
-
"
|
|
118306
|
-
|
|
118307
|
-
|
|
118308
|
-
"
|
|
118225
|
+
"name": "SbbIconNameMixin",
|
|
118226
|
+
"module": "icon.js"
|
|
118227
|
+
},
|
|
118228
|
+
{
|
|
118229
|
+
"name": "SbbDisabledMixin",
|
|
118230
|
+
"module": "core/mixins.js"
|
|
118309
118231
|
}
|
|
118310
118232
|
],
|
|
118311
118233
|
"superclass": {
|
|
118312
|
-
"name": "
|
|
118234
|
+
"name": "SbbButtonBaseElement",
|
|
118313
118235
|
"module": "core/base-elements.js"
|
|
118314
118236
|
},
|
|
118315
|
-
"tagName": "sbb-step",
|
|
118316
|
-
"customElement": true
|
|
118237
|
+
"tagName": "sbb-step-label",
|
|
118238
|
+
"customElement": true,
|
|
118239
|
+
"attributes": [
|
|
118240
|
+
{
|
|
118241
|
+
"name": "icon-name",
|
|
118242
|
+
"type": {
|
|
118243
|
+
"text": "string"
|
|
118244
|
+
},
|
|
118245
|
+
"default": "''",
|
|
118246
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
118247
|
+
"fieldName": "iconName",
|
|
118248
|
+
"inheritedFrom": {
|
|
118249
|
+
"name": "SbbIconNameMixin",
|
|
118250
|
+
"module": "icon/icon-name-mixin.js"
|
|
118251
|
+
}
|
|
118252
|
+
},
|
|
118253
|
+
{
|
|
118254
|
+
"name": "disabled",
|
|
118255
|
+
"description": "Whether the component is disabled.",
|
|
118256
|
+
"default": "false",
|
|
118257
|
+
"type": {
|
|
118258
|
+
"text": "boolean"
|
|
118259
|
+
},
|
|
118260
|
+
"fieldName": "disabled",
|
|
118261
|
+
"inheritedFrom": {
|
|
118262
|
+
"name": "SbbDisabledMixin",
|
|
118263
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118264
|
+
}
|
|
118265
|
+
},
|
|
118266
|
+
{
|
|
118267
|
+
"name": "value",
|
|
118268
|
+
"type": {
|
|
118269
|
+
"text": "string"
|
|
118270
|
+
},
|
|
118271
|
+
"default": "''",
|
|
118272
|
+
"description": "Value of the form element.",
|
|
118273
|
+
"fieldName": "value",
|
|
118274
|
+
"inheritedFrom": {
|
|
118275
|
+
"name": "SbbButtonBaseElement",
|
|
118276
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118277
|
+
}
|
|
118278
|
+
},
|
|
118279
|
+
{
|
|
118280
|
+
"name": "type",
|
|
118281
|
+
"description": "The type attribute to use for the button.",
|
|
118282
|
+
"default": "'button'",
|
|
118283
|
+
"type": {
|
|
118284
|
+
"text": "SbbButtonType"
|
|
118285
|
+
},
|
|
118286
|
+
"fieldName": "type",
|
|
118287
|
+
"inheritedFrom": {
|
|
118288
|
+
"name": "SbbButtonBaseElement",
|
|
118289
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118290
|
+
}
|
|
118291
|
+
},
|
|
118292
|
+
{
|
|
118293
|
+
"name": "form",
|
|
118294
|
+
"description": "The `<form>` element to associate the button with.",
|
|
118295
|
+
"type": {
|
|
118296
|
+
"text": "HTMLFormElement | null"
|
|
118297
|
+
},
|
|
118298
|
+
"fieldName": "form",
|
|
118299
|
+
"inheritedFrom": {
|
|
118300
|
+
"name": "SbbButtonBaseElement",
|
|
118301
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118302
|
+
}
|
|
118303
|
+
},
|
|
118304
|
+
{
|
|
118305
|
+
"name": "name",
|
|
118306
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
118307
|
+
"type": {
|
|
118308
|
+
"text": "string"
|
|
118309
|
+
},
|
|
118310
|
+
"fieldName": "name",
|
|
118311
|
+
"inheritedFrom": {
|
|
118312
|
+
"name": "SbbFormAssociatedMixin",
|
|
118313
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118314
|
+
}
|
|
118315
|
+
}
|
|
118316
|
+
]
|
|
118317
118317
|
}
|
|
118318
118318
|
],
|
|
118319
118319
|
"exports": [
|
|
118320
118320
|
{
|
|
118321
118321
|
"kind": "js",
|
|
118322
|
-
"name": "
|
|
118322
|
+
"name": "SbbStepLabelElement",
|
|
118323
118323
|
"declaration": {
|
|
118324
|
-
"name": "
|
|
118325
|
-
"module": "stepper/step/step.component.js"
|
|
118324
|
+
"name": "SbbStepLabelElement",
|
|
118325
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
118326
118326
|
}
|
|
118327
118327
|
}
|
|
118328
118328
|
]
|