@sbb-esta/lyne-elements-dev 4.8.1-dev.1774268427 → 4.8.1-dev.1774272331
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 +755 -755
- package/development/header/header/header.component.js +1 -1
- package/development/header/header.js +1 -1
- package/development/{header.component-CxLTkL_g.js → header.component-C9JGj-z6.js} +2 -2
- package/development/header.js +1 -1
- package/development/header.pure.js +1 -1
- package/development/radio-button/common/radio-button-common.d.ts.map +1 -1
- package/development/radio-button/common/radio-button-common.js +1 -1
- package/development/radio-button/common.js +1 -1
- package/development/radio-button/radio-button.component.js +2 -2
- package/development/radio-button/radio-button.js +2 -2
- package/development/{radio-button-common-CsjMvmAn.js → radio-button-common-CCrvhOPQ.js} +7 -1
- package/development/radio-button-group/radio-button-group.component.d.ts.map +1 -1
- package/development/radio-button-group/radio-button-group.component.js +2 -1
- package/development/{radio-button.component-BTnHGixs.js → radio-button.component-DYD1hVIZ.js} +2 -2
- package/development/radio-button.js +2 -2
- package/development/radio-button.pure.js +2 -2
- package/header/header/header.component.js +1 -1
- package/header/header.js +1 -1
- package/{header.component-BpevKe1F.js → header.component-BPkEKqnQ.js} +1 -1
- package/header.js +1 -1
- package/header.pure.js +1 -1
- package/package.json +2 -2
- package/radio-button/common/radio-button-common.js +1 -1
- package/radio-button/common.js +1 -1
- package/radio-button/radio-button.component.js +2 -2
- package/radio-button/radio-button.js +2 -2
- package/{radio-button-common-DH6R3gcn.js → radio-button-common-Ch3i83Qb.js} +3 -0
- package/radio-button-group/radio-button-group.component.js +1 -1
- package/{radio-button.component-C32GSr_0.js → radio-button.component-BGIJJyFd.js} +1 -1
- package/radio-button.js +2 -2
- package/radio-button.pure.js +2 -2
package/custom-elements.json
CHANGED
|
@@ -36891,12 +36891,12 @@
|
|
|
36891
36891
|
},
|
|
36892
36892
|
{
|
|
36893
36893
|
"kind": "javascript-module",
|
|
36894
|
-
"path": "button/accent-button/accent-button.component.js",
|
|
36894
|
+
"path": "button/accent-button-link/accent-button-link.component.js",
|
|
36895
36895
|
"declarations": [
|
|
36896
36896
|
{
|
|
36897
36897
|
"kind": "class",
|
|
36898
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant.",
|
|
36899
|
-
"name": "
|
|
36898
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link.",
|
|
36899
|
+
"name": "SbbAccentButtonLinkElement",
|
|
36900
36900
|
"cssProperties": [
|
|
36901
36901
|
{
|
|
36902
36902
|
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
@@ -36906,7 +36906,7 @@
|
|
|
36906
36906
|
],
|
|
36907
36907
|
"slots": [
|
|
36908
36908
|
{
|
|
36909
|
-
"description": "Use the unnamed slot to add content to the accent-button.",
|
|
36909
|
+
"description": "Use the unnamed slot to add content to the accent-button-link.",
|
|
36910
36910
|
"name": ""
|
|
36911
36911
|
},
|
|
36912
36912
|
{
|
|
@@ -36924,7 +36924,7 @@
|
|
|
36924
36924
|
"privacy": "public",
|
|
36925
36925
|
"static": true,
|
|
36926
36926
|
"readonly": true,
|
|
36927
|
-
"default": "'sbb-accent-button'",
|
|
36927
|
+
"default": "'sbb-accent-button-link'",
|
|
36928
36928
|
"inheritedFrom": {
|
|
36929
36929
|
"name": "SbbElement",
|
|
36930
36930
|
"module": "core/base-elements/element.js"
|
|
@@ -37121,1163 +37121,1195 @@
|
|
|
37121
37121
|
},
|
|
37122
37122
|
{
|
|
37123
37123
|
"kind": "field",
|
|
37124
|
-
"name": "
|
|
37124
|
+
"name": "href",
|
|
37125
37125
|
"type": {
|
|
37126
|
-
"text": "
|
|
37126
|
+
"text": "string"
|
|
37127
37127
|
},
|
|
37128
|
-
"privacy": "
|
|
37129
|
-
"
|
|
37130
|
-
"
|
|
37128
|
+
"privacy": "public",
|
|
37129
|
+
"default": "''",
|
|
37130
|
+
"description": "The href value you want to link to.",
|
|
37131
|
+
"attribute": "href",
|
|
37132
|
+
"reflects": true,
|
|
37131
37133
|
"inheritedFrom": {
|
|
37132
|
-
"name": "
|
|
37133
|
-
"module": "core/base-elements/
|
|
37134
|
+
"name": "SbbLinkBaseElement",
|
|
37135
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37134
37136
|
}
|
|
37135
37137
|
},
|
|
37136
37138
|
{
|
|
37137
37139
|
"kind": "field",
|
|
37138
|
-
"name": "
|
|
37140
|
+
"name": "target",
|
|
37139
37141
|
"type": {
|
|
37140
|
-
"text": "string"
|
|
37142
|
+
"text": "LinkTargetType | string"
|
|
37141
37143
|
},
|
|
37142
37144
|
"privacy": "public",
|
|
37143
37145
|
"default": "''",
|
|
37144
|
-
"description": "
|
|
37145
|
-
"attribute": "
|
|
37146
|
+
"description": "Where to display the linked URL.",
|
|
37147
|
+
"attribute": "target",
|
|
37148
|
+
"reflects": true,
|
|
37146
37149
|
"inheritedFrom": {
|
|
37147
|
-
"name": "
|
|
37148
|
-
"module": "core/base-elements/
|
|
37150
|
+
"name": "SbbLinkBaseElement",
|
|
37151
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37149
37152
|
}
|
|
37150
37153
|
},
|
|
37151
37154
|
{
|
|
37152
37155
|
"kind": "field",
|
|
37153
|
-
"name": "
|
|
37156
|
+
"name": "rel",
|
|
37157
|
+
"type": {
|
|
37158
|
+
"text": "string"
|
|
37159
|
+
},
|
|
37154
37160
|
"privacy": "public",
|
|
37155
|
-
"
|
|
37156
|
-
"
|
|
37161
|
+
"default": "''",
|
|
37162
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
37163
|
+
"attribute": "rel",
|
|
37164
|
+
"reflects": true,
|
|
37165
|
+
"inheritedFrom": {
|
|
37166
|
+
"name": "SbbLinkBaseElement",
|
|
37167
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37168
|
+
}
|
|
37169
|
+
},
|
|
37170
|
+
{
|
|
37171
|
+
"kind": "field",
|
|
37172
|
+
"name": "download",
|
|
37157
37173
|
"type": {
|
|
37158
|
-
"text": "
|
|
37174
|
+
"text": "boolean"
|
|
37159
37175
|
},
|
|
37160
|
-
"
|
|
37176
|
+
"privacy": "public",
|
|
37177
|
+
"default": "false",
|
|
37178
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
37179
|
+
"attribute": "download",
|
|
37180
|
+
"reflects": true,
|
|
37161
37181
|
"inheritedFrom": {
|
|
37162
|
-
"name": "
|
|
37163
|
-
"module": "core/base-elements/
|
|
37182
|
+
"name": "SbbLinkBaseElement",
|
|
37183
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37164
37184
|
}
|
|
37165
37185
|
},
|
|
37166
37186
|
{
|
|
37167
37187
|
"kind": "field",
|
|
37168
|
-
"name": "
|
|
37188
|
+
"name": "accessibilityLabel",
|
|
37169
37189
|
"type": {
|
|
37170
|
-
"text": "
|
|
37190
|
+
"text": "string"
|
|
37171
37191
|
},
|
|
37172
37192
|
"privacy": "public",
|
|
37173
|
-
"
|
|
37174
|
-
"
|
|
37193
|
+
"default": "''",
|
|
37194
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
37195
|
+
"attribute": "accessibility-label",
|
|
37175
37196
|
"inheritedFrom": {
|
|
37176
|
-
"name": "
|
|
37177
|
-
"module": "core/base-elements/
|
|
37197
|
+
"name": "SbbLinkBaseElement",
|
|
37198
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37178
37199
|
}
|
|
37179
37200
|
},
|
|
37180
37201
|
{
|
|
37181
37202
|
"kind": "field",
|
|
37182
|
-
"name": "
|
|
37203
|
+
"name": "accessibilityCurrent",
|
|
37183
37204
|
"type": {
|
|
37184
37205
|
"text": "string"
|
|
37185
37206
|
},
|
|
37186
|
-
"privacy": "
|
|
37207
|
+
"privacy": "public",
|
|
37187
37208
|
"default": "''",
|
|
37209
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
37210
|
+
"attribute": "accessibility-current",
|
|
37188
37211
|
"inheritedFrom": {
|
|
37189
|
-
"name": "
|
|
37190
|
-
"module": "core/base-elements/
|
|
37212
|
+
"name": "SbbLinkBaseElement",
|
|
37213
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37191
37214
|
}
|
|
37192
37215
|
},
|
|
37193
37216
|
{
|
|
37194
37217
|
"kind": "field",
|
|
37195
|
-
"name": "
|
|
37218
|
+
"name": "language",
|
|
37219
|
+
"privacy": "protected",
|
|
37220
|
+
"default": "new SbbLanguageController(this)",
|
|
37221
|
+
"inheritedFrom": {
|
|
37222
|
+
"name": "SbbLinkBaseElement",
|
|
37223
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37224
|
+
}
|
|
37225
|
+
},
|
|
37226
|
+
{
|
|
37227
|
+
"kind": "field",
|
|
37228
|
+
"name": "anchorRole",
|
|
37229
|
+
"type": {
|
|
37230
|
+
"text": "string | null"
|
|
37231
|
+
},
|
|
37232
|
+
"privacy": "protected",
|
|
37233
|
+
"readonly": true,
|
|
37234
|
+
"default": "null",
|
|
37235
|
+
"inheritedFrom": {
|
|
37236
|
+
"name": "SbbLinkBaseElement",
|
|
37237
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37238
|
+
}
|
|
37239
|
+
},
|
|
37240
|
+
{
|
|
37241
|
+
"kind": "field",
|
|
37242
|
+
"name": "_evaluateRelAttribute",
|
|
37196
37243
|
"privacy": "private",
|
|
37197
37244
|
"inheritedFrom": {
|
|
37198
|
-
"name": "
|
|
37199
|
-
"module": "core/base-elements/
|
|
37245
|
+
"name": "SbbLinkBaseElement",
|
|
37246
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37200
37247
|
}
|
|
37201
37248
|
},
|
|
37202
37249
|
{
|
|
37203
37250
|
"kind": "method",
|
|
37204
|
-
"name": "
|
|
37205
|
-
"privacy": "
|
|
37251
|
+
"name": "renderLink",
|
|
37252
|
+
"privacy": "protected",
|
|
37206
37253
|
"return": {
|
|
37207
37254
|
"type": {
|
|
37208
|
-
"text": "
|
|
37255
|
+
"text": "TemplateResult"
|
|
37209
37256
|
}
|
|
37210
37257
|
},
|
|
37211
37258
|
"parameters": [
|
|
37212
37259
|
{
|
|
37213
|
-
"name": "
|
|
37260
|
+
"name": "renderContent",
|
|
37214
37261
|
"type": {
|
|
37215
|
-
"text": "
|
|
37262
|
+
"text": "TemplateResult"
|
|
37216
37263
|
}
|
|
37217
37264
|
}
|
|
37218
37265
|
],
|
|
37219
37266
|
"inheritedFrom": {
|
|
37220
|
-
"name": "
|
|
37221
|
-
"module": "core/base-elements/
|
|
37222
|
-
}
|
|
37223
|
-
},
|
|
37224
|
-
{
|
|
37225
|
-
"kind": "field",
|
|
37226
|
-
"name": "_formKeyDown",
|
|
37227
|
-
"privacy": "private",
|
|
37228
|
-
"inheritedFrom": {
|
|
37229
|
-
"name": "SbbButtonBaseElement",
|
|
37230
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37267
|
+
"name": "SbbLinkBaseElement",
|
|
37268
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37231
37269
|
}
|
|
37232
37270
|
},
|
|
37233
37271
|
{
|
|
37234
37272
|
"kind": "field",
|
|
37235
|
-
"name": "
|
|
37273
|
+
"name": "maybeDisabled",
|
|
37236
37274
|
"type": {
|
|
37237
|
-
"text": "boolean"
|
|
37275
|
+
"text": "boolean | undefined"
|
|
37238
37276
|
},
|
|
37239
|
-
"privacy": "
|
|
37240
|
-
"
|
|
37241
|
-
"default": "true",
|
|
37277
|
+
"privacy": "protected",
|
|
37278
|
+
"readonly": true,
|
|
37242
37279
|
"inheritedFrom": {
|
|
37243
|
-
"name": "
|
|
37244
|
-
"module": "core/
|
|
37280
|
+
"name": "SbbActionBaseElement",
|
|
37281
|
+
"module": "core/base-elements/action-base-element.js"
|
|
37245
37282
|
}
|
|
37246
37283
|
},
|
|
37247
37284
|
{
|
|
37248
37285
|
"kind": "field",
|
|
37249
|
-
"name": "
|
|
37250
|
-
"privacy": "public",
|
|
37251
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
37286
|
+
"name": "maybeDisabledInteractive",
|
|
37252
37287
|
"type": {
|
|
37253
|
-
"text": "
|
|
37288
|
+
"text": "boolean | undefined"
|
|
37254
37289
|
},
|
|
37255
|
-
"
|
|
37290
|
+
"privacy": "protected",
|
|
37291
|
+
"readonly": true,
|
|
37256
37292
|
"inheritedFrom": {
|
|
37257
|
-
"name": "
|
|
37258
|
-
"module": "core/
|
|
37293
|
+
"name": "SbbActionBaseElement",
|
|
37294
|
+
"module": "core/base-elements/action-base-element.js"
|
|
37259
37295
|
}
|
|
37260
37296
|
},
|
|
37261
37297
|
{
|
|
37262
|
-
"kind": "
|
|
37263
|
-
"name": "
|
|
37264
|
-
"
|
|
37265
|
-
|
|
37298
|
+
"kind": "method",
|
|
37299
|
+
"name": "setupBaseEventHandlers",
|
|
37300
|
+
"privacy": "protected",
|
|
37301
|
+
"return": {
|
|
37302
|
+
"type": {
|
|
37303
|
+
"text": "void"
|
|
37304
|
+
}
|
|
37266
37305
|
},
|
|
37267
|
-
"privacy": "public",
|
|
37268
|
-
"description": "Returns the ValidityState object for this element.",
|
|
37269
|
-
"readonly": true,
|
|
37270
37306
|
"inheritedFrom": {
|
|
37271
|
-
"name": "
|
|
37272
|
-
"module": "core/
|
|
37307
|
+
"name": "SbbActionBaseElement",
|
|
37308
|
+
"module": "core/base-elements/action-base-element.js"
|
|
37273
37309
|
}
|
|
37274
37310
|
},
|
|
37275
37311
|
{
|
|
37276
37312
|
"kind": "field",
|
|
37277
|
-
"name": "
|
|
37313
|
+
"name": "_hydrationRequired",
|
|
37278
37314
|
"type": {
|
|
37279
|
-
"text": "
|
|
37315
|
+
"text": "boolean"
|
|
37280
37316
|
},
|
|
37281
|
-
"privacy": "
|
|
37282
|
-
"
|
|
37283
|
-
"readonly": true,
|
|
37317
|
+
"privacy": "private",
|
|
37318
|
+
"default": "!!this.shadowRoot",
|
|
37284
37319
|
"inheritedFrom": {
|
|
37285
|
-
"name": "
|
|
37286
|
-
"module": "core/mixins/
|
|
37320
|
+
"name": "SbbHydrationMixin",
|
|
37321
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
37287
37322
|
}
|
|
37288
37323
|
},
|
|
37289
37324
|
{
|
|
37290
37325
|
"kind": "field",
|
|
37291
|
-
"name": "
|
|
37292
|
-
"
|
|
37293
|
-
|
|
37294
|
-
},
|
|
37295
|
-
"privacy": "public",
|
|
37296
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
37297
|
-
"readonly": true,
|
|
37326
|
+
"name": "_hydrationComplete",
|
|
37327
|
+
"privacy": "private",
|
|
37328
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
37298
37329
|
"inheritedFrom": {
|
|
37299
|
-
"name": "
|
|
37300
|
-
"module": "core/mixins/
|
|
37330
|
+
"name": "SbbHydrationMixin",
|
|
37331
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
37301
37332
|
}
|
|
37302
37333
|
},
|
|
37303
37334
|
{
|
|
37304
37335
|
"kind": "field",
|
|
37305
|
-
"name": "
|
|
37336
|
+
"name": "_resolveHydration",
|
|
37337
|
+
"type": {
|
|
37338
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
37339
|
+
},
|
|
37306
37340
|
"privacy": "private",
|
|
37307
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
37308
37341
|
"inheritedFrom": {
|
|
37309
|
-
"name": "
|
|
37310
|
-
"module": "core/mixins/
|
|
37342
|
+
"name": "SbbHydrationMixin",
|
|
37343
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
37311
37344
|
}
|
|
37312
37345
|
},
|
|
37313
37346
|
{
|
|
37314
37347
|
"kind": "field",
|
|
37315
|
-
"name": "
|
|
37348
|
+
"name": "hydrationRequired",
|
|
37316
37349
|
"type": {
|
|
37317
37350
|
"text": "boolean"
|
|
37318
37351
|
},
|
|
37319
37352
|
"privacy": "protected",
|
|
37320
|
-
"
|
|
37321
|
-
"
|
|
37353
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
37354
|
+
"readonly": true,
|
|
37322
37355
|
"inheritedFrom": {
|
|
37323
|
-
"name": "
|
|
37324
|
-
"module": "core/mixins/
|
|
37325
|
-
}
|
|
37356
|
+
"name": "SbbHydrationMixin",
|
|
37357
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
37358
|
+
},
|
|
37359
|
+
"default": "!!this.shadowRoot"
|
|
37326
37360
|
},
|
|
37327
37361
|
{
|
|
37328
37362
|
"kind": "method",
|
|
37329
|
-
"name": "
|
|
37330
|
-
"privacy": "
|
|
37363
|
+
"name": "toggleState",
|
|
37364
|
+
"privacy": "protected",
|
|
37331
37365
|
"return": {
|
|
37332
37366
|
"type": {
|
|
37333
|
-
"text": "
|
|
37334
|
-
}
|
|
37335
|
-
},
|
|
37336
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
37337
|
-
"inheritedFrom": {
|
|
37338
|
-
"name": "SbbFormAssociatedMixin",
|
|
37339
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37340
|
-
}
|
|
37341
|
-
},
|
|
37342
|
-
{
|
|
37343
|
-
"kind": "method",
|
|
37344
|
-
"name": "reportValidity",
|
|
37345
|
-
"privacy": "public",
|
|
37346
|
-
"return": {
|
|
37347
|
-
"type": {
|
|
37348
|
-
"text": "boolean"
|
|
37349
|
-
}
|
|
37350
|
-
},
|
|
37351
|
-
"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.",
|
|
37352
|
-
"inheritedFrom": {
|
|
37353
|
-
"name": "SbbFormAssociatedMixin",
|
|
37354
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37355
|
-
}
|
|
37356
|
-
},
|
|
37357
|
-
{
|
|
37358
|
-
"kind": "method",
|
|
37359
|
-
"name": "setCustomValidity",
|
|
37360
|
-
"privacy": "public",
|
|
37361
|
-
"return": {
|
|
37362
|
-
"type": {
|
|
37363
|
-
"text": "void"
|
|
37364
|
-
}
|
|
37365
|
-
},
|
|
37366
|
-
"parameters": [
|
|
37367
|
-
{
|
|
37368
|
-
"name": "message",
|
|
37369
|
-
"type": {
|
|
37370
|
-
"text": "string"
|
|
37371
|
-
}
|
|
37372
|
-
}
|
|
37373
|
-
],
|
|
37374
|
-
"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.",
|
|
37375
|
-
"inheritedFrom": {
|
|
37376
|
-
"name": "SbbFormAssociatedMixin",
|
|
37377
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37378
|
-
}
|
|
37379
|
-
},
|
|
37380
|
-
{
|
|
37381
|
-
"kind": "method",
|
|
37382
|
-
"name": "_hasDisabledAncestor",
|
|
37383
|
-
"privacy": "private",
|
|
37384
|
-
"return": {
|
|
37385
|
-
"type": {
|
|
37386
|
-
"text": "boolean"
|
|
37387
|
-
}
|
|
37388
|
-
},
|
|
37389
|
-
"inheritedFrom": {
|
|
37390
|
-
"name": "SbbFormAssociatedMixin",
|
|
37391
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37392
|
-
}
|
|
37393
|
-
},
|
|
37394
|
-
{
|
|
37395
|
-
"kind": "method",
|
|
37396
|
-
"name": "updateFormValue",
|
|
37397
|
-
"privacy": "protected",
|
|
37398
|
-
"return": {
|
|
37399
|
-
"type": {
|
|
37400
|
-
"text": "void"
|
|
37401
|
-
}
|
|
37402
|
-
},
|
|
37403
|
-
"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",
|
|
37404
|
-
"inheritedFrom": {
|
|
37405
|
-
"name": "SbbFormAssociatedMixin",
|
|
37406
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37407
|
-
}
|
|
37408
|
-
},
|
|
37409
|
-
{
|
|
37410
|
-
"kind": "method",
|
|
37411
|
-
"name": "formState",
|
|
37412
|
-
"privacy": "protected",
|
|
37413
|
-
"return": {
|
|
37414
|
-
"type": {
|
|
37415
|
-
"text": "FormRestoreState"
|
|
37416
|
-
}
|
|
37417
|
-
},
|
|
37418
|
-
"inheritedFrom": {
|
|
37419
|
-
"name": "SbbFormAssociatedMixin",
|
|
37420
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37421
|
-
}
|
|
37422
|
-
},
|
|
37423
|
-
{
|
|
37424
|
-
"kind": "method",
|
|
37425
|
-
"name": "setValidityFlag",
|
|
37426
|
-
"privacy": "protected",
|
|
37427
|
-
"return": {
|
|
37428
|
-
"type": {
|
|
37429
|
-
"text": "void"
|
|
37367
|
+
"text": "void"
|
|
37430
37368
|
}
|
|
37431
37369
|
},
|
|
37432
37370
|
"parameters": [
|
|
37433
37371
|
{
|
|
37434
|
-
"name": "
|
|
37435
|
-
"type": {
|
|
37436
|
-
"text": "T"
|
|
37437
|
-
}
|
|
37438
|
-
},
|
|
37439
|
-
{
|
|
37440
|
-
"name": "message",
|
|
37372
|
+
"name": "value",
|
|
37441
37373
|
"type": {
|
|
37442
37374
|
"text": "string"
|
|
37443
37375
|
}
|
|
37444
37376
|
},
|
|
37445
37377
|
{
|
|
37446
|
-
"name": "
|
|
37378
|
+
"name": "force",
|
|
37447
37379
|
"optional": true,
|
|
37448
37380
|
"type": {
|
|
37449
|
-
"text": "
|
|
37450
|
-
}
|
|
37451
|
-
}
|
|
37452
|
-
],
|
|
37453
|
-
"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).",
|
|
37454
|
-
"inheritedFrom": {
|
|
37455
|
-
"name": "SbbFormAssociatedMixin",
|
|
37456
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37457
|
-
}
|
|
37458
|
-
},
|
|
37459
|
-
{
|
|
37460
|
-
"kind": "method",
|
|
37461
|
-
"name": "removeValidityFlag",
|
|
37462
|
-
"privacy": "protected",
|
|
37463
|
-
"return": {
|
|
37464
|
-
"type": {
|
|
37465
|
-
"text": "void"
|
|
37466
|
-
}
|
|
37467
|
-
},
|
|
37468
|
-
"parameters": [
|
|
37469
|
-
{
|
|
37470
|
-
"name": "flag",
|
|
37471
|
-
"type": {
|
|
37472
|
-
"text": "T"
|
|
37473
|
-
}
|
|
37474
|
-
}
|
|
37475
|
-
],
|
|
37476
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
37477
|
-
"inheritedFrom": {
|
|
37478
|
-
"name": "SbbFormAssociatedMixin",
|
|
37479
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37480
|
-
}
|
|
37481
|
-
},
|
|
37482
|
-
{
|
|
37483
|
-
"kind": "method",
|
|
37484
|
-
"name": "validate",
|
|
37485
|
-
"privacy": "protected",
|
|
37486
|
-
"return": {
|
|
37487
|
-
"type": {
|
|
37488
|
-
"text": "void"
|
|
37489
|
-
}
|
|
37490
|
-
},
|
|
37491
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
37492
|
-
"inheritedFrom": {
|
|
37493
|
-
"name": "SbbFormAssociatedMixin",
|
|
37494
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37495
|
-
}
|
|
37496
|
-
},
|
|
37497
|
-
{
|
|
37498
|
-
"kind": "method",
|
|
37499
|
-
"name": "shouldValidate",
|
|
37500
|
-
"privacy": "protected",
|
|
37501
|
-
"return": {
|
|
37502
|
-
"type": {
|
|
37503
|
-
"text": "boolean"
|
|
37504
|
-
}
|
|
37505
|
-
},
|
|
37506
|
-
"parameters": [
|
|
37507
|
-
{
|
|
37508
|
-
"name": "name",
|
|
37509
|
-
"type": {
|
|
37510
|
-
"text": "PropertyKey | undefined"
|
|
37381
|
+
"text": "boolean"
|
|
37511
37382
|
}
|
|
37512
37383
|
}
|
|
37513
37384
|
],
|
|
37514
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
37515
|
-
"inheritedFrom": {
|
|
37516
|
-
"name": "SbbFormAssociatedMixin",
|
|
37517
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
37518
|
-
}
|
|
37519
|
-
},
|
|
37520
|
-
{
|
|
37521
|
-
"kind": "method",
|
|
37522
|
-
"name": "_setInternalValidity",
|
|
37523
|
-
"privacy": "private",
|
|
37524
|
-
"return": {
|
|
37525
|
-
"type": {
|
|
37526
|
-
"text": "void"
|
|
37527
|
-
}
|
|
37528
|
-
},
|
|
37529
37385
|
"inheritedFrom": {
|
|
37530
|
-
"name": "
|
|
37531
|
-
"module": "core/mixins/
|
|
37386
|
+
"name": "SbbElementInternalsMixin",
|
|
37387
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
37532
37388
|
}
|
|
37533
37389
|
},
|
|
37534
37390
|
{
|
|
37535
37391
|
"kind": "field",
|
|
37536
|
-
"name": "
|
|
37392
|
+
"name": "['_$sbbElement$']",
|
|
37537
37393
|
"type": {
|
|
37538
|
-
"text": "
|
|
37394
|
+
"text": "boolean"
|
|
37539
37395
|
},
|
|
37540
37396
|
"privacy": "public",
|
|
37541
37397
|
"static": true,
|
|
37542
|
-
"
|
|
37543
|
-
"default": "'button'",
|
|
37398
|
+
"default": "true",
|
|
37544
37399
|
"inheritedFrom": {
|
|
37545
|
-
"name": "
|
|
37546
|
-
"module": "core/base-elements/
|
|
37400
|
+
"name": "SbbElement",
|
|
37401
|
+
"module": "core/base-elements/element.js"
|
|
37547
37402
|
}
|
|
37548
37403
|
},
|
|
37549
37404
|
{
|
|
37550
37405
|
"kind": "field",
|
|
37551
|
-
"name": "
|
|
37406
|
+
"name": "_controllers",
|
|
37407
|
+
"type": {
|
|
37408
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
37409
|
+
},
|
|
37552
37410
|
"privacy": "private",
|
|
37553
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
37554
|
-
"parameters": [
|
|
37555
|
-
{
|
|
37556
|
-
"description": "The origin event.",
|
|
37557
|
-
"name": "event"
|
|
37558
|
-
}
|
|
37559
|
-
],
|
|
37560
37411
|
"inheritedFrom": {
|
|
37561
|
-
"name": "
|
|
37562
|
-
"module": "core/base-elements/
|
|
37412
|
+
"name": "SbbElement",
|
|
37413
|
+
"module": "core/base-elements/element.js"
|
|
37563
37414
|
}
|
|
37415
|
+
}
|
|
37416
|
+
],
|
|
37417
|
+
"mixins": [
|
|
37418
|
+
{
|
|
37419
|
+
"name": "SbbButtonCommonElementMixin",
|
|
37420
|
+
"module": "button/common.js"
|
|
37564
37421
|
},
|
|
37565
37422
|
{
|
|
37566
|
-
"
|
|
37567
|
-
"
|
|
37568
|
-
"privacy": "private",
|
|
37569
|
-
"inheritedFrom": {
|
|
37570
|
-
"name": "SbbButtonLikeBaseElement",
|
|
37571
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37572
|
-
}
|
|
37423
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
37424
|
+
"module": "core/mixins.js"
|
|
37573
37425
|
},
|
|
37574
37426
|
{
|
|
37575
|
-
"
|
|
37576
|
-
"
|
|
37577
|
-
|
|
37578
|
-
|
|
37579
|
-
|
|
37580
|
-
|
|
37581
|
-
|
|
37582
|
-
|
|
37583
|
-
|
|
37584
|
-
|
|
37427
|
+
"name": "SbbDisabledMixin",
|
|
37428
|
+
"module": "core/mixins.js"
|
|
37429
|
+
}
|
|
37430
|
+
],
|
|
37431
|
+
"superclass": {
|
|
37432
|
+
"name": "SbbLinkBaseElement",
|
|
37433
|
+
"module": "core/base-elements.js"
|
|
37434
|
+
},
|
|
37435
|
+
"tagName": "sbb-accent-button-link",
|
|
37436
|
+
"customElement": true,
|
|
37437
|
+
"attributes": [
|
|
37438
|
+
{
|
|
37439
|
+
"name": "size",
|
|
37440
|
+
"type": {
|
|
37441
|
+
"text": "SbbButtonSize"
|
|
37442
|
+
},
|
|
37443
|
+
"description": "Size variant, either l, m or s.",
|
|
37444
|
+
"default": "'l' / 's' (lean)",
|
|
37445
|
+
"fieldName": "size",
|
|
37585
37446
|
"inheritedFrom": {
|
|
37586
|
-
"name": "
|
|
37587
|
-
"module": "
|
|
37447
|
+
"name": "SbbButtonCommonElementMixin",
|
|
37448
|
+
"module": "button/common/button-common.js"
|
|
37588
37449
|
}
|
|
37589
37450
|
},
|
|
37590
37451
|
{
|
|
37591
|
-
"
|
|
37592
|
-
"
|
|
37593
|
-
|
|
37452
|
+
"name": "loading",
|
|
37453
|
+
"type": {
|
|
37454
|
+
"text": "boolean"
|
|
37455
|
+
},
|
|
37456
|
+
"default": "false",
|
|
37457
|
+
"description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
|
|
37458
|
+
"fieldName": "loading",
|
|
37594
37459
|
"inheritedFrom": {
|
|
37595
|
-
"name": "
|
|
37596
|
-
"module": "
|
|
37460
|
+
"name": "SbbButtonCommonElementMixin",
|
|
37461
|
+
"module": "button/common/button-common.js"
|
|
37597
37462
|
}
|
|
37598
37463
|
},
|
|
37599
37464
|
{
|
|
37600
|
-
"
|
|
37601
|
-
"name": "maybeDisabled",
|
|
37465
|
+
"name": "negative",
|
|
37602
37466
|
"type": {
|
|
37603
|
-
"text": "boolean
|
|
37467
|
+
"text": "boolean"
|
|
37604
37468
|
},
|
|
37605
|
-
"
|
|
37606
|
-
"
|
|
37469
|
+
"default": "false",
|
|
37470
|
+
"description": "Negative coloring variant flag.",
|
|
37471
|
+
"fieldName": "negative",
|
|
37607
37472
|
"inheritedFrom": {
|
|
37608
|
-
"name": "
|
|
37609
|
-
"module": "core/
|
|
37473
|
+
"name": "SbbNegativeMixin",
|
|
37474
|
+
"module": "core/mixins/negative-mixin.js"
|
|
37610
37475
|
}
|
|
37611
37476
|
},
|
|
37612
37477
|
{
|
|
37613
|
-
"
|
|
37614
|
-
"name": "maybeDisabledInteractive",
|
|
37478
|
+
"name": "icon-name",
|
|
37615
37479
|
"type": {
|
|
37616
|
-
"text": "
|
|
37480
|
+
"text": "string"
|
|
37617
37481
|
},
|
|
37618
|
-
"
|
|
37619
|
-
"
|
|
37482
|
+
"default": "''",
|
|
37483
|
+
"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.",
|
|
37484
|
+
"fieldName": "iconName",
|
|
37620
37485
|
"inheritedFrom": {
|
|
37621
|
-
"name": "
|
|
37622
|
-
"module": "
|
|
37486
|
+
"name": "SbbIconNameMixin",
|
|
37487
|
+
"module": "icon/icon-name-mixin.js"
|
|
37623
37488
|
}
|
|
37624
37489
|
},
|
|
37625
37490
|
{
|
|
37626
|
-
"
|
|
37627
|
-
"
|
|
37628
|
-
|
|
37629
|
-
"return": {
|
|
37630
|
-
"type": {
|
|
37631
|
-
"text": "void"
|
|
37632
|
-
}
|
|
37491
|
+
"name": "disabled-interactive",
|
|
37492
|
+
"type": {
|
|
37493
|
+
"text": "boolean"
|
|
37633
37494
|
},
|
|
37495
|
+
"default": "false",
|
|
37496
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
37497
|
+
"fieldName": "disabledInteractive",
|
|
37634
37498
|
"inheritedFrom": {
|
|
37635
|
-
"name": "
|
|
37636
|
-
"module": "core/
|
|
37499
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
37500
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
37637
37501
|
}
|
|
37638
37502
|
},
|
|
37639
37503
|
{
|
|
37640
|
-
"
|
|
37641
|
-
"
|
|
37504
|
+
"name": "disabled",
|
|
37505
|
+
"description": "Whether the component is disabled.",
|
|
37506
|
+
"default": "false",
|
|
37642
37507
|
"type": {
|
|
37643
37508
|
"text": "boolean"
|
|
37644
37509
|
},
|
|
37645
|
-
"
|
|
37646
|
-
"default": "!!this.shadowRoot",
|
|
37510
|
+
"fieldName": "disabled",
|
|
37647
37511
|
"inheritedFrom": {
|
|
37648
|
-
"name": "
|
|
37649
|
-
"module": "core/mixins/
|
|
37512
|
+
"name": "SbbDisabledMixin",
|
|
37513
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
37650
37514
|
}
|
|
37651
37515
|
},
|
|
37652
37516
|
{
|
|
37653
|
-
"
|
|
37654
|
-
"
|
|
37655
|
-
|
|
37656
|
-
|
|
37517
|
+
"name": "href",
|
|
37518
|
+
"type": {
|
|
37519
|
+
"text": "string"
|
|
37520
|
+
},
|
|
37521
|
+
"default": "''",
|
|
37522
|
+
"description": "The href value you want to link to.",
|
|
37523
|
+
"fieldName": "href",
|
|
37657
37524
|
"inheritedFrom": {
|
|
37658
|
-
"name": "
|
|
37659
|
-
"module": "core/
|
|
37525
|
+
"name": "SbbLinkBaseElement",
|
|
37526
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37660
37527
|
}
|
|
37661
37528
|
},
|
|
37662
37529
|
{
|
|
37663
|
-
"
|
|
37664
|
-
"name": "_resolveHydration",
|
|
37530
|
+
"name": "target",
|
|
37665
37531
|
"type": {
|
|
37666
|
-
"text": "
|
|
37532
|
+
"text": "LinkTargetType | string"
|
|
37667
37533
|
},
|
|
37668
|
-
"
|
|
37534
|
+
"default": "''",
|
|
37535
|
+
"description": "Where to display the linked URL.",
|
|
37536
|
+
"fieldName": "target",
|
|
37669
37537
|
"inheritedFrom": {
|
|
37670
|
-
"name": "
|
|
37671
|
-
"module": "core/
|
|
37538
|
+
"name": "SbbLinkBaseElement",
|
|
37539
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37672
37540
|
}
|
|
37673
37541
|
},
|
|
37674
37542
|
{
|
|
37675
|
-
"
|
|
37676
|
-
"name": "hydrationRequired",
|
|
37543
|
+
"name": "rel",
|
|
37677
37544
|
"type": {
|
|
37678
|
-
"text": "
|
|
37545
|
+
"text": "string"
|
|
37679
37546
|
},
|
|
37680
|
-
"
|
|
37681
|
-
"description": "
|
|
37682
|
-
"
|
|
37547
|
+
"default": "''",
|
|
37548
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
37549
|
+
"fieldName": "rel",
|
|
37683
37550
|
"inheritedFrom": {
|
|
37684
|
-
"name": "
|
|
37685
|
-
"module": "core/
|
|
37686
|
-
}
|
|
37687
|
-
"default": "!!this.shadowRoot"
|
|
37551
|
+
"name": "SbbLinkBaseElement",
|
|
37552
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37553
|
+
}
|
|
37688
37554
|
},
|
|
37689
37555
|
{
|
|
37690
|
-
"
|
|
37691
|
-
"
|
|
37692
|
-
|
|
37693
|
-
"return": {
|
|
37694
|
-
"type": {
|
|
37695
|
-
"text": "void"
|
|
37696
|
-
}
|
|
37556
|
+
"name": "download",
|
|
37557
|
+
"type": {
|
|
37558
|
+
"text": "boolean"
|
|
37697
37559
|
},
|
|
37698
|
-
"
|
|
37699
|
-
|
|
37700
|
-
|
|
37701
|
-
"type": {
|
|
37702
|
-
"text": "string"
|
|
37703
|
-
}
|
|
37704
|
-
},
|
|
37705
|
-
{
|
|
37706
|
-
"name": "force",
|
|
37707
|
-
"optional": true,
|
|
37708
|
-
"type": {
|
|
37709
|
-
"text": "boolean"
|
|
37710
|
-
}
|
|
37711
|
-
}
|
|
37712
|
-
],
|
|
37560
|
+
"default": "false",
|
|
37561
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
37562
|
+
"fieldName": "download",
|
|
37713
37563
|
"inheritedFrom": {
|
|
37714
|
-
"name": "
|
|
37715
|
-
"module": "core/
|
|
37564
|
+
"name": "SbbLinkBaseElement",
|
|
37565
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37716
37566
|
}
|
|
37717
37567
|
},
|
|
37718
37568
|
{
|
|
37719
|
-
"
|
|
37720
|
-
"name": "['_$sbbElement$']",
|
|
37569
|
+
"name": "accessibility-label",
|
|
37721
37570
|
"type": {
|
|
37722
|
-
"text": "
|
|
37571
|
+
"text": "string"
|
|
37723
37572
|
},
|
|
37724
|
-
"
|
|
37725
|
-
"
|
|
37726
|
-
"
|
|
37573
|
+
"default": "''",
|
|
37574
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
37575
|
+
"fieldName": "accessibilityLabel",
|
|
37727
37576
|
"inheritedFrom": {
|
|
37728
|
-
"name": "
|
|
37729
|
-
"module": "core/base-elements/element.js"
|
|
37577
|
+
"name": "SbbLinkBaseElement",
|
|
37578
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37730
37579
|
}
|
|
37731
37580
|
},
|
|
37732
37581
|
{
|
|
37733
|
-
"
|
|
37734
|
-
"name": "_controllers",
|
|
37582
|
+
"name": "accessibility-current",
|
|
37735
37583
|
"type": {
|
|
37736
|
-
"text": "
|
|
37584
|
+
"text": "string"
|
|
37737
37585
|
},
|
|
37738
|
-
"
|
|
37586
|
+
"default": "''",
|
|
37587
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
37588
|
+
"fieldName": "accessibilityCurrent",
|
|
37739
37589
|
"inheritedFrom": {
|
|
37740
|
-
"name": "
|
|
37741
|
-
"module": "core/base-elements/element.js"
|
|
37590
|
+
"name": "SbbLinkBaseElement",
|
|
37591
|
+
"module": "core/base-elements/link-base-element.js"
|
|
37742
37592
|
}
|
|
37743
37593
|
}
|
|
37594
|
+
]
|
|
37595
|
+
}
|
|
37596
|
+
],
|
|
37597
|
+
"exports": [
|
|
37598
|
+
{
|
|
37599
|
+
"kind": "js",
|
|
37600
|
+
"name": "SbbAccentButtonLinkElement",
|
|
37601
|
+
"declaration": {
|
|
37602
|
+
"name": "SbbAccentButtonLinkElement",
|
|
37603
|
+
"module": "button/accent-button-link/accent-button-link.component.js"
|
|
37604
|
+
}
|
|
37605
|
+
}
|
|
37606
|
+
]
|
|
37607
|
+
},
|
|
37608
|
+
{
|
|
37609
|
+
"kind": "javascript-module",
|
|
37610
|
+
"path": "button/accent-button/accent-button.component.js",
|
|
37611
|
+
"declarations": [
|
|
37612
|
+
{
|
|
37613
|
+
"kind": "class",
|
|
37614
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant.",
|
|
37615
|
+
"name": "SbbAccentButtonElement",
|
|
37616
|
+
"cssProperties": [
|
|
37617
|
+
{
|
|
37618
|
+
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
37619
|
+
"name": "--sbb-button-loading-delay",
|
|
37620
|
+
"default": "300ms"
|
|
37621
|
+
}
|
|
37744
37622
|
],
|
|
37745
|
-
"
|
|
37623
|
+
"slots": [
|
|
37746
37624
|
{
|
|
37747
|
-
"
|
|
37748
|
-
"
|
|
37625
|
+
"description": "Use the unnamed slot to add content to the accent-button.",
|
|
37626
|
+
"name": ""
|
|
37749
37627
|
},
|
|
37750
37628
|
{
|
|
37751
|
-
"
|
|
37752
|
-
"
|
|
37629
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
37630
|
+
"name": "icon"
|
|
37753
37631
|
}
|
|
37754
37632
|
],
|
|
37755
|
-
"
|
|
37756
|
-
|
|
37757
|
-
|
|
37758
|
-
|
|
37759
|
-
|
|
37760
|
-
|
|
37761
|
-
|
|
37633
|
+
"members": [
|
|
37634
|
+
{
|
|
37635
|
+
"kind": "field",
|
|
37636
|
+
"name": "elementName",
|
|
37637
|
+
"type": {
|
|
37638
|
+
"text": "string"
|
|
37639
|
+
},
|
|
37640
|
+
"privacy": "public",
|
|
37641
|
+
"static": true,
|
|
37642
|
+
"readonly": true,
|
|
37643
|
+
"default": "'sbb-accent-button'",
|
|
37644
|
+
"inheritedFrom": {
|
|
37645
|
+
"name": "SbbElement",
|
|
37646
|
+
"module": "core/base-elements/element.js"
|
|
37647
|
+
}
|
|
37648
|
+
},
|
|
37762
37649
|
{
|
|
37650
|
+
"kind": "field",
|
|
37763
37651
|
"name": "size",
|
|
37764
37652
|
"type": {
|
|
37765
37653
|
"text": "SbbButtonSize"
|
|
37766
37654
|
},
|
|
37655
|
+
"privacy": "public",
|
|
37767
37656
|
"description": "Size variant, either l, m or s.",
|
|
37768
37657
|
"default": "'l' / 's' (lean)",
|
|
37769
|
-
"
|
|
37658
|
+
"attribute": "size",
|
|
37659
|
+
"reflects": true,
|
|
37770
37660
|
"inheritedFrom": {
|
|
37771
37661
|
"name": "SbbButtonCommonElementMixin",
|
|
37772
37662
|
"module": "button/common/button-common.js"
|
|
37773
37663
|
}
|
|
37774
37664
|
},
|
|
37775
37665
|
{
|
|
37666
|
+
"kind": "field",
|
|
37776
37667
|
"name": "loading",
|
|
37777
37668
|
"type": {
|
|
37778
37669
|
"text": "boolean"
|
|
37779
37670
|
},
|
|
37671
|
+
"privacy": "public",
|
|
37780
37672
|
"default": "false",
|
|
37781
37673
|
"description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
|
|
37782
|
-
"
|
|
37674
|
+
"attribute": "loading",
|
|
37675
|
+
"reflects": true,
|
|
37783
37676
|
"inheritedFrom": {
|
|
37784
37677
|
"name": "SbbButtonCommonElementMixin",
|
|
37785
37678
|
"module": "button/common/button-common.js"
|
|
37786
37679
|
}
|
|
37787
37680
|
},
|
|
37788
37681
|
{
|
|
37682
|
+
"kind": "method",
|
|
37683
|
+
"name": "renderTemplate",
|
|
37684
|
+
"privacy": "protected",
|
|
37685
|
+
"return": {
|
|
37686
|
+
"type": {
|
|
37687
|
+
"text": "TemplateResult"
|
|
37688
|
+
}
|
|
37689
|
+
},
|
|
37690
|
+
"description": "Override this method to render the component template.",
|
|
37691
|
+
"inheritedFrom": {
|
|
37692
|
+
"name": "SbbActionBaseElement",
|
|
37693
|
+
"module": "core/base-elements/action-base-element.js"
|
|
37694
|
+
}
|
|
37695
|
+
},
|
|
37696
|
+
{
|
|
37697
|
+
"kind": "field",
|
|
37789
37698
|
"name": "negative",
|
|
37790
37699
|
"type": {
|
|
37791
37700
|
"text": "boolean"
|
|
37792
37701
|
},
|
|
37702
|
+
"privacy": "public",
|
|
37793
37703
|
"default": "false",
|
|
37794
37704
|
"description": "Negative coloring variant flag.",
|
|
37795
|
-
"
|
|
37705
|
+
"attribute": "negative",
|
|
37706
|
+
"reflects": true,
|
|
37796
37707
|
"inheritedFrom": {
|
|
37797
37708
|
"name": "SbbNegativeMixin",
|
|
37798
37709
|
"module": "core/mixins/negative-mixin.js"
|
|
37799
37710
|
}
|
|
37800
37711
|
},
|
|
37801
37712
|
{
|
|
37802
|
-
"
|
|
37713
|
+
"kind": "field",
|
|
37714
|
+
"name": "iconName",
|
|
37803
37715
|
"type": {
|
|
37804
37716
|
"text": "string"
|
|
37805
37717
|
},
|
|
37718
|
+
"privacy": "public",
|
|
37806
37719
|
"default": "''",
|
|
37807
37720
|
"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.",
|
|
37808
|
-
"
|
|
37721
|
+
"attribute": "icon-name",
|
|
37809
37722
|
"inheritedFrom": {
|
|
37810
37723
|
"name": "SbbIconNameMixin",
|
|
37811
37724
|
"module": "icon/icon-name-mixin.js"
|
|
37812
37725
|
}
|
|
37813
37726
|
},
|
|
37814
37727
|
{
|
|
37815
|
-
"
|
|
37728
|
+
"kind": "method",
|
|
37729
|
+
"name": "renderIconSlot",
|
|
37730
|
+
"privacy": "protected",
|
|
37731
|
+
"return": {
|
|
37732
|
+
"type": {
|
|
37733
|
+
"text": "TemplateResult"
|
|
37734
|
+
}
|
|
37735
|
+
},
|
|
37736
|
+
"parameters": [
|
|
37737
|
+
{
|
|
37738
|
+
"name": "classname",
|
|
37739
|
+
"optional": true,
|
|
37740
|
+
"type": {
|
|
37741
|
+
"text": "string"
|
|
37742
|
+
}
|
|
37743
|
+
}
|
|
37744
|
+
],
|
|
37745
|
+
"inheritedFrom": {
|
|
37746
|
+
"name": "SbbIconNameMixin",
|
|
37747
|
+
"module": "icon/icon-name-mixin.js"
|
|
37748
|
+
}
|
|
37749
|
+
},
|
|
37750
|
+
{
|
|
37751
|
+
"kind": "method",
|
|
37752
|
+
"name": "renderIconName",
|
|
37753
|
+
"privacy": "protected",
|
|
37754
|
+
"return": {
|
|
37755
|
+
"type": {
|
|
37756
|
+
"text": "string"
|
|
37757
|
+
}
|
|
37758
|
+
},
|
|
37759
|
+
"inheritedFrom": {
|
|
37760
|
+
"name": "SbbIconNameMixin",
|
|
37761
|
+
"module": "icon/icon-name-mixin.js"
|
|
37762
|
+
}
|
|
37763
|
+
},
|
|
37764
|
+
{
|
|
37765
|
+
"kind": "method",
|
|
37766
|
+
"name": "_renderIconName",
|
|
37767
|
+
"privacy": "private",
|
|
37768
|
+
"return": {
|
|
37769
|
+
"type": {
|
|
37770
|
+
"text": "string"
|
|
37771
|
+
}
|
|
37772
|
+
},
|
|
37773
|
+
"inheritedFrom": {
|
|
37774
|
+
"name": "SbbIconNameMixin",
|
|
37775
|
+
"module": "icon/icon-name-mixin.js"
|
|
37776
|
+
}
|
|
37777
|
+
},
|
|
37778
|
+
{
|
|
37779
|
+
"kind": "field",
|
|
37780
|
+
"name": "disabledInteractive",
|
|
37816
37781
|
"type": {
|
|
37817
37782
|
"text": "boolean"
|
|
37818
37783
|
},
|
|
37784
|
+
"privacy": "public",
|
|
37819
37785
|
"default": "false",
|
|
37820
37786
|
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
37821
|
-
"
|
|
37787
|
+
"attribute": "disabled-interactive",
|
|
37788
|
+
"reflects": true,
|
|
37822
37789
|
"inheritedFrom": {
|
|
37823
37790
|
"name": "SbbDisabledInteractiveMixin",
|
|
37824
37791
|
"module": "core/mixins/disabled-mixin.js"
|
|
37825
37792
|
}
|
|
37826
37793
|
},
|
|
37827
37794
|
{
|
|
37795
|
+
"kind": "field",
|
|
37828
37796
|
"name": "disabled",
|
|
37797
|
+
"privacy": "public",
|
|
37829
37798
|
"description": "Whether the component is disabled.",
|
|
37830
37799
|
"default": "false",
|
|
37831
37800
|
"type": {
|
|
37832
37801
|
"text": "boolean"
|
|
37833
37802
|
},
|
|
37834
|
-
"
|
|
37803
|
+
"attribute": "disabled",
|
|
37804
|
+
"reflects": true,
|
|
37805
|
+
"inheritedFrom": {
|
|
37806
|
+
"name": "SbbDisabledMixin",
|
|
37807
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
37808
|
+
}
|
|
37809
|
+
},
|
|
37810
|
+
{
|
|
37811
|
+
"kind": "field",
|
|
37812
|
+
"name": "#disabled",
|
|
37813
|
+
"privacy": "private",
|
|
37814
|
+
"type": {
|
|
37815
|
+
"text": "boolean"
|
|
37816
|
+
},
|
|
37817
|
+
"default": "false",
|
|
37818
|
+
"inheritedFrom": {
|
|
37819
|
+
"name": "SbbDisabledMixin",
|
|
37820
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
37821
|
+
}
|
|
37822
|
+
},
|
|
37823
|
+
{
|
|
37824
|
+
"kind": "method",
|
|
37825
|
+
"name": "isDisabledExternally",
|
|
37826
|
+
"privacy": "protected",
|
|
37827
|
+
"return": {
|
|
37828
|
+
"type": {
|
|
37829
|
+
"text": "boolean"
|
|
37830
|
+
}
|
|
37831
|
+
},
|
|
37832
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
37835
37833
|
"inheritedFrom": {
|
|
37836
37834
|
"name": "SbbDisabledMixin",
|
|
37837
37835
|
"module": "core/mixins/disabled-mixin.js"
|
|
37838
37836
|
}
|
|
37839
37837
|
},
|
|
37840
37838
|
{
|
|
37839
|
+
"kind": "field",
|
|
37840
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
37841
|
+
"type": {
|
|
37842
|
+
"text": "array"
|
|
37843
|
+
},
|
|
37844
|
+
"privacy": "private",
|
|
37845
|
+
"readonly": true,
|
|
37846
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
37847
|
+
"inheritedFrom": {
|
|
37848
|
+
"name": "SbbButtonBaseElement",
|
|
37849
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37850
|
+
}
|
|
37851
|
+
},
|
|
37852
|
+
{
|
|
37853
|
+
"kind": "field",
|
|
37841
37854
|
"name": "value",
|
|
37842
37855
|
"type": {
|
|
37843
37856
|
"text": "string"
|
|
37844
37857
|
},
|
|
37858
|
+
"privacy": "public",
|
|
37845
37859
|
"default": "''",
|
|
37846
37860
|
"description": "Value of the form element.",
|
|
37847
|
-
"
|
|
37861
|
+
"attribute": "value",
|
|
37848
37862
|
"inheritedFrom": {
|
|
37849
37863
|
"name": "SbbButtonBaseElement",
|
|
37850
37864
|
"module": "core/base-elements/button-base-element.js"
|
|
37851
37865
|
}
|
|
37852
37866
|
},
|
|
37853
37867
|
{
|
|
37868
|
+
"kind": "field",
|
|
37854
37869
|
"name": "type",
|
|
37870
|
+
"privacy": "public",
|
|
37855
37871
|
"description": "The type attribute to use for the button.",
|
|
37856
37872
|
"default": "'button'",
|
|
37857
37873
|
"type": {
|
|
37858
37874
|
"text": "SbbButtonType"
|
|
37859
37875
|
},
|
|
37860
|
-
"
|
|
37876
|
+
"attribute": "type",
|
|
37861
37877
|
"inheritedFrom": {
|
|
37862
37878
|
"name": "SbbButtonBaseElement",
|
|
37863
37879
|
"module": "core/base-elements/button-base-element.js"
|
|
37864
37880
|
}
|
|
37865
37881
|
},
|
|
37866
37882
|
{
|
|
37883
|
+
"kind": "field",
|
|
37867
37884
|
"name": "form",
|
|
37868
|
-
"description": "The `<form>` element to associate the button with.",
|
|
37869
37885
|
"type": {
|
|
37870
37886
|
"text": "HTMLFormElement | null"
|
|
37871
37887
|
},
|
|
37872
|
-
"
|
|
37888
|
+
"privacy": "public",
|
|
37889
|
+
"description": "The `<form>` element to associate the button with.",
|
|
37890
|
+
"attribute": "form",
|
|
37873
37891
|
"inheritedFrom": {
|
|
37874
37892
|
"name": "SbbButtonBaseElement",
|
|
37875
37893
|
"module": "core/base-elements/button-base-element.js"
|
|
37876
37894
|
}
|
|
37877
37895
|
},
|
|
37878
37896
|
{
|
|
37879
|
-
"
|
|
37880
|
-
"
|
|
37897
|
+
"kind": "field",
|
|
37898
|
+
"name": "_formId",
|
|
37881
37899
|
"type": {
|
|
37882
37900
|
"text": "string"
|
|
37883
37901
|
},
|
|
37884
|
-
"
|
|
37902
|
+
"privacy": "private",
|
|
37903
|
+
"default": "''",
|
|
37885
37904
|
"inheritedFrom": {
|
|
37886
|
-
"name": "
|
|
37887
|
-
"module": "core/
|
|
37905
|
+
"name": "SbbButtonBaseElement",
|
|
37906
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37888
37907
|
}
|
|
37889
|
-
}
|
|
37890
|
-
]
|
|
37891
|
-
}
|
|
37892
|
-
],
|
|
37893
|
-
"exports": [
|
|
37894
|
-
{
|
|
37895
|
-
"kind": "js",
|
|
37896
|
-
"name": "SbbAccentButtonElement",
|
|
37897
|
-
"declaration": {
|
|
37898
|
-
"name": "SbbAccentButtonElement",
|
|
37899
|
-
"module": "button/accent-button/accent-button.component.js"
|
|
37900
|
-
}
|
|
37901
|
-
}
|
|
37902
|
-
]
|
|
37903
|
-
},
|
|
37904
|
-
{
|
|
37905
|
-
"kind": "javascript-module",
|
|
37906
|
-
"path": "button/accent-button-link/accent-button-link.component.js",
|
|
37907
|
-
"declarations": [
|
|
37908
|
-
{
|
|
37909
|
-
"kind": "class",
|
|
37910
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link.",
|
|
37911
|
-
"name": "SbbAccentButtonLinkElement",
|
|
37912
|
-
"cssProperties": [
|
|
37908
|
+
},
|
|
37913
37909
|
{
|
|
37914
|
-
"
|
|
37915
|
-
"name": "
|
|
37916
|
-
"
|
|
37917
|
-
|
|
37918
|
-
|
|
37919
|
-
|
|
37910
|
+
"kind": "field",
|
|
37911
|
+
"name": "_handleButtonClick",
|
|
37912
|
+
"privacy": "private",
|
|
37913
|
+
"inheritedFrom": {
|
|
37914
|
+
"name": "SbbButtonBaseElement",
|
|
37915
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37916
|
+
}
|
|
37917
|
+
},
|
|
37920
37918
|
{
|
|
37921
|
-
"
|
|
37922
|
-
"name": ""
|
|
37919
|
+
"kind": "method",
|
|
37920
|
+
"name": "_requestSubmit",
|
|
37921
|
+
"privacy": "private",
|
|
37922
|
+
"return": {
|
|
37923
|
+
"type": {
|
|
37924
|
+
"text": "void"
|
|
37925
|
+
}
|
|
37926
|
+
},
|
|
37927
|
+
"parameters": [
|
|
37928
|
+
{
|
|
37929
|
+
"name": "form",
|
|
37930
|
+
"type": {
|
|
37931
|
+
"text": "HTMLFormElement"
|
|
37932
|
+
}
|
|
37933
|
+
}
|
|
37934
|
+
],
|
|
37935
|
+
"inheritedFrom": {
|
|
37936
|
+
"name": "SbbButtonBaseElement",
|
|
37937
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37938
|
+
}
|
|
37923
37939
|
},
|
|
37924
37940
|
{
|
|
37925
|
-
"
|
|
37926
|
-
"name": "
|
|
37927
|
-
|
|
37928
|
-
|
|
37929
|
-
|
|
37941
|
+
"kind": "field",
|
|
37942
|
+
"name": "_formKeyDown",
|
|
37943
|
+
"privacy": "private",
|
|
37944
|
+
"inheritedFrom": {
|
|
37945
|
+
"name": "SbbButtonBaseElement",
|
|
37946
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37947
|
+
}
|
|
37948
|
+
},
|
|
37949
|
+
{
|
|
37950
|
+
"kind": "field",
|
|
37951
|
+
"name": "formAssociated",
|
|
37952
|
+
"type": {
|
|
37953
|
+
"text": "boolean"
|
|
37954
|
+
},
|
|
37955
|
+
"privacy": "public",
|
|
37956
|
+
"static": true,
|
|
37957
|
+
"default": "true",
|
|
37958
|
+
"inheritedFrom": {
|
|
37959
|
+
"name": "SbbFormAssociatedMixin",
|
|
37960
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37961
|
+
}
|
|
37962
|
+
},
|
|
37930
37963
|
{
|
|
37931
37964
|
"kind": "field",
|
|
37932
|
-
"name": "
|
|
37965
|
+
"name": "name",
|
|
37966
|
+
"privacy": "public",
|
|
37967
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
37933
37968
|
"type": {
|
|
37934
37969
|
"text": "string"
|
|
37935
37970
|
},
|
|
37971
|
+
"attribute": "name",
|
|
37972
|
+
"inheritedFrom": {
|
|
37973
|
+
"name": "SbbFormAssociatedMixin",
|
|
37974
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37975
|
+
}
|
|
37976
|
+
},
|
|
37977
|
+
{
|
|
37978
|
+
"kind": "field",
|
|
37979
|
+
"name": "validity",
|
|
37980
|
+
"type": {
|
|
37981
|
+
"text": "ValidityState"
|
|
37982
|
+
},
|
|
37936
37983
|
"privacy": "public",
|
|
37937
|
-
"
|
|
37984
|
+
"description": "Returns the ValidityState object for this element.",
|
|
37938
37985
|
"readonly": true,
|
|
37939
|
-
"default": "'sbb-accent-button-link'",
|
|
37940
37986
|
"inheritedFrom": {
|
|
37941
|
-
"name": "
|
|
37942
|
-
"module": "core/
|
|
37987
|
+
"name": "SbbFormAssociatedMixin",
|
|
37988
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37943
37989
|
}
|
|
37944
37990
|
},
|
|
37945
37991
|
{
|
|
37946
37992
|
"kind": "field",
|
|
37947
|
-
"name": "
|
|
37993
|
+
"name": "validationMessage",
|
|
37948
37994
|
"type": {
|
|
37949
|
-
"text": "
|
|
37995
|
+
"text": "string"
|
|
37950
37996
|
},
|
|
37951
37997
|
"privacy": "public",
|
|
37952
|
-
"description": "
|
|
37953
|
-
"
|
|
37954
|
-
"attribute": "size",
|
|
37955
|
-
"reflects": true,
|
|
37998
|
+
"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.",
|
|
37999
|
+
"readonly": true,
|
|
37956
38000
|
"inheritedFrom": {
|
|
37957
|
-
"name": "
|
|
37958
|
-
"module": "
|
|
38001
|
+
"name": "SbbFormAssociatedMixin",
|
|
38002
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37959
38003
|
}
|
|
37960
38004
|
},
|
|
37961
38005
|
{
|
|
37962
38006
|
"kind": "field",
|
|
37963
|
-
"name": "
|
|
38007
|
+
"name": "willValidate",
|
|
37964
38008
|
"type": {
|
|
37965
38009
|
"text": "boolean"
|
|
37966
38010
|
},
|
|
37967
38011
|
"privacy": "public",
|
|
37968
|
-
"
|
|
37969
|
-
"
|
|
37970
|
-
"attribute": "loading",
|
|
37971
|
-
"reflects": true,
|
|
38012
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
38013
|
+
"readonly": true,
|
|
37972
38014
|
"inheritedFrom": {
|
|
37973
|
-
"name": "
|
|
37974
|
-
"module": "
|
|
38015
|
+
"name": "SbbFormAssociatedMixin",
|
|
38016
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37975
38017
|
}
|
|
37976
38018
|
},
|
|
37977
38019
|
{
|
|
37978
|
-
"kind": "
|
|
37979
|
-
"name": "
|
|
37980
|
-
"privacy": "
|
|
37981
|
-
"
|
|
37982
|
-
"type": {
|
|
37983
|
-
"text": "TemplateResult"
|
|
37984
|
-
}
|
|
37985
|
-
},
|
|
37986
|
-
"description": "Override this method to render the component template.",
|
|
38020
|
+
"kind": "field",
|
|
38021
|
+
"name": "_validityStates",
|
|
38022
|
+
"privacy": "private",
|
|
38023
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
37987
38024
|
"inheritedFrom": {
|
|
37988
|
-
"name": "
|
|
37989
|
-
"module": "core/
|
|
38025
|
+
"name": "SbbFormAssociatedMixin",
|
|
38026
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37990
38027
|
}
|
|
37991
38028
|
},
|
|
37992
38029
|
{
|
|
37993
38030
|
"kind": "field",
|
|
37994
|
-
"name": "
|
|
38031
|
+
"name": "formDisabled",
|
|
37995
38032
|
"type": {
|
|
37996
38033
|
"text": "boolean"
|
|
37997
38034
|
},
|
|
37998
|
-
"privacy": "
|
|
38035
|
+
"privacy": "protected",
|
|
37999
38036
|
"default": "false",
|
|
38000
|
-
"description": "
|
|
38001
|
-
"attribute": "negative",
|
|
38002
|
-
"reflects": true,
|
|
38037
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
38003
38038
|
"inheritedFrom": {
|
|
38004
|
-
"name": "
|
|
38005
|
-
"module": "core/mixins/
|
|
38039
|
+
"name": "SbbFormAssociatedMixin",
|
|
38040
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38006
38041
|
}
|
|
38007
38042
|
},
|
|
38008
38043
|
{
|
|
38009
|
-
"kind": "
|
|
38010
|
-
"name": "
|
|
38011
|
-
"
|
|
38012
|
-
|
|
38044
|
+
"kind": "method",
|
|
38045
|
+
"name": "checkValidity",
|
|
38046
|
+
"privacy": "public",
|
|
38047
|
+
"return": {
|
|
38048
|
+
"type": {
|
|
38049
|
+
"text": "boolean"
|
|
38050
|
+
}
|
|
38013
38051
|
},
|
|
38052
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
38053
|
+
"inheritedFrom": {
|
|
38054
|
+
"name": "SbbFormAssociatedMixin",
|
|
38055
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38056
|
+
}
|
|
38057
|
+
},
|
|
38058
|
+
{
|
|
38059
|
+
"kind": "method",
|
|
38060
|
+
"name": "reportValidity",
|
|
38014
38061
|
"privacy": "public",
|
|
38015
|
-
"
|
|
38016
|
-
|
|
38017
|
-
|
|
38062
|
+
"return": {
|
|
38063
|
+
"type": {
|
|
38064
|
+
"text": "boolean"
|
|
38065
|
+
}
|
|
38066
|
+
},
|
|
38067
|
+
"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.",
|
|
38018
38068
|
"inheritedFrom": {
|
|
38019
|
-
"name": "
|
|
38020
|
-
"module": "
|
|
38069
|
+
"name": "SbbFormAssociatedMixin",
|
|
38070
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38021
38071
|
}
|
|
38022
38072
|
},
|
|
38023
38073
|
{
|
|
38024
38074
|
"kind": "method",
|
|
38025
|
-
"name": "
|
|
38026
|
-
"privacy": "
|
|
38075
|
+
"name": "setCustomValidity",
|
|
38076
|
+
"privacy": "public",
|
|
38027
38077
|
"return": {
|
|
38028
38078
|
"type": {
|
|
38029
|
-
"text": "
|
|
38079
|
+
"text": "void"
|
|
38030
38080
|
}
|
|
38031
38081
|
},
|
|
38032
38082
|
"parameters": [
|
|
38033
38083
|
{
|
|
38034
|
-
"name": "
|
|
38035
|
-
"optional": true,
|
|
38084
|
+
"name": "message",
|
|
38036
38085
|
"type": {
|
|
38037
38086
|
"text": "string"
|
|
38038
38087
|
}
|
|
38039
38088
|
}
|
|
38040
38089
|
],
|
|
38090
|
+
"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.",
|
|
38041
38091
|
"inheritedFrom": {
|
|
38042
|
-
"name": "
|
|
38043
|
-
"module": "
|
|
38092
|
+
"name": "SbbFormAssociatedMixin",
|
|
38093
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38044
38094
|
}
|
|
38045
38095
|
},
|
|
38046
38096
|
{
|
|
38047
38097
|
"kind": "method",
|
|
38048
|
-
"name": "
|
|
38049
|
-
"privacy": "
|
|
38098
|
+
"name": "_hasDisabledAncestor",
|
|
38099
|
+
"privacy": "private",
|
|
38050
38100
|
"return": {
|
|
38051
38101
|
"type": {
|
|
38052
|
-
"text": "
|
|
38102
|
+
"text": "boolean"
|
|
38053
38103
|
}
|
|
38054
38104
|
},
|
|
38055
38105
|
"inheritedFrom": {
|
|
38056
|
-
"name": "
|
|
38057
|
-
"module": "
|
|
38106
|
+
"name": "SbbFormAssociatedMixin",
|
|
38107
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38058
38108
|
}
|
|
38059
38109
|
},
|
|
38060
38110
|
{
|
|
38061
38111
|
"kind": "method",
|
|
38062
|
-
"name": "
|
|
38063
|
-
"privacy": "
|
|
38112
|
+
"name": "updateFormValue",
|
|
38113
|
+
"privacy": "protected",
|
|
38064
38114
|
"return": {
|
|
38065
38115
|
"type": {
|
|
38066
|
-
"text": "
|
|
38116
|
+
"text": "void"
|
|
38067
38117
|
}
|
|
38068
38118
|
},
|
|
38119
|
+
"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",
|
|
38069
38120
|
"inheritedFrom": {
|
|
38070
|
-
"name": "
|
|
38071
|
-
"module": "
|
|
38072
|
-
}
|
|
38073
|
-
},
|
|
38074
|
-
{
|
|
38075
|
-
"kind": "field",
|
|
38076
|
-
"name": "disabledInteractive",
|
|
38077
|
-
"type": {
|
|
38078
|
-
"text": "boolean"
|
|
38079
|
-
},
|
|
38080
|
-
"privacy": "public",
|
|
38081
|
-
"default": "false",
|
|
38082
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
38083
|
-
"attribute": "disabled-interactive",
|
|
38084
|
-
"reflects": true,
|
|
38085
|
-
"inheritedFrom": {
|
|
38086
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
38087
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
38088
|
-
}
|
|
38089
|
-
},
|
|
38090
|
-
{
|
|
38091
|
-
"kind": "field",
|
|
38092
|
-
"name": "disabled",
|
|
38093
|
-
"privacy": "public",
|
|
38094
|
-
"description": "Whether the component is disabled.",
|
|
38095
|
-
"default": "false",
|
|
38096
|
-
"type": {
|
|
38097
|
-
"text": "boolean"
|
|
38098
|
-
},
|
|
38099
|
-
"attribute": "disabled",
|
|
38100
|
-
"reflects": true,
|
|
38101
|
-
"inheritedFrom": {
|
|
38102
|
-
"name": "SbbDisabledMixin",
|
|
38103
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
38104
|
-
}
|
|
38105
|
-
},
|
|
38106
|
-
{
|
|
38107
|
-
"kind": "field",
|
|
38108
|
-
"name": "#disabled",
|
|
38109
|
-
"privacy": "private",
|
|
38110
|
-
"type": {
|
|
38111
|
-
"text": "boolean"
|
|
38112
|
-
},
|
|
38113
|
-
"default": "false",
|
|
38114
|
-
"inheritedFrom": {
|
|
38115
|
-
"name": "SbbDisabledMixin",
|
|
38116
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
38121
|
+
"name": "SbbFormAssociatedMixin",
|
|
38122
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38117
38123
|
}
|
|
38118
38124
|
},
|
|
38119
38125
|
{
|
|
38120
38126
|
"kind": "method",
|
|
38121
|
-
"name": "
|
|
38127
|
+
"name": "formState",
|
|
38122
38128
|
"privacy": "protected",
|
|
38123
38129
|
"return": {
|
|
38124
38130
|
"type": {
|
|
38125
|
-
"text": "
|
|
38131
|
+
"text": "FormRestoreState"
|
|
38126
38132
|
}
|
|
38127
38133
|
},
|
|
38128
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
38129
38134
|
"inheritedFrom": {
|
|
38130
|
-
"name": "
|
|
38131
|
-
"module": "core/mixins/
|
|
38135
|
+
"name": "SbbFormAssociatedMixin",
|
|
38136
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38132
38137
|
}
|
|
38133
38138
|
},
|
|
38134
38139
|
{
|
|
38135
|
-
"kind": "
|
|
38136
|
-
"name": "
|
|
38137
|
-
"
|
|
38138
|
-
|
|
38140
|
+
"kind": "method",
|
|
38141
|
+
"name": "setValidityFlag",
|
|
38142
|
+
"privacy": "protected",
|
|
38143
|
+
"return": {
|
|
38144
|
+
"type": {
|
|
38145
|
+
"text": "void"
|
|
38146
|
+
}
|
|
38139
38147
|
},
|
|
38140
|
-
"
|
|
38141
|
-
|
|
38142
|
-
|
|
38143
|
-
|
|
38144
|
-
|
|
38148
|
+
"parameters": [
|
|
38149
|
+
{
|
|
38150
|
+
"name": "flag",
|
|
38151
|
+
"type": {
|
|
38152
|
+
"text": "T"
|
|
38153
|
+
}
|
|
38154
|
+
},
|
|
38155
|
+
{
|
|
38156
|
+
"name": "message",
|
|
38157
|
+
"type": {
|
|
38158
|
+
"text": "string"
|
|
38159
|
+
}
|
|
38160
|
+
},
|
|
38161
|
+
{
|
|
38162
|
+
"name": "flagValue",
|
|
38163
|
+
"optional": true,
|
|
38164
|
+
"type": {
|
|
38165
|
+
"text": "ValidityStateFlags[T]"
|
|
38166
|
+
}
|
|
38167
|
+
}
|
|
38168
|
+
],
|
|
38169
|
+
"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).",
|
|
38145
38170
|
"inheritedFrom": {
|
|
38146
|
-
"name": "
|
|
38147
|
-
"module": "core/
|
|
38171
|
+
"name": "SbbFormAssociatedMixin",
|
|
38172
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38148
38173
|
}
|
|
38149
38174
|
},
|
|
38150
38175
|
{
|
|
38151
|
-
"kind": "
|
|
38152
|
-
"name": "
|
|
38153
|
-
"
|
|
38154
|
-
|
|
38176
|
+
"kind": "method",
|
|
38177
|
+
"name": "removeValidityFlag",
|
|
38178
|
+
"privacy": "protected",
|
|
38179
|
+
"return": {
|
|
38180
|
+
"type": {
|
|
38181
|
+
"text": "void"
|
|
38182
|
+
}
|
|
38155
38183
|
},
|
|
38156
|
-
"
|
|
38157
|
-
|
|
38158
|
-
|
|
38159
|
-
|
|
38160
|
-
|
|
38184
|
+
"parameters": [
|
|
38185
|
+
{
|
|
38186
|
+
"name": "flag",
|
|
38187
|
+
"type": {
|
|
38188
|
+
"text": "T"
|
|
38189
|
+
}
|
|
38190
|
+
}
|
|
38191
|
+
],
|
|
38192
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
38161
38193
|
"inheritedFrom": {
|
|
38162
|
-
"name": "
|
|
38163
|
-
"module": "core/
|
|
38194
|
+
"name": "SbbFormAssociatedMixin",
|
|
38195
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38164
38196
|
}
|
|
38165
38197
|
},
|
|
38166
38198
|
{
|
|
38167
|
-
"kind": "
|
|
38168
|
-
"name": "
|
|
38169
|
-
"
|
|
38170
|
-
|
|
38199
|
+
"kind": "method",
|
|
38200
|
+
"name": "validate",
|
|
38201
|
+
"privacy": "protected",
|
|
38202
|
+
"return": {
|
|
38203
|
+
"type": {
|
|
38204
|
+
"text": "void"
|
|
38205
|
+
}
|
|
38171
38206
|
},
|
|
38172
|
-
"
|
|
38173
|
-
"default": "''",
|
|
38174
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
38175
|
-
"attribute": "rel",
|
|
38176
|
-
"reflects": true,
|
|
38207
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
38177
38208
|
"inheritedFrom": {
|
|
38178
|
-
"name": "
|
|
38179
|
-
"module": "core/
|
|
38209
|
+
"name": "SbbFormAssociatedMixin",
|
|
38210
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38180
38211
|
}
|
|
38181
38212
|
},
|
|
38182
38213
|
{
|
|
38183
|
-
"kind": "
|
|
38184
|
-
"name": "
|
|
38185
|
-
"
|
|
38186
|
-
|
|
38214
|
+
"kind": "method",
|
|
38215
|
+
"name": "shouldValidate",
|
|
38216
|
+
"privacy": "protected",
|
|
38217
|
+
"return": {
|
|
38218
|
+
"type": {
|
|
38219
|
+
"text": "boolean"
|
|
38220
|
+
}
|
|
38187
38221
|
},
|
|
38188
|
-
"
|
|
38189
|
-
|
|
38190
|
-
|
|
38191
|
-
|
|
38192
|
-
|
|
38222
|
+
"parameters": [
|
|
38223
|
+
{
|
|
38224
|
+
"name": "name",
|
|
38225
|
+
"type": {
|
|
38226
|
+
"text": "PropertyKey | undefined"
|
|
38227
|
+
}
|
|
38228
|
+
}
|
|
38229
|
+
],
|
|
38230
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
38193
38231
|
"inheritedFrom": {
|
|
38194
|
-
"name": "
|
|
38195
|
-
"module": "core/
|
|
38232
|
+
"name": "SbbFormAssociatedMixin",
|
|
38233
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38196
38234
|
}
|
|
38197
38235
|
},
|
|
38198
38236
|
{
|
|
38199
|
-
"kind": "
|
|
38200
|
-
"name": "
|
|
38201
|
-
"
|
|
38202
|
-
|
|
38237
|
+
"kind": "method",
|
|
38238
|
+
"name": "_setInternalValidity",
|
|
38239
|
+
"privacy": "private",
|
|
38240
|
+
"return": {
|
|
38241
|
+
"type": {
|
|
38242
|
+
"text": "void"
|
|
38243
|
+
}
|
|
38203
38244
|
},
|
|
38204
|
-
"privacy": "public",
|
|
38205
|
-
"default": "''",
|
|
38206
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
38207
|
-
"attribute": "accessibility-label",
|
|
38208
38245
|
"inheritedFrom": {
|
|
38209
|
-
"name": "
|
|
38210
|
-
"module": "core/
|
|
38246
|
+
"name": "SbbFormAssociatedMixin",
|
|
38247
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38211
38248
|
}
|
|
38212
38249
|
},
|
|
38213
38250
|
{
|
|
38214
38251
|
"kind": "field",
|
|
38215
|
-
"name": "
|
|
38252
|
+
"name": "role",
|
|
38216
38253
|
"type": {
|
|
38217
|
-
"text": "
|
|
38254
|
+
"text": "ElementInternals['role']"
|
|
38218
38255
|
},
|
|
38219
38256
|
"privacy": "public",
|
|
38220
|
-
"
|
|
38221
|
-
"
|
|
38222
|
-
"
|
|
38257
|
+
"static": true,
|
|
38258
|
+
"readonly": true,
|
|
38259
|
+
"default": "'button'",
|
|
38223
38260
|
"inheritedFrom": {
|
|
38224
|
-
"name": "
|
|
38225
|
-
"module": "core/base-elements/
|
|
38261
|
+
"name": "SbbButtonLikeBaseElement",
|
|
38262
|
+
"module": "core/base-elements/button-base-element.js"
|
|
38226
38263
|
}
|
|
38227
38264
|
},
|
|
38228
38265
|
{
|
|
38229
38266
|
"kind": "field",
|
|
38230
|
-
"name": "
|
|
38231
|
-
"privacy": "
|
|
38232
|
-
"
|
|
38267
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
38268
|
+
"privacy": "private",
|
|
38269
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
38270
|
+
"parameters": [
|
|
38271
|
+
{
|
|
38272
|
+
"description": "The origin event.",
|
|
38273
|
+
"name": "event"
|
|
38274
|
+
}
|
|
38275
|
+
],
|
|
38233
38276
|
"inheritedFrom": {
|
|
38234
|
-
"name": "
|
|
38235
|
-
"module": "core/base-elements/
|
|
38277
|
+
"name": "SbbButtonLikeBaseElement",
|
|
38278
|
+
"module": "core/base-elements/button-base-element.js"
|
|
38236
38279
|
}
|
|
38237
38280
|
},
|
|
38238
38281
|
{
|
|
38239
38282
|
"kind": "field",
|
|
38240
|
-
"name": "
|
|
38241
|
-
"
|
|
38242
|
-
"text": "string | null"
|
|
38243
|
-
},
|
|
38244
|
-
"privacy": "protected",
|
|
38245
|
-
"readonly": true,
|
|
38246
|
-
"default": "null",
|
|
38283
|
+
"name": "_removeActiveMarker",
|
|
38284
|
+
"privacy": "private",
|
|
38247
38285
|
"inheritedFrom": {
|
|
38248
|
-
"name": "
|
|
38249
|
-
"module": "core/base-elements/
|
|
38286
|
+
"name": "SbbButtonLikeBaseElement",
|
|
38287
|
+
"module": "core/base-elements/button-base-element.js"
|
|
38250
38288
|
}
|
|
38251
38289
|
},
|
|
38252
38290
|
{
|
|
38253
38291
|
"kind": "field",
|
|
38254
|
-
"name": "
|
|
38292
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
38255
38293
|
"privacy": "private",
|
|
38256
|
-
"
|
|
38257
|
-
"name": "SbbLinkBaseElement",
|
|
38258
|
-
"module": "core/base-elements/link-base-element.js"
|
|
38259
|
-
}
|
|
38260
|
-
},
|
|
38261
|
-
{
|
|
38262
|
-
"kind": "method",
|
|
38263
|
-
"name": "renderLink",
|
|
38264
|
-
"privacy": "protected",
|
|
38265
|
-
"return": {
|
|
38266
|
-
"type": {
|
|
38267
|
-
"text": "TemplateResult"
|
|
38268
|
-
}
|
|
38269
|
-
},
|
|
38294
|
+
"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.",
|
|
38270
38295
|
"parameters": [
|
|
38271
38296
|
{
|
|
38272
|
-
"
|
|
38273
|
-
"
|
|
38274
|
-
"text": "TemplateResult"
|
|
38275
|
-
}
|
|
38297
|
+
"description": "The origin event.",
|
|
38298
|
+
"name": "event"
|
|
38276
38299
|
}
|
|
38277
38300
|
],
|
|
38278
38301
|
"inheritedFrom": {
|
|
38279
|
-
"name": "
|
|
38280
|
-
"module": "core/base-elements/
|
|
38302
|
+
"name": "SbbButtonLikeBaseElement",
|
|
38303
|
+
"module": "core/base-elements/button-base-element.js"
|
|
38304
|
+
}
|
|
38305
|
+
},
|
|
38306
|
+
{
|
|
38307
|
+
"kind": "field",
|
|
38308
|
+
"name": "_dispatchClickEvent",
|
|
38309
|
+
"privacy": "private",
|
|
38310
|
+
"inheritedFrom": {
|
|
38311
|
+
"name": "SbbButtonLikeBaseElement",
|
|
38312
|
+
"module": "core/base-elements/button-base-element.js"
|
|
38281
38313
|
}
|
|
38282
38314
|
},
|
|
38283
38315
|
{
|
|
@@ -38432,19 +38464,15 @@
|
|
|
38432
38464
|
"module": "button/common.js"
|
|
38433
38465
|
},
|
|
38434
38466
|
{
|
|
38435
|
-
"name": "
|
|
38436
|
-
"module": "core/mixins.js"
|
|
38437
|
-
},
|
|
38438
|
-
{
|
|
38439
|
-
"name": "SbbDisabledMixin",
|
|
38467
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
38440
38468
|
"module": "core/mixins.js"
|
|
38441
38469
|
}
|
|
38442
38470
|
],
|
|
38443
38471
|
"superclass": {
|
|
38444
|
-
"name": "
|
|
38472
|
+
"name": "SbbButtonBaseElement",
|
|
38445
38473
|
"module": "core/base-elements.js"
|
|
38446
38474
|
},
|
|
38447
|
-
"tagName": "sbb-accent-button
|
|
38475
|
+
"tagName": "sbb-accent-button",
|
|
38448
38476
|
"customElement": true,
|
|
38449
38477
|
"attributes": [
|
|
38450
38478
|
{
|
|
@@ -38526,81 +38554,53 @@
|
|
|
38526
38554
|
}
|
|
38527
38555
|
},
|
|
38528
38556
|
{
|
|
38529
|
-
"name": "
|
|
38530
|
-
"type": {
|
|
38531
|
-
"text": "string"
|
|
38532
|
-
},
|
|
38533
|
-
"default": "''",
|
|
38534
|
-
"description": "The href value you want to link to.",
|
|
38535
|
-
"fieldName": "href",
|
|
38536
|
-
"inheritedFrom": {
|
|
38537
|
-
"name": "SbbLinkBaseElement",
|
|
38538
|
-
"module": "core/base-elements/link-base-element.js"
|
|
38539
|
-
}
|
|
38540
|
-
},
|
|
38541
|
-
{
|
|
38542
|
-
"name": "target",
|
|
38543
|
-
"type": {
|
|
38544
|
-
"text": "LinkTargetType | string"
|
|
38545
|
-
},
|
|
38546
|
-
"default": "''",
|
|
38547
|
-
"description": "Where to display the linked URL.",
|
|
38548
|
-
"fieldName": "target",
|
|
38549
|
-
"inheritedFrom": {
|
|
38550
|
-
"name": "SbbLinkBaseElement",
|
|
38551
|
-
"module": "core/base-elements/link-base-element.js"
|
|
38552
|
-
}
|
|
38553
|
-
},
|
|
38554
|
-
{
|
|
38555
|
-
"name": "rel",
|
|
38557
|
+
"name": "value",
|
|
38556
38558
|
"type": {
|
|
38557
38559
|
"text": "string"
|
|
38558
38560
|
},
|
|
38559
38561
|
"default": "''",
|
|
38560
|
-
"description": "
|
|
38561
|
-
"fieldName": "
|
|
38562
|
+
"description": "Value of the form element.",
|
|
38563
|
+
"fieldName": "value",
|
|
38562
38564
|
"inheritedFrom": {
|
|
38563
|
-
"name": "
|
|
38564
|
-
"module": "core/base-elements/
|
|
38565
|
+
"name": "SbbButtonBaseElement",
|
|
38566
|
+
"module": "core/base-elements/button-base-element.js"
|
|
38565
38567
|
}
|
|
38566
38568
|
},
|
|
38567
38569
|
{
|
|
38568
|
-
"name": "
|
|
38570
|
+
"name": "type",
|
|
38571
|
+
"description": "The type attribute to use for the button.",
|
|
38572
|
+
"default": "'button'",
|
|
38569
38573
|
"type": {
|
|
38570
|
-
"text": "
|
|
38574
|
+
"text": "SbbButtonType"
|
|
38571
38575
|
},
|
|
38572
|
-
"
|
|
38573
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
38574
|
-
"fieldName": "download",
|
|
38576
|
+
"fieldName": "type",
|
|
38575
38577
|
"inheritedFrom": {
|
|
38576
|
-
"name": "
|
|
38577
|
-
"module": "core/base-elements/
|
|
38578
|
+
"name": "SbbButtonBaseElement",
|
|
38579
|
+
"module": "core/base-elements/button-base-element.js"
|
|
38578
38580
|
}
|
|
38579
38581
|
},
|
|
38580
38582
|
{
|
|
38581
|
-
"name": "
|
|
38583
|
+
"name": "form",
|
|
38584
|
+
"description": "The `<form>` element to associate the button with.",
|
|
38582
38585
|
"type": {
|
|
38583
|
-
"text": "
|
|
38586
|
+
"text": "HTMLFormElement | null"
|
|
38584
38587
|
},
|
|
38585
|
-
"
|
|
38586
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
38587
|
-
"fieldName": "accessibilityLabel",
|
|
38588
|
+
"fieldName": "form",
|
|
38588
38589
|
"inheritedFrom": {
|
|
38589
|
-
"name": "
|
|
38590
|
-
"module": "core/base-elements/
|
|
38590
|
+
"name": "SbbButtonBaseElement",
|
|
38591
|
+
"module": "core/base-elements/button-base-element.js"
|
|
38591
38592
|
}
|
|
38592
38593
|
},
|
|
38593
38594
|
{
|
|
38594
|
-
"name": "
|
|
38595
|
+
"name": "name",
|
|
38596
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
38595
38597
|
"type": {
|
|
38596
38598
|
"text": "string"
|
|
38597
38599
|
},
|
|
38598
|
-
"
|
|
38599
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
38600
|
-
"fieldName": "accessibilityCurrent",
|
|
38600
|
+
"fieldName": "name",
|
|
38601
38601
|
"inheritedFrom": {
|
|
38602
|
-
"name": "
|
|
38603
|
-
"module": "core/
|
|
38602
|
+
"name": "SbbFormAssociatedMixin",
|
|
38603
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
38604
38604
|
}
|
|
38605
38605
|
}
|
|
38606
38606
|
]
|
|
@@ -38609,10 +38609,10 @@
|
|
|
38609
38609
|
"exports": [
|
|
38610
38610
|
{
|
|
38611
38611
|
"kind": "js",
|
|
38612
|
-
"name": "
|
|
38612
|
+
"name": "SbbAccentButtonElement",
|
|
38613
38613
|
"declaration": {
|
|
38614
|
-
"name": "
|
|
38615
|
-
"module": "button/accent-button
|
|
38614
|
+
"name": "SbbAccentButtonElement",
|
|
38615
|
+
"module": "button/accent-button/accent-button.component.js"
|
|
38616
38616
|
}
|
|
38617
38617
|
}
|
|
38618
38618
|
]
|