@sbb-esta/lyne-elements-dev 4.12.1-dev.1778072976 → 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 +612 -612
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
|
101372
101378
|
"inheritedFrom": {
|
|
101373
|
-
"name": "
|
|
101374
|
-
"module": "
|
|
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/
|
|
101413
|
-
}
|
|
101414
|
-
},
|
|
101415
|
-
{
|
|
101416
|
-
"kind": "method",
|
|
101417
|
-
"name": "checkValidity",
|
|
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"
|
|
101405
|
+
"name": "SbbDisabledMixin",
|
|
101406
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101428
101407
|
}
|
|
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": [
|
|
101432
|
+
{
|
|
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,27 +101732,29 @@
|
|
|
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": "
|
|
101748
|
+
"name": "_formKeyDown",
|
|
101749
|
+
"privacy": "private",
|
|
101750
|
+
"inheritedFrom": {
|
|
101751
|
+
"name": "SbbButtonBaseElement",
|
|
101752
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101753
|
+
}
|
|
101754
|
+
},
|
|
101755
|
+
{
|
|
101756
|
+
"kind": "field",
|
|
101757
|
+
"name": "formAssociated",
|
|
101809
101758
|
"type": {
|
|
101810
101759
|
"text": "boolean"
|
|
101811
101760
|
},
|
|
@@ -101813,372 +101762,360 @@
|
|
|
101813
101762
|
"static": true,
|
|
101814
101763
|
"default": "true",
|
|
101815
101764
|
"inheritedFrom": {
|
|
101816
|
-
"name": "
|
|
101817
|
-
"module": "core/
|
|
101765
|
+
"name": "SbbFormAssociatedMixin",
|
|
101766
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101818
101767
|
}
|
|
101819
101768
|
},
|
|
101820
101769
|
{
|
|
101821
101770
|
"kind": "field",
|
|
101822
|
-
"name": "
|
|
101771
|
+
"name": "name",
|
|
101772
|
+
"privacy": "public",
|
|
101773
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
101823
101774
|
"type": {
|
|
101824
|
-
"text": "
|
|
101775
|
+
"text": "string"
|
|
101825
101776
|
},
|
|
101826
|
-
"
|
|
101777
|
+
"attribute": "name",
|
|
101827
101778
|
"inheritedFrom": {
|
|
101828
|
-
"name": "
|
|
101829
|
-
"module": "core/
|
|
101779
|
+
"name": "SbbFormAssociatedMixin",
|
|
101780
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101830
101781
|
}
|
|
101831
|
-
}
|
|
101832
|
-
],
|
|
101833
|
-
"mixins": [
|
|
101834
|
-
{
|
|
101835
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
101836
|
-
"module": "link/common/block-link-common.js"
|
|
101837
101782
|
},
|
|
101838
101783
|
{
|
|
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",
|
|
101784
|
+
"kind": "field",
|
|
101785
|
+
"name": "validity",
|
|
101852
101786
|
"type": {
|
|
101853
|
-
"text": "
|
|
101787
|
+
"text": "ValidityState"
|
|
101854
101788
|
},
|
|
101855
|
-
"
|
|
101856
|
-
"description": "
|
|
101857
|
-
"
|
|
101789
|
+
"privacy": "public",
|
|
101790
|
+
"description": "Returns the ValidityState object for this element.",
|
|
101791
|
+
"readonly": true,
|
|
101858
101792
|
"inheritedFrom": {
|
|
101859
|
-
"name": "
|
|
101860
|
-
"module": "
|
|
101793
|
+
"name": "SbbFormAssociatedMixin",
|
|
101794
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101861
101795
|
}
|
|
101862
101796
|
},
|
|
101863
101797
|
{
|
|
101864
|
-
"
|
|
101798
|
+
"kind": "field",
|
|
101799
|
+
"name": "validationMessage",
|
|
101865
101800
|
"type": {
|
|
101866
|
-
"text": "
|
|
101801
|
+
"text": "string"
|
|
101867
101802
|
},
|
|
101868
|
-
"
|
|
101869
|
-
"
|
|
101870
|
-
"
|
|
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,
|
|
101871
101806
|
"inheritedFrom": {
|
|
101872
|
-
"name": "
|
|
101873
|
-
"module": "
|
|
101807
|
+
"name": "SbbFormAssociatedMixin",
|
|
101808
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101874
101809
|
}
|
|
101875
101810
|
},
|
|
101876
101811
|
{
|
|
101877
|
-
"
|
|
101812
|
+
"kind": "field",
|
|
101813
|
+
"name": "willValidate",
|
|
101878
101814
|
"type": {
|
|
101879
|
-
"text": "
|
|
101815
|
+
"text": "boolean"
|
|
101880
101816
|
},
|
|
101881
|
-
"
|
|
101882
|
-
"description": "
|
|
101883
|
-
"
|
|
101817
|
+
"privacy": "public",
|
|
101818
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
101819
|
+
"readonly": true,
|
|
101884
101820
|
"inheritedFrom": {
|
|
101885
|
-
"name": "
|
|
101886
|
-
"module": "
|
|
101821
|
+
"name": "SbbFormAssociatedMixin",
|
|
101822
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101887
101823
|
}
|
|
101888
101824
|
},
|
|
101889
101825
|
{
|
|
101890
|
-
"
|
|
101891
|
-
"
|
|
101892
|
-
|
|
101893
|
-
},
|
|
101894
|
-
"default": "false",
|
|
101895
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
101896
|
-
"fieldName": "disabledInteractive",
|
|
101826
|
+
"kind": "field",
|
|
101827
|
+
"name": "_validityStates",
|
|
101828
|
+
"privacy": "private",
|
|
101829
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101897
101830
|
"inheritedFrom": {
|
|
101898
|
-
"name": "
|
|
101899
|
-
"module": "core/mixins/
|
|
101831
|
+
"name": "SbbFormAssociatedMixin",
|
|
101832
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101900
101833
|
}
|
|
101901
101834
|
},
|
|
101902
101835
|
{
|
|
101903
|
-
"
|
|
101904
|
-
"
|
|
101905
|
-
"default": "false",
|
|
101836
|
+
"kind": "field",
|
|
101837
|
+
"name": "formDisabled",
|
|
101906
101838
|
"type": {
|
|
101907
101839
|
"text": "boolean"
|
|
101908
101840
|
},
|
|
101909
|
-
"
|
|
101841
|
+
"privacy": "protected",
|
|
101842
|
+
"default": "false",
|
|
101843
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101910
101844
|
"inheritedFrom": {
|
|
101911
|
-
"name": "
|
|
101912
|
-
"module": "core/mixins/
|
|
101845
|
+
"name": "SbbFormAssociatedMixin",
|
|
101846
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101913
101847
|
}
|
|
101914
101848
|
},
|
|
101915
101849
|
{
|
|
101916
|
-
"
|
|
101917
|
-
"
|
|
101918
|
-
|
|
101850
|
+
"kind": "method",
|
|
101851
|
+
"name": "checkValidity",
|
|
101852
|
+
"privacy": "public",
|
|
101853
|
+
"return": {
|
|
101854
|
+
"type": {
|
|
101855
|
+
"text": "boolean"
|
|
101856
|
+
}
|
|
101919
101857
|
},
|
|
101920
|
-
"
|
|
101921
|
-
"description": "Value of the form element.",
|
|
101922
|
-
"fieldName": "value",
|
|
101858
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
101923
101859
|
"inheritedFrom": {
|
|
101924
|
-
"name": "
|
|
101925
|
-
"module": "core/
|
|
101860
|
+
"name": "SbbFormAssociatedMixin",
|
|
101861
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101926
101862
|
}
|
|
101927
101863
|
},
|
|
101928
101864
|
{
|
|
101929
|
-
"
|
|
101930
|
-
"
|
|
101931
|
-
"
|
|
101932
|
-
"
|
|
101933
|
-
"
|
|
101865
|
+
"kind": "method",
|
|
101866
|
+
"name": "reportValidity",
|
|
101867
|
+
"privacy": "public",
|
|
101868
|
+
"return": {
|
|
101869
|
+
"type": {
|
|
101870
|
+
"text": "boolean"
|
|
101871
|
+
}
|
|
101934
101872
|
},
|
|
101935
|
-
"
|
|
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.",
|
|
101936
101874
|
"inheritedFrom": {
|
|
101937
|
-
"name": "
|
|
101938
|
-
"module": "core/
|
|
101875
|
+
"name": "SbbFormAssociatedMixin",
|
|
101876
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101939
101877
|
}
|
|
101940
101878
|
},
|
|
101941
101879
|
{
|
|
101942
|
-
"
|
|
101943
|
-
"
|
|
101944
|
-
"
|
|
101945
|
-
|
|
101880
|
+
"kind": "method",
|
|
101881
|
+
"name": "setCustomValidity",
|
|
101882
|
+
"privacy": "public",
|
|
101883
|
+
"return": {
|
|
101884
|
+
"type": {
|
|
101885
|
+
"text": "void"
|
|
101886
|
+
}
|
|
101946
101887
|
},
|
|
101947
|
-
"
|
|
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.",
|
|
101948
101897
|
"inheritedFrom": {
|
|
101949
|
-
"name": "
|
|
101950
|
-
"module": "core/
|
|
101898
|
+
"name": "SbbFormAssociatedMixin",
|
|
101899
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101951
101900
|
}
|
|
101952
101901
|
},
|
|
101953
101902
|
{
|
|
101954
|
-
"
|
|
101955
|
-
"
|
|
101956
|
-
"
|
|
101957
|
-
|
|
101903
|
+
"kind": "method",
|
|
101904
|
+
"name": "_hasDisabledAncestor",
|
|
101905
|
+
"privacy": "private",
|
|
101906
|
+
"return": {
|
|
101907
|
+
"type": {
|
|
101908
|
+
"text": "boolean"
|
|
101909
|
+
}
|
|
101958
101910
|
},
|
|
101959
|
-
"fieldName": "name",
|
|
101960
101911
|
"inheritedFrom": {
|
|
101961
101912
|
"name": "SbbFormAssociatedMixin",
|
|
101962
101913
|
"module": "core/mixins/form-associated-mixin.js"
|
|
101963
101914
|
}
|
|
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
101915
|
},
|
|
101992
101916
|
{
|
|
101993
|
-
"
|
|
101994
|
-
"name": "
|
|
101995
|
-
|
|
101996
|
-
|
|
101997
|
-
|
|
101998
|
-
|
|
101999
|
-
|
|
102000
|
-
"name": "elementName",
|
|
102001
|
-
"type": {
|
|
102002
|
-
"text": "string"
|
|
101917
|
+
"kind": "method",
|
|
101918
|
+
"name": "updateFormValue",
|
|
101919
|
+
"privacy": "protected",
|
|
101920
|
+
"return": {
|
|
101921
|
+
"type": {
|
|
101922
|
+
"text": "void"
|
|
101923
|
+
}
|
|
102003
101924
|
},
|
|
102004
|
-
"
|
|
102005
|
-
"static": true,
|
|
102006
|
-
"readonly": true,
|
|
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",
|
|
102007
101926
|
"inheritedFrom": {
|
|
102008
|
-
"name": "
|
|
102009
|
-
"module": "core/
|
|
102010
|
-
}
|
|
102011
|
-
"default": "'sbb-block-link-static'"
|
|
101927
|
+
"name": "SbbFormAssociatedMixin",
|
|
101928
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101929
|
+
}
|
|
102012
101930
|
},
|
|
102013
101931
|
{
|
|
102014
|
-
"kind": "
|
|
102015
|
-
"name": "
|
|
102016
|
-
"
|
|
102017
|
-
|
|
101932
|
+
"kind": "method",
|
|
101933
|
+
"name": "formState",
|
|
101934
|
+
"privacy": "protected",
|
|
101935
|
+
"return": {
|
|
101936
|
+
"type": {
|
|
101937
|
+
"text": "FormRestoreState"
|
|
101938
|
+
}
|
|
102018
101939
|
},
|
|
102019
|
-
"privacy": "public",
|
|
102020
|
-
"static": true,
|
|
102021
|
-
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
102022
101940
|
"inheritedFrom": {
|
|
102023
|
-
"name": "
|
|
102024
|
-
"module": "
|
|
101941
|
+
"name": "SbbFormAssociatedMixin",
|
|
101942
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102025
101943
|
}
|
|
102026
101944
|
},
|
|
102027
101945
|
{
|
|
102028
|
-
"kind": "
|
|
102029
|
-
"name": "
|
|
102030
|
-
"
|
|
102031
|
-
|
|
101946
|
+
"kind": "method",
|
|
101947
|
+
"name": "setValidityFlag",
|
|
101948
|
+
"privacy": "protected",
|
|
101949
|
+
"return": {
|
|
101950
|
+
"type": {
|
|
101951
|
+
"text": "void"
|
|
101952
|
+
}
|
|
102032
101953
|
},
|
|
102033
|
-
"
|
|
102034
|
-
|
|
102035
|
-
|
|
102036
|
-
|
|
102037
|
-
|
|
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).",
|
|
102038
101976
|
"inheritedFrom": {
|
|
102039
|
-
"name": "
|
|
102040
|
-
"module": "
|
|
101977
|
+
"name": "SbbFormAssociatedMixin",
|
|
101978
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102041
101979
|
}
|
|
102042
101980
|
},
|
|
102043
101981
|
{
|
|
102044
101982
|
"kind": "method",
|
|
102045
|
-
"name": "
|
|
101983
|
+
"name": "removeValidityFlag",
|
|
102046
101984
|
"privacy": "protected",
|
|
102047
101985
|
"return": {
|
|
102048
101986
|
"type": {
|
|
102049
|
-
"text": "
|
|
101987
|
+
"text": "void"
|
|
102050
101988
|
}
|
|
102051
101989
|
},
|
|
102052
|
-
"
|
|
102053
|
-
|
|
102054
|
-
|
|
102055
|
-
|
|
102056
|
-
|
|
102057
|
-
|
|
102058
|
-
|
|
102059
|
-
|
|
102060
|
-
"
|
|
102061
|
-
"type": {
|
|
102062
|
-
"text": "SbbLinkSize"
|
|
102063
|
-
},
|
|
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,
|
|
101990
|
+
"parameters": [
|
|
101991
|
+
{
|
|
101992
|
+
"name": "flag",
|
|
101993
|
+
"type": {
|
|
101994
|
+
"text": "T"
|
|
101995
|
+
}
|
|
101996
|
+
}
|
|
101997
|
+
],
|
|
101998
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
102069
101999
|
"inheritedFrom": {
|
|
102070
|
-
"name": "
|
|
102071
|
-
"module": "
|
|
102000
|
+
"name": "SbbFormAssociatedMixin",
|
|
102001
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102072
102002
|
}
|
|
102073
102003
|
},
|
|
102074
102004
|
{
|
|
102075
|
-
"kind": "
|
|
102076
|
-
"name": "
|
|
102077
|
-
"
|
|
102078
|
-
|
|
102005
|
+
"kind": "method",
|
|
102006
|
+
"name": "validate",
|
|
102007
|
+
"privacy": "protected",
|
|
102008
|
+
"return": {
|
|
102009
|
+
"type": {
|
|
102010
|
+
"text": "void"
|
|
102011
|
+
}
|
|
102079
102012
|
},
|
|
102080
|
-
"
|
|
102081
|
-
"default": "''",
|
|
102082
|
-
"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.",
|
|
102083
|
-
"attribute": "icon-name",
|
|
102013
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
102084
102014
|
"inheritedFrom": {
|
|
102085
|
-
"name": "
|
|
102086
|
-
"module": "
|
|
102015
|
+
"name": "SbbFormAssociatedMixin",
|
|
102016
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102087
102017
|
}
|
|
102088
102018
|
},
|
|
102089
102019
|
{
|
|
102090
102020
|
"kind": "method",
|
|
102091
|
-
"name": "
|
|
102021
|
+
"name": "shouldValidate",
|
|
102092
102022
|
"privacy": "protected",
|
|
102093
102023
|
"return": {
|
|
102094
102024
|
"type": {
|
|
102095
|
-
"text": "
|
|
102025
|
+
"text": "boolean"
|
|
102096
102026
|
}
|
|
102097
102027
|
},
|
|
102098
102028
|
"parameters": [
|
|
102099
102029
|
{
|
|
102100
|
-
"name": "
|
|
102101
|
-
"optional": true,
|
|
102030
|
+
"name": "name",
|
|
102102
102031
|
"type": {
|
|
102103
|
-
"text": "
|
|
102032
|
+
"text": "PropertyKey | undefined"
|
|
102104
102033
|
}
|
|
102105
102034
|
}
|
|
102106
102035
|
],
|
|
102036
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
102107
102037
|
"inheritedFrom": {
|
|
102108
|
-
"name": "
|
|
102109
|
-
"module": "
|
|
102038
|
+
"name": "SbbFormAssociatedMixin",
|
|
102039
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102110
102040
|
}
|
|
102111
102041
|
},
|
|
102112
102042
|
{
|
|
102113
102043
|
"kind": "method",
|
|
102114
|
-
"name": "
|
|
102115
|
-
"privacy": "
|
|
102044
|
+
"name": "_setInternalValidity",
|
|
102045
|
+
"privacy": "private",
|
|
102116
102046
|
"return": {
|
|
102117
102047
|
"type": {
|
|
102118
|
-
"text": "
|
|
102048
|
+
"text": "void"
|
|
102119
102049
|
}
|
|
102120
102050
|
},
|
|
102121
102051
|
"inheritedFrom": {
|
|
102122
|
-
"name": "
|
|
102123
|
-
"module": "
|
|
102052
|
+
"name": "SbbFormAssociatedMixin",
|
|
102053
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
102124
102054
|
}
|
|
102125
102055
|
},
|
|
102126
102056
|
{
|
|
102127
|
-
"kind": "
|
|
102128
|
-
"name": "
|
|
102129
|
-
"
|
|
102130
|
-
|
|
102131
|
-
"type": {
|
|
102132
|
-
"text": "string"
|
|
102133
|
-
}
|
|
102057
|
+
"kind": "field",
|
|
102058
|
+
"name": "role",
|
|
102059
|
+
"type": {
|
|
102060
|
+
"text": "ElementInternals['role']"
|
|
102134
102061
|
},
|
|
102062
|
+
"privacy": "public",
|
|
102063
|
+
"static": true,
|
|
102064
|
+
"readonly": true,
|
|
102065
|
+
"default": "'button'",
|
|
102135
102066
|
"inheritedFrom": {
|
|
102136
|
-
"name": "
|
|
102137
|
-
"module": "
|
|
102067
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102068
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102138
102069
|
}
|
|
102139
102070
|
},
|
|
102140
102071
|
{
|
|
102141
102072
|
"kind": "field",
|
|
102142
|
-
"name": "
|
|
102143
|
-
"privacy": "
|
|
102144
|
-
"description": "
|
|
102145
|
-
"
|
|
102146
|
-
|
|
102147
|
-
|
|
102148
|
-
|
|
102149
|
-
|
|
102150
|
-
|
|
102073
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
102074
|
+
"privacy": "private",
|
|
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
|
+
],
|
|
102151
102082
|
"inheritedFrom": {
|
|
102152
|
-
"name": "
|
|
102153
|
-
"module": "core/
|
|
102083
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102084
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102154
102085
|
}
|
|
102155
102086
|
},
|
|
102156
102087
|
{
|
|
102157
102088
|
"kind": "field",
|
|
102158
|
-
"name": "
|
|
102089
|
+
"name": "_removeActiveMarker",
|
|
102159
102090
|
"privacy": "private",
|
|
102160
|
-
"type": {
|
|
102161
|
-
"text": "boolean"
|
|
102162
|
-
},
|
|
102163
|
-
"default": "false",
|
|
102164
102091
|
"inheritedFrom": {
|
|
102165
|
-
"name": "
|
|
102166
|
-
"module": "core/
|
|
102092
|
+
"name": "SbbButtonLikeBaseElement",
|
|
102093
|
+
"module": "core/base-elements/button-base-element.js"
|
|
102167
102094
|
}
|
|
102168
102095
|
},
|
|
102169
102096
|
{
|
|
102170
|
-
"kind": "
|
|
102171
|
-
"name": "
|
|
102172
|
-
"privacy": "
|
|
102173
|
-
"
|
|
102174
|
-
|
|
102175
|
-
|
|
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
|
]
|