@sbb-esta/lyne-elements-dev 4.12.1-dev.1778074064 → 4.12.1-dev.1778105140
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 +616 -616
- 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-button/block-link-button.component.js",
|
|
100992
100992
|
"declarations": [
|
|
100993
100993
|
{
|
|
100994
100994
|
"kind": "class",
|
|
100995
|
-
"description": "It displays a
|
|
100996
|
-
"name": "
|
|
100995
|
+
"description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
|
|
100996
|
+
"name": "SbbBlockLinkButtonElement",
|
|
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-button`.",
|
|
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-button'"
|
|
101022
101022
|
},
|
|
101023
101023
|
{
|
|
101024
101024
|
"kind": "field",
|
|
@@ -101147,6 +101147,22 @@
|
|
|
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
|
+
},
|
|
101150
101166
|
{
|
|
101151
101167
|
"kind": "field",
|
|
101152
101168
|
"name": "disabled",
|
|
@@ -101193,98 +101209,88 @@
|
|
|
101193
101209
|
},
|
|
101194
101210
|
{
|
|
101195
101211
|
"kind": "field",
|
|
101196
|
-
"name": "
|
|
101212
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
101197
101213
|
"type": {
|
|
101198
|
-
"text": "
|
|
101214
|
+
"text": "array"
|
|
101199
101215
|
},
|
|
101200
|
-
"privacy": "
|
|
101216
|
+
"privacy": "private",
|
|
101201
101217
|
"readonly": true,
|
|
101218
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
101202
101219
|
"inheritedFrom": {
|
|
101203
|
-
"name": "
|
|
101204
|
-
"module": "core/base-elements/
|
|
101220
|
+
"name": "SbbButtonBaseElement",
|
|
101221
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101205
101222
|
}
|
|
101206
101223
|
},
|
|
101207
101224
|
{
|
|
101208
101225
|
"kind": "field",
|
|
101209
|
-
"name": "
|
|
101226
|
+
"name": "value",
|
|
101210
101227
|
"type": {
|
|
101211
|
-
"text": "
|
|
101228
|
+
"text": "string"
|
|
101212
101229
|
},
|
|
101213
|
-
"privacy": "
|
|
101214
|
-
"readonly": true,
|
|
101230
|
+
"privacy": "public",
|
|
101215
101231
|
"inheritedFrom": {
|
|
101216
|
-
"name": "
|
|
101217
|
-
"module": "core/base-elements/
|
|
101218
|
-
}
|
|
101219
|
-
},
|
|
101220
|
-
{
|
|
101221
|
-
"kind": "method",
|
|
101222
|
-
"name": "setupBaseEventHandlers",
|
|
101223
|
-
"privacy": "protected",
|
|
101224
|
-
"return": {
|
|
101225
|
-
"type": {
|
|
101226
|
-
"text": "void"
|
|
101227
|
-
}
|
|
101232
|
+
"name": "SbbButtonBaseElement",
|
|
101233
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101228
101234
|
},
|
|
101229
|
-
"
|
|
101230
|
-
|
|
101231
|
-
|
|
101232
|
-
}
|
|
101235
|
+
"default": "''",
|
|
101236
|
+
"description": "Value of the form element.",
|
|
101237
|
+
"attribute": "value"
|
|
101233
101238
|
},
|
|
101234
101239
|
{
|
|
101235
101240
|
"kind": "field",
|
|
101236
|
-
"name": "
|
|
101241
|
+
"name": "type",
|
|
101242
|
+
"privacy": "public",
|
|
101243
|
+
"description": "The type attribute to use for the button.",
|
|
101244
|
+
"default": "'button'",
|
|
101237
101245
|
"type": {
|
|
101238
|
-
"text": "
|
|
101246
|
+
"text": "SbbButtonType"
|
|
101239
101247
|
},
|
|
101240
|
-
"
|
|
101241
|
-
"default": "!!this.shadowRoot",
|
|
101248
|
+
"attribute": "type",
|
|
101242
101249
|
"inheritedFrom": {
|
|
101243
|
-
"name": "
|
|
101244
|
-
"module": "core/base-elements/element.js"
|
|
101250
|
+
"name": "SbbButtonBaseElement",
|
|
101251
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101245
101252
|
}
|
|
101246
101253
|
},
|
|
101247
101254
|
{
|
|
101248
101255
|
"kind": "field",
|
|
101249
|
-
"name": "
|
|
101250
|
-
"
|
|
101251
|
-
|
|
101256
|
+
"name": "form",
|
|
101257
|
+
"type": {
|
|
101258
|
+
"text": "HTMLFormElement | null"
|
|
101259
|
+
},
|
|
101260
|
+
"privacy": "public",
|
|
101261
|
+
"description": "The `<form>` element to associate the button with.",
|
|
101252
101262
|
"inheritedFrom": {
|
|
101253
|
-
"name": "
|
|
101254
|
-
"module": "core/base-elements/element.js"
|
|
101255
|
-
}
|
|
101263
|
+
"name": "SbbButtonBaseElement",
|
|
101264
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101265
|
+
},
|
|
101266
|
+
"attribute": "form"
|
|
101256
101267
|
},
|
|
101257
101268
|
{
|
|
101258
101269
|
"kind": "field",
|
|
101259
|
-
"name": "
|
|
101270
|
+
"name": "_formId",
|
|
101260
101271
|
"type": {
|
|
101261
|
-
"text": "
|
|
101272
|
+
"text": "string"
|
|
101262
101273
|
},
|
|
101263
101274
|
"privacy": "private",
|
|
101275
|
+
"default": "''",
|
|
101264
101276
|
"inheritedFrom": {
|
|
101265
|
-
"name": "
|
|
101266
|
-
"module": "core/base-elements/element.js"
|
|
101277
|
+
"name": "SbbButtonBaseElement",
|
|
101278
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101267
101279
|
}
|
|
101268
101280
|
},
|
|
101269
101281
|
{
|
|
101270
101282
|
"kind": "field",
|
|
101271
|
-
"name": "
|
|
101272
|
-
"
|
|
101273
|
-
"text": "boolean"
|
|
101274
|
-
},
|
|
101275
|
-
"privacy": "protected",
|
|
101276
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
101277
|
-
"readonly": true,
|
|
101283
|
+
"name": "_handleButtonClick",
|
|
101284
|
+
"privacy": "private",
|
|
101278
101285
|
"inheritedFrom": {
|
|
101279
|
-
"name": "
|
|
101280
|
-
"module": "core/base-elements/element.js"
|
|
101281
|
-
}
|
|
101282
|
-
"default": "!!this.shadowRoot"
|
|
101286
|
+
"name": "SbbButtonBaseElement",
|
|
101287
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101288
|
+
}
|
|
101283
101289
|
},
|
|
101284
101290
|
{
|
|
101285
101291
|
"kind": "method",
|
|
101286
|
-
"name": "
|
|
101287
|
-
"privacy": "
|
|
101292
|
+
"name": "_requestSubmit",
|
|
101293
|
+
"privacy": "private",
|
|
101288
101294
|
"return": {
|
|
101289
101295
|
"type": {
|
|
101290
101296
|
"text": "void"
|
|
@@ -101292,27 +101298,29 @@
|
|
|
101292
101298
|
},
|
|
101293
101299
|
"parameters": [
|
|
101294
101300
|
{
|
|
101295
|
-
"name": "
|
|
101296
|
-
"type": {
|
|
101297
|
-
"text": "string"
|
|
101298
|
-
}
|
|
101299
|
-
},
|
|
101300
|
-
{
|
|
101301
|
-
"name": "force",
|
|
101302
|
-
"optional": true,
|
|
101301
|
+
"name": "form",
|
|
101303
101302
|
"type": {
|
|
101304
|
-
"text": "
|
|
101303
|
+
"text": "HTMLFormElement"
|
|
101305
101304
|
}
|
|
101306
101305
|
}
|
|
101307
101306
|
],
|
|
101308
101307
|
"inheritedFrom": {
|
|
101309
|
-
"name": "
|
|
101310
|
-
"module": "core/base-elements/element.js"
|
|
101308
|
+
"name": "SbbButtonBaseElement",
|
|
101309
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101311
101310
|
}
|
|
101312
101311
|
},
|
|
101313
101312
|
{
|
|
101314
101313
|
"kind": "field",
|
|
101315
|
-
"name": "
|
|
101314
|
+
"name": "_formKeyDown",
|
|
101315
|
+
"privacy": "private",
|
|
101316
|
+
"inheritedFrom": {
|
|
101317
|
+
"name": "SbbButtonBaseElement",
|
|
101318
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101319
|
+
}
|
|
101320
|
+
},
|
|
101321
|
+
{
|
|
101322
|
+
"kind": "field",
|
|
101323
|
+
"name": "formAssociated",
|
|
101316
101324
|
"type": {
|
|
101317
101325
|
"text": "boolean"
|
|
101318
101326
|
},
|
|
@@ -101320,411 +101328,456 @@
|
|
|
101320
101328
|
"static": true,
|
|
101321
101329
|
"default": "true",
|
|
101322
101330
|
"inheritedFrom": {
|
|
101323
|
-
"name": "
|
|
101324
|
-
"module": "core/
|
|
101331
|
+
"name": "SbbFormAssociatedMixin",
|
|
101332
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101325
101333
|
}
|
|
101326
101334
|
},
|
|
101327
101335
|
{
|
|
101328
101336
|
"kind": "field",
|
|
101329
|
-
"name": "
|
|
101337
|
+
"name": "name",
|
|
101338
|
+
"privacy": "public",
|
|
101339
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
101330
101340
|
"type": {
|
|
101331
|
-
"text": "
|
|
101341
|
+
"text": "string"
|
|
101332
101342
|
},
|
|
101333
|
-
"
|
|
101343
|
+
"attribute": "name",
|
|
101334
101344
|
"inheritedFrom": {
|
|
101335
|
-
"name": "
|
|
101336
|
-
"module": "core/
|
|
101345
|
+
"name": "SbbFormAssociatedMixin",
|
|
101346
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101337
101347
|
}
|
|
101338
|
-
}
|
|
101339
|
-
],
|
|
101340
|
-
"mixins": [
|
|
101341
|
-
{
|
|
101342
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
101343
|
-
"module": "link/common/block-link-common.js"
|
|
101344
101348
|
},
|
|
101345
101349
|
{
|
|
101346
|
-
"
|
|
101347
|
-
"
|
|
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",
|
|
101350
|
+
"kind": "field",
|
|
101351
|
+
"name": "validity",
|
|
101359
101352
|
"type": {
|
|
101360
|
-
"text": "
|
|
101353
|
+
"text": "ValidityState"
|
|
101361
101354
|
},
|
|
101362
|
-
"
|
|
101363
|
-
"description": "
|
|
101364
|
-
"
|
|
101355
|
+
"privacy": "public",
|
|
101356
|
+
"description": "Returns the ValidityState object for this element.",
|
|
101357
|
+
"readonly": true,
|
|
101365
101358
|
"inheritedFrom": {
|
|
101366
|
-
"name": "
|
|
101367
|
-
"module": "
|
|
101359
|
+
"name": "SbbFormAssociatedMixin",
|
|
101360
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101368
101361
|
}
|
|
101369
101362
|
},
|
|
101370
101363
|
{
|
|
101371
|
-
"
|
|
101364
|
+
"kind": "field",
|
|
101365
|
+
"name": "validationMessage",
|
|
101372
101366
|
"type": {
|
|
101373
|
-
"text": "
|
|
101367
|
+
"text": "string"
|
|
101374
101368
|
},
|
|
101375
|
-
"
|
|
101376
|
-
"
|
|
101377
|
-
"
|
|
101369
|
+
"privacy": "public",
|
|
101370
|
+
"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.",
|
|
101371
|
+
"readonly": true,
|
|
101378
101372
|
"inheritedFrom": {
|
|
101379
|
-
"name": "
|
|
101380
|
-
"module": "
|
|
101373
|
+
"name": "SbbFormAssociatedMixin",
|
|
101374
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101381
101375
|
}
|
|
101382
101376
|
},
|
|
101383
101377
|
{
|
|
101384
|
-
"
|
|
101378
|
+
"kind": "field",
|
|
101379
|
+
"name": "willValidate",
|
|
101385
101380
|
"type": {
|
|
101386
|
-
"text": "
|
|
101381
|
+
"text": "boolean"
|
|
101387
101382
|
},
|
|
101388
|
-
"
|
|
101389
|
-
"description": "
|
|
101390
|
-
"
|
|
101383
|
+
"privacy": "public",
|
|
101384
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
101385
|
+
"readonly": true,
|
|
101391
101386
|
"inheritedFrom": {
|
|
101392
|
-
"name": "
|
|
101393
|
-
"module": "
|
|
101387
|
+
"name": "SbbFormAssociatedMixin",
|
|
101388
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101394
101389
|
}
|
|
101395
101390
|
},
|
|
101396
101391
|
{
|
|
101397
|
-
"
|
|
101398
|
-
"
|
|
101399
|
-
"
|
|
101392
|
+
"kind": "field",
|
|
101393
|
+
"name": "_validityStates",
|
|
101394
|
+
"privacy": "private",
|
|
101395
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101396
|
+
"inheritedFrom": {
|
|
101397
|
+
"name": "SbbFormAssociatedMixin",
|
|
101398
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101399
|
+
}
|
|
101400
|
+
},
|
|
101401
|
+
{
|
|
101402
|
+
"kind": "field",
|
|
101403
|
+
"name": "formDisabled",
|
|
101400
101404
|
"type": {
|
|
101401
101405
|
"text": "boolean"
|
|
101402
101406
|
},
|
|
101403
|
-
"
|
|
101407
|
+
"privacy": "protected",
|
|
101408
|
+
"default": "false",
|
|
101409
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
101404
101410
|
"inheritedFrom": {
|
|
101405
|
-
"name": "
|
|
101406
|
-
"module": "core/mixins/
|
|
101411
|
+
"name": "SbbFormAssociatedMixin",
|
|
101412
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101407
101413
|
}
|
|
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": ""
|
|
101435
101414
|
},
|
|
101436
101415
|
{
|
|
101437
|
-
"
|
|
101438
|
-
"name": "
|
|
101439
|
-
}
|
|
101440
|
-
],
|
|
101441
|
-
"members": [
|
|
101442
|
-
{
|
|
101443
|
-
"kind": "field",
|
|
101444
|
-
"name": "elementName",
|
|
101445
|
-
"type": {
|
|
101446
|
-
"text": "string"
|
|
101447
|
-
},
|
|
101416
|
+
"kind": "method",
|
|
101417
|
+
"name": "checkValidity",
|
|
101448
101418
|
"privacy": "public",
|
|
101449
|
-
"
|
|
101450
|
-
|
|
101451
|
-
|
|
101452
|
-
|
|
101453
|
-
"module": "core/base-elements/element.js"
|
|
101419
|
+
"return": {
|
|
101420
|
+
"type": {
|
|
101421
|
+
"text": "boolean"
|
|
101422
|
+
}
|
|
101454
101423
|
},
|
|
101455
|
-
"
|
|
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
|
+
}
|
|
101456
101429
|
},
|
|
101457
101430
|
{
|
|
101458
|
-
"kind": "
|
|
101459
|
-
"name": "
|
|
101460
|
-
"type": {
|
|
101461
|
-
"text": "CSSResultGroup"
|
|
101462
|
-
},
|
|
101431
|
+
"kind": "method",
|
|
101432
|
+
"name": "reportValidity",
|
|
101463
101433
|
"privacy": "public",
|
|
101464
|
-
"
|
|
101465
|
-
|
|
101434
|
+
"return": {
|
|
101435
|
+
"type": {
|
|
101436
|
+
"text": "boolean"
|
|
101437
|
+
}
|
|
101438
|
+
},
|
|
101439
|
+
"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.",
|
|
101466
101440
|
"inheritedFrom": {
|
|
101467
|
-
"name": "
|
|
101468
|
-
"module": "
|
|
101441
|
+
"name": "SbbFormAssociatedMixin",
|
|
101442
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101469
101443
|
}
|
|
101470
101444
|
},
|
|
101471
101445
|
{
|
|
101472
|
-
"kind": "
|
|
101473
|
-
"name": "
|
|
101474
|
-
"type": {
|
|
101475
|
-
"text": "SbbIconPlacement"
|
|
101476
|
-
},
|
|
101446
|
+
"kind": "method",
|
|
101447
|
+
"name": "setCustomValidity",
|
|
101477
101448
|
"privacy": "public",
|
|
101478
|
-
"
|
|
101479
|
-
|
|
101480
|
-
|
|
101481
|
-
|
|
101449
|
+
"return": {
|
|
101450
|
+
"type": {
|
|
101451
|
+
"text": "void"
|
|
101452
|
+
}
|
|
101453
|
+
},
|
|
101454
|
+
"parameters": [
|
|
101455
|
+
{
|
|
101456
|
+
"name": "message",
|
|
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.",
|
|
101482
101463
|
"inheritedFrom": {
|
|
101483
|
-
"name": "
|
|
101484
|
-
"module": "
|
|
101464
|
+
"name": "SbbFormAssociatedMixin",
|
|
101465
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101485
101466
|
}
|
|
101486
101467
|
},
|
|
101487
101468
|
{
|
|
101488
101469
|
"kind": "method",
|
|
101489
|
-
"name": "
|
|
101490
|
-
"privacy": "
|
|
101470
|
+
"name": "_hasDisabledAncestor",
|
|
101471
|
+
"privacy": "private",
|
|
101491
101472
|
"return": {
|
|
101492
101473
|
"type": {
|
|
101493
|
-
"text": "
|
|
101474
|
+
"text": "boolean"
|
|
101494
101475
|
}
|
|
101495
101476
|
},
|
|
101496
|
-
"description": "Override this method to render the component template.",
|
|
101497
101477
|
"inheritedFrom": {
|
|
101498
|
-
"name": "
|
|
101499
|
-
"module": "core/
|
|
101478
|
+
"name": "SbbFormAssociatedMixin",
|
|
101479
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101500
101480
|
}
|
|
101501
101481
|
},
|
|
101502
101482
|
{
|
|
101503
|
-
"kind": "
|
|
101504
|
-
"name": "
|
|
101505
|
-
"
|
|
101506
|
-
|
|
101483
|
+
"kind": "method",
|
|
101484
|
+
"name": "updateFormValue",
|
|
101485
|
+
"privacy": "protected",
|
|
101486
|
+
"return": {
|
|
101487
|
+
"type": {
|
|
101488
|
+
"text": "void"
|
|
101489
|
+
}
|
|
101507
101490
|
},
|
|
101508
|
-
"
|
|
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,
|
|
101491
|
+
"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",
|
|
101513
101492
|
"inheritedFrom": {
|
|
101514
|
-
"name": "
|
|
101515
|
-
"module": "
|
|
101493
|
+
"name": "SbbFormAssociatedMixin",
|
|
101494
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101516
101495
|
}
|
|
101517
101496
|
},
|
|
101518
101497
|
{
|
|
101519
|
-
"kind": "
|
|
101520
|
-
"name": "
|
|
101521
|
-
"
|
|
101522
|
-
|
|
101498
|
+
"kind": "method",
|
|
101499
|
+
"name": "formState",
|
|
101500
|
+
"privacy": "protected",
|
|
101501
|
+
"return": {
|
|
101502
|
+
"type": {
|
|
101503
|
+
"text": "FormRestoreState"
|
|
101504
|
+
}
|
|
101523
101505
|
},
|
|
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",
|
|
101528
101506
|
"inheritedFrom": {
|
|
101529
|
-
"name": "
|
|
101530
|
-
"module": "
|
|
101507
|
+
"name": "SbbFormAssociatedMixin",
|
|
101508
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101531
101509
|
}
|
|
101532
101510
|
},
|
|
101533
101511
|
{
|
|
101534
101512
|
"kind": "method",
|
|
101535
|
-
"name": "
|
|
101513
|
+
"name": "setValidityFlag",
|
|
101536
101514
|
"privacy": "protected",
|
|
101537
101515
|
"return": {
|
|
101538
101516
|
"type": {
|
|
101539
|
-
"text": "
|
|
101517
|
+
"text": "void"
|
|
101540
101518
|
}
|
|
101541
101519
|
},
|
|
101542
101520
|
"parameters": [
|
|
101543
101521
|
{
|
|
101544
|
-
"name": "
|
|
101545
|
-
"
|
|
101522
|
+
"name": "flag",
|
|
101523
|
+
"type": {
|
|
101524
|
+
"text": "T"
|
|
101525
|
+
}
|
|
101526
|
+
},
|
|
101527
|
+
{
|
|
101528
|
+
"name": "message",
|
|
101546
101529
|
"type": {
|
|
101547
101530
|
"text": "string"
|
|
101548
101531
|
}
|
|
101532
|
+
},
|
|
101533
|
+
{
|
|
101534
|
+
"name": "flagValue",
|
|
101535
|
+
"optional": true,
|
|
101536
|
+
"type": {
|
|
101537
|
+
"text": "ValidityStateFlags[T]"
|
|
101538
|
+
}
|
|
101549
101539
|
}
|
|
101550
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).",
|
|
101551
101542
|
"inheritedFrom": {
|
|
101552
|
-
"name": "
|
|
101553
|
-
"module": "
|
|
101543
|
+
"name": "SbbFormAssociatedMixin",
|
|
101544
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101554
101545
|
}
|
|
101555
101546
|
},
|
|
101556
101547
|
{
|
|
101557
101548
|
"kind": "method",
|
|
101558
|
-
"name": "
|
|
101549
|
+
"name": "removeValidityFlag",
|
|
101559
101550
|
"privacy": "protected",
|
|
101560
101551
|
"return": {
|
|
101561
101552
|
"type": {
|
|
101562
|
-
"text": "
|
|
101553
|
+
"text": "void"
|
|
101563
101554
|
}
|
|
101564
101555
|
},
|
|
101556
|
+
"parameters": [
|
|
101557
|
+
{
|
|
101558
|
+
"name": "flag",
|
|
101559
|
+
"type": {
|
|
101560
|
+
"text": "T"
|
|
101561
|
+
}
|
|
101562
|
+
}
|
|
101563
|
+
],
|
|
101564
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
101565
101565
|
"inheritedFrom": {
|
|
101566
|
-
"name": "
|
|
101567
|
-
"module": "
|
|
101566
|
+
"name": "SbbFormAssociatedMixin",
|
|
101567
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101568
101568
|
}
|
|
101569
101569
|
},
|
|
101570
101570
|
{
|
|
101571
101571
|
"kind": "method",
|
|
101572
|
-
"name": "
|
|
101573
|
-
"privacy": "
|
|
101572
|
+
"name": "validate",
|
|
101573
|
+
"privacy": "protected",
|
|
101574
101574
|
"return": {
|
|
101575
101575
|
"type": {
|
|
101576
|
-
"text": "
|
|
101576
|
+
"text": "void"
|
|
101577
101577
|
}
|
|
101578
101578
|
},
|
|
101579
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
101579
101580
|
"inheritedFrom": {
|
|
101580
|
-
"name": "
|
|
101581
|
-
"module": "
|
|
101581
|
+
"name": "SbbFormAssociatedMixin",
|
|
101582
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101582
101583
|
}
|
|
101583
101584
|
},
|
|
101584
101585
|
{
|
|
101585
|
-
"kind": "
|
|
101586
|
-
"name": "
|
|
101587
|
-
"
|
|
101588
|
-
|
|
101586
|
+
"kind": "method",
|
|
101587
|
+
"name": "shouldValidate",
|
|
101588
|
+
"privacy": "protected",
|
|
101589
|
+
"return": {
|
|
101590
|
+
"type": {
|
|
101591
|
+
"text": "boolean"
|
|
101592
|
+
}
|
|
101589
101593
|
},
|
|
101590
|
-
"
|
|
101591
|
-
|
|
101592
|
-
|
|
101593
|
-
|
|
101594
|
-
|
|
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.",
|
|
101595
101603
|
"inheritedFrom": {
|
|
101596
|
-
"name": "
|
|
101597
|
-
"module": "core/mixins/
|
|
101604
|
+
"name": "SbbFormAssociatedMixin",
|
|
101605
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101598
101606
|
}
|
|
101599
101607
|
},
|
|
101600
101608
|
{
|
|
101601
|
-
"kind": "
|
|
101602
|
-
"name": "
|
|
101603
|
-
"privacy": "
|
|
101604
|
-
"
|
|
101605
|
-
|
|
101606
|
-
|
|
101607
|
-
|
|
101609
|
+
"kind": "method",
|
|
101610
|
+
"name": "_setInternalValidity",
|
|
101611
|
+
"privacy": "private",
|
|
101612
|
+
"return": {
|
|
101613
|
+
"type": {
|
|
101614
|
+
"text": "void"
|
|
101615
|
+
}
|
|
101608
101616
|
},
|
|
101609
|
-
"attribute": "disabled",
|
|
101610
|
-
"reflects": true,
|
|
101611
101617
|
"inheritedFrom": {
|
|
101612
|
-
"name": "
|
|
101613
|
-
"module": "core/mixins/
|
|
101618
|
+
"name": "SbbFormAssociatedMixin",
|
|
101619
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
101614
101620
|
}
|
|
101615
101621
|
},
|
|
101616
101622
|
{
|
|
101617
101623
|
"kind": "field",
|
|
101618
|
-
"name": "
|
|
101619
|
-
"privacy": "private",
|
|
101624
|
+
"name": "role",
|
|
101620
101625
|
"type": {
|
|
101621
|
-
"text": "
|
|
101626
|
+
"text": "ElementInternals['role']"
|
|
101622
101627
|
},
|
|
101623
|
-
"
|
|
101628
|
+
"privacy": "public",
|
|
101629
|
+
"static": true,
|
|
101630
|
+
"readonly": true,
|
|
101631
|
+
"default": "'button'",
|
|
101624
101632
|
"inheritedFrom": {
|
|
101625
|
-
"name": "
|
|
101626
|
-
"module": "core/
|
|
101633
|
+
"name": "SbbButtonLikeBaseElement",
|
|
101634
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101627
101635
|
}
|
|
101628
101636
|
},
|
|
101629
101637
|
{
|
|
101630
|
-
"kind": "
|
|
101631
|
-
"name": "
|
|
101632
|
-
"privacy": "
|
|
101633
|
-
"
|
|
101634
|
-
|
|
101635
|
-
|
|
101638
|
+
"kind": "field",
|
|
101639
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
101640
|
+
"privacy": "private",
|
|
101641
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
101642
|
+
"parameters": [
|
|
101643
|
+
{
|
|
101644
|
+
"description": "The origin event.",
|
|
101645
|
+
"name": "event"
|
|
101636
101646
|
}
|
|
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.",
|
|
101647
|
+
],
|
|
101639
101648
|
"inheritedFrom": {
|
|
101640
|
-
"name": "
|
|
101641
|
-
"module": "core/
|
|
101649
|
+
"name": "SbbButtonLikeBaseElement",
|
|
101650
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101642
101651
|
}
|
|
101643
101652
|
},
|
|
101644
101653
|
{
|
|
101645
101654
|
"kind": "field",
|
|
101646
|
-
"name": "
|
|
101647
|
-
"type": {
|
|
101648
|
-
"text": "array"
|
|
101649
|
-
},
|
|
101655
|
+
"name": "_removeActiveMarker",
|
|
101650
101656
|
"privacy": "private",
|
|
101651
|
-
"readonly": true,
|
|
101652
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
101653
101657
|
"inheritedFrom": {
|
|
101654
|
-
"name": "
|
|
101658
|
+
"name": "SbbButtonLikeBaseElement",
|
|
101655
101659
|
"module": "core/base-elements/button-base-element.js"
|
|
101656
101660
|
}
|
|
101657
101661
|
},
|
|
101658
101662
|
{
|
|
101659
101663
|
"kind": "field",
|
|
101660
|
-
"name": "
|
|
101661
|
-
"
|
|
101662
|
-
|
|
101663
|
-
|
|
101664
|
-
|
|
101664
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
101665
|
+
"privacy": "private",
|
|
101666
|
+
"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.",
|
|
101667
|
+
"parameters": [
|
|
101668
|
+
{
|
|
101669
|
+
"description": "The origin event.",
|
|
101670
|
+
"name": "event"
|
|
101671
|
+
}
|
|
101672
|
+
],
|
|
101665
101673
|
"inheritedFrom": {
|
|
101666
|
-
"name": "
|
|
101674
|
+
"name": "SbbButtonLikeBaseElement",
|
|
101667
101675
|
"module": "core/base-elements/button-base-element.js"
|
|
101668
|
-
}
|
|
101669
|
-
"default": "''",
|
|
101670
|
-
"description": "Value of the form element.",
|
|
101671
|
-
"attribute": "value"
|
|
101676
|
+
}
|
|
101672
101677
|
},
|
|
101673
101678
|
{
|
|
101674
101679
|
"kind": "field",
|
|
101675
|
-
"name": "
|
|
101676
|
-
"privacy": "
|
|
101677
|
-
"
|
|
101678
|
-
|
|
101680
|
+
"name": "_dispatchClickEvent",
|
|
101681
|
+
"privacy": "private",
|
|
101682
|
+
"inheritedFrom": {
|
|
101683
|
+
"name": "SbbButtonLikeBaseElement",
|
|
101684
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101685
|
+
}
|
|
101686
|
+
},
|
|
101687
|
+
{
|
|
101688
|
+
"kind": "field",
|
|
101689
|
+
"name": "maybeDisabled",
|
|
101679
101690
|
"type": {
|
|
101680
|
-
"text": "
|
|
101691
|
+
"text": "boolean | undefined"
|
|
101681
101692
|
},
|
|
101682
|
-
"
|
|
101693
|
+
"privacy": "protected",
|
|
101694
|
+
"readonly": true,
|
|
101683
101695
|
"inheritedFrom": {
|
|
101684
|
-
"name": "
|
|
101685
|
-
"module": "core/base-elements/
|
|
101696
|
+
"name": "SbbActionBaseElement",
|
|
101697
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101686
101698
|
}
|
|
101687
101699
|
},
|
|
101688
101700
|
{
|
|
101689
101701
|
"kind": "field",
|
|
101690
|
-
"name": "
|
|
101702
|
+
"name": "maybeDisabledInteractive",
|
|
101691
101703
|
"type": {
|
|
101692
|
-
"text": "
|
|
101704
|
+
"text": "boolean | undefined"
|
|
101693
101705
|
},
|
|
101694
|
-
"privacy": "
|
|
101695
|
-
"
|
|
101706
|
+
"privacy": "protected",
|
|
101707
|
+
"readonly": true,
|
|
101696
101708
|
"inheritedFrom": {
|
|
101697
|
-
"name": "
|
|
101698
|
-
"module": "core/base-elements/
|
|
101709
|
+
"name": "SbbActionBaseElement",
|
|
101710
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101711
|
+
}
|
|
101712
|
+
},
|
|
101713
|
+
{
|
|
101714
|
+
"kind": "method",
|
|
101715
|
+
"name": "setupBaseEventHandlers",
|
|
101716
|
+
"privacy": "protected",
|
|
101717
|
+
"return": {
|
|
101718
|
+
"type": {
|
|
101719
|
+
"text": "void"
|
|
101720
|
+
}
|
|
101699
101721
|
},
|
|
101700
|
-
"
|
|
101722
|
+
"inheritedFrom": {
|
|
101723
|
+
"name": "SbbActionBaseElement",
|
|
101724
|
+
"module": "core/base-elements/action-base-element.js"
|
|
101725
|
+
}
|
|
101701
101726
|
},
|
|
101702
101727
|
{
|
|
101703
101728
|
"kind": "field",
|
|
101704
|
-
"name": "
|
|
101729
|
+
"name": "_hydrationRequired",
|
|
101705
101730
|
"type": {
|
|
101706
|
-
"text": "
|
|
101731
|
+
"text": "boolean"
|
|
101707
101732
|
},
|
|
101708
101733
|
"privacy": "private",
|
|
101709
|
-
"default": "
|
|
101734
|
+
"default": "!!this.shadowRoot",
|
|
101710
101735
|
"inheritedFrom": {
|
|
101711
|
-
"name": "
|
|
101712
|
-
"module": "core/base-elements/
|
|
101736
|
+
"name": "SbbElement",
|
|
101737
|
+
"module": "core/base-elements/element.js"
|
|
101713
101738
|
}
|
|
101714
101739
|
},
|
|
101715
101740
|
{
|
|
101716
101741
|
"kind": "field",
|
|
101717
|
-
"name": "
|
|
101742
|
+
"name": "_hydrationComplete",
|
|
101718
101743
|
"privacy": "private",
|
|
101744
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
101719
101745
|
"inheritedFrom": {
|
|
101720
|
-
"name": "
|
|
101721
|
-
"module": "core/base-elements/
|
|
101746
|
+
"name": "SbbElement",
|
|
101747
|
+
"module": "core/base-elements/element.js"
|
|
101722
101748
|
}
|
|
101723
101749
|
},
|
|
101724
101750
|
{
|
|
101725
|
-
"kind": "
|
|
101726
|
-
"name": "
|
|
101751
|
+
"kind": "field",
|
|
101752
|
+
"name": "_resolveHydration",
|
|
101753
|
+
"type": {
|
|
101754
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
101755
|
+
},
|
|
101727
101756
|
"privacy": "private",
|
|
101757
|
+
"inheritedFrom": {
|
|
101758
|
+
"name": "SbbElement",
|
|
101759
|
+
"module": "core/base-elements/element.js"
|
|
101760
|
+
}
|
|
101761
|
+
},
|
|
101762
|
+
{
|
|
101763
|
+
"kind": "field",
|
|
101764
|
+
"name": "hydrationRequired",
|
|
101765
|
+
"type": {
|
|
101766
|
+
"text": "boolean"
|
|
101767
|
+
},
|
|
101768
|
+
"privacy": "protected",
|
|
101769
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
101770
|
+
"readonly": true,
|
|
101771
|
+
"inheritedFrom": {
|
|
101772
|
+
"name": "SbbElement",
|
|
101773
|
+
"module": "core/base-elements/element.js"
|
|
101774
|
+
},
|
|
101775
|
+
"default": "!!this.shadowRoot"
|
|
101776
|
+
},
|
|
101777
|
+
{
|
|
101778
|
+
"kind": "method",
|
|
101779
|
+
"name": "toggleState",
|
|
101780
|
+
"privacy": "protected",
|
|
101728
101781
|
"return": {
|
|
101729
101782
|
"type": {
|
|
101730
101783
|
"text": "void"
|
|
@@ -101732,29 +101785,27 @@
|
|
|
101732
101785
|
},
|
|
101733
101786
|
"parameters": [
|
|
101734
101787
|
{
|
|
101735
|
-
"name": "
|
|
101788
|
+
"name": "value",
|
|
101736
101789
|
"type": {
|
|
101737
|
-
"text": "
|
|
101790
|
+
"text": "string"
|
|
101791
|
+
}
|
|
101792
|
+
},
|
|
101793
|
+
{
|
|
101794
|
+
"name": "force",
|
|
101795
|
+
"optional": true,
|
|
101796
|
+
"type": {
|
|
101797
|
+
"text": "boolean"
|
|
101738
101798
|
}
|
|
101739
101799
|
}
|
|
101740
101800
|
],
|
|
101741
101801
|
"inheritedFrom": {
|
|
101742
|
-
"name": "
|
|
101743
|
-
"module": "core/base-elements/
|
|
101744
|
-
}
|
|
101745
|
-
},
|
|
101746
|
-
{
|
|
101747
|
-
"kind": "field",
|
|
101748
|
-
"name": "_formKeyDown",
|
|
101749
|
-
"privacy": "private",
|
|
101750
|
-
"inheritedFrom": {
|
|
101751
|
-
"name": "SbbButtonBaseElement",
|
|
101752
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101802
|
+
"name": "SbbElement",
|
|
101803
|
+
"module": "core/base-elements/element.js"
|
|
101753
101804
|
}
|
|
101754
101805
|
},
|
|
101755
101806
|
{
|
|
101756
101807
|
"kind": "field",
|
|
101757
|
-
"name": "
|
|
101808
|
+
"name": "['_$sbbElement$']",
|
|
101758
101809
|
"type": {
|
|
101759
101810
|
"text": "boolean"
|
|
101760
101811
|
},
|
|
@@ -101762,360 +101813,372 @@
|
|
|
101762
101813
|
"static": true,
|
|
101763
101814
|
"default": "true",
|
|
101764
101815
|
"inheritedFrom": {
|
|
101765
|
-
"name": "
|
|
101766
|
-
"module": "core/
|
|
101816
|
+
"name": "SbbElement",
|
|
101817
|
+
"module": "core/base-elements/element.js"
|
|
101767
101818
|
}
|
|
101768
101819
|
},
|
|
101769
101820
|
{
|
|
101770
101821
|
"kind": "field",
|
|
101771
|
-
"name": "
|
|
101772
|
-
"privacy": "public",
|
|
101773
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
101822
|
+
"name": "_controllers",
|
|
101774
101823
|
"type": {
|
|
101775
|
-
"text": "
|
|
101824
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
101776
101825
|
},
|
|
101777
|
-
"
|
|
101826
|
+
"privacy": "private",
|
|
101778
101827
|
"inheritedFrom": {
|
|
101779
|
-
"name": "
|
|
101780
|
-
"module": "core/
|
|
101828
|
+
"name": "SbbElement",
|
|
101829
|
+
"module": "core/base-elements/element.js"
|
|
101781
101830
|
}
|
|
101831
|
+
}
|
|
101832
|
+
],
|
|
101833
|
+
"mixins": [
|
|
101834
|
+
{
|
|
101835
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101836
|
+
"module": "link/common/block-link-common.js"
|
|
101782
101837
|
},
|
|
101783
101838
|
{
|
|
101784
|
-
"
|
|
101785
|
-
"
|
|
101839
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
101840
|
+
"module": "core/mixins.js"
|
|
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",
|
|
101786
101852
|
"type": {
|
|
101787
|
-
"text": "
|
|
101853
|
+
"text": "SbbIconPlacement"
|
|
101788
101854
|
},
|
|
101789
|
-
"
|
|
101790
|
-
"description": "
|
|
101791
|
-
"
|
|
101855
|
+
"default": "'start'",
|
|
101856
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
101857
|
+
"fieldName": "iconPlacement",
|
|
101792
101858
|
"inheritedFrom": {
|
|
101793
|
-
"name": "
|
|
101794
|
-
"module": "
|
|
101859
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
101860
|
+
"module": "link/common/block-link-common.js"
|
|
101795
101861
|
}
|
|
101796
101862
|
},
|
|
101797
101863
|
{
|
|
101798
|
-
"
|
|
101799
|
-
"name": "validationMessage",
|
|
101864
|
+
"name": "size",
|
|
101800
101865
|
"type": {
|
|
101801
|
-
"text": "
|
|
101866
|
+
"text": "SbbLinkSize"
|
|
101802
101867
|
},
|
|
101803
|
-
"
|
|
101804
|
-
"
|
|
101805
|
-
"
|
|
101868
|
+
"description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
|
|
101869
|
+
"default": "'s' / 'xs' (lean)",
|
|
101870
|
+
"fieldName": "size",
|
|
101806
101871
|
"inheritedFrom": {
|
|
101807
|
-
"name": "
|
|
101808
|
-
"module": "
|
|
101872
|
+
"name": "SbbLinkCommonElementMixin",
|
|
101873
|
+
"module": "link/common/link-common.js"
|
|
101809
101874
|
}
|
|
101810
101875
|
},
|
|
101811
101876
|
{
|
|
101812
|
-
"
|
|
101813
|
-
"name": "willValidate",
|
|
101877
|
+
"name": "icon-name",
|
|
101814
101878
|
"type": {
|
|
101815
|
-
"text": "
|
|
101879
|
+
"text": "string"
|
|
101816
101880
|
},
|
|
101817
|
-
"
|
|
101818
|
-
"description": "
|
|
101819
|
-
"
|
|
101820
|
-
"inheritedFrom": {
|
|
101821
|
-
"name": "SbbFormAssociatedMixin",
|
|
101822
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101823
|
-
}
|
|
101824
|
-
},
|
|
101825
|
-
{
|
|
101826
|
-
"kind": "field",
|
|
101827
|
-
"name": "_validityStates",
|
|
101828
|
-
"privacy": "private",
|
|
101829
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
101881
|
+
"default": "''",
|
|
101882
|
+
"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.",
|
|
101883
|
+
"fieldName": "iconName",
|
|
101830
101884
|
"inheritedFrom": {
|
|
101831
|
-
"name": "
|
|
101832
|
-
"module": "
|
|
101885
|
+
"name": "SbbIconNameMixin",
|
|
101886
|
+
"module": "icon/icon-name-mixin.js"
|
|
101833
101887
|
}
|
|
101834
101888
|
},
|
|
101835
101889
|
{
|
|
101836
|
-
"
|
|
101837
|
-
"name": "formDisabled",
|
|
101890
|
+
"name": "disabled-interactive",
|
|
101838
101891
|
"type": {
|
|
101839
101892
|
"text": "boolean"
|
|
101840
101893
|
},
|
|
101841
|
-
"privacy": "protected",
|
|
101842
101894
|
"default": "false",
|
|
101843
|
-
"description": "
|
|
101895
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
101896
|
+
"fieldName": "disabledInteractive",
|
|
101844
101897
|
"inheritedFrom": {
|
|
101845
|
-
"name": "
|
|
101846
|
-
"module": "core/mixins/
|
|
101898
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
101899
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101847
101900
|
}
|
|
101848
101901
|
},
|
|
101849
101902
|
{
|
|
101850
|
-
"
|
|
101851
|
-
"
|
|
101852
|
-
"
|
|
101853
|
-
"
|
|
101854
|
-
"
|
|
101855
|
-
"text": "boolean"
|
|
101856
|
-
}
|
|
101903
|
+
"name": "disabled",
|
|
101904
|
+
"description": "Whether the component is disabled.",
|
|
101905
|
+
"default": "false",
|
|
101906
|
+
"type": {
|
|
101907
|
+
"text": "boolean"
|
|
101857
101908
|
},
|
|
101858
|
-
"
|
|
101909
|
+
"fieldName": "disabled",
|
|
101859
101910
|
"inheritedFrom": {
|
|
101860
|
-
"name": "
|
|
101861
|
-
"module": "core/mixins/
|
|
101911
|
+
"name": "SbbDisabledMixin",
|
|
101912
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
101862
101913
|
}
|
|
101863
101914
|
},
|
|
101864
101915
|
{
|
|
101865
|
-
"
|
|
101866
|
-
"
|
|
101867
|
-
|
|
101868
|
-
"return": {
|
|
101869
|
-
"type": {
|
|
101870
|
-
"text": "boolean"
|
|
101871
|
-
}
|
|
101916
|
+
"name": "value",
|
|
101917
|
+
"type": {
|
|
101918
|
+
"text": "string"
|
|
101872
101919
|
},
|
|
101873
|
-
"
|
|
101920
|
+
"default": "''",
|
|
101921
|
+
"description": "Value of the form element.",
|
|
101922
|
+
"fieldName": "value",
|
|
101874
101923
|
"inheritedFrom": {
|
|
101875
|
-
"name": "
|
|
101876
|
-
"module": "core/
|
|
101924
|
+
"name": "SbbButtonBaseElement",
|
|
101925
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101877
101926
|
}
|
|
101878
101927
|
},
|
|
101879
101928
|
{
|
|
101880
|
-
"
|
|
101881
|
-
"
|
|
101882
|
-
"
|
|
101883
|
-
"
|
|
101884
|
-
"
|
|
101885
|
-
"text": "void"
|
|
101886
|
-
}
|
|
101929
|
+
"name": "type",
|
|
101930
|
+
"description": "The type attribute to use for the button.",
|
|
101931
|
+
"default": "'button'",
|
|
101932
|
+
"type": {
|
|
101933
|
+
"text": "SbbButtonType"
|
|
101887
101934
|
},
|
|
101888
|
-
"
|
|
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.",
|
|
101935
|
+
"fieldName": "type",
|
|
101897
101936
|
"inheritedFrom": {
|
|
101898
|
-
"name": "
|
|
101899
|
-
"module": "core/
|
|
101937
|
+
"name": "SbbButtonBaseElement",
|
|
101938
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101900
101939
|
}
|
|
101901
101940
|
},
|
|
101902
101941
|
{
|
|
101903
|
-
"
|
|
101904
|
-
"
|
|
101905
|
-
"
|
|
101906
|
-
|
|
101907
|
-
"type": {
|
|
101908
|
-
"text": "boolean"
|
|
101909
|
-
}
|
|
101942
|
+
"name": "form",
|
|
101943
|
+
"description": "The `<form>` element to associate the button with.",
|
|
101944
|
+
"type": {
|
|
101945
|
+
"text": "HTMLFormElement | null"
|
|
101910
101946
|
},
|
|
101947
|
+
"fieldName": "form",
|
|
101911
101948
|
"inheritedFrom": {
|
|
101912
|
-
"name": "
|
|
101913
|
-
"module": "core/
|
|
101949
|
+
"name": "SbbButtonBaseElement",
|
|
101950
|
+
"module": "core/base-elements/button-base-element.js"
|
|
101914
101951
|
}
|
|
101915
101952
|
},
|
|
101916
101953
|
{
|
|
101917
|
-
"
|
|
101918
|
-
"
|
|
101919
|
-
"
|
|
101920
|
-
|
|
101921
|
-
"type": {
|
|
101922
|
-
"text": "void"
|
|
101923
|
-
}
|
|
101954
|
+
"name": "name",
|
|
101955
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
101956
|
+
"type": {
|
|
101957
|
+
"text": "string"
|
|
101924
101958
|
},
|
|
101925
|
-
"
|
|
101959
|
+
"fieldName": "name",
|
|
101926
101960
|
"inheritedFrom": {
|
|
101927
101961
|
"name": "SbbFormAssociatedMixin",
|
|
101928
101962
|
"module": "core/mixins/form-associated-mixin.js"
|
|
101929
101963
|
}
|
|
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": ""
|
|
101930
101991
|
},
|
|
101931
101992
|
{
|
|
101932
|
-
"
|
|
101933
|
-
"name": "
|
|
101934
|
-
|
|
101935
|
-
|
|
101936
|
-
|
|
101937
|
-
|
|
101938
|
-
|
|
101993
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
101994
|
+
"name": "icon"
|
|
101995
|
+
}
|
|
101996
|
+
],
|
|
101997
|
+
"members": [
|
|
101998
|
+
{
|
|
101999
|
+
"kind": "field",
|
|
102000
|
+
"name": "elementName",
|
|
102001
|
+
"type": {
|
|
102002
|
+
"text": "string"
|
|
101939
102003
|
},
|
|
102004
|
+
"privacy": "public",
|
|
102005
|
+
"static": true,
|
|
102006
|
+
"readonly": true,
|
|
101940
102007
|
"inheritedFrom": {
|
|
101941
|
-
"name": "
|
|
101942
|
-
"module": "core/
|
|
101943
|
-
}
|
|
102008
|
+
"name": "SbbElement",
|
|
102009
|
+
"module": "core/base-elements/element.js"
|
|
102010
|
+
},
|
|
102011
|
+
"default": "'sbb-block-link-static'"
|
|
101944
102012
|
},
|
|
101945
102013
|
{
|
|
101946
|
-
"kind": "
|
|
101947
|
-
"name": "
|
|
101948
|
-
"
|
|
101949
|
-
|
|
101950
|
-
"type": {
|
|
101951
|
-
"text": "void"
|
|
101952
|
-
}
|
|
102014
|
+
"kind": "field",
|
|
102015
|
+
"name": "styles",
|
|
102016
|
+
"type": {
|
|
102017
|
+
"text": "CSSResultGroup"
|
|
101953
102018
|
},
|
|
101954
|
-
"
|
|
101955
|
-
|
|
101956
|
-
|
|
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).",
|
|
102019
|
+
"privacy": "public",
|
|
102020
|
+
"static": true,
|
|
102021
|
+
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
101976
102022
|
"inheritedFrom": {
|
|
101977
|
-
"name": "
|
|
101978
|
-
"module": "
|
|
102023
|
+
"name": "SbbLinkCommonElementMixin",
|
|
102024
|
+
"module": "link/common/link-common.js"
|
|
101979
102025
|
}
|
|
101980
102026
|
},
|
|
101981
102027
|
{
|
|
101982
|
-
"kind": "
|
|
101983
|
-
"name": "
|
|
101984
|
-
"
|
|
101985
|
-
|
|
101986
|
-
"type": {
|
|
101987
|
-
"text": "void"
|
|
101988
|
-
}
|
|
102028
|
+
"kind": "field",
|
|
102029
|
+
"name": "iconPlacement",
|
|
102030
|
+
"type": {
|
|
102031
|
+
"text": "SbbIconPlacement"
|
|
101989
102032
|
},
|
|
101990
|
-
"
|
|
101991
|
-
|
|
101992
|
-
|
|
101993
|
-
|
|
101994
|
-
|
|
101995
|
-
}
|
|
101996
|
-
}
|
|
101997
|
-
],
|
|
101998
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
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,
|
|
101999
102038
|
"inheritedFrom": {
|
|
102000
|
-
"name": "
|
|
102001
|
-
"module": "
|
|
102039
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
102040
|
+
"module": "link/common/block-link-common.js"
|
|
102002
102041
|
}
|
|
102003
102042
|
},
|
|
102004
102043
|
{
|
|
102005
102044
|
"kind": "method",
|
|
102006
|
-
"name": "
|
|
102045
|
+
"name": "renderTemplate",
|
|
102007
102046
|
"privacy": "protected",
|
|
102008
102047
|
"return": {
|
|
102009
102048
|
"type": {
|
|
102010
|
-
"text": "
|
|
102049
|
+
"text": "TemplateResult"
|
|
102011
102050
|
}
|
|
102012
102051
|
},
|
|
102013
|
-
"description": "
|
|
102052
|
+
"description": "Override this method to render the component template.",
|
|
102014
102053
|
"inheritedFrom": {
|
|
102015
|
-
"name": "
|
|
102016
|
-
"module": "core/
|
|
102054
|
+
"name": "SbbActionBaseElement",
|
|
102055
|
+
"module": "core/base-elements/action-base-element.js"
|
|
102056
|
+
}
|
|
102057
|
+
},
|
|
102058
|
+
{
|
|
102059
|
+
"kind": "field",
|
|
102060
|
+
"name": "size",
|
|
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,
|
|
102069
|
+
"inheritedFrom": {
|
|
102070
|
+
"name": "SbbLinkCommonElementMixin",
|
|
102071
|
+
"module": "link/common/link-common.js"
|
|
102072
|
+
}
|
|
102073
|
+
},
|
|
102074
|
+
{
|
|
102075
|
+
"kind": "field",
|
|
102076
|
+
"name": "iconName",
|
|
102077
|
+
"type": {
|
|
102078
|
+
"text": "string"
|
|
102079
|
+
},
|
|
102080
|
+
"privacy": "public",
|
|
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",
|
|
102084
|
+
"inheritedFrom": {
|
|
102085
|
+
"name": "SbbIconNameMixin",
|
|
102086
|
+
"module": "icon/icon-name-mixin.js"
|
|
102017
102087
|
}
|
|
102018
102088
|
},
|
|
102019
102089
|
{
|
|
102020
102090
|
"kind": "method",
|
|
102021
|
-
"name": "
|
|
102091
|
+
"name": "renderIconSlot",
|
|
102022
102092
|
"privacy": "protected",
|
|
102023
102093
|
"return": {
|
|
102024
102094
|
"type": {
|
|
102025
|
-
"text": "
|
|
102095
|
+
"text": "TemplateResult"
|
|
102026
102096
|
}
|
|
102027
102097
|
},
|
|
102028
102098
|
"parameters": [
|
|
102029
102099
|
{
|
|
102030
|
-
"name": "
|
|
102100
|
+
"name": "classname",
|
|
102101
|
+
"optional": true,
|
|
102031
102102
|
"type": {
|
|
102032
|
-
"text": "
|
|
102103
|
+
"text": "string"
|
|
102033
102104
|
}
|
|
102034
102105
|
}
|
|
102035
102106
|
],
|
|
102036
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
102037
102107
|
"inheritedFrom": {
|
|
102038
|
-
"name": "
|
|
102039
|
-
"module": "
|
|
102108
|
+
"name": "SbbIconNameMixin",
|
|
102109
|
+
"module": "icon/icon-name-mixin.js"
|
|
102040
102110
|
}
|
|
102041
102111
|
},
|
|
102042
102112
|
{
|
|
102043
102113
|
"kind": "method",
|
|
102044
|
-
"name": "
|
|
102045
|
-
"privacy": "
|
|
102114
|
+
"name": "renderIconName",
|
|
102115
|
+
"privacy": "protected",
|
|
102046
102116
|
"return": {
|
|
102047
102117
|
"type": {
|
|
102048
|
-
"text": "
|
|
102118
|
+
"text": "string"
|
|
102049
102119
|
}
|
|
102050
102120
|
},
|
|
102051
102121
|
"inheritedFrom": {
|
|
102052
|
-
"name": "
|
|
102053
|
-
"module": "
|
|
102054
|
-
}
|
|
102055
|
-
},
|
|
102056
|
-
{
|
|
102057
|
-
"kind": "field",
|
|
102058
|
-
"name": "role",
|
|
102059
|
-
"type": {
|
|
102060
|
-
"text": "ElementInternals['role']"
|
|
102061
|
-
},
|
|
102062
|
-
"privacy": "public",
|
|
102063
|
-
"static": true,
|
|
102064
|
-
"readonly": true,
|
|
102065
|
-
"default": "'button'",
|
|
102066
|
-
"inheritedFrom": {
|
|
102067
|
-
"name": "SbbButtonLikeBaseElement",
|
|
102068
|
-
"module": "core/base-elements/button-base-element.js"
|
|
102122
|
+
"name": "SbbIconNameMixin",
|
|
102123
|
+
"module": "icon/icon-name-mixin.js"
|
|
102069
102124
|
}
|
|
102070
102125
|
},
|
|
102071
102126
|
{
|
|
102072
|
-
"kind": "
|
|
102073
|
-
"name": "
|
|
102127
|
+
"kind": "method",
|
|
102128
|
+
"name": "_renderIconName",
|
|
102074
102129
|
"privacy": "private",
|
|
102075
|
-
"
|
|
102076
|
-
|
|
102077
|
-
|
|
102078
|
-
"description": "The origin event.",
|
|
102079
|
-
"name": "event"
|
|
102130
|
+
"return": {
|
|
102131
|
+
"type": {
|
|
102132
|
+
"text": "string"
|
|
102080
102133
|
}
|
|
102081
|
-
|
|
102134
|
+
},
|
|
102082
102135
|
"inheritedFrom": {
|
|
102083
|
-
"name": "
|
|
102084
|
-
"module": "
|
|
102136
|
+
"name": "SbbIconNameMixin",
|
|
102137
|
+
"module": "icon/icon-name-mixin.js"
|
|
102085
102138
|
}
|
|
102086
102139
|
},
|
|
102087
102140
|
{
|
|
102088
102141
|
"kind": "field",
|
|
102089
|
-
"name": "
|
|
102090
|
-
"privacy": "
|
|
102142
|
+
"name": "disabled",
|
|
102143
|
+
"privacy": "public",
|
|
102144
|
+
"description": "Whether the component is disabled.",
|
|
102145
|
+
"default": "false",
|
|
102146
|
+
"type": {
|
|
102147
|
+
"text": "boolean"
|
|
102148
|
+
},
|
|
102149
|
+
"attribute": "disabled",
|
|
102150
|
+
"reflects": true,
|
|
102091
102151
|
"inheritedFrom": {
|
|
102092
|
-
"name": "
|
|
102093
|
-
"module": "core/
|
|
102152
|
+
"name": "SbbDisabledMixin",
|
|
102153
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102094
102154
|
}
|
|
102095
102155
|
},
|
|
102096
102156
|
{
|
|
102097
102157
|
"kind": "field",
|
|
102098
|
-
"name": "
|
|
102158
|
+
"name": "#disabled",
|
|
102099
102159
|
"privacy": "private",
|
|
102100
|
-
"
|
|
102101
|
-
|
|
102102
|
-
|
|
102103
|
-
|
|
102104
|
-
"name": "event"
|
|
102105
|
-
}
|
|
102106
|
-
],
|
|
102160
|
+
"type": {
|
|
102161
|
+
"text": "boolean"
|
|
102162
|
+
},
|
|
102163
|
+
"default": "false",
|
|
102107
102164
|
"inheritedFrom": {
|
|
102108
|
-
"name": "
|
|
102109
|
-
"module": "core/
|
|
102165
|
+
"name": "SbbDisabledMixin",
|
|
102166
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102110
102167
|
}
|
|
102111
102168
|
},
|
|
102112
102169
|
{
|
|
102113
|
-
"kind": "
|
|
102114
|
-
"name": "
|
|
102115
|
-
"privacy": "
|
|
102170
|
+
"kind": "method",
|
|
102171
|
+
"name": "isDisabledExternally",
|
|
102172
|
+
"privacy": "protected",
|
|
102173
|
+
"return": {
|
|
102174
|
+
"type": {
|
|
102175
|
+
"text": "boolean"
|
|
102176
|
+
}
|
|
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.",
|
|
102116
102179
|
"inheritedFrom": {
|
|
102117
|
-
"name": "
|
|
102118
|
-
"module": "core/
|
|
102180
|
+
"name": "SbbDisabledMixin",
|
|
102181
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
102119
102182
|
}
|
|
102120
102183
|
},
|
|
102121
102184
|
{
|
|
@@ -102270,15 +102333,15 @@
|
|
|
102270
102333
|
"module": "link/common/block-link-common.js"
|
|
102271
102334
|
},
|
|
102272
102335
|
{
|
|
102273
|
-
"name": "
|
|
102336
|
+
"name": "SbbDisabledMixin",
|
|
102274
102337
|
"module": "core/mixins.js"
|
|
102275
102338
|
}
|
|
102276
102339
|
],
|
|
102277
102340
|
"superclass": {
|
|
102278
|
-
"name": "
|
|
102341
|
+
"name": "SbbActionBaseElement",
|
|
102279
102342
|
"module": "core/base-elements.js"
|
|
102280
102343
|
},
|
|
102281
|
-
"tagName": "sbb-block-link-
|
|
102344
|
+
"tagName": "sbb-block-link-static",
|
|
102282
102345
|
"customElement": true,
|
|
102283
102346
|
"attributes": [
|
|
102284
102347
|
{
|
|
@@ -102320,19 +102383,6 @@
|
|
|
102320
102383
|
"module": "icon/icon-name-mixin.js"
|
|
102321
102384
|
}
|
|
102322
102385
|
},
|
|
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
|
-
},
|
|
102336
102386
|
{
|
|
102337
102387
|
"name": "disabled",
|
|
102338
102388
|
"description": "Whether the component is disabled.",
|
|
@@ -102345,56 +102395,6 @@
|
|
|
102345
102395
|
"name": "SbbDisabledMixin",
|
|
102346
102396
|
"module": "core/mixins/disabled-mixin.js"
|
|
102347
102397
|
}
|
|
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": "SbbBlockLinkStaticElement",
|
|
102406
102406
|
"declaration": {
|
|
102407
|
-
"name": "
|
|
102408
|
-
"module": "link/block-link-
|
|
102407
|
+
"name": "SbbBlockLinkStaticElement",
|
|
102408
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
102409
102409
|
}
|
|
102410
102410
|
}
|
|
102411
102411
|
]
|