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