@sbb-esta/lyne-elements-dev 4.12.1-dev.1778065363 → 4.12.1-dev.1778074064
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 +856 -856
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -81230,12 +81230,12 @@
|
|
|
81230
81230
|
},
|
|
81231
81231
|
{
|
|
81232
81232
|
"kind": "javascript-module",
|
|
81233
|
-
"path": "datepicker/datepicker-
|
|
81233
|
+
"path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
|
|
81234
81234
|
"declarations": [
|
|
81235
81235
|
{
|
|
81236
81236
|
"kind": "class",
|
|
81237
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
81238
|
-
"name": "
|
|
81237
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
|
|
81238
|
+
"name": "SbbDatepickerNextDayElement",
|
|
81239
81239
|
"members": [
|
|
81240
81240
|
{
|
|
81241
81241
|
"kind": "field",
|
|
@@ -81250,7 +81250,7 @@
|
|
|
81250
81250
|
"name": "SbbElement",
|
|
81251
81251
|
"module": "core/base-elements/element.js"
|
|
81252
81252
|
},
|
|
81253
|
-
"default": "'sbb-datepicker-
|
|
81253
|
+
"default": "'sbb-datepicker-next-day'"
|
|
81254
81254
|
},
|
|
81255
81255
|
{
|
|
81256
81256
|
"kind": "field",
|
|
@@ -81263,7 +81263,7 @@
|
|
|
81263
81263
|
"name": "SbbDatepickerButtonBase",
|
|
81264
81264
|
"module": "datepicker/common/datepicker-button.js"
|
|
81265
81265
|
},
|
|
81266
|
-
"default": "'chevron-small-
|
|
81266
|
+
"default": "'chevron-small-right-small'"
|
|
81267
81267
|
},
|
|
81268
81268
|
{
|
|
81269
81269
|
"kind": "field",
|
|
@@ -81272,7 +81272,7 @@
|
|
|
81272
81272
|
"text": "Record<string, string>"
|
|
81273
81273
|
},
|
|
81274
81274
|
"privacy": "protected",
|
|
81275
|
-
"default": "
|
|
81275
|
+
"default": "i18nNextDay",
|
|
81276
81276
|
"inheritedFrom": {
|
|
81277
81277
|
"name": "SbbDatepickerButton",
|
|
81278
81278
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81285,7 +81285,7 @@
|
|
|
81285
81285
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
81286
81286
|
},
|
|
81287
81287
|
"privacy": "protected",
|
|
81288
|
-
"default": "
|
|
81288
|
+
"default": "i18nSelectNextDay",
|
|
81289
81289
|
"inheritedFrom": {
|
|
81290
81290
|
"name": "SbbDatepickerButton",
|
|
81291
81291
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81315,7 +81315,7 @@
|
|
|
81315
81315
|
},
|
|
81316
81316
|
{
|
|
81317
81317
|
"kind": "method",
|
|
81318
|
-
"name": "
|
|
81318
|
+
"name": "_isAfterMaxDate",
|
|
81319
81319
|
"privacy": "private",
|
|
81320
81320
|
"return": {
|
|
81321
81321
|
"type": {
|
|
@@ -82175,7 +82175,7 @@
|
|
|
82175
82175
|
"name": "SbbDatepickerButton",
|
|
82176
82176
|
"module": "datepicker/common/datepicker-button.js"
|
|
82177
82177
|
},
|
|
82178
|
-
"tagName": "sbb-datepicker-
|
|
82178
|
+
"tagName": "sbb-datepicker-next-day",
|
|
82179
82179
|
"customElement": true,
|
|
82180
82180
|
"classGenerics": "T = Date",
|
|
82181
82181
|
"attributes": [
|
|
@@ -82285,22 +82285,22 @@
|
|
|
82285
82285
|
"exports": [
|
|
82286
82286
|
{
|
|
82287
82287
|
"kind": "js",
|
|
82288
|
-
"name": "
|
|
82288
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82289
82289
|
"declaration": {
|
|
82290
|
-
"name": "
|
|
82291
|
-
"module": "datepicker/datepicker-
|
|
82290
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82291
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
|
|
82292
82292
|
}
|
|
82293
82293
|
}
|
|
82294
82294
|
]
|
|
82295
82295
|
},
|
|
82296
82296
|
{
|
|
82297
82297
|
"kind": "javascript-module",
|
|
82298
|
-
"path": "datepicker/datepicker-
|
|
82298
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
82299
82299
|
"declarations": [
|
|
82300
82300
|
{
|
|
82301
82301
|
"kind": "class",
|
|
82302
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
82303
|
-
"name": "
|
|
82302
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
82303
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
82304
82304
|
"members": [
|
|
82305
82305
|
{
|
|
82306
82306
|
"kind": "field",
|
|
@@ -82315,7 +82315,7 @@
|
|
|
82315
82315
|
"name": "SbbElement",
|
|
82316
82316
|
"module": "core/base-elements/element.js"
|
|
82317
82317
|
},
|
|
82318
|
-
"default": "'sbb-datepicker-
|
|
82318
|
+
"default": "'sbb-datepicker-previous-day'"
|
|
82319
82319
|
},
|
|
82320
82320
|
{
|
|
82321
82321
|
"kind": "field",
|
|
@@ -82328,7 +82328,7 @@
|
|
|
82328
82328
|
"name": "SbbDatepickerButtonBase",
|
|
82329
82329
|
"module": "datepicker/common/datepicker-button.js"
|
|
82330
82330
|
},
|
|
82331
|
-
"default": "'chevron-small-
|
|
82331
|
+
"default": "'chevron-small-left-small'"
|
|
82332
82332
|
},
|
|
82333
82333
|
{
|
|
82334
82334
|
"kind": "field",
|
|
@@ -82337,7 +82337,7 @@
|
|
|
82337
82337
|
"text": "Record<string, string>"
|
|
82338
82338
|
},
|
|
82339
82339
|
"privacy": "protected",
|
|
82340
|
-
"default": "
|
|
82340
|
+
"default": "i18nPreviousDay",
|
|
82341
82341
|
"inheritedFrom": {
|
|
82342
82342
|
"name": "SbbDatepickerButton",
|
|
82343
82343
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -82350,7 +82350,7 @@
|
|
|
82350
82350
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
82351
82351
|
},
|
|
82352
82352
|
"privacy": "protected",
|
|
82353
|
-
"default": "
|
|
82353
|
+
"default": "i18nSelectPreviousDay",
|
|
82354
82354
|
"inheritedFrom": {
|
|
82355
82355
|
"name": "SbbDatepickerButton",
|
|
82356
82356
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -82380,7 +82380,7 @@
|
|
|
82380
82380
|
},
|
|
82381
82381
|
{
|
|
82382
82382
|
"kind": "method",
|
|
82383
|
-
"name": "
|
|
82383
|
+
"name": "_isBeforeMinDate",
|
|
82384
82384
|
"privacy": "private",
|
|
82385
82385
|
"return": {
|
|
82386
82386
|
"type": {
|
|
@@ -83240,7 +83240,7 @@
|
|
|
83240
83240
|
"name": "SbbDatepickerButton",
|
|
83241
83241
|
"module": "datepicker/common/datepicker-button.js"
|
|
83242
83242
|
},
|
|
83243
|
-
"tagName": "sbb-datepicker-
|
|
83243
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
83244
83244
|
"customElement": true,
|
|
83245
83245
|
"classGenerics": "T = Date",
|
|
83246
83246
|
"attributes": [
|
|
@@ -83350,10 +83350,10 @@
|
|
|
83350
83350
|
"exports": [
|
|
83351
83351
|
{
|
|
83352
83352
|
"kind": "js",
|
|
83353
|
-
"name": "
|
|
83353
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
83354
83354
|
"declaration": {
|
|
83355
|
-
"name": "
|
|
83356
|
-
"module": "datepicker/datepicker-
|
|
83355
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
83356
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
83357
83357
|
}
|
|
83358
83358
|
}
|
|
83359
83359
|
]
|
|
@@ -100988,15 +100988,15 @@
|
|
|
100988
100988
|
},
|
|
100989
100989
|
{
|
|
100990
100990
|
"kind": "javascript-module",
|
|
100991
|
-
"path": "link/block-link-
|
|
100991
|
+
"path": "link/block-link-static/block-link-static.component.js",
|
|
100992
100992
|
"declarations": [
|
|
100993
100993
|
{
|
|
100994
100994
|
"kind": "class",
|
|
100995
|
-
"description": "It displays a link enhanced with the SBB Design
|
|
100996
|
-
"name": "
|
|
100995
|
+
"description": "It displays a static link enhanced with the SBB Design.",
|
|
100996
|
+
"name": "SbbBlockLinkStaticElement",
|
|
100997
100997
|
"slots": [
|
|
100998
100998
|
{
|
|
100999
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-
|
|
100999
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
101000
101000
|
"name": ""
|
|
101001
101001
|
},
|
|
101002
101002
|
{
|
|
@@ -101018,7 +101018,7 @@
|
|
|
101018
101018
|
"name": "SbbElement",
|
|
101019
101019
|
"module": "core/base-elements/element.js"
|
|
101020
101020
|
},
|
|
101021
|
-
"default": "'sbb-block-link-
|
|
101021
|
+
"default": "'sbb-block-link-static'"
|
|
101022
101022
|
},
|
|
101023
101023
|
{
|
|
101024
101024
|
"kind": "field",
|
|
@@ -101147,22 +101147,6 @@
|
|
|
101147
101147
|
"module": "icon/icon-name-mixin.js"
|
|
101148
101148
|
}
|
|
101149
101149
|
},
|
|
101150
|
-
{
|
|
101151
|
-
"kind": "field",
|
|
101152
|
-
"name": "disabledInteractive",
|
|
101153
|
-
"type": {
|
|
101154
|
-
"text": "boolean"
|
|
101155
|
-
},
|
|
101156
|
-
"privacy": "public",
|
|
101157
|
-
"default": "false",
|
|
101158
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
101159
|
-
"attribute": "disabled-interactive",
|
|
101160
|
-
"reflects": true,
|
|
101161
|
-
"inheritedFrom": {
|
|
101162
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
101163
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
101164
|
-
}
|
|
101165
|
-
},
|
|
101166
101150
|
{
|
|
101167
101151
|
"kind": "field",
|
|
101168
101152
|
"name": "disabled",
|
|
@@ -101209,88 +101193,98 @@
|
|
|
101209
101193
|
},
|
|
101210
101194
|
{
|
|
101211
101195
|
"kind": "field",
|
|
101212
|
-
"name": "
|
|
101196
|
+
"name": "maybeDisabled",
|
|
101213
101197
|
"type": {
|
|
101214
|
-
"text": "
|
|
101198
|
+
"text": "boolean | undefined"
|
|
101215
101199
|
},
|
|
101216
|
-
"privacy": "
|
|
101200
|
+
"privacy": "protected",
|
|
101217
101201
|
"readonly": true,
|
|
101218
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
101219
101202
|
"inheritedFrom": {
|
|
101220
|
-
"name": "
|
|
101221
|
-
"module": "core/base-elements/
|
|
101203
|
+
"name": "SbbActionBaseElement",
|
|
101204
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101222
101205
|
}
|
|
101223
101206
|
},
|
|
101224
101207
|
{
|
|
101225
101208
|
"kind": "field",
|
|
101226
|
-
"name": "
|
|
101209
|
+
"name": "maybeDisabledInteractive",
|
|
101227
101210
|
"type": {
|
|
101228
|
-
"text": "
|
|
101211
|
+
"text": "boolean | undefined"
|
|
101229
101212
|
},
|
|
101230
|
-
"privacy": "
|
|
101213
|
+
"privacy": "protected",
|
|
101214
|
+
"readonly": true,
|
|
101231
101215
|
"inheritedFrom": {
|
|
101232
|
-
"name": "
|
|
101233
|
-
"module": "core/base-elements/
|
|
101216
|
+
"name": "SbbActionBaseElement",
|
|
101217
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101218
|
+
}
|
|
101219
|
+
},
|
|
101220
|
+
{
|
|
101221
|
+
"kind": "method",
|
|
101222
|
+
"name": "setupBaseEventHandlers",
|
|
101223
|
+
"privacy": "protected",
|
|
101224
|
+
"return": {
|
|
101225
|
+
"type": {
|
|
101226
|
+
"text": "void"
|
|
101227
|
+
}
|
|
101234
101228
|
},
|
|
101235
|
-
"
|
|
101236
|
-
|
|
101237
|
-
|
|
101229
|
+
"inheritedFrom": {
|
|
101230
|
+
"name": "SbbActionBaseElement",
|
|
101231
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101232
|
+
}
|
|
101238
101233
|
},
|
|
101239
101234
|
{
|
|
101240
101235
|
"kind": "field",
|
|
101241
|
-
"name": "
|
|
101242
|
-
"privacy": "public",
|
|
101243
|
-
"description": "The type attribute to use for the button.",
|
|
101244
|
-
"default": "'button'",
|
|
101236
|
+
"name": "_hydrationRequired",
|
|
101245
101237
|
"type": {
|
|
101246
|
-
"text": "
|
|
101238
|
+
"text": "boolean"
|
|
101247
101239
|
},
|
|
101248
|
-
"
|
|
101240
|
+
"privacy": "private",
|
|
101241
|
+
"default": "!!this.shadowRoot",
|
|
101249
101242
|
"inheritedFrom": {
|
|
101250
|
-
"name": "
|
|
101251
|
-
"module": "core/base-elements/
|
|
101243
|
+
"name": "SbbElement",
|
|
101244
|
+
"module": "core/base-elements/element.js"
|
|
101252
101245
|
}
|
|
101253
101246
|
},
|
|
101254
101247
|
{
|
|
101255
101248
|
"kind": "field",
|
|
101256
|
-
"name": "
|
|
101257
|
-
"
|
|
101258
|
-
|
|
101259
|
-
},
|
|
101260
|
-
"privacy": "public",
|
|
101261
|
-
"description": "The `<form>` element to associate the button with.",
|
|
101249
|
+
"name": "_hydrationComplete",
|
|
101250
|
+
"privacy": "private",
|
|
101251
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
101262
101252
|
"inheritedFrom": {
|
|
101263
|
-
"name": "
|
|
101264
|
-
"module": "core/base-elements/
|
|
101265
|
-
}
|
|
101266
|
-
"attribute": "form"
|
|
101253
|
+
"name": "SbbElement",
|
|
101254
|
+
"module": "core/base-elements/element.js"
|
|
101255
|
+
}
|
|
101267
101256
|
},
|
|
101268
101257
|
{
|
|
101269
101258
|
"kind": "field",
|
|
101270
|
-
"name": "
|
|
101259
|
+
"name": "_resolveHydration",
|
|
101271
101260
|
"type": {
|
|
101272
|
-
"text": "
|
|
101261
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
101273
101262
|
},
|
|
101274
101263
|
"privacy": "private",
|
|
101275
|
-
"default": "''",
|
|
101276
101264
|
"inheritedFrom": {
|
|
101277
|
-
"name": "
|
|
101278
|
-
"module": "core/base-elements/
|
|
101265
|
+
"name": "SbbElement",
|
|
101266
|
+
"module": "core/base-elements/element.js"
|
|
101279
101267
|
}
|
|
101280
101268
|
},
|
|
101281
101269
|
{
|
|
101282
101270
|
"kind": "field",
|
|
101283
|
-
"name": "
|
|
101284
|
-
"
|
|
101271
|
+
"name": "hydrationRequired",
|
|
101272
|
+
"type": {
|
|
101273
|
+
"text": "boolean"
|
|
101274
|
+
},
|
|
101275
|
+
"privacy": "protected",
|
|
101276
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
101277
|
+
"readonly": true,
|
|
101285
101278
|
"inheritedFrom": {
|
|
101286
|
-
"name": "
|
|
101287
|
-
"module": "core/base-elements/
|
|
101288
|
-
}
|
|
101279
|
+
"name": "SbbElement",
|
|
101280
|
+
"module": "core/base-elements/element.js"
|
|
101281
|
+
},
|
|
101282
|
+
"default": "!!this.shadowRoot"
|
|
101289
101283
|
},
|
|
101290
101284
|
{
|
|
101291
101285
|
"kind": "method",
|
|
101292
|
-
"name": "
|
|
101293
|
-
"privacy": "
|
|
101286
|
+
"name": "toggleState",
|
|
101287
|
+
"privacy": "protected",
|
|
101294
101288
|
"return": {
|
|
101295
101289
|
"type": {
|
|
101296
101290
|
"text": "void"
|
|
@@ -101298,29 +101292,27 @@
|
|
|
101298
101292
|
},
|
|
101299
101293
|
"parameters": [
|
|
101300
101294
|
{
|
|
101301
|
-
"name": "
|
|
101295
|
+
"name": "value",
|
|
101302
101296
|
"type": {
|
|
101303
|
-
"text": "
|
|
101297
|
+
"text": "string"
|
|
101298
|
+
}
|
|
101299
|
+
},
|
|
101300
|
+
{
|
|
101301
|
+
"name": "force",
|
|
101302
|
+
"optional": true,
|
|
101303
|
+
"type": {
|
|
101304
|
+
"text": "boolean"
|
|
101304
101305
|
}
|
|
101305
101306
|
}
|
|
101306
101307
|
],
|
|
101307
101308
|
"inheritedFrom": {
|
|
101308
|
-
"name": "
|
|
101309
|
-
"module": "core/base-elements/
|
|
101310
|
-
}
|
|
101311
|
-
},
|
|
101312
|
-
{
|
|
101313
|
-
"kind": "field",
|
|
101314
|
-
"name": "_formKeyDown",
|
|
101315
|
-
"privacy": "private",
|
|
101316
|
-
"inheritedFrom": {
|
|
101317
|
-
"name": "SbbButtonBaseElement",
|
|
101318
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101309
|
+
"name": "SbbElement",
|
|
101310
|
+
"module": "core/base-elements/element.js"
|
|
101319
101311
|
}
|
|
101320
101312
|
},
|
|
101321
101313
|
{
|
|
101322
101314
|
"kind": "field",
|
|
101323
|
-
"name": "
|
|
101315
|
+
"name": "['_$sbbElement$']",
|
|
101324
101316
|
"type": {
|
|
101325
101317
|
"text": "boolean"
|
|
101326
101318
|
},
|
|
@@ -101328,456 +101320,411 @@
|
|
|
101328
101320
|
"static": true,
|
|
101329
101321
|
"default": "true",
|
|
101330
101322
|
"inheritedFrom": {
|
|
101331
|
-
"name": "
|
|
101332
|
-
"module": "core/
|
|
101323
|
+
"name": "SbbElement",
|
|
101324
|
+
"module": "core/base-elements/element.js"
|
|
101333
101325
|
}
|
|
101334
101326
|
},
|
|
101335
101327
|
{
|
|
101336
101328
|
"kind": "field",
|
|
101337
|
-
"name": "
|
|
101338
|
-
"privacy": "public",
|
|
101339
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
101329
|
+
"name": "_controllers",
|
|
101340
101330
|
"type": {
|
|
101341
|
-
"text": "
|
|
101331
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
101342
101332
|
},
|
|
101343
|
-
"
|
|
101333
|
+
"privacy": "private",
|
|
101344
101334
|
"inheritedFrom": {
|
|
101345
|
-
"name": "
|
|
101346
|
-
"module": "core/
|
|
101335
|
+
"name": "SbbElement",
|
|
101336
|
+
"module": "core/base-elements/element.js"
|
|
101347
101337
|
}
|
|
101338
|
+
}
|
|
101339
|
+
],
|
|
101340
|
+
"mixins": [
|
|
101341
|
+
{
|
|
101342
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101343
|
+
"module": "link/common/block-link-common.js"
|
|
101348
101344
|
},
|
|
101349
101345
|
{
|
|
101350
|
-
"
|
|
101351
|
-
"
|
|
101346
|
+
"name": "SbbDisabledMixin",
|
|
101347
|
+
"module": "core/mixins.js"
|
|
101348
|
+
}
|
|
101349
|
+
],
|
|
101350
|
+
"superclass": {
|
|
101351
|
+
"name": "SbbActionBaseElement",
|
|
101352
|
+
"module": "core/base-elements.js"
|
|
101353
|
+
},
|
|
101354
|
+
"tagName": "sbb-block-link-static",
|
|
101355
|
+
"customElement": true,
|
|
101356
|
+
"attributes": [
|
|
101357
|
+
{
|
|
101358
|
+
"name": "icon-placement",
|
|
101352
101359
|
"type": {
|
|
101353
|
-
"text": "
|
|
101360
|
+
"text": "SbbIconPlacement"
|
|
101354
101361
|
},
|
|
101355
|
-
"
|
|
101356
|
-
"description": "
|
|
101357
|
-
"
|
|
101362
|
+
"default": "'start'",
|
|
101363
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
101364
|
+
"fieldName": "iconPlacement",
|
|
101358
101365
|
"inheritedFrom": {
|
|
101359
|
-
"name": "
|
|
101360
|
-
"module": "
|
|
101366
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101367
|
+
"module": "link/common/block-link-common.js"
|
|
101361
101368
|
}
|
|
101362
101369
|
},
|
|
101363
101370
|
{
|
|
101364
|
-
"
|
|
101365
|
-
"name": "validationMessage",
|
|
101371
|
+
"name": "size",
|
|
101366
101372
|
"type": {
|
|
101367
|
-
"text": "
|
|
101373
|
+
"text": "SbbLinkSize"
|
|
101368
101374
|
},
|
|
101369
|
-
"
|
|
101370
|
-
"
|
|
101371
|
-
"
|
|
101372
|
-
"inheritedFrom": {
|
|
101373
|
-
"name": "
|
|
101374
|
-
"module": "
|
|
101375
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
101376
|
+
"default": "'s' / 'xs' (lean)",
|
|
101377
|
+
"fieldName": "size",
|
|
101378
|
+
"inheritedFrom": {
|
|
101379
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101380
|
+
"module": "link/common/link-common.js"
|
|
101375
101381
|
}
|
|
101376
101382
|
},
|
|
101377
101383
|
{
|
|
101378
|
-
"
|
|
101379
|
-
"name": "willValidate",
|
|
101384
|
+
"name": "icon-name",
|
|
101380
101385
|
"type": {
|
|
101381
|
-
"text": "
|
|
101386
|
+
"text": "string"
|
|
101382
101387
|
},
|
|
101383
|
-
"
|
|
101384
|
-
"description": "
|
|
101385
|
-
"
|
|
101386
|
-
"inheritedFrom": {
|
|
101387
|
-
"name": "SbbFormAssociatedMixin",
|
|
101388
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101389
|
-
}
|
|
101390
|
-
},
|
|
101391
|
-
{
|
|
101392
|
-
"kind": "field",
|
|
101393
|
-
"name": "_validityStates",
|
|
101394
|
-
"privacy": "private",
|
|
101395
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101388
|
+
"default": "''",
|
|
101389
|
+
"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.",
|
|
101390
|
+
"fieldName": "iconName",
|
|
101396
101391
|
"inheritedFrom": {
|
|
101397
|
-
"name": "
|
|
101398
|
-
"module": "
|
|
101392
|
+
"name": "SbbIconNameMixin",
|
|
101393
|
+
"module": "icon/icon-name-mixin.js"
|
|
101399
101394
|
}
|
|
101400
101395
|
},
|
|
101401
101396
|
{
|
|
101402
|
-
"
|
|
101403
|
-
"
|
|
101397
|
+
"name": "disabled",
|
|
101398
|
+
"description": "Whether the component is disabled.",
|
|
101399
|
+
"default": "false",
|
|
101404
101400
|
"type": {
|
|
101405
101401
|
"text": "boolean"
|
|
101406
101402
|
},
|
|
101407
|
-
"
|
|
101408
|
-
"default": "false",
|
|
101409
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101403
|
+
"fieldName": "disabled",
|
|
101410
101404
|
"inheritedFrom": {
|
|
101411
|
-
"name": "
|
|
101412
|
-
"module": "core/mixins/
|
|
101405
|
+
"name": "SbbDisabledMixin",
|
|
101406
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101413
101407
|
}
|
|
101414
|
-
}
|
|
101408
|
+
}
|
|
101409
|
+
]
|
|
101410
|
+
}
|
|
101411
|
+
],
|
|
101412
|
+
"exports": [
|
|
101413
|
+
{
|
|
101414
|
+
"kind": "js",
|
|
101415
|
+
"name": "SbbBlockLinkStaticElement",
|
|
101416
|
+
"declaration": {
|
|
101417
|
+
"name": "SbbBlockLinkStaticElement",
|
|
101418
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
101419
|
+
}
|
|
101420
|
+
}
|
|
101421
|
+
]
|
|
101422
|
+
},
|
|
101423
|
+
{
|
|
101424
|
+
"kind": "javascript-module",
|
|
101425
|
+
"path": "link/block-link-button/block-link-button.component.js",
|
|
101426
|
+
"declarations": [
|
|
101427
|
+
{
|
|
101428
|
+
"kind": "class",
|
|
101429
|
+
"description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
|
|
101430
|
+
"name": "SbbBlockLinkButtonElement",
|
|
101431
|
+
"slots": [
|
|
101415
101432
|
{
|
|
101416
|
-
"
|
|
101417
|
-
"name": "
|
|
101418
|
-
"privacy": "public",
|
|
101419
|
-
"return": {
|
|
101420
|
-
"type": {
|
|
101421
|
-
"text": "boolean"
|
|
101422
|
-
}
|
|
101423
|
-
},
|
|
101424
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
101425
|
-
"inheritedFrom": {
|
|
101426
|
-
"name": "SbbFormAssociatedMixin",
|
|
101427
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101428
|
-
}
|
|
101433
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-button`.",
|
|
101434
|
+
"name": ""
|
|
101429
101435
|
},
|
|
101430
101436
|
{
|
|
101431
|
-
"
|
|
101432
|
-
"name": "
|
|
101433
|
-
|
|
101434
|
-
|
|
101435
|
-
|
|
101436
|
-
|
|
101437
|
-
|
|
101437
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
101438
|
+
"name": "icon"
|
|
101439
|
+
}
|
|
101440
|
+
],
|
|
101441
|
+
"members": [
|
|
101442
|
+
{
|
|
101443
|
+
"kind": "field",
|
|
101444
|
+
"name": "elementName",
|
|
101445
|
+
"type": {
|
|
101446
|
+
"text": "string"
|
|
101438
101447
|
},
|
|
101439
|
-
"
|
|
101448
|
+
"privacy": "public",
|
|
101449
|
+
"static": true,
|
|
101450
|
+
"readonly": true,
|
|
101440
101451
|
"inheritedFrom": {
|
|
101441
|
-
"name": "
|
|
101442
|
-
"module": "core/
|
|
101443
|
-
}
|
|
101452
|
+
"name": "SbbElement",
|
|
101453
|
+
"module": "core/base-elements/element.js"
|
|
101454
|
+
},
|
|
101455
|
+
"default": "'sbb-block-link-button'"
|
|
101444
101456
|
},
|
|
101445
101457
|
{
|
|
101446
|
-
"kind": "
|
|
101447
|
-
"name": "
|
|
101448
|
-
"
|
|
101449
|
-
|
|
101450
|
-
"type": {
|
|
101451
|
-
"text": "void"
|
|
101452
|
-
}
|
|
101458
|
+
"kind": "field",
|
|
101459
|
+
"name": "styles",
|
|
101460
|
+
"type": {
|
|
101461
|
+
"text": "CSSResultGroup"
|
|
101453
101462
|
},
|
|
101454
|
-
"
|
|
101455
|
-
|
|
101456
|
-
|
|
101457
|
-
"type": {
|
|
101458
|
-
"text": "string"
|
|
101459
|
-
}
|
|
101460
|
-
}
|
|
101461
|
-
],
|
|
101462
|
-
"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.",
|
|
101463
|
+
"privacy": "public",
|
|
101464
|
+
"static": true,
|
|
101465
|
+
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
101463
101466
|
"inheritedFrom": {
|
|
101464
|
-
"name": "
|
|
101465
|
-
"module": "
|
|
101467
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101468
|
+
"module": "link/common/link-common.js"
|
|
101466
101469
|
}
|
|
101467
101470
|
},
|
|
101468
101471
|
{
|
|
101469
|
-
"kind": "
|
|
101470
|
-
"name": "
|
|
101471
|
-
"
|
|
101472
|
-
|
|
101473
|
-
"type": {
|
|
101474
|
-
"text": "boolean"
|
|
101475
|
-
}
|
|
101472
|
+
"kind": "field",
|
|
101473
|
+
"name": "iconPlacement",
|
|
101474
|
+
"type": {
|
|
101475
|
+
"text": "SbbIconPlacement"
|
|
101476
101476
|
},
|
|
101477
|
+
"privacy": "public",
|
|
101478
|
+
"default": "'start'",
|
|
101479
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
101480
|
+
"attribute": "icon-placement",
|
|
101481
|
+
"reflects": true,
|
|
101477
101482
|
"inheritedFrom": {
|
|
101478
|
-
"name": "
|
|
101479
|
-
"module": "
|
|
101483
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101484
|
+
"module": "link/common/block-link-common.js"
|
|
101480
101485
|
}
|
|
101481
101486
|
},
|
|
101482
101487
|
{
|
|
101483
101488
|
"kind": "method",
|
|
101484
|
-
"name": "
|
|
101489
|
+
"name": "renderTemplate",
|
|
101485
101490
|
"privacy": "protected",
|
|
101486
101491
|
"return": {
|
|
101487
101492
|
"type": {
|
|
101488
|
-
"text": "
|
|
101493
|
+
"text": "TemplateResult"
|
|
101489
101494
|
}
|
|
101490
101495
|
},
|
|
101491
|
-
"description": "
|
|
101496
|
+
"description": "Override this method to render the component template.",
|
|
101492
101497
|
"inheritedFrom": {
|
|
101493
|
-
"name": "
|
|
101494
|
-
"module": "core/
|
|
101498
|
+
"name": "SbbActionBaseElement",
|
|
101499
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101495
101500
|
}
|
|
101496
101501
|
},
|
|
101497
101502
|
{
|
|
101498
|
-
"kind": "
|
|
101499
|
-
"name": "
|
|
101500
|
-
"
|
|
101501
|
-
|
|
101502
|
-
"type": {
|
|
101503
|
-
"text": "FormRestoreState"
|
|
101504
|
-
}
|
|
101503
|
+
"kind": "field",
|
|
101504
|
+
"name": "size",
|
|
101505
|
+
"type": {
|
|
101506
|
+
"text": "SbbLinkSize"
|
|
101505
101507
|
},
|
|
101508
|
+
"privacy": "public",
|
|
101509
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
101510
|
+
"default": "'s' / 'xs' (lean)",
|
|
101511
|
+
"attribute": "size",
|
|
101512
|
+
"reflects": true,
|
|
101506
101513
|
"inheritedFrom": {
|
|
101507
|
-
"name": "
|
|
101508
|
-
"module": "
|
|
101514
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101515
|
+
"module": "link/common/link-common.js"
|
|
101509
101516
|
}
|
|
101510
101517
|
},
|
|
101511
101518
|
{
|
|
101512
|
-
"kind": "
|
|
101513
|
-
"name": "
|
|
101514
|
-
"
|
|
101515
|
-
|
|
101516
|
-
"type": {
|
|
101517
|
-
"text": "void"
|
|
101518
|
-
}
|
|
101519
|
+
"kind": "field",
|
|
101520
|
+
"name": "iconName",
|
|
101521
|
+
"type": {
|
|
101522
|
+
"text": "string"
|
|
101519
101523
|
},
|
|
101520
|
-
"
|
|
101521
|
-
|
|
101522
|
-
|
|
101523
|
-
|
|
101524
|
-
"text": "T"
|
|
101525
|
-
}
|
|
101526
|
-
},
|
|
101527
|
-
{
|
|
101528
|
-
"name": "message",
|
|
101529
|
-
"type": {
|
|
101530
|
-
"text": "string"
|
|
101531
|
-
}
|
|
101532
|
-
},
|
|
101533
|
-
{
|
|
101534
|
-
"name": "flagValue",
|
|
101535
|
-
"optional": true,
|
|
101536
|
-
"type": {
|
|
101537
|
-
"text": "ValidityStateFlags[T]"
|
|
101538
|
-
}
|
|
101539
|
-
}
|
|
101540
|
-
],
|
|
101541
|
-
"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).",
|
|
101524
|
+
"privacy": "public",
|
|
101525
|
+
"default": "''",
|
|
101526
|
+
"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.",
|
|
101527
|
+
"attribute": "icon-name",
|
|
101542
101528
|
"inheritedFrom": {
|
|
101543
|
-
"name": "
|
|
101544
|
-
"module": "
|
|
101529
|
+
"name": "SbbIconNameMixin",
|
|
101530
|
+
"module": "icon/icon-name-mixin.js"
|
|
101545
101531
|
}
|
|
101546
101532
|
},
|
|
101547
101533
|
{
|
|
101548
101534
|
"kind": "method",
|
|
101549
|
-
"name": "
|
|
101535
|
+
"name": "renderIconSlot",
|
|
101550
101536
|
"privacy": "protected",
|
|
101551
101537
|
"return": {
|
|
101552
101538
|
"type": {
|
|
101553
|
-
"text": "
|
|
101539
|
+
"text": "TemplateResult"
|
|
101554
101540
|
}
|
|
101555
101541
|
},
|
|
101556
101542
|
"parameters": [
|
|
101557
101543
|
{
|
|
101558
|
-
"name": "
|
|
101544
|
+
"name": "classname",
|
|
101545
|
+
"optional": true,
|
|
101559
101546
|
"type": {
|
|
101560
|
-
"text": "
|
|
101547
|
+
"text": "string"
|
|
101561
101548
|
}
|
|
101562
101549
|
}
|
|
101563
101550
|
],
|
|
101564
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
101565
|
-
"inheritedFrom": {
|
|
101566
|
-
"name": "SbbFormAssociatedMixin",
|
|
101567
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101568
|
-
}
|
|
101569
|
-
},
|
|
101570
|
-
{
|
|
101571
|
-
"kind": "method",
|
|
101572
|
-
"name": "validate",
|
|
101573
|
-
"privacy": "protected",
|
|
101574
|
-
"return": {
|
|
101575
|
-
"type": {
|
|
101576
|
-
"text": "void"
|
|
101577
|
-
}
|
|
101578
|
-
},
|
|
101579
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
101580
101551
|
"inheritedFrom": {
|
|
101581
|
-
"name": "
|
|
101582
|
-
"module": "
|
|
101552
|
+
"name": "SbbIconNameMixin",
|
|
101553
|
+
"module": "icon/icon-name-mixin.js"
|
|
101583
101554
|
}
|
|
101584
101555
|
},
|
|
101585
101556
|
{
|
|
101586
101557
|
"kind": "method",
|
|
101587
|
-
"name": "
|
|
101558
|
+
"name": "renderIconName",
|
|
101588
101559
|
"privacy": "protected",
|
|
101589
101560
|
"return": {
|
|
101590
101561
|
"type": {
|
|
101591
|
-
"text": "
|
|
101562
|
+
"text": "string"
|
|
101592
101563
|
}
|
|
101593
101564
|
},
|
|
101594
|
-
"parameters": [
|
|
101595
|
-
{
|
|
101596
|
-
"name": "name",
|
|
101597
|
-
"type": {
|
|
101598
|
-
"text": "PropertyKey | undefined"
|
|
101599
|
-
}
|
|
101600
|
-
}
|
|
101601
|
-
],
|
|
101602
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
101603
101565
|
"inheritedFrom": {
|
|
101604
|
-
"name": "
|
|
101605
|
-
"module": "
|
|
101566
|
+
"name": "SbbIconNameMixin",
|
|
101567
|
+
"module": "icon/icon-name-mixin.js"
|
|
101606
101568
|
}
|
|
101607
101569
|
},
|
|
101608
101570
|
{
|
|
101609
101571
|
"kind": "method",
|
|
101610
|
-
"name": "
|
|
101572
|
+
"name": "_renderIconName",
|
|
101611
101573
|
"privacy": "private",
|
|
101612
101574
|
"return": {
|
|
101613
101575
|
"type": {
|
|
101614
|
-
"text": "
|
|
101576
|
+
"text": "string"
|
|
101615
101577
|
}
|
|
101616
101578
|
},
|
|
101617
101579
|
"inheritedFrom": {
|
|
101618
|
-
"name": "
|
|
101619
|
-
"module": "
|
|
101580
|
+
"name": "SbbIconNameMixin",
|
|
101581
|
+
"module": "icon/icon-name-mixin.js"
|
|
101620
101582
|
}
|
|
101621
101583
|
},
|
|
101622
101584
|
{
|
|
101623
101585
|
"kind": "field",
|
|
101624
|
-
"name": "
|
|
101586
|
+
"name": "disabledInteractive",
|
|
101625
101587
|
"type": {
|
|
101626
|
-
"text": "
|
|
101588
|
+
"text": "boolean"
|
|
101627
101589
|
},
|
|
101628
101590
|
"privacy": "public",
|
|
101629
|
-
"
|
|
101630
|
-
"
|
|
101631
|
-
"
|
|
101591
|
+
"default": "false",
|
|
101592
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
101593
|
+
"attribute": "disabled-interactive",
|
|
101594
|
+
"reflects": true,
|
|
101632
101595
|
"inheritedFrom": {
|
|
101633
|
-
"name": "
|
|
101634
|
-
"module": "core/
|
|
101596
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
101597
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101635
101598
|
}
|
|
101636
101599
|
},
|
|
101637
101600
|
{
|
|
101638
101601
|
"kind": "field",
|
|
101639
|
-
"name": "
|
|
101640
|
-
"privacy": "
|
|
101641
|
-
"description": "
|
|
101642
|
-
"
|
|
101643
|
-
|
|
101644
|
-
|
|
101645
|
-
|
|
101646
|
-
|
|
101647
|
-
|
|
101602
|
+
"name": "disabled",
|
|
101603
|
+
"privacy": "public",
|
|
101604
|
+
"description": "Whether the component is disabled.",
|
|
101605
|
+
"default": "false",
|
|
101606
|
+
"type": {
|
|
101607
|
+
"text": "boolean"
|
|
101608
|
+
},
|
|
101609
|
+
"attribute": "disabled",
|
|
101610
|
+
"reflects": true,
|
|
101648
101611
|
"inheritedFrom": {
|
|
101649
|
-
"name": "
|
|
101650
|
-
"module": "core/
|
|
101612
|
+
"name": "SbbDisabledMixin",
|
|
101613
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101651
101614
|
}
|
|
101652
101615
|
},
|
|
101653
101616
|
{
|
|
101654
101617
|
"kind": "field",
|
|
101655
|
-
"name": "
|
|
101618
|
+
"name": "#disabled",
|
|
101656
101619
|
"privacy": "private",
|
|
101620
|
+
"type": {
|
|
101621
|
+
"text": "boolean"
|
|
101622
|
+
},
|
|
101623
|
+
"default": "false",
|
|
101657
101624
|
"inheritedFrom": {
|
|
101658
|
-
"name": "
|
|
101659
|
-
"module": "core/
|
|
101625
|
+
"name": "SbbDisabledMixin",
|
|
101626
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101660
101627
|
}
|
|
101661
101628
|
},
|
|
101662
101629
|
{
|
|
101663
|
-
"kind": "
|
|
101664
|
-
"name": "
|
|
101665
|
-
"privacy": "
|
|
101666
|
-
"
|
|
101667
|
-
|
|
101668
|
-
|
|
101669
|
-
"description": "The origin event.",
|
|
101670
|
-
"name": "event"
|
|
101630
|
+
"kind": "method",
|
|
101631
|
+
"name": "isDisabledExternally",
|
|
101632
|
+
"privacy": "protected",
|
|
101633
|
+
"return": {
|
|
101634
|
+
"type": {
|
|
101635
|
+
"text": "boolean"
|
|
101671
101636
|
}
|
|
101672
|
-
|
|
101673
|
-
"
|
|
101674
|
-
"name": "SbbButtonLikeBaseElement",
|
|
101675
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101676
|
-
}
|
|
101677
|
-
},
|
|
101678
|
-
{
|
|
101679
|
-
"kind": "field",
|
|
101680
|
-
"name": "_dispatchClickEvent",
|
|
101681
|
-
"privacy": "private",
|
|
101637
|
+
},
|
|
101638
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
101682
101639
|
"inheritedFrom": {
|
|
101683
|
-
"name": "
|
|
101684
|
-
"module": "core/
|
|
101640
|
+
"name": "SbbDisabledMixin",
|
|
101641
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101685
101642
|
}
|
|
101686
101643
|
},
|
|
101687
101644
|
{
|
|
101688
101645
|
"kind": "field",
|
|
101689
|
-
"name": "
|
|
101646
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
101690
101647
|
"type": {
|
|
101691
|
-
"text": "
|
|
101648
|
+
"text": "array"
|
|
101692
101649
|
},
|
|
101693
|
-
"privacy": "
|
|
101650
|
+
"privacy": "private",
|
|
101694
101651
|
"readonly": true,
|
|
101652
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
101695
101653
|
"inheritedFrom": {
|
|
101696
|
-
"name": "
|
|
101697
|
-
"module": "core/base-elements/
|
|
101654
|
+
"name": "SbbButtonBaseElement",
|
|
101655
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101698
101656
|
}
|
|
101699
101657
|
},
|
|
101700
101658
|
{
|
|
101701
101659
|
"kind": "field",
|
|
101702
|
-
"name": "
|
|
101660
|
+
"name": "value",
|
|
101703
101661
|
"type": {
|
|
101704
|
-
"text": "
|
|
101662
|
+
"text": "string"
|
|
101705
101663
|
},
|
|
101706
|
-
"privacy": "
|
|
101707
|
-
"readonly": true,
|
|
101664
|
+
"privacy": "public",
|
|
101708
101665
|
"inheritedFrom": {
|
|
101709
|
-
"name": "
|
|
101710
|
-
"module": "core/base-elements/
|
|
101711
|
-
}
|
|
101712
|
-
},
|
|
101713
|
-
{
|
|
101714
|
-
"kind": "method",
|
|
101715
|
-
"name": "setupBaseEventHandlers",
|
|
101716
|
-
"privacy": "protected",
|
|
101717
|
-
"return": {
|
|
101718
|
-
"type": {
|
|
101719
|
-
"text": "void"
|
|
101720
|
-
}
|
|
101666
|
+
"name": "SbbButtonBaseElement",
|
|
101667
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101721
101668
|
},
|
|
101722
|
-
"
|
|
101723
|
-
|
|
101724
|
-
|
|
101725
|
-
}
|
|
101669
|
+
"default": "''",
|
|
101670
|
+
"description": "Value of the form element.",
|
|
101671
|
+
"attribute": "value"
|
|
101726
101672
|
},
|
|
101727
101673
|
{
|
|
101728
101674
|
"kind": "field",
|
|
101729
|
-
"name": "
|
|
101675
|
+
"name": "type",
|
|
101676
|
+
"privacy": "public",
|
|
101677
|
+
"description": "The type attribute to use for the button.",
|
|
101678
|
+
"default": "'button'",
|
|
101730
101679
|
"type": {
|
|
101731
|
-
"text": "
|
|
101680
|
+
"text": "SbbButtonType"
|
|
101732
101681
|
},
|
|
101733
|
-
"
|
|
101734
|
-
"default": "!!this.shadowRoot",
|
|
101682
|
+
"attribute": "type",
|
|
101735
101683
|
"inheritedFrom": {
|
|
101736
|
-
"name": "
|
|
101737
|
-
"module": "core/base-elements/element.js"
|
|
101684
|
+
"name": "SbbButtonBaseElement",
|
|
101685
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101738
101686
|
}
|
|
101739
101687
|
},
|
|
101740
101688
|
{
|
|
101741
101689
|
"kind": "field",
|
|
101742
|
-
"name": "
|
|
101743
|
-
"
|
|
101744
|
-
|
|
101690
|
+
"name": "form",
|
|
101691
|
+
"type": {
|
|
101692
|
+
"text": "HTMLFormElement | null"
|
|
101693
|
+
},
|
|
101694
|
+
"privacy": "public",
|
|
101695
|
+
"description": "The `<form>` element to associate the button with.",
|
|
101745
101696
|
"inheritedFrom": {
|
|
101746
|
-
"name": "
|
|
101747
|
-
"module": "core/base-elements/element.js"
|
|
101748
|
-
}
|
|
101697
|
+
"name": "SbbButtonBaseElement",
|
|
101698
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101699
|
+
},
|
|
101700
|
+
"attribute": "form"
|
|
101749
101701
|
},
|
|
101750
101702
|
{
|
|
101751
101703
|
"kind": "field",
|
|
101752
|
-
"name": "
|
|
101704
|
+
"name": "_formId",
|
|
101753
101705
|
"type": {
|
|
101754
|
-
"text": "
|
|
101706
|
+
"text": "string"
|
|
101755
101707
|
},
|
|
101756
101708
|
"privacy": "private",
|
|
101709
|
+
"default": "''",
|
|
101757
101710
|
"inheritedFrom": {
|
|
101758
|
-
"name": "
|
|
101759
|
-
"module": "core/base-elements/element.js"
|
|
101711
|
+
"name": "SbbButtonBaseElement",
|
|
101712
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101760
101713
|
}
|
|
101761
101714
|
},
|
|
101762
101715
|
{
|
|
101763
101716
|
"kind": "field",
|
|
101764
|
-
"name": "
|
|
101765
|
-
"
|
|
101766
|
-
"text": "boolean"
|
|
101767
|
-
},
|
|
101768
|
-
"privacy": "protected",
|
|
101769
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
101770
|
-
"readonly": true,
|
|
101717
|
+
"name": "_handleButtonClick",
|
|
101718
|
+
"privacy": "private",
|
|
101771
101719
|
"inheritedFrom": {
|
|
101772
|
-
"name": "
|
|
101773
|
-
"module": "core/base-elements/element.js"
|
|
101774
|
-
}
|
|
101775
|
-
"default": "!!this.shadowRoot"
|
|
101720
|
+
"name": "SbbButtonBaseElement",
|
|
101721
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101722
|
+
}
|
|
101776
101723
|
},
|
|
101777
101724
|
{
|
|
101778
101725
|
"kind": "method",
|
|
101779
|
-
"name": "
|
|
101780
|
-
"privacy": "
|
|
101726
|
+
"name": "_requestSubmit",
|
|
101727
|
+
"privacy": "private",
|
|
101781
101728
|
"return": {
|
|
101782
101729
|
"type": {
|
|
101783
101730
|
"text": "void"
|
|
@@ -101785,400 +101732,390 @@
|
|
|
101785
101732
|
},
|
|
101786
101733
|
"parameters": [
|
|
101787
101734
|
{
|
|
101788
|
-
"name": "
|
|
101789
|
-
"type": {
|
|
101790
|
-
"text": "string"
|
|
101791
|
-
}
|
|
101792
|
-
},
|
|
101793
|
-
{
|
|
101794
|
-
"name": "force",
|
|
101795
|
-
"optional": true,
|
|
101735
|
+
"name": "form",
|
|
101796
101736
|
"type": {
|
|
101797
|
-
"text": "
|
|
101737
|
+
"text": "HTMLFormElement"
|
|
101798
101738
|
}
|
|
101799
101739
|
}
|
|
101800
101740
|
],
|
|
101801
101741
|
"inheritedFrom": {
|
|
101802
|
-
"name": "
|
|
101803
|
-
"module": "core/base-elements/element.js"
|
|
101742
|
+
"name": "SbbButtonBaseElement",
|
|
101743
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101804
101744
|
}
|
|
101805
101745
|
},
|
|
101806
101746
|
{
|
|
101807
101747
|
"kind": "field",
|
|
101808
|
-
"name": "
|
|
101809
|
-
"
|
|
101810
|
-
"text": "boolean"
|
|
101811
|
-
},
|
|
101812
|
-
"privacy": "public",
|
|
101813
|
-
"static": true,
|
|
101814
|
-
"default": "true",
|
|
101748
|
+
"name": "_formKeyDown",
|
|
101749
|
+
"privacy": "private",
|
|
101815
101750
|
"inheritedFrom": {
|
|
101816
|
-
"name": "
|
|
101817
|
-
"module": "core/base-elements/element.js"
|
|
101751
|
+
"name": "SbbButtonBaseElement",
|
|
101752
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101818
101753
|
}
|
|
101819
101754
|
},
|
|
101820
101755
|
{
|
|
101821
101756
|
"kind": "field",
|
|
101822
|
-
"name": "
|
|
101757
|
+
"name": "formAssociated",
|
|
101823
101758
|
"type": {
|
|
101824
|
-
"text": "
|
|
101759
|
+
"text": "boolean"
|
|
101825
101760
|
},
|
|
101826
|
-
"privacy": "
|
|
101761
|
+
"privacy": "public",
|
|
101762
|
+
"static": true,
|
|
101763
|
+
"default": "true",
|
|
101827
101764
|
"inheritedFrom": {
|
|
101828
|
-
"name": "
|
|
101829
|
-
"module": "core/
|
|
101765
|
+
"name": "SbbFormAssociatedMixin",
|
|
101766
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101830
101767
|
}
|
|
101831
|
-
}
|
|
101832
|
-
],
|
|
101833
|
-
"mixins": [
|
|
101834
|
-
{
|
|
101835
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
101836
|
-
"module": "link/common/block-link-common.js"
|
|
101837
101768
|
},
|
|
101838
101769
|
{
|
|
101839
|
-
"
|
|
101840
|
-
"
|
|
101841
|
-
|
|
101842
|
-
|
|
101843
|
-
"superclass": {
|
|
101844
|
-
"name": "SbbButtonBaseElement",
|
|
101845
|
-
"module": "core/base-elements.js"
|
|
101846
|
-
},
|
|
101847
|
-
"tagName": "sbb-block-link-button",
|
|
101848
|
-
"customElement": true,
|
|
101849
|
-
"attributes": [
|
|
101850
|
-
{
|
|
101851
|
-
"name": "icon-placement",
|
|
101770
|
+
"kind": "field",
|
|
101771
|
+
"name": "name",
|
|
101772
|
+
"privacy": "public",
|
|
101773
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
101852
101774
|
"type": {
|
|
101853
|
-
"text": "
|
|
101775
|
+
"text": "string"
|
|
101854
101776
|
},
|
|
101855
|
-
"
|
|
101856
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
101857
|
-
"fieldName": "iconPlacement",
|
|
101777
|
+
"attribute": "name",
|
|
101858
101778
|
"inheritedFrom": {
|
|
101859
|
-
"name": "
|
|
101860
|
-
"module": "
|
|
101779
|
+
"name": "SbbFormAssociatedMixin",
|
|
101780
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101861
101781
|
}
|
|
101862
101782
|
},
|
|
101863
101783
|
{
|
|
101864
|
-
"
|
|
101784
|
+
"kind": "field",
|
|
101785
|
+
"name": "validity",
|
|
101865
101786
|
"type": {
|
|
101866
|
-
"text": "
|
|
101787
|
+
"text": "ValidityState"
|
|
101867
101788
|
},
|
|
101868
|
-
"
|
|
101869
|
-
"
|
|
101870
|
-
"
|
|
101789
|
+
"privacy": "public",
|
|
101790
|
+
"description": "Returns the ValidityState object for this element.",
|
|
101791
|
+
"readonly": true,
|
|
101871
101792
|
"inheritedFrom": {
|
|
101872
|
-
"name": "
|
|
101873
|
-
"module": "
|
|
101793
|
+
"name": "SbbFormAssociatedMixin",
|
|
101794
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101874
101795
|
}
|
|
101875
101796
|
},
|
|
101876
101797
|
{
|
|
101877
|
-
"
|
|
101798
|
+
"kind": "field",
|
|
101799
|
+
"name": "validationMessage",
|
|
101878
101800
|
"type": {
|
|
101879
101801
|
"text": "string"
|
|
101880
101802
|
},
|
|
101881
|
-
"
|
|
101882
|
-
"description": "
|
|
101883
|
-
"
|
|
101884
|
-
"inheritedFrom": {
|
|
101885
|
-
"name": "SbbIconNameMixin",
|
|
101886
|
-
"module": "icon/icon-name-mixin.js"
|
|
101887
|
-
}
|
|
101888
|
-
},
|
|
101889
|
-
{
|
|
101890
|
-
"name": "disabled-interactive",
|
|
101891
|
-
"type": {
|
|
101892
|
-
"text": "boolean"
|
|
101893
|
-
},
|
|
101894
|
-
"default": "false",
|
|
101895
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
101896
|
-
"fieldName": "disabledInteractive",
|
|
101803
|
+
"privacy": "public",
|
|
101804
|
+
"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.",
|
|
101805
|
+
"readonly": true,
|
|
101897
101806
|
"inheritedFrom": {
|
|
101898
|
-
"name": "
|
|
101899
|
-
"module": "core/mixins/
|
|
101807
|
+
"name": "SbbFormAssociatedMixin",
|
|
101808
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101900
101809
|
}
|
|
101901
101810
|
},
|
|
101902
101811
|
{
|
|
101903
|
-
"
|
|
101904
|
-
"
|
|
101905
|
-
"default": "false",
|
|
101812
|
+
"kind": "field",
|
|
101813
|
+
"name": "willValidate",
|
|
101906
101814
|
"type": {
|
|
101907
101815
|
"text": "boolean"
|
|
101908
101816
|
},
|
|
101909
|
-
"
|
|
101910
|
-
"
|
|
101911
|
-
|
|
101912
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
101913
|
-
}
|
|
101914
|
-
},
|
|
101915
|
-
{
|
|
101916
|
-
"name": "value",
|
|
101917
|
-
"type": {
|
|
101918
|
-
"text": "string"
|
|
101919
|
-
},
|
|
101920
|
-
"default": "''",
|
|
101921
|
-
"description": "Value of the form element.",
|
|
101922
|
-
"fieldName": "value",
|
|
101817
|
+
"privacy": "public",
|
|
101818
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
101819
|
+
"readonly": true,
|
|
101923
101820
|
"inheritedFrom": {
|
|
101924
|
-
"name": "
|
|
101925
|
-
"module": "core/
|
|
101821
|
+
"name": "SbbFormAssociatedMixin",
|
|
101822
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101926
101823
|
}
|
|
101927
101824
|
},
|
|
101928
101825
|
{
|
|
101929
|
-
"
|
|
101930
|
-
"
|
|
101931
|
-
"
|
|
101932
|
-
"
|
|
101933
|
-
"text": "SbbButtonType"
|
|
101934
|
-
},
|
|
101935
|
-
"fieldName": "type",
|
|
101826
|
+
"kind": "field",
|
|
101827
|
+
"name": "_validityStates",
|
|
101828
|
+
"privacy": "private",
|
|
101829
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101936
101830
|
"inheritedFrom": {
|
|
101937
|
-
"name": "
|
|
101938
|
-
"module": "core/
|
|
101831
|
+
"name": "SbbFormAssociatedMixin",
|
|
101832
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101939
101833
|
}
|
|
101940
101834
|
},
|
|
101941
101835
|
{
|
|
101942
|
-
"
|
|
101943
|
-
"
|
|
101836
|
+
"kind": "field",
|
|
101837
|
+
"name": "formDisabled",
|
|
101944
101838
|
"type": {
|
|
101945
|
-
"text": "
|
|
101839
|
+
"text": "boolean"
|
|
101946
101840
|
},
|
|
101947
|
-
"
|
|
101841
|
+
"privacy": "protected",
|
|
101842
|
+
"default": "false",
|
|
101843
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101948
101844
|
"inheritedFrom": {
|
|
101949
|
-
"name": "
|
|
101950
|
-
"module": "core/
|
|
101845
|
+
"name": "SbbFormAssociatedMixin",
|
|
101846
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101951
101847
|
}
|
|
101952
101848
|
},
|
|
101953
101849
|
{
|
|
101954
|
-
"
|
|
101955
|
-
"
|
|
101956
|
-
"
|
|
101957
|
-
|
|
101850
|
+
"kind": "method",
|
|
101851
|
+
"name": "checkValidity",
|
|
101852
|
+
"privacy": "public",
|
|
101853
|
+
"return": {
|
|
101854
|
+
"type": {
|
|
101855
|
+
"text": "boolean"
|
|
101856
|
+
}
|
|
101958
101857
|
},
|
|
101959
|
-
"
|
|
101858
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
101960
101859
|
"inheritedFrom": {
|
|
101961
101860
|
"name": "SbbFormAssociatedMixin",
|
|
101962
101861
|
"module": "core/mixins/form-associated-mixin.js"
|
|
101963
101862
|
}
|
|
101964
|
-
}
|
|
101965
|
-
]
|
|
101966
|
-
}
|
|
101967
|
-
],
|
|
101968
|
-
"exports": [
|
|
101969
|
-
{
|
|
101970
|
-
"kind": "js",
|
|
101971
|
-
"name": "SbbBlockLinkButtonElement",
|
|
101972
|
-
"declaration": {
|
|
101973
|
-
"name": "SbbBlockLinkButtonElement",
|
|
101974
|
-
"module": "link/block-link-button/block-link-button.component.js"
|
|
101975
|
-
}
|
|
101976
|
-
}
|
|
101977
|
-
]
|
|
101978
|
-
},
|
|
101979
|
-
{
|
|
101980
|
-
"kind": "javascript-module",
|
|
101981
|
-
"path": "link/block-link-static/block-link-static.component.js",
|
|
101982
|
-
"declarations": [
|
|
101983
|
-
{
|
|
101984
|
-
"kind": "class",
|
|
101985
|
-
"description": "It displays a static link enhanced with the SBB Design.",
|
|
101986
|
-
"name": "SbbBlockLinkStaticElement",
|
|
101987
|
-
"slots": [
|
|
101988
|
-
{
|
|
101989
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
101990
|
-
"name": ""
|
|
101991
101863
|
},
|
|
101992
101864
|
{
|
|
101993
|
-
"
|
|
101994
|
-
"name": "
|
|
101995
|
-
}
|
|
101996
|
-
],
|
|
101997
|
-
"members": [
|
|
101998
|
-
{
|
|
101999
|
-
"kind": "field",
|
|
102000
|
-
"name": "elementName",
|
|
102001
|
-
"type": {
|
|
102002
|
-
"text": "string"
|
|
102003
|
-
},
|
|
101865
|
+
"kind": "method",
|
|
101866
|
+
"name": "reportValidity",
|
|
102004
101867
|
"privacy": "public",
|
|
102005
|
-
"
|
|
102006
|
-
|
|
102007
|
-
|
|
102008
|
-
|
|
102009
|
-
"module": "core/base-elements/element.js"
|
|
101868
|
+
"return": {
|
|
101869
|
+
"type": {
|
|
101870
|
+
"text": "boolean"
|
|
101871
|
+
}
|
|
102010
101872
|
},
|
|
102011
|
-
"
|
|
101873
|
+
"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.",
|
|
101874
|
+
"inheritedFrom": {
|
|
101875
|
+
"name": "SbbFormAssociatedMixin",
|
|
101876
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101877
|
+
}
|
|
102012
101878
|
},
|
|
102013
101879
|
{
|
|
102014
|
-
"kind": "
|
|
102015
|
-
"name": "
|
|
102016
|
-
"type": {
|
|
102017
|
-
"text": "CSSResultGroup"
|
|
102018
|
-
},
|
|
101880
|
+
"kind": "method",
|
|
101881
|
+
"name": "setCustomValidity",
|
|
102019
101882
|
"privacy": "public",
|
|
102020
|
-
"
|
|
102021
|
-
|
|
101883
|
+
"return": {
|
|
101884
|
+
"type": {
|
|
101885
|
+
"text": "void"
|
|
101886
|
+
}
|
|
101887
|
+
},
|
|
101888
|
+
"parameters": [
|
|
101889
|
+
{
|
|
101890
|
+
"name": "message",
|
|
101891
|
+
"type": {
|
|
101892
|
+
"text": "string"
|
|
101893
|
+
}
|
|
101894
|
+
}
|
|
101895
|
+
],
|
|
101896
|
+
"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.",
|
|
102022
101897
|
"inheritedFrom": {
|
|
102023
|
-
"name": "
|
|
102024
|
-
"module": "
|
|
101898
|
+
"name": "SbbFormAssociatedMixin",
|
|
101899
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102025
101900
|
}
|
|
102026
101901
|
},
|
|
102027
101902
|
{
|
|
102028
|
-
"kind": "
|
|
102029
|
-
"name": "
|
|
102030
|
-
"
|
|
102031
|
-
|
|
101903
|
+
"kind": "method",
|
|
101904
|
+
"name": "_hasDisabledAncestor",
|
|
101905
|
+
"privacy": "private",
|
|
101906
|
+
"return": {
|
|
101907
|
+
"type": {
|
|
101908
|
+
"text": "boolean"
|
|
101909
|
+
}
|
|
102032
101910
|
},
|
|
102033
|
-
"privacy": "public",
|
|
102034
|
-
"default": "'start'",
|
|
102035
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
102036
|
-
"attribute": "icon-placement",
|
|
102037
|
-
"reflects": true,
|
|
102038
101911
|
"inheritedFrom": {
|
|
102039
|
-
"name": "
|
|
102040
|
-
"module": "
|
|
101912
|
+
"name": "SbbFormAssociatedMixin",
|
|
101913
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102041
101914
|
}
|
|
102042
101915
|
},
|
|
102043
101916
|
{
|
|
102044
101917
|
"kind": "method",
|
|
102045
|
-
"name": "
|
|
101918
|
+
"name": "updateFormValue",
|
|
102046
101919
|
"privacy": "protected",
|
|
102047
101920
|
"return": {
|
|
102048
101921
|
"type": {
|
|
102049
|
-
"text": "
|
|
101922
|
+
"text": "void"
|
|
102050
101923
|
}
|
|
102051
101924
|
},
|
|
102052
|
-
"description": "
|
|
101925
|
+
"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",
|
|
102053
101926
|
"inheritedFrom": {
|
|
102054
|
-
"name": "
|
|
102055
|
-
"module": "core/
|
|
101927
|
+
"name": "SbbFormAssociatedMixin",
|
|
101928
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102056
101929
|
}
|
|
102057
101930
|
},
|
|
102058
101931
|
{
|
|
102059
|
-
"kind": "
|
|
102060
|
-
"name": "
|
|
102061
|
-
"
|
|
102062
|
-
|
|
101932
|
+
"kind": "method",
|
|
101933
|
+
"name": "formState",
|
|
101934
|
+
"privacy": "protected",
|
|
101935
|
+
"return": {
|
|
101936
|
+
"type": {
|
|
101937
|
+
"text": "FormRestoreState"
|
|
101938
|
+
}
|
|
102063
101939
|
},
|
|
102064
|
-
"privacy": "public",
|
|
102065
|
-
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
102066
|
-
"default": "'s' / 'xs' (lean)",
|
|
102067
|
-
"attribute": "size",
|
|
102068
|
-
"reflects": true,
|
|
102069
101940
|
"inheritedFrom": {
|
|
102070
|
-
"name": "
|
|
102071
|
-
"module": "
|
|
101941
|
+
"name": "SbbFormAssociatedMixin",
|
|
101942
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102072
101943
|
}
|
|
102073
101944
|
},
|
|
102074
101945
|
{
|
|
102075
|
-
"kind": "
|
|
102076
|
-
"name": "
|
|
102077
|
-
"
|
|
102078
|
-
|
|
101946
|
+
"kind": "method",
|
|
101947
|
+
"name": "setValidityFlag",
|
|
101948
|
+
"privacy": "protected",
|
|
101949
|
+
"return": {
|
|
101950
|
+
"type": {
|
|
101951
|
+
"text": "void"
|
|
101952
|
+
}
|
|
102079
101953
|
},
|
|
102080
|
-
"
|
|
102081
|
-
|
|
102082
|
-
|
|
102083
|
-
|
|
101954
|
+
"parameters": [
|
|
101955
|
+
{
|
|
101956
|
+
"name": "flag",
|
|
101957
|
+
"type": {
|
|
101958
|
+
"text": "T"
|
|
101959
|
+
}
|
|
101960
|
+
},
|
|
101961
|
+
{
|
|
101962
|
+
"name": "message",
|
|
101963
|
+
"type": {
|
|
101964
|
+
"text": "string"
|
|
101965
|
+
}
|
|
101966
|
+
},
|
|
101967
|
+
{
|
|
101968
|
+
"name": "flagValue",
|
|
101969
|
+
"optional": true,
|
|
101970
|
+
"type": {
|
|
101971
|
+
"text": "ValidityStateFlags[T]"
|
|
101972
|
+
}
|
|
101973
|
+
}
|
|
101974
|
+
],
|
|
101975
|
+
"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).",
|
|
102084
101976
|
"inheritedFrom": {
|
|
102085
|
-
"name": "
|
|
102086
|
-
"module": "
|
|
101977
|
+
"name": "SbbFormAssociatedMixin",
|
|
101978
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102087
101979
|
}
|
|
102088
101980
|
},
|
|
102089
101981
|
{
|
|
102090
101982
|
"kind": "method",
|
|
102091
|
-
"name": "
|
|
101983
|
+
"name": "removeValidityFlag",
|
|
102092
101984
|
"privacy": "protected",
|
|
102093
101985
|
"return": {
|
|
102094
101986
|
"type": {
|
|
102095
|
-
"text": "
|
|
101987
|
+
"text": "void"
|
|
102096
101988
|
}
|
|
102097
101989
|
},
|
|
102098
101990
|
"parameters": [
|
|
102099
101991
|
{
|
|
102100
|
-
"name": "
|
|
102101
|
-
"optional": true,
|
|
101992
|
+
"name": "flag",
|
|
102102
101993
|
"type": {
|
|
102103
|
-
"text": "
|
|
101994
|
+
"text": "T"
|
|
102104
101995
|
}
|
|
102105
101996
|
}
|
|
102106
101997
|
],
|
|
101998
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
102107
101999
|
"inheritedFrom": {
|
|
102108
|
-
"name": "
|
|
102109
|
-
"module": "
|
|
102000
|
+
"name": "SbbFormAssociatedMixin",
|
|
102001
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102110
102002
|
}
|
|
102111
102003
|
},
|
|
102112
102004
|
{
|
|
102113
102005
|
"kind": "method",
|
|
102114
|
-
"name": "
|
|
102006
|
+
"name": "validate",
|
|
102115
102007
|
"privacy": "protected",
|
|
102116
102008
|
"return": {
|
|
102117
102009
|
"type": {
|
|
102118
|
-
"text": "
|
|
102010
|
+
"text": "void"
|
|
102119
102011
|
}
|
|
102120
102012
|
},
|
|
102013
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
102121
102014
|
"inheritedFrom": {
|
|
102122
|
-
"name": "
|
|
102123
|
-
"module": "
|
|
102015
|
+
"name": "SbbFormAssociatedMixin",
|
|
102016
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102124
102017
|
}
|
|
102125
102018
|
},
|
|
102126
102019
|
{
|
|
102127
102020
|
"kind": "method",
|
|
102128
|
-
"name": "
|
|
102021
|
+
"name": "shouldValidate",
|
|
102022
|
+
"privacy": "protected",
|
|
102023
|
+
"return": {
|
|
102024
|
+
"type": {
|
|
102025
|
+
"text": "boolean"
|
|
102026
|
+
}
|
|
102027
|
+
},
|
|
102028
|
+
"parameters": [
|
|
102029
|
+
{
|
|
102030
|
+
"name": "name",
|
|
102031
|
+
"type": {
|
|
102032
|
+
"text": "PropertyKey | undefined"
|
|
102033
|
+
}
|
|
102034
|
+
}
|
|
102035
|
+
],
|
|
102036
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
102037
|
+
"inheritedFrom": {
|
|
102038
|
+
"name": "SbbFormAssociatedMixin",
|
|
102039
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102040
|
+
}
|
|
102041
|
+
},
|
|
102042
|
+
{
|
|
102043
|
+
"kind": "method",
|
|
102044
|
+
"name": "_setInternalValidity",
|
|
102129
102045
|
"privacy": "private",
|
|
102130
102046
|
"return": {
|
|
102131
102047
|
"type": {
|
|
102132
|
-
"text": "
|
|
102048
|
+
"text": "void"
|
|
102133
102049
|
}
|
|
102134
102050
|
},
|
|
102135
102051
|
"inheritedFrom": {
|
|
102136
|
-
"name": "
|
|
102137
|
-
"module": "
|
|
102052
|
+
"name": "SbbFormAssociatedMixin",
|
|
102053
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102138
102054
|
}
|
|
102139
102055
|
},
|
|
102140
102056
|
{
|
|
102141
102057
|
"kind": "field",
|
|
102142
|
-
"name": "
|
|
102143
|
-
"privacy": "public",
|
|
102144
|
-
"description": "Whether the component is disabled.",
|
|
102145
|
-
"default": "false",
|
|
102058
|
+
"name": "role",
|
|
102146
102059
|
"type": {
|
|
102147
|
-
"text": "
|
|
102060
|
+
"text": "ElementInternals['role']"
|
|
102148
102061
|
},
|
|
102149
|
-
"
|
|
102150
|
-
"
|
|
102062
|
+
"privacy": "public",
|
|
102063
|
+
"static": true,
|
|
102064
|
+
"readonly": true,
|
|
102065
|
+
"default": "'button'",
|
|
102151
102066
|
"inheritedFrom": {
|
|
102152
|
-
"name": "
|
|
102153
|
-
"module": "core/
|
|
102067
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102068
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102154
102069
|
}
|
|
102155
102070
|
},
|
|
102156
102071
|
{
|
|
102157
102072
|
"kind": "field",
|
|
102158
|
-
"name": "
|
|
102073
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
102159
102074
|
"privacy": "private",
|
|
102160
|
-
"
|
|
102161
|
-
|
|
102162
|
-
|
|
102163
|
-
|
|
102075
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
102076
|
+
"parameters": [
|
|
102077
|
+
{
|
|
102078
|
+
"description": "The origin event.",
|
|
102079
|
+
"name": "event"
|
|
102080
|
+
}
|
|
102081
|
+
],
|
|
102164
102082
|
"inheritedFrom": {
|
|
102165
|
-
"name": "
|
|
102166
|
-
"module": "core/
|
|
102083
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102084
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102167
102085
|
}
|
|
102168
102086
|
},
|
|
102169
102087
|
{
|
|
102170
|
-
"kind": "
|
|
102171
|
-
"name": "
|
|
102172
|
-
"privacy": "
|
|
102173
|
-
"
|
|
102174
|
-
"
|
|
102175
|
-
|
|
102088
|
+
"kind": "field",
|
|
102089
|
+
"name": "_removeActiveMarker",
|
|
102090
|
+
"privacy": "private",
|
|
102091
|
+
"inheritedFrom": {
|
|
102092
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102093
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102094
|
+
}
|
|
102095
|
+
},
|
|
102096
|
+
{
|
|
102097
|
+
"kind": "field",
|
|
102098
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
102099
|
+
"privacy": "private",
|
|
102100
|
+
"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.",
|
|
102101
|
+
"parameters": [
|
|
102102
|
+
{
|
|
102103
|
+
"description": "The origin event.",
|
|
102104
|
+
"name": "event"
|
|
102176
102105
|
}
|
|
102177
|
-
|
|
102178
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
102106
|
+
],
|
|
102179
102107
|
"inheritedFrom": {
|
|
102180
|
-
"name": "
|
|
102181
|
-
"module": "core/
|
|
102108
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102109
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102110
|
+
}
|
|
102111
|
+
},
|
|
102112
|
+
{
|
|
102113
|
+
"kind": "field",
|
|
102114
|
+
"name": "_dispatchClickEvent",
|
|
102115
|
+
"privacy": "private",
|
|
102116
|
+
"inheritedFrom": {
|
|
102117
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102118
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102182
102119
|
}
|
|
102183
102120
|
},
|
|
102184
102121
|
{
|
|
@@ -102333,15 +102270,15 @@
|
|
|
102333
102270
|
"module": "link/common/block-link-common.js"
|
|
102334
102271
|
},
|
|
102335
102272
|
{
|
|
102336
|
-
"name": "
|
|
102273
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
102337
102274
|
"module": "core/mixins.js"
|
|
102338
102275
|
}
|
|
102339
102276
|
],
|
|
102340
102277
|
"superclass": {
|
|
102341
|
-
"name": "
|
|
102278
|
+
"name": "SbbButtonBaseElement",
|
|
102342
102279
|
"module": "core/base-elements.js"
|
|
102343
102280
|
},
|
|
102344
|
-
"tagName": "sbb-block-link-
|
|
102281
|
+
"tagName": "sbb-block-link-button",
|
|
102345
102282
|
"customElement": true,
|
|
102346
102283
|
"attributes": [
|
|
102347
102284
|
{
|
|
@@ -102383,6 +102320,19 @@
|
|
|
102383
102320
|
"module": "icon/icon-name-mixin.js"
|
|
102384
102321
|
}
|
|
102385
102322
|
},
|
|
102323
|
+
{
|
|
102324
|
+
"name": "disabled-interactive",
|
|
102325
|
+
"type": {
|
|
102326
|
+
"text": "boolean"
|
|
102327
|
+
},
|
|
102328
|
+
"default": "false",
|
|
102329
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
102330
|
+
"fieldName": "disabledInteractive",
|
|
102331
|
+
"inheritedFrom": {
|
|
102332
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
102333
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102334
|
+
}
|
|
102335
|
+
},
|
|
102386
102336
|
{
|
|
102387
102337
|
"name": "disabled",
|
|
102388
102338
|
"description": "Whether the component is disabled.",
|
|
@@ -102395,6 +102345,56 @@
|
|
|
102395
102345
|
"name": "SbbDisabledMixin",
|
|
102396
102346
|
"module": "core/mixins/disabled-mixin.js"
|
|
102397
102347
|
}
|
|
102348
|
+
},
|
|
102349
|
+
{
|
|
102350
|
+
"name": "value",
|
|
102351
|
+
"type": {
|
|
102352
|
+
"text": "string"
|
|
102353
|
+
},
|
|
102354
|
+
"default": "''",
|
|
102355
|
+
"description": "Value of the form element.",
|
|
102356
|
+
"fieldName": "value",
|
|
102357
|
+
"inheritedFrom": {
|
|
102358
|
+
"name": "SbbButtonBaseElement",
|
|
102359
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102360
|
+
}
|
|
102361
|
+
},
|
|
102362
|
+
{
|
|
102363
|
+
"name": "type",
|
|
102364
|
+
"description": "The type attribute to use for the button.",
|
|
102365
|
+
"default": "'button'",
|
|
102366
|
+
"type": {
|
|
102367
|
+
"text": "SbbButtonType"
|
|
102368
|
+
},
|
|
102369
|
+
"fieldName": "type",
|
|
102370
|
+
"inheritedFrom": {
|
|
102371
|
+
"name": "SbbButtonBaseElement",
|
|
102372
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102373
|
+
}
|
|
102374
|
+
},
|
|
102375
|
+
{
|
|
102376
|
+
"name": "form",
|
|
102377
|
+
"description": "The `<form>` element to associate the button with.",
|
|
102378
|
+
"type": {
|
|
102379
|
+
"text": "HTMLFormElement | null"
|
|
102380
|
+
},
|
|
102381
|
+
"fieldName": "form",
|
|
102382
|
+
"inheritedFrom": {
|
|
102383
|
+
"name": "SbbButtonBaseElement",
|
|
102384
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102385
|
+
}
|
|
102386
|
+
},
|
|
102387
|
+
{
|
|
102388
|
+
"name": "name",
|
|
102389
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
102390
|
+
"type": {
|
|
102391
|
+
"text": "string"
|
|
102392
|
+
},
|
|
102393
|
+
"fieldName": "name",
|
|
102394
|
+
"inheritedFrom": {
|
|
102395
|
+
"name": "SbbFormAssociatedMixin",
|
|
102396
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102397
|
+
}
|
|
102398
102398
|
}
|
|
102399
102399
|
]
|
|
102400
102400
|
}
|
|
@@ -102402,10 +102402,10 @@
|
|
|
102402
102402
|
"exports": [
|
|
102403
102403
|
{
|
|
102404
102404
|
"kind": "js",
|
|
102405
|
-
"name": "
|
|
102405
|
+
"name": "SbbBlockLinkButtonElement",
|
|
102406
102406
|
"declaration": {
|
|
102407
|
-
"name": "
|
|
102408
|
-
"module": "link/block-link-
|
|
102407
|
+
"name": "SbbBlockLinkButtonElement",
|
|
102408
|
+
"module": "link/block-link-button/block-link-button.component.js"
|
|
102409
102409
|
}
|
|
102410
102410
|
}
|
|
102411
102411
|
]
|
|
@@ -109910,245 +109910,75 @@
|
|
|
109910
109910
|
},
|
|
109911
109911
|
"default": "''",
|
|
109912
109912
|
"description": "The color of the marker.",
|
|
109913
|
-
"fieldName": "color"
|
|
109914
|
-
},
|
|
109915
|
-
{
|
|
109916
|
-
"name": "value",
|
|
109917
|
-
"type": {
|
|
109918
|
-
"text": "string"
|
|
109919
|
-
},
|
|
109920
|
-
"default": "''",
|
|
109921
|
-
"description": "Value of the form element.",
|
|
109922
|
-
"fieldName": "value",
|
|
109923
|
-
"inheritedFrom": {
|
|
109924
|
-
"name": "SbbButtonBaseElement",
|
|
109925
|
-
"module": "core/base-elements/button-base-element.js"
|
|
109926
|
-
}
|
|
109927
|
-
},
|
|
109928
|
-
{
|
|
109929
|
-
"name": "type",
|
|
109930
|
-
"description": "The type attribute to use for the button.",
|
|
109931
|
-
"default": "'button'",
|
|
109932
|
-
"type": {
|
|
109933
|
-
"text": "SbbButtonType"
|
|
109934
|
-
},
|
|
109935
|
-
"fieldName": "type",
|
|
109936
|
-
"inheritedFrom": {
|
|
109937
|
-
"name": "SbbButtonBaseElement",
|
|
109938
|
-
"module": "core/base-elements/button-base-element.js"
|
|
109939
|
-
}
|
|
109940
|
-
},
|
|
109941
|
-
{
|
|
109942
|
-
"name": "form",
|
|
109943
|
-
"description": "The `<form>` element to associate the button with.",
|
|
109944
|
-
"type": {
|
|
109945
|
-
"text": "HTMLFormElement | null"
|
|
109946
|
-
},
|
|
109947
|
-
"fieldName": "form",
|
|
109948
|
-
"inheritedFrom": {
|
|
109949
|
-
"name": "SbbButtonBaseElement",
|
|
109950
|
-
"module": "core/base-elements/button-base-element.js"
|
|
109951
|
-
}
|
|
109952
|
-
},
|
|
109953
|
-
{
|
|
109954
|
-
"name": "name",
|
|
109955
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
109956
|
-
"type": {
|
|
109957
|
-
"text": "string"
|
|
109958
|
-
},
|
|
109959
|
-
"fieldName": "name",
|
|
109960
|
-
"inheritedFrom": {
|
|
109961
|
-
"name": "SbbFormAssociatedMixin",
|
|
109962
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
109963
|
-
}
|
|
109964
|
-
}
|
|
109965
|
-
],
|
|
109966
|
-
"superclass": {
|
|
109967
|
-
"name": "SbbButtonBaseElement",
|
|
109968
|
-
"module": "core/base-elements.js"
|
|
109969
|
-
},
|
|
109970
|
-
"tagName": "sbb-mini-calendar-day",
|
|
109971
|
-
"customElement": true,
|
|
109972
|
-
"classGenerics": "T = Date"
|
|
109973
|
-
}
|
|
109974
|
-
],
|
|
109975
|
-
"exports": [
|
|
109976
|
-
{
|
|
109977
|
-
"kind": "js",
|
|
109978
|
-
"name": "SbbMiniCalendarDayElement",
|
|
109979
|
-
"declaration": {
|
|
109980
|
-
"name": "SbbMiniCalendarDayElement",
|
|
109981
|
-
"module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
|
|
109982
|
-
}
|
|
109983
|
-
}
|
|
109984
|
-
]
|
|
109985
|
-
},
|
|
109986
|
-
{
|
|
109987
|
-
"kind": "javascript-module",
|
|
109988
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
109989
|
-
"declarations": [
|
|
109990
|
-
{
|
|
109991
|
-
"kind": "class",
|
|
109992
|
-
"description": "",
|
|
109993
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109994
|
-
"members": [
|
|
109995
|
-
{
|
|
109996
|
-
"kind": "field",
|
|
109997
|
-
"name": "size",
|
|
109998
|
-
"type": {
|
|
109999
|
-
"text": "SbbNavigationActionSize"
|
|
110000
|
-
},
|
|
110001
|
-
"privacy": "public"
|
|
110002
|
-
},
|
|
110003
|
-
{
|
|
110004
|
-
"kind": "field",
|
|
110005
|
-
"name": "marker",
|
|
110006
|
-
"type": {
|
|
110007
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110008
|
-
},
|
|
110009
|
-
"privacy": "public",
|
|
110010
|
-
"readonly": true
|
|
110011
|
-
},
|
|
110012
|
-
{
|
|
110013
|
-
"kind": "field",
|
|
110014
|
-
"name": "section",
|
|
110015
|
-
"type": {
|
|
110016
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110017
|
-
},
|
|
110018
|
-
"privacy": "public",
|
|
110019
|
-
"readonly": true
|
|
110020
|
-
},
|
|
110021
|
-
{
|
|
110022
|
-
"kind": "field",
|
|
110023
|
-
"name": "connectedSection",
|
|
110024
|
-
"type": {
|
|
110025
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110026
|
-
},
|
|
110027
|
-
"privacy": "public"
|
|
110028
|
-
}
|
|
110029
|
-
]
|
|
110030
|
-
},
|
|
110031
|
-
{
|
|
110032
|
-
"kind": "mixin",
|
|
110033
|
-
"description": "",
|
|
110034
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110035
|
-
"members": [
|
|
110036
|
-
{
|
|
110037
|
-
"kind": "field",
|
|
110038
|
-
"name": "styles",
|
|
110039
|
-
"type": {
|
|
110040
|
-
"text": "CSSResultGroup"
|
|
110041
|
-
},
|
|
110042
|
-
"privacy": "public",
|
|
110043
|
-
"static": true,
|
|
110044
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110045
|
-
},
|
|
110046
|
-
{
|
|
110047
|
-
"kind": "field",
|
|
110048
|
-
"name": "size",
|
|
110049
|
-
"type": {
|
|
110050
|
-
"text": "SbbNavigationActionSize"
|
|
110051
|
-
},
|
|
110052
|
-
"privacy": "public",
|
|
110053
|
-
"description": "Action size variant, either s, m or l.",
|
|
110054
|
-
"default": "'l' / 's' (lean)",
|
|
110055
|
-
"attribute": "size",
|
|
110056
|
-
"reflects": true
|
|
110057
|
-
},
|
|
110058
|
-
{
|
|
110059
|
-
"kind": "field",
|
|
110060
|
-
"name": "connectedSection",
|
|
110061
|
-
"type": {
|
|
110062
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110063
|
-
},
|
|
110064
|
-
"privacy": "public",
|
|
110065
|
-
"description": "The section that is being controlled by the action, if any."
|
|
110066
|
-
},
|
|
110067
|
-
{
|
|
110068
|
-
"kind": "field",
|
|
110069
|
-
"name": "marker",
|
|
110070
|
-
"type": {
|
|
110071
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110072
|
-
},
|
|
110073
|
-
"privacy": "public",
|
|
110074
|
-
"description": "The navigation marker in which the action is nested.",
|
|
110075
|
-
"readonly": true
|
|
110076
|
-
},
|
|
110077
|
-
{
|
|
110078
|
-
"kind": "field",
|
|
110079
|
-
"name": "section",
|
|
110080
|
-
"type": {
|
|
110081
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110082
|
-
},
|
|
110083
|
-
"privacy": "public",
|
|
110084
|
-
"description": "The section in which the action is nested.",
|
|
110085
|
-
"readonly": true
|
|
110086
|
-
},
|
|
110087
|
-
{
|
|
110088
|
-
"kind": "field",
|
|
110089
|
-
"name": "_navigationMarker",
|
|
110090
|
-
"type": {
|
|
110091
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110092
|
-
},
|
|
110093
|
-
"privacy": "private",
|
|
110094
|
-
"default": "null"
|
|
109913
|
+
"fieldName": "color"
|
|
110095
109914
|
},
|
|
110096
109915
|
{
|
|
110097
|
-
"
|
|
110098
|
-
"name": "_navigationSection",
|
|
109916
|
+
"name": "value",
|
|
110099
109917
|
"type": {
|
|
110100
|
-
"text": "
|
|
109918
|
+
"text": "string"
|
|
110101
109919
|
},
|
|
110102
|
-
"
|
|
110103
|
-
"
|
|
109920
|
+
"default": "''",
|
|
109921
|
+
"description": "Value of the form element.",
|
|
109922
|
+
"fieldName": "value",
|
|
109923
|
+
"inheritedFrom": {
|
|
109924
|
+
"name": "SbbButtonBaseElement",
|
|
109925
|
+
"module": "core/base-elements/button-base-element.js"
|
|
109926
|
+
}
|
|
110104
109927
|
},
|
|
110105
109928
|
{
|
|
110106
|
-
"
|
|
110107
|
-
"
|
|
110108
|
-
"
|
|
110109
|
-
"
|
|
110110
|
-
"
|
|
110111
|
-
|
|
110112
|
-
|
|
109929
|
+
"name": "type",
|
|
109930
|
+
"description": "The type attribute to use for the button.",
|
|
109931
|
+
"default": "'button'",
|
|
109932
|
+
"type": {
|
|
109933
|
+
"text": "SbbButtonType"
|
|
109934
|
+
},
|
|
109935
|
+
"fieldName": "type",
|
|
109936
|
+
"inheritedFrom": {
|
|
109937
|
+
"name": "SbbButtonBaseElement",
|
|
109938
|
+
"module": "core/base-elements/button-base-element.js"
|
|
110113
109939
|
}
|
|
110114
|
-
}
|
|
110115
|
-
],
|
|
110116
|
-
"attributes": [
|
|
109940
|
+
},
|
|
110117
109941
|
{
|
|
110118
|
-
"name": "
|
|
109942
|
+
"name": "form",
|
|
109943
|
+
"description": "The `<form>` element to associate the button with.",
|
|
110119
109944
|
"type": {
|
|
110120
|
-
"text": "
|
|
109945
|
+
"text": "HTMLFormElement | null"
|
|
110121
109946
|
},
|
|
110122
|
-
"
|
|
110123
|
-
"
|
|
110124
|
-
|
|
110125
|
-
|
|
110126
|
-
|
|
110127
|
-
|
|
109947
|
+
"fieldName": "form",
|
|
109948
|
+
"inheritedFrom": {
|
|
109949
|
+
"name": "SbbButtonBaseElement",
|
|
109950
|
+
"module": "core/base-elements/button-base-element.js"
|
|
109951
|
+
}
|
|
109952
|
+
},
|
|
110128
109953
|
{
|
|
110129
|
-
"name": "
|
|
109954
|
+
"name": "name",
|
|
109955
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
110130
109956
|
"type": {
|
|
110131
|
-
"text": "
|
|
109957
|
+
"text": "string"
|
|
109958
|
+
},
|
|
109959
|
+
"fieldName": "name",
|
|
109960
|
+
"inheritedFrom": {
|
|
109961
|
+
"name": "SbbFormAssociatedMixin",
|
|
109962
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
110132
109963
|
}
|
|
110133
109964
|
}
|
|
110134
|
-
]
|
|
109965
|
+
],
|
|
109966
|
+
"superclass": {
|
|
109967
|
+
"name": "SbbButtonBaseElement",
|
|
109968
|
+
"module": "core/base-elements.js"
|
|
109969
|
+
},
|
|
109970
|
+
"tagName": "sbb-mini-calendar-day",
|
|
109971
|
+
"customElement": true,
|
|
109972
|
+
"classGenerics": "T = Date"
|
|
110135
109973
|
}
|
|
110136
109974
|
],
|
|
110137
109975
|
"exports": [
|
|
110138
109976
|
{
|
|
110139
109977
|
"kind": "js",
|
|
110140
|
-
"name": "
|
|
110141
|
-
"declaration": {
|
|
110142
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110143
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110144
|
-
}
|
|
110145
|
-
},
|
|
110146
|
-
{
|
|
110147
|
-
"kind": "js",
|
|
110148
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
109978
|
+
"name": "SbbMiniCalendarDayElement",
|
|
110149
109979
|
"declaration": {
|
|
110150
|
-
"name": "
|
|
110151
|
-
"module": "
|
|
109980
|
+
"name": "SbbMiniCalendarDayElement",
|
|
109981
|
+
"module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
|
|
110152
109982
|
}
|
|
110153
109983
|
}
|
|
110154
109984
|
]
|
|
@@ -110371,6 +110201,176 @@
|
|
|
110371
110201
|
}
|
|
110372
110202
|
]
|
|
110373
110203
|
},
|
|
110204
|
+
{
|
|
110205
|
+
"kind": "javascript-module",
|
|
110206
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
110207
|
+
"declarations": [
|
|
110208
|
+
{
|
|
110209
|
+
"kind": "class",
|
|
110210
|
+
"description": "",
|
|
110211
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110212
|
+
"members": [
|
|
110213
|
+
{
|
|
110214
|
+
"kind": "field",
|
|
110215
|
+
"name": "size",
|
|
110216
|
+
"type": {
|
|
110217
|
+
"text": "SbbNavigationActionSize"
|
|
110218
|
+
},
|
|
110219
|
+
"privacy": "public"
|
|
110220
|
+
},
|
|
110221
|
+
{
|
|
110222
|
+
"kind": "field",
|
|
110223
|
+
"name": "marker",
|
|
110224
|
+
"type": {
|
|
110225
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110226
|
+
},
|
|
110227
|
+
"privacy": "public",
|
|
110228
|
+
"readonly": true
|
|
110229
|
+
},
|
|
110230
|
+
{
|
|
110231
|
+
"kind": "field",
|
|
110232
|
+
"name": "section",
|
|
110233
|
+
"type": {
|
|
110234
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110235
|
+
},
|
|
110236
|
+
"privacy": "public",
|
|
110237
|
+
"readonly": true
|
|
110238
|
+
},
|
|
110239
|
+
{
|
|
110240
|
+
"kind": "field",
|
|
110241
|
+
"name": "connectedSection",
|
|
110242
|
+
"type": {
|
|
110243
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110244
|
+
},
|
|
110245
|
+
"privacy": "public"
|
|
110246
|
+
}
|
|
110247
|
+
]
|
|
110248
|
+
},
|
|
110249
|
+
{
|
|
110250
|
+
"kind": "mixin",
|
|
110251
|
+
"description": "",
|
|
110252
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110253
|
+
"members": [
|
|
110254
|
+
{
|
|
110255
|
+
"kind": "field",
|
|
110256
|
+
"name": "styles",
|
|
110257
|
+
"type": {
|
|
110258
|
+
"text": "CSSResultGroup"
|
|
110259
|
+
},
|
|
110260
|
+
"privacy": "public",
|
|
110261
|
+
"static": true,
|
|
110262
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110263
|
+
},
|
|
110264
|
+
{
|
|
110265
|
+
"kind": "field",
|
|
110266
|
+
"name": "size",
|
|
110267
|
+
"type": {
|
|
110268
|
+
"text": "SbbNavigationActionSize"
|
|
110269
|
+
},
|
|
110270
|
+
"privacy": "public",
|
|
110271
|
+
"description": "Action size variant, either s, m or l.",
|
|
110272
|
+
"default": "'l' / 's' (lean)",
|
|
110273
|
+
"attribute": "size",
|
|
110274
|
+
"reflects": true
|
|
110275
|
+
},
|
|
110276
|
+
{
|
|
110277
|
+
"kind": "field",
|
|
110278
|
+
"name": "connectedSection",
|
|
110279
|
+
"type": {
|
|
110280
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110281
|
+
},
|
|
110282
|
+
"privacy": "public",
|
|
110283
|
+
"description": "The section that is being controlled by the action, if any."
|
|
110284
|
+
},
|
|
110285
|
+
{
|
|
110286
|
+
"kind": "field",
|
|
110287
|
+
"name": "marker",
|
|
110288
|
+
"type": {
|
|
110289
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110290
|
+
},
|
|
110291
|
+
"privacy": "public",
|
|
110292
|
+
"description": "The navigation marker in which the action is nested.",
|
|
110293
|
+
"readonly": true
|
|
110294
|
+
},
|
|
110295
|
+
{
|
|
110296
|
+
"kind": "field",
|
|
110297
|
+
"name": "section",
|
|
110298
|
+
"type": {
|
|
110299
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110300
|
+
},
|
|
110301
|
+
"privacy": "public",
|
|
110302
|
+
"description": "The section in which the action is nested.",
|
|
110303
|
+
"readonly": true
|
|
110304
|
+
},
|
|
110305
|
+
{
|
|
110306
|
+
"kind": "field",
|
|
110307
|
+
"name": "_navigationMarker",
|
|
110308
|
+
"type": {
|
|
110309
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110310
|
+
},
|
|
110311
|
+
"privacy": "private",
|
|
110312
|
+
"default": "null"
|
|
110313
|
+
},
|
|
110314
|
+
{
|
|
110315
|
+
"kind": "field",
|
|
110316
|
+
"name": "_navigationSection",
|
|
110317
|
+
"type": {
|
|
110318
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110319
|
+
},
|
|
110320
|
+
"privacy": "private",
|
|
110321
|
+
"default": "null"
|
|
110322
|
+
},
|
|
110323
|
+
{
|
|
110324
|
+
"kind": "method",
|
|
110325
|
+
"name": "renderTemplate",
|
|
110326
|
+
"privacy": "protected",
|
|
110327
|
+
"return": {
|
|
110328
|
+
"type": {
|
|
110329
|
+
"text": "TemplateResult"
|
|
110330
|
+
}
|
|
110331
|
+
}
|
|
110332
|
+
}
|
|
110333
|
+
],
|
|
110334
|
+
"attributes": [
|
|
110335
|
+
{
|
|
110336
|
+
"name": "size",
|
|
110337
|
+
"type": {
|
|
110338
|
+
"text": "SbbNavigationActionSize"
|
|
110339
|
+
},
|
|
110340
|
+
"description": "Action size variant, either s, m or l.",
|
|
110341
|
+
"default": "'l' / 's' (lean)",
|
|
110342
|
+
"fieldName": "size"
|
|
110343
|
+
}
|
|
110344
|
+
],
|
|
110345
|
+
"parameters": [
|
|
110346
|
+
{
|
|
110347
|
+
"name": "superClass",
|
|
110348
|
+
"type": {
|
|
110349
|
+
"text": "T"
|
|
110350
|
+
}
|
|
110351
|
+
}
|
|
110352
|
+
]
|
|
110353
|
+
}
|
|
110354
|
+
],
|
|
110355
|
+
"exports": [
|
|
110356
|
+
{
|
|
110357
|
+
"kind": "js",
|
|
110358
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110359
|
+
"declaration": {
|
|
110360
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110361
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110362
|
+
}
|
|
110363
|
+
},
|
|
110364
|
+
{
|
|
110365
|
+
"kind": "js",
|
|
110366
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110367
|
+
"declaration": {
|
|
110368
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110369
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110370
|
+
}
|
|
110371
|
+
}
|
|
110372
|
+
]
|
|
110373
|
+
},
|
|
110374
110374
|
{
|
|
110375
110375
|
"kind": "javascript-module",
|
|
110376
110376
|
"path": "navigation/navigation/navigation.component.js",
|