@sbb-esta/lyne-elements-dev 4.8.1-dev.1774278996 → 4.8.1-dev.1774279338
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 +664 -664
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -94058,196 +94058,167 @@
|
|
|
94058
94058
|
},
|
|
94059
94059
|
{
|
|
94060
94060
|
"kind": "javascript-module",
|
|
94061
|
-
"path": "
|
|
94061
|
+
"path": "form-field/form-field-clear/form-field-clear.component.js",
|
|
94062
94062
|
"declarations": [
|
|
94063
94063
|
{
|
|
94064
94064
|
"kind": "class",
|
|
94065
|
-
"description": "",
|
|
94066
|
-
"name": "
|
|
94065
|
+
"description": "Combined with `sbb-form-field`, it displays a button which clears the input value.",
|
|
94066
|
+
"name": "SbbFormFieldClearElement",
|
|
94067
94067
|
"members": [
|
|
94068
94068
|
{
|
|
94069
94069
|
"kind": "field",
|
|
94070
|
-
"name": "
|
|
94070
|
+
"name": "elementName",
|
|
94071
94071
|
"type": {
|
|
94072
|
-
"text": "
|
|
94072
|
+
"text": "string"
|
|
94073
94073
|
},
|
|
94074
|
-
"privacy": "public"
|
|
94074
|
+
"privacy": "public",
|
|
94075
|
+
"static": true,
|
|
94076
|
+
"readonly": true,
|
|
94077
|
+
"inheritedFrom": {
|
|
94078
|
+
"name": "SbbElement",
|
|
94079
|
+
"module": "core/base-elements/element.js"
|
|
94080
|
+
},
|
|
94081
|
+
"default": "'sbb-form-field-clear'"
|
|
94075
94082
|
},
|
|
94076
94083
|
{
|
|
94077
94084
|
"kind": "field",
|
|
94078
|
-
"name": "
|
|
94085
|
+
"name": "_formField",
|
|
94079
94086
|
"type": {
|
|
94080
|
-
"text": "
|
|
94087
|
+
"text": "SbbFormFieldElement | null | undefined"
|
|
94081
94088
|
},
|
|
94082
|
-
"privacy": "
|
|
94083
|
-
"default": "''",
|
|
94084
|
-
"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.",
|
|
94085
|
-
"attribute": "icon-name",
|
|
94086
|
-
"inheritedFrom": {
|
|
94087
|
-
"name": "SbbIconNameMixin",
|
|
94088
|
-
"module": "icon/icon-name-mixin.js"
|
|
94089
|
-
}
|
|
94089
|
+
"privacy": "private"
|
|
94090
94090
|
},
|
|
94091
94091
|
{
|
|
94092
|
-
"kind": "
|
|
94093
|
-
"name": "
|
|
94094
|
-
"privacy": "
|
|
94095
|
-
"
|
|
94096
|
-
"type": {
|
|
94097
|
-
"text": "TemplateResult"
|
|
94098
|
-
}
|
|
94099
|
-
},
|
|
94100
|
-
"parameters": [
|
|
94101
|
-
{
|
|
94102
|
-
"name": "classname",
|
|
94103
|
-
"optional": true,
|
|
94104
|
-
"type": {
|
|
94105
|
-
"text": "string"
|
|
94106
|
-
}
|
|
94107
|
-
}
|
|
94108
|
-
],
|
|
94109
|
-
"inheritedFrom": {
|
|
94110
|
-
"name": "SbbIconNameMixin",
|
|
94111
|
-
"module": "icon/icon-name-mixin.js"
|
|
94112
|
-
}
|
|
94092
|
+
"kind": "field",
|
|
94093
|
+
"name": "_language",
|
|
94094
|
+
"privacy": "private",
|
|
94095
|
+
"default": "new SbbLanguageController(this)"
|
|
94113
94096
|
},
|
|
94114
94097
|
{
|
|
94115
94098
|
"kind": "method",
|
|
94116
|
-
"name": "
|
|
94117
|
-
"privacy": "
|
|
94099
|
+
"name": "_handleClick",
|
|
94100
|
+
"privacy": "private",
|
|
94118
94101
|
"return": {
|
|
94119
94102
|
"type": {
|
|
94120
|
-
"text": "
|
|
94103
|
+
"text": "Promise<void>"
|
|
94121
94104
|
}
|
|
94122
|
-
},
|
|
94123
|
-
"inheritedFrom": {
|
|
94124
|
-
"name": "SbbIconNameMixin",
|
|
94125
|
-
"module": "icon/icon-name-mixin.js"
|
|
94126
94105
|
}
|
|
94127
94106
|
},
|
|
94128
94107
|
{
|
|
94129
94108
|
"kind": "method",
|
|
94130
|
-
"name": "
|
|
94131
|
-
"privacy": "
|
|
94109
|
+
"name": "renderTemplate",
|
|
94110
|
+
"privacy": "protected",
|
|
94132
94111
|
"return": {
|
|
94133
94112
|
"type": {
|
|
94134
|
-
"text": "
|
|
94113
|
+
"text": "TemplateResult"
|
|
94135
94114
|
}
|
|
94136
94115
|
},
|
|
94116
|
+
"description": "Override this method to render the component template.",
|
|
94137
94117
|
"inheritedFrom": {
|
|
94138
|
-
"name": "
|
|
94139
|
-
"module": "
|
|
94118
|
+
"name": "SbbActionBaseElement",
|
|
94119
|
+
"module": "core/base-elements/action-base-element.js"
|
|
94140
94120
|
}
|
|
94141
94121
|
},
|
|
94142
94122
|
{
|
|
94143
94123
|
"kind": "field",
|
|
94144
|
-
"name": "
|
|
94124
|
+
"name": "negative",
|
|
94145
94125
|
"type": {
|
|
94146
|
-
"text": "boolean
|
|
94126
|
+
"text": "boolean"
|
|
94147
94127
|
},
|
|
94148
|
-
"privacy": "
|
|
94149
|
-
"
|
|
94128
|
+
"privacy": "public",
|
|
94129
|
+
"default": "false",
|
|
94130
|
+
"description": "Negative coloring variant flag.",
|
|
94131
|
+
"attribute": "negative",
|
|
94132
|
+
"reflects": true,
|
|
94150
94133
|
"inheritedFrom": {
|
|
94151
|
-
"name": "
|
|
94152
|
-
"module": "core/
|
|
94134
|
+
"name": "SbbNegativeMixin",
|
|
94135
|
+
"module": "core/mixins/negative-mixin.js"
|
|
94153
94136
|
}
|
|
94154
94137
|
},
|
|
94155
94138
|
{
|
|
94156
94139
|
"kind": "field",
|
|
94157
|
-
"name": "
|
|
94140
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
94158
94141
|
"type": {
|
|
94159
|
-
"text": "
|
|
94142
|
+
"text": "array"
|
|
94160
94143
|
},
|
|
94161
|
-
"privacy": "
|
|
94144
|
+
"privacy": "private",
|
|
94162
94145
|
"readonly": true,
|
|
94146
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
94163
94147
|
"inheritedFrom": {
|
|
94164
|
-
"name": "
|
|
94165
|
-
"module": "core/base-elements/
|
|
94148
|
+
"name": "SbbButtonBaseElement",
|
|
94149
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94166
94150
|
}
|
|
94167
94151
|
},
|
|
94168
94152
|
{
|
|
94169
|
-
"kind": "
|
|
94170
|
-
"name": "
|
|
94171
|
-
"
|
|
94172
|
-
|
|
94173
|
-
"type": {
|
|
94174
|
-
"text": "void"
|
|
94175
|
-
}
|
|
94153
|
+
"kind": "field",
|
|
94154
|
+
"name": "value",
|
|
94155
|
+
"type": {
|
|
94156
|
+
"text": "string"
|
|
94176
94157
|
},
|
|
94158
|
+
"privacy": "public",
|
|
94177
94159
|
"inheritedFrom": {
|
|
94178
|
-
"name": "
|
|
94179
|
-
"module": "core/base-elements/
|
|
94180
|
-
}
|
|
94181
|
-
},
|
|
94182
|
-
{
|
|
94183
|
-
"kind": "method",
|
|
94184
|
-
"name": "renderTemplate",
|
|
94185
|
-
"privacy": "protected",
|
|
94186
|
-
"return": {
|
|
94187
|
-
"type": {
|
|
94188
|
-
"text": "TemplateResult"
|
|
94189
|
-
}
|
|
94160
|
+
"name": "SbbButtonBaseElement",
|
|
94161
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94190
94162
|
},
|
|
94191
|
-
"
|
|
94192
|
-
"
|
|
94193
|
-
|
|
94194
|
-
"module": "core/base-elements/action-base-element.js"
|
|
94195
|
-
}
|
|
94163
|
+
"default": "''",
|
|
94164
|
+
"description": "Value of the form element.",
|
|
94165
|
+
"attribute": "value"
|
|
94196
94166
|
},
|
|
94197
94167
|
{
|
|
94198
94168
|
"kind": "field",
|
|
94199
|
-
"name": "
|
|
94169
|
+
"name": "type",
|
|
94170
|
+
"privacy": "public",
|
|
94171
|
+
"description": "The type attribute to use for the button.",
|
|
94172
|
+
"default": "'button'",
|
|
94200
94173
|
"type": {
|
|
94201
|
-
"text": "
|
|
94174
|
+
"text": "SbbButtonType"
|
|
94202
94175
|
},
|
|
94203
|
-
"
|
|
94204
|
-
"default": "!!this.shadowRoot",
|
|
94176
|
+
"attribute": "type",
|
|
94205
94177
|
"inheritedFrom": {
|
|
94206
|
-
"name": "
|
|
94207
|
-
"module": "core/base-elements/element.js"
|
|
94178
|
+
"name": "SbbButtonBaseElement",
|
|
94179
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94208
94180
|
}
|
|
94209
94181
|
},
|
|
94210
94182
|
{
|
|
94211
94183
|
"kind": "field",
|
|
94212
|
-
"name": "
|
|
94213
|
-
"
|
|
94214
|
-
|
|
94184
|
+
"name": "form",
|
|
94185
|
+
"type": {
|
|
94186
|
+
"text": "HTMLFormElement | null"
|
|
94187
|
+
},
|
|
94188
|
+
"privacy": "public",
|
|
94189
|
+
"description": "The `<form>` element to associate the button with.",
|
|
94215
94190
|
"inheritedFrom": {
|
|
94216
|
-
"name": "
|
|
94217
|
-
"module": "core/base-elements/element.js"
|
|
94218
|
-
}
|
|
94191
|
+
"name": "SbbButtonBaseElement",
|
|
94192
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94193
|
+
},
|
|
94194
|
+
"attribute": "form"
|
|
94219
94195
|
},
|
|
94220
94196
|
{
|
|
94221
94197
|
"kind": "field",
|
|
94222
|
-
"name": "
|
|
94198
|
+
"name": "_formId",
|
|
94223
94199
|
"type": {
|
|
94224
|
-
"text": "
|
|
94200
|
+
"text": "string"
|
|
94225
94201
|
},
|
|
94226
94202
|
"privacy": "private",
|
|
94203
|
+
"default": "''",
|
|
94227
94204
|
"inheritedFrom": {
|
|
94228
|
-
"name": "
|
|
94229
|
-
"module": "core/base-elements/element.js"
|
|
94205
|
+
"name": "SbbButtonBaseElement",
|
|
94206
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94230
94207
|
}
|
|
94231
94208
|
},
|
|
94232
94209
|
{
|
|
94233
94210
|
"kind": "field",
|
|
94234
|
-
"name": "
|
|
94235
|
-
"
|
|
94236
|
-
"text": "boolean"
|
|
94237
|
-
},
|
|
94238
|
-
"privacy": "protected",
|
|
94239
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
94240
|
-
"readonly": true,
|
|
94211
|
+
"name": "_handleButtonClick",
|
|
94212
|
+
"privacy": "private",
|
|
94241
94213
|
"inheritedFrom": {
|
|
94242
|
-
"name": "
|
|
94243
|
-
"module": "core/base-elements/element.js"
|
|
94244
|
-
}
|
|
94245
|
-
"default": "!!this.shadowRoot"
|
|
94214
|
+
"name": "SbbButtonBaseElement",
|
|
94215
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94216
|
+
}
|
|
94246
94217
|
},
|
|
94247
94218
|
{
|
|
94248
94219
|
"kind": "method",
|
|
94249
|
-
"name": "
|
|
94250
|
-
"privacy": "
|
|
94220
|
+
"name": "_requestSubmit",
|
|
94221
|
+
"privacy": "private",
|
|
94251
94222
|
"return": {
|
|
94252
94223
|
"type": {
|
|
94253
94224
|
"text": "void"
|
|
@@ -94255,27 +94226,29 @@
|
|
|
94255
94226
|
},
|
|
94256
94227
|
"parameters": [
|
|
94257
94228
|
{
|
|
94258
|
-
"name": "
|
|
94259
|
-
"type": {
|
|
94260
|
-
"text": "string"
|
|
94261
|
-
}
|
|
94262
|
-
},
|
|
94263
|
-
{
|
|
94264
|
-
"name": "force",
|
|
94265
|
-
"optional": true,
|
|
94229
|
+
"name": "form",
|
|
94266
94230
|
"type": {
|
|
94267
|
-
"text": "
|
|
94231
|
+
"text": "HTMLFormElement"
|
|
94268
94232
|
}
|
|
94269
94233
|
}
|
|
94270
94234
|
],
|
|
94271
94235
|
"inheritedFrom": {
|
|
94272
|
-
"name": "
|
|
94273
|
-
"module": "core/base-elements/element.js"
|
|
94236
|
+
"name": "SbbButtonBaseElement",
|
|
94237
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94274
94238
|
}
|
|
94275
94239
|
},
|
|
94276
94240
|
{
|
|
94277
94241
|
"kind": "field",
|
|
94278
|
-
"name": "
|
|
94242
|
+
"name": "_formKeyDown",
|
|
94243
|
+
"privacy": "private",
|
|
94244
|
+
"inheritedFrom": {
|
|
94245
|
+
"name": "SbbButtonBaseElement",
|
|
94246
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94247
|
+
}
|
|
94248
|
+
},
|
|
94249
|
+
{
|
|
94250
|
+
"kind": "field",
|
|
94251
|
+
"name": "formAssociated",
|
|
94279
94252
|
"type": {
|
|
94280
94253
|
"text": "boolean"
|
|
94281
94254
|
},
|
|
@@ -94283,544 +94256,456 @@
|
|
|
94283
94256
|
"static": true,
|
|
94284
94257
|
"default": "true",
|
|
94285
94258
|
"inheritedFrom": {
|
|
94286
|
-
"name": "
|
|
94287
|
-
"module": "core/
|
|
94259
|
+
"name": "SbbFormAssociatedMixin",
|
|
94260
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94288
94261
|
}
|
|
94289
94262
|
},
|
|
94290
94263
|
{
|
|
94291
94264
|
"kind": "field",
|
|
94292
|
-
"name": "
|
|
94265
|
+
"name": "name",
|
|
94266
|
+
"privacy": "public",
|
|
94267
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
94293
94268
|
"type": {
|
|
94294
94269
|
"text": "string"
|
|
94295
94270
|
},
|
|
94296
|
-
"
|
|
94297
|
-
"static": true,
|
|
94298
|
-
"readonly": true,
|
|
94271
|
+
"attribute": "name",
|
|
94299
94272
|
"inheritedFrom": {
|
|
94300
|
-
"name": "
|
|
94301
|
-
"module": "core/
|
|
94273
|
+
"name": "SbbFormAssociatedMixin",
|
|
94274
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94302
94275
|
}
|
|
94303
94276
|
},
|
|
94304
94277
|
{
|
|
94305
94278
|
"kind": "field",
|
|
94306
|
-
"name": "
|
|
94279
|
+
"name": "validity",
|
|
94307
94280
|
"type": {
|
|
94308
|
-
"text": "
|
|
94281
|
+
"text": "ValidityState"
|
|
94309
94282
|
},
|
|
94310
|
-
"privacy": "
|
|
94283
|
+
"privacy": "public",
|
|
94284
|
+
"description": "Returns the ValidityState object for this element.",
|
|
94285
|
+
"readonly": true,
|
|
94311
94286
|
"inheritedFrom": {
|
|
94312
|
-
"name": "
|
|
94313
|
-
"module": "core/
|
|
94287
|
+
"name": "SbbFormAssociatedMixin",
|
|
94288
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94314
94289
|
}
|
|
94315
|
-
}
|
|
94316
|
-
],
|
|
94317
|
-
"mixins": [
|
|
94290
|
+
},
|
|
94318
94291
|
{
|
|
94319
|
-
"
|
|
94320
|
-
"
|
|
94321
|
-
}
|
|
94322
|
-
],
|
|
94323
|
-
"superclass": {
|
|
94324
|
-
"name": "SbbActionBaseElement",
|
|
94325
|
-
"module": "core/base-elements.js"
|
|
94326
|
-
},
|
|
94327
|
-
"attributes": [
|
|
94328
|
-
{
|
|
94329
|
-
"name": "icon-name",
|
|
94292
|
+
"kind": "field",
|
|
94293
|
+
"name": "validationMessage",
|
|
94330
94294
|
"type": {
|
|
94331
94295
|
"text": "string"
|
|
94332
94296
|
},
|
|
94333
|
-
"
|
|
94334
|
-
"description": "
|
|
94335
|
-
"
|
|
94297
|
+
"privacy": "public",
|
|
94298
|
+
"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.",
|
|
94299
|
+
"readonly": true,
|
|
94336
94300
|
"inheritedFrom": {
|
|
94337
|
-
"name": "
|
|
94338
|
-
"module": "
|
|
94301
|
+
"name": "SbbFormAssociatedMixin",
|
|
94302
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94339
94303
|
}
|
|
94340
|
-
}
|
|
94341
|
-
]
|
|
94342
|
-
},
|
|
94343
|
-
{
|
|
94344
|
-
"kind": "mixin",
|
|
94345
|
-
"description": "",
|
|
94346
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
94347
|
-
"members": [
|
|
94304
|
+
},
|
|
94348
94305
|
{
|
|
94349
94306
|
"kind": "field",
|
|
94350
|
-
"name": "
|
|
94307
|
+
"name": "willValidate",
|
|
94351
94308
|
"type": {
|
|
94352
|
-
"text": "
|
|
94309
|
+
"text": "boolean"
|
|
94353
94310
|
},
|
|
94354
94311
|
"privacy": "public",
|
|
94355
|
-
"
|
|
94356
|
-
"
|
|
94312
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
94313
|
+
"readonly": true,
|
|
94314
|
+
"inheritedFrom": {
|
|
94315
|
+
"name": "SbbFormAssociatedMixin",
|
|
94316
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94317
|
+
}
|
|
94357
94318
|
},
|
|
94358
94319
|
{
|
|
94359
94320
|
"kind": "field",
|
|
94360
|
-
"name": "
|
|
94321
|
+
"name": "_validityStates",
|
|
94322
|
+
"privacy": "private",
|
|
94323
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
94324
|
+
"inheritedFrom": {
|
|
94325
|
+
"name": "SbbFormAssociatedMixin",
|
|
94326
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94327
|
+
}
|
|
94328
|
+
},
|
|
94329
|
+
{
|
|
94330
|
+
"kind": "field",
|
|
94331
|
+
"name": "formDisabled",
|
|
94361
94332
|
"type": {
|
|
94362
|
-
"text": "
|
|
94333
|
+
"text": "boolean"
|
|
94363
94334
|
},
|
|
94364
|
-
"privacy": "
|
|
94365
|
-
"default": "
|
|
94366
|
-
"description": "
|
|
94367
|
-
"
|
|
94368
|
-
|
|
94335
|
+
"privacy": "protected",
|
|
94336
|
+
"default": "false",
|
|
94337
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
94338
|
+
"inheritedFrom": {
|
|
94339
|
+
"name": "SbbFormAssociatedMixin",
|
|
94340
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94341
|
+
}
|
|
94369
94342
|
},
|
|
94370
94343
|
{
|
|
94371
94344
|
"kind": "method",
|
|
94372
|
-
"name": "
|
|
94373
|
-
"privacy": "
|
|
94345
|
+
"name": "checkValidity",
|
|
94346
|
+
"privacy": "public",
|
|
94374
94347
|
"return": {
|
|
94375
94348
|
"type": {
|
|
94376
|
-
"text": "
|
|
94349
|
+
"text": "boolean"
|
|
94377
94350
|
}
|
|
94351
|
+
},
|
|
94352
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
94353
|
+
"inheritedFrom": {
|
|
94354
|
+
"name": "SbbFormAssociatedMixin",
|
|
94355
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94378
94356
|
}
|
|
94379
94357
|
},
|
|
94380
94358
|
{
|
|
94381
|
-
"kind": "
|
|
94382
|
-
"name": "
|
|
94383
|
-
"type": {
|
|
94384
|
-
"text": "string"
|
|
94385
|
-
},
|
|
94359
|
+
"kind": "method",
|
|
94360
|
+
"name": "reportValidity",
|
|
94386
94361
|
"privacy": "public",
|
|
94387
|
-
"
|
|
94388
|
-
|
|
94389
|
-
|
|
94362
|
+
"return": {
|
|
94363
|
+
"type": {
|
|
94364
|
+
"text": "boolean"
|
|
94365
|
+
}
|
|
94366
|
+
},
|
|
94367
|
+
"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.",
|
|
94390
94368
|
"inheritedFrom": {
|
|
94391
|
-
"name": "
|
|
94392
|
-
"module": "
|
|
94369
|
+
"name": "SbbFormAssociatedMixin",
|
|
94370
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94393
94371
|
}
|
|
94394
94372
|
},
|
|
94395
94373
|
{
|
|
94396
94374
|
"kind": "method",
|
|
94397
|
-
"name": "
|
|
94398
|
-
"privacy": "
|
|
94375
|
+
"name": "setCustomValidity",
|
|
94376
|
+
"privacy": "public",
|
|
94399
94377
|
"return": {
|
|
94400
94378
|
"type": {
|
|
94401
|
-
"text": "
|
|
94379
|
+
"text": "void"
|
|
94402
94380
|
}
|
|
94403
94381
|
},
|
|
94404
94382
|
"parameters": [
|
|
94405
94383
|
{
|
|
94406
|
-
"name": "
|
|
94407
|
-
"optional": true,
|
|
94384
|
+
"name": "message",
|
|
94408
94385
|
"type": {
|
|
94409
94386
|
"text": "string"
|
|
94410
94387
|
}
|
|
94411
94388
|
}
|
|
94412
94389
|
],
|
|
94390
|
+
"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.",
|
|
94413
94391
|
"inheritedFrom": {
|
|
94414
|
-
"name": "
|
|
94415
|
-
"module": "
|
|
94392
|
+
"name": "SbbFormAssociatedMixin",
|
|
94393
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94416
94394
|
}
|
|
94417
94395
|
},
|
|
94418
94396
|
{
|
|
94419
94397
|
"kind": "method",
|
|
94420
|
-
"name": "
|
|
94421
|
-
"privacy": "
|
|
94398
|
+
"name": "_hasDisabledAncestor",
|
|
94399
|
+
"privacy": "private",
|
|
94422
94400
|
"return": {
|
|
94423
94401
|
"type": {
|
|
94424
|
-
"text": "
|
|
94402
|
+
"text": "boolean"
|
|
94425
94403
|
}
|
|
94426
94404
|
},
|
|
94427
94405
|
"inheritedFrom": {
|
|
94428
|
-
"name": "
|
|
94429
|
-
"module": "
|
|
94406
|
+
"name": "SbbFormAssociatedMixin",
|
|
94407
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94430
94408
|
}
|
|
94431
94409
|
},
|
|
94432
94410
|
{
|
|
94433
94411
|
"kind": "method",
|
|
94434
|
-
"name": "
|
|
94435
|
-
"privacy": "
|
|
94412
|
+
"name": "updateFormValue",
|
|
94413
|
+
"privacy": "protected",
|
|
94436
94414
|
"return": {
|
|
94437
94415
|
"type": {
|
|
94438
|
-
"text": "
|
|
94416
|
+
"text": "void"
|
|
94439
94417
|
}
|
|
94440
94418
|
},
|
|
94419
|
+
"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",
|
|
94441
94420
|
"inheritedFrom": {
|
|
94442
|
-
"name": "
|
|
94443
|
-
"module": "
|
|
94444
|
-
}
|
|
94445
|
-
}
|
|
94446
|
-
],
|
|
94447
|
-
"attributes": [
|
|
94448
|
-
{
|
|
94449
|
-
"name": "expand-from",
|
|
94450
|
-
"type": {
|
|
94451
|
-
"text": "SbbHorizontalFrom"
|
|
94452
|
-
},
|
|
94453
|
-
"default": "'large'",
|
|
94454
|
-
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
94455
|
-
"fieldName": "expandFrom"
|
|
94456
|
-
},
|
|
94457
|
-
{
|
|
94458
|
-
"name": "icon-name",
|
|
94459
|
-
"type": {
|
|
94460
|
-
"text": "string"
|
|
94461
|
-
},
|
|
94462
|
-
"default": "''",
|
|
94463
|
-
"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.",
|
|
94464
|
-
"fieldName": "iconName",
|
|
94465
|
-
"inheritedFrom": {
|
|
94466
|
-
"name": "SbbIconNameMixin",
|
|
94467
|
-
"module": "icon/icon-name-mixin.js"
|
|
94468
|
-
}
|
|
94469
|
-
}
|
|
94470
|
-
],
|
|
94471
|
-
"mixins": [
|
|
94472
|
-
{
|
|
94473
|
-
"name": "SbbIconNameMixin",
|
|
94474
|
-
"module": "icon.js"
|
|
94475
|
-
}
|
|
94476
|
-
],
|
|
94477
|
-
"parameters": [
|
|
94478
|
-
{
|
|
94479
|
-
"name": "superClass",
|
|
94480
|
-
"type": {
|
|
94481
|
-
"text": "T"
|
|
94421
|
+
"name": "SbbFormAssociatedMixin",
|
|
94422
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94482
94423
|
}
|
|
94483
|
-
}
|
|
94484
|
-
]
|
|
94485
|
-
}
|
|
94486
|
-
],
|
|
94487
|
-
"exports": [
|
|
94488
|
-
{
|
|
94489
|
-
"kind": "js",
|
|
94490
|
-
"name": "SbbHeaderActionCommonElementMixinType",
|
|
94491
|
-
"declaration": {
|
|
94492
|
-
"name": "SbbHeaderActionCommonElementMixinType",
|
|
94493
|
-
"module": "header/common/header-action-common.js"
|
|
94494
|
-
}
|
|
94495
|
-
},
|
|
94496
|
-
{
|
|
94497
|
-
"kind": "js",
|
|
94498
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
94499
|
-
"declaration": {
|
|
94500
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
94501
|
-
"module": "header/common/header-action-common.js"
|
|
94502
|
-
}
|
|
94503
|
-
}
|
|
94504
|
-
]
|
|
94505
|
-
},
|
|
94506
|
-
{
|
|
94507
|
-
"kind": "javascript-module",
|
|
94508
|
-
"path": "form-field/form-field-clear/form-field-clear.component.js",
|
|
94509
|
-
"declarations": [
|
|
94510
|
-
{
|
|
94511
|
-
"kind": "class",
|
|
94512
|
-
"description": "Combined with `sbb-form-field`, it displays a button which clears the input value.",
|
|
94513
|
-
"name": "SbbFormFieldClearElement",
|
|
94514
|
-
"members": [
|
|
94515
|
-
{
|
|
94516
|
-
"kind": "field",
|
|
94517
|
-
"name": "elementName",
|
|
94518
|
-
"type": {
|
|
94519
|
-
"text": "string"
|
|
94520
|
-
},
|
|
94521
|
-
"privacy": "public",
|
|
94522
|
-
"static": true,
|
|
94523
|
-
"readonly": true,
|
|
94524
|
-
"inheritedFrom": {
|
|
94525
|
-
"name": "SbbElement",
|
|
94526
|
-
"module": "core/base-elements/element.js"
|
|
94527
|
-
},
|
|
94528
|
-
"default": "'sbb-form-field-clear'"
|
|
94529
|
-
},
|
|
94530
|
-
{
|
|
94531
|
-
"kind": "field",
|
|
94532
|
-
"name": "_formField",
|
|
94533
|
-
"type": {
|
|
94534
|
-
"text": "SbbFormFieldElement | null | undefined"
|
|
94535
|
-
},
|
|
94536
|
-
"privacy": "private"
|
|
94537
|
-
},
|
|
94538
|
-
{
|
|
94539
|
-
"kind": "field",
|
|
94540
|
-
"name": "_language",
|
|
94541
|
-
"privacy": "private",
|
|
94542
|
-
"default": "new SbbLanguageController(this)"
|
|
94543
94424
|
},
|
|
94544
94425
|
{
|
|
94545
94426
|
"kind": "method",
|
|
94546
|
-
"name": "
|
|
94547
|
-
"privacy": "
|
|
94427
|
+
"name": "formState",
|
|
94428
|
+
"privacy": "protected",
|
|
94548
94429
|
"return": {
|
|
94549
94430
|
"type": {
|
|
94550
|
-
"text": "
|
|
94431
|
+
"text": "FormRestoreState"
|
|
94551
94432
|
}
|
|
94433
|
+
},
|
|
94434
|
+
"inheritedFrom": {
|
|
94435
|
+
"name": "SbbFormAssociatedMixin",
|
|
94436
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94552
94437
|
}
|
|
94553
94438
|
},
|
|
94554
94439
|
{
|
|
94555
94440
|
"kind": "method",
|
|
94556
|
-
"name": "
|
|
94441
|
+
"name": "setValidityFlag",
|
|
94557
94442
|
"privacy": "protected",
|
|
94558
94443
|
"return": {
|
|
94559
94444
|
"type": {
|
|
94560
|
-
"text": "
|
|
94445
|
+
"text": "void"
|
|
94561
94446
|
}
|
|
94562
94447
|
},
|
|
94563
|
-
"
|
|
94564
|
-
|
|
94565
|
-
|
|
94566
|
-
|
|
94567
|
-
|
|
94568
|
-
|
|
94569
|
-
|
|
94570
|
-
|
|
94571
|
-
|
|
94572
|
-
|
|
94573
|
-
|
|
94574
|
-
|
|
94575
|
-
|
|
94576
|
-
|
|
94577
|
-
|
|
94578
|
-
|
|
94579
|
-
|
|
94448
|
+
"parameters": [
|
|
94449
|
+
{
|
|
94450
|
+
"name": "flag",
|
|
94451
|
+
"type": {
|
|
94452
|
+
"text": "T"
|
|
94453
|
+
}
|
|
94454
|
+
},
|
|
94455
|
+
{
|
|
94456
|
+
"name": "message",
|
|
94457
|
+
"type": {
|
|
94458
|
+
"text": "string"
|
|
94459
|
+
}
|
|
94460
|
+
},
|
|
94461
|
+
{
|
|
94462
|
+
"name": "flagValue",
|
|
94463
|
+
"optional": true,
|
|
94464
|
+
"type": {
|
|
94465
|
+
"text": "ValidityStateFlags[T]"
|
|
94466
|
+
}
|
|
94467
|
+
}
|
|
94468
|
+
],
|
|
94469
|
+
"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).",
|
|
94580
94470
|
"inheritedFrom": {
|
|
94581
|
-
"name": "
|
|
94582
|
-
"module": "core/mixins/
|
|
94471
|
+
"name": "SbbFormAssociatedMixin",
|
|
94472
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94583
94473
|
}
|
|
94584
94474
|
},
|
|
94585
94475
|
{
|
|
94586
|
-
"kind": "
|
|
94587
|
-
"name": "
|
|
94588
|
-
"
|
|
94589
|
-
|
|
94476
|
+
"kind": "method",
|
|
94477
|
+
"name": "removeValidityFlag",
|
|
94478
|
+
"privacy": "protected",
|
|
94479
|
+
"return": {
|
|
94480
|
+
"type": {
|
|
94481
|
+
"text": "void"
|
|
94482
|
+
}
|
|
94590
94483
|
},
|
|
94591
|
-
"
|
|
94592
|
-
|
|
94593
|
-
|
|
94484
|
+
"parameters": [
|
|
94485
|
+
{
|
|
94486
|
+
"name": "flag",
|
|
94487
|
+
"type": {
|
|
94488
|
+
"text": "T"
|
|
94489
|
+
}
|
|
94490
|
+
}
|
|
94491
|
+
],
|
|
94492
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
94594
94493
|
"inheritedFrom": {
|
|
94595
|
-
"name": "
|
|
94596
|
-
"module": "core/
|
|
94494
|
+
"name": "SbbFormAssociatedMixin",
|
|
94495
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94597
94496
|
}
|
|
94598
94497
|
},
|
|
94599
94498
|
{
|
|
94600
|
-
"kind": "
|
|
94601
|
-
"name": "
|
|
94602
|
-
"
|
|
94603
|
-
|
|
94499
|
+
"kind": "method",
|
|
94500
|
+
"name": "validate",
|
|
94501
|
+
"privacy": "protected",
|
|
94502
|
+
"return": {
|
|
94503
|
+
"type": {
|
|
94504
|
+
"text": "void"
|
|
94505
|
+
}
|
|
94604
94506
|
},
|
|
94605
|
-
"
|
|
94507
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
94606
94508
|
"inheritedFrom": {
|
|
94607
|
-
"name": "
|
|
94608
|
-
"module": "core/
|
|
94509
|
+
"name": "SbbFormAssociatedMixin",
|
|
94510
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94511
|
+
}
|
|
94512
|
+
},
|
|
94513
|
+
{
|
|
94514
|
+
"kind": "method",
|
|
94515
|
+
"name": "shouldValidate",
|
|
94516
|
+
"privacy": "protected",
|
|
94517
|
+
"return": {
|
|
94518
|
+
"type": {
|
|
94519
|
+
"text": "boolean"
|
|
94520
|
+
}
|
|
94609
94521
|
},
|
|
94610
|
-
"
|
|
94611
|
-
|
|
94612
|
-
|
|
94522
|
+
"parameters": [
|
|
94523
|
+
{
|
|
94524
|
+
"name": "name",
|
|
94525
|
+
"type": {
|
|
94526
|
+
"text": "PropertyKey | undefined"
|
|
94527
|
+
}
|
|
94528
|
+
}
|
|
94529
|
+
],
|
|
94530
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
94531
|
+
"inheritedFrom": {
|
|
94532
|
+
"name": "SbbFormAssociatedMixin",
|
|
94533
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94534
|
+
}
|
|
94613
94535
|
},
|
|
94614
94536
|
{
|
|
94615
|
-
"kind": "
|
|
94616
|
-
"name": "
|
|
94617
|
-
"privacy": "
|
|
94618
|
-
"
|
|
94619
|
-
|
|
94620
|
-
|
|
94621
|
-
|
|
94537
|
+
"kind": "method",
|
|
94538
|
+
"name": "_setInternalValidity",
|
|
94539
|
+
"privacy": "private",
|
|
94540
|
+
"return": {
|
|
94541
|
+
"type": {
|
|
94542
|
+
"text": "void"
|
|
94543
|
+
}
|
|
94622
94544
|
},
|
|
94623
|
-
"attribute": "type",
|
|
94624
94545
|
"inheritedFrom": {
|
|
94625
|
-
"name": "
|
|
94626
|
-
"module": "core/
|
|
94546
|
+
"name": "SbbFormAssociatedMixin",
|
|
94547
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
94627
94548
|
}
|
|
94628
94549
|
},
|
|
94629
94550
|
{
|
|
94630
94551
|
"kind": "field",
|
|
94631
|
-
"name": "
|
|
94552
|
+
"name": "role",
|
|
94632
94553
|
"type": {
|
|
94633
|
-
"text": "
|
|
94554
|
+
"text": "ElementInternals['role']"
|
|
94634
94555
|
},
|
|
94635
94556
|
"privacy": "public",
|
|
94636
|
-
"
|
|
94557
|
+
"static": true,
|
|
94558
|
+
"readonly": true,
|
|
94559
|
+
"default": "'button'",
|
|
94637
94560
|
"inheritedFrom": {
|
|
94638
|
-
"name": "
|
|
94561
|
+
"name": "SbbButtonLikeBaseElement",
|
|
94639
94562
|
"module": "core/base-elements/button-base-element.js"
|
|
94640
|
-
}
|
|
94641
|
-
"attribute": "form"
|
|
94563
|
+
}
|
|
94642
94564
|
},
|
|
94643
94565
|
{
|
|
94644
94566
|
"kind": "field",
|
|
94645
|
-
"name": "
|
|
94646
|
-
"type": {
|
|
94647
|
-
"text": "string"
|
|
94648
|
-
},
|
|
94567
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
94649
94568
|
"privacy": "private",
|
|
94650
|
-
"
|
|
94569
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
94570
|
+
"parameters": [
|
|
94571
|
+
{
|
|
94572
|
+
"description": "The origin event.",
|
|
94573
|
+
"name": "event"
|
|
94574
|
+
}
|
|
94575
|
+
],
|
|
94651
94576
|
"inheritedFrom": {
|
|
94652
|
-
"name": "
|
|
94577
|
+
"name": "SbbButtonLikeBaseElement",
|
|
94653
94578
|
"module": "core/base-elements/button-base-element.js"
|
|
94654
94579
|
}
|
|
94655
94580
|
},
|
|
94656
94581
|
{
|
|
94657
94582
|
"kind": "field",
|
|
94658
|
-
"name": "
|
|
94583
|
+
"name": "_removeActiveMarker",
|
|
94659
94584
|
"privacy": "private",
|
|
94660
94585
|
"inheritedFrom": {
|
|
94661
|
-
"name": "
|
|
94586
|
+
"name": "SbbButtonLikeBaseElement",
|
|
94662
94587
|
"module": "core/base-elements/button-base-element.js"
|
|
94663
94588
|
}
|
|
94664
94589
|
},
|
|
94665
94590
|
{
|
|
94666
|
-
"kind": "
|
|
94667
|
-
"name": "
|
|
94591
|
+
"kind": "field",
|
|
94592
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
94668
94593
|
"privacy": "private",
|
|
94669
|
-
"
|
|
94670
|
-
"type": {
|
|
94671
|
-
"text": "void"
|
|
94672
|
-
}
|
|
94673
|
-
},
|
|
94594
|
+
"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.",
|
|
94674
94595
|
"parameters": [
|
|
94675
94596
|
{
|
|
94676
|
-
"
|
|
94677
|
-
"
|
|
94678
|
-
"text": "HTMLFormElement"
|
|
94679
|
-
}
|
|
94597
|
+
"description": "The origin event.",
|
|
94598
|
+
"name": "event"
|
|
94680
94599
|
}
|
|
94681
94600
|
],
|
|
94682
94601
|
"inheritedFrom": {
|
|
94683
|
-
"name": "
|
|
94602
|
+
"name": "SbbButtonLikeBaseElement",
|
|
94684
94603
|
"module": "core/base-elements/button-base-element.js"
|
|
94685
94604
|
}
|
|
94686
94605
|
},
|
|
94687
94606
|
{
|
|
94688
94607
|
"kind": "field",
|
|
94689
|
-
"name": "
|
|
94608
|
+
"name": "_dispatchClickEvent",
|
|
94690
94609
|
"privacy": "private",
|
|
94691
94610
|
"inheritedFrom": {
|
|
94692
|
-
"name": "
|
|
94611
|
+
"name": "SbbButtonLikeBaseElement",
|
|
94693
94612
|
"module": "core/base-elements/button-base-element.js"
|
|
94694
94613
|
}
|
|
94695
94614
|
},
|
|
94696
94615
|
{
|
|
94697
94616
|
"kind": "field",
|
|
94698
|
-
"name": "
|
|
94699
|
-
"type": {
|
|
94700
|
-
"text": "boolean"
|
|
94701
|
-
},
|
|
94702
|
-
"privacy": "public",
|
|
94703
|
-
"static": true,
|
|
94704
|
-
"default": "true",
|
|
94705
|
-
"inheritedFrom": {
|
|
94706
|
-
"name": "SbbFormAssociatedMixin",
|
|
94707
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
94708
|
-
}
|
|
94709
|
-
},
|
|
94710
|
-
{
|
|
94711
|
-
"kind": "field",
|
|
94712
|
-
"name": "name",
|
|
94713
|
-
"privacy": "public",
|
|
94714
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
94617
|
+
"name": "maybeDisabled",
|
|
94715
94618
|
"type": {
|
|
94716
|
-
"text": "
|
|
94619
|
+
"text": "boolean | undefined"
|
|
94717
94620
|
},
|
|
94718
|
-
"
|
|
94621
|
+
"privacy": "protected",
|
|
94622
|
+
"readonly": true,
|
|
94719
94623
|
"inheritedFrom": {
|
|
94720
|
-
"name": "
|
|
94721
|
-
"module": "core/
|
|
94624
|
+
"name": "SbbActionBaseElement",
|
|
94625
|
+
"module": "core/base-elements/action-base-element.js"
|
|
94722
94626
|
}
|
|
94723
94627
|
},
|
|
94724
94628
|
{
|
|
94725
94629
|
"kind": "field",
|
|
94726
|
-
"name": "
|
|
94630
|
+
"name": "maybeDisabledInteractive",
|
|
94727
94631
|
"type": {
|
|
94728
|
-
"text": "
|
|
94632
|
+
"text": "boolean | undefined"
|
|
94729
94633
|
},
|
|
94730
|
-
"privacy": "
|
|
94731
|
-
"description": "Returns the ValidityState object for this element.",
|
|
94634
|
+
"privacy": "protected",
|
|
94732
94635
|
"readonly": true,
|
|
94733
94636
|
"inheritedFrom": {
|
|
94734
|
-
"name": "
|
|
94735
|
-
"module": "core/
|
|
94637
|
+
"name": "SbbActionBaseElement",
|
|
94638
|
+
"module": "core/base-elements/action-base-element.js"
|
|
94736
94639
|
}
|
|
94737
94640
|
},
|
|
94738
94641
|
{
|
|
94739
|
-
"kind": "
|
|
94740
|
-
"name": "
|
|
94741
|
-
"
|
|
94742
|
-
|
|
94642
|
+
"kind": "method",
|
|
94643
|
+
"name": "setupBaseEventHandlers",
|
|
94644
|
+
"privacy": "protected",
|
|
94645
|
+
"return": {
|
|
94646
|
+
"type": {
|
|
94647
|
+
"text": "void"
|
|
94648
|
+
}
|
|
94743
94649
|
},
|
|
94744
|
-
"privacy": "public",
|
|
94745
|
-
"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.",
|
|
94746
|
-
"readonly": true,
|
|
94747
94650
|
"inheritedFrom": {
|
|
94748
|
-
"name": "
|
|
94749
|
-
"module": "core/
|
|
94651
|
+
"name": "SbbActionBaseElement",
|
|
94652
|
+
"module": "core/base-elements/action-base-element.js"
|
|
94750
94653
|
}
|
|
94751
94654
|
},
|
|
94752
94655
|
{
|
|
94753
94656
|
"kind": "field",
|
|
94754
|
-
"name": "
|
|
94657
|
+
"name": "_hydrationRequired",
|
|
94755
94658
|
"type": {
|
|
94756
94659
|
"text": "boolean"
|
|
94757
94660
|
},
|
|
94758
|
-
"privacy": "
|
|
94759
|
-
"
|
|
94760
|
-
"readonly": true,
|
|
94661
|
+
"privacy": "private",
|
|
94662
|
+
"default": "!!this.shadowRoot",
|
|
94761
94663
|
"inheritedFrom": {
|
|
94762
|
-
"name": "
|
|
94763
|
-
"module": "core/
|
|
94664
|
+
"name": "SbbElement",
|
|
94665
|
+
"module": "core/base-elements/element.js"
|
|
94764
94666
|
}
|
|
94765
94667
|
},
|
|
94766
94668
|
{
|
|
94767
94669
|
"kind": "field",
|
|
94768
|
-
"name": "
|
|
94670
|
+
"name": "_hydrationComplete",
|
|
94769
94671
|
"privacy": "private",
|
|
94770
|
-
"default": "new
|
|
94672
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
94771
94673
|
"inheritedFrom": {
|
|
94772
|
-
"name": "
|
|
94773
|
-
"module": "core/
|
|
94674
|
+
"name": "SbbElement",
|
|
94675
|
+
"module": "core/base-elements/element.js"
|
|
94774
94676
|
}
|
|
94775
94677
|
},
|
|
94776
94678
|
{
|
|
94777
94679
|
"kind": "field",
|
|
94778
|
-
"name": "
|
|
94680
|
+
"name": "_resolveHydration",
|
|
94779
94681
|
"type": {
|
|
94780
|
-
"text": "boolean"
|
|
94682
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
94781
94683
|
},
|
|
94782
|
-
"privacy": "
|
|
94783
|
-
"default": "false",
|
|
94784
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
94684
|
+
"privacy": "private",
|
|
94785
94685
|
"inheritedFrom": {
|
|
94786
|
-
"name": "
|
|
94787
|
-
"module": "core/
|
|
94686
|
+
"name": "SbbElement",
|
|
94687
|
+
"module": "core/base-elements/element.js"
|
|
94788
94688
|
}
|
|
94789
94689
|
},
|
|
94790
94690
|
{
|
|
94791
|
-
"kind": "
|
|
94792
|
-
"name": "
|
|
94793
|
-
"
|
|
94794
|
-
|
|
94795
|
-
"type": {
|
|
94796
|
-
"text": "boolean"
|
|
94797
|
-
}
|
|
94691
|
+
"kind": "field",
|
|
94692
|
+
"name": "hydrationRequired",
|
|
94693
|
+
"type": {
|
|
94694
|
+
"text": "boolean"
|
|
94798
94695
|
},
|
|
94799
|
-
"
|
|
94696
|
+
"privacy": "protected",
|
|
94697
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
94698
|
+
"readonly": true,
|
|
94800
94699
|
"inheritedFrom": {
|
|
94801
|
-
"name": "
|
|
94802
|
-
"module": "core/
|
|
94803
|
-
}
|
|
94804
|
-
},
|
|
94805
|
-
{
|
|
94806
|
-
"kind": "method",
|
|
94807
|
-
"name": "reportValidity",
|
|
94808
|
-
"privacy": "public",
|
|
94809
|
-
"return": {
|
|
94810
|
-
"type": {
|
|
94811
|
-
"text": "boolean"
|
|
94812
|
-
}
|
|
94700
|
+
"name": "SbbElement",
|
|
94701
|
+
"module": "core/base-elements/element.js"
|
|
94813
94702
|
},
|
|
94814
|
-
"
|
|
94815
|
-
"inheritedFrom": {
|
|
94816
|
-
"name": "SbbFormAssociatedMixin",
|
|
94817
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
94818
|
-
}
|
|
94703
|
+
"default": "!!this.shadowRoot"
|
|
94819
94704
|
},
|
|
94820
94705
|
{
|
|
94821
94706
|
"kind": "method",
|
|
94822
|
-
"name": "
|
|
94823
|
-
"privacy": "
|
|
94707
|
+
"name": "toggleState",
|
|
94708
|
+
"privacy": "protected",
|
|
94824
94709
|
"return": {
|
|
94825
94710
|
"type": {
|
|
94826
94711
|
"text": "void"
|
|
@@ -94828,235 +94713,222 @@
|
|
|
94828
94713
|
},
|
|
94829
94714
|
"parameters": [
|
|
94830
94715
|
{
|
|
94831
|
-
"name": "
|
|
94716
|
+
"name": "value",
|
|
94832
94717
|
"type": {
|
|
94833
94718
|
"text": "string"
|
|
94834
94719
|
}
|
|
94720
|
+
},
|
|
94721
|
+
{
|
|
94722
|
+
"name": "force",
|
|
94723
|
+
"optional": true,
|
|
94724
|
+
"type": {
|
|
94725
|
+
"text": "boolean"
|
|
94726
|
+
}
|
|
94835
94727
|
}
|
|
94836
94728
|
],
|
|
94837
|
-
"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.",
|
|
94838
94729
|
"inheritedFrom": {
|
|
94839
|
-
"name": "
|
|
94840
|
-
"module": "core/
|
|
94730
|
+
"name": "SbbElement",
|
|
94731
|
+
"module": "core/base-elements/element.js"
|
|
94841
94732
|
}
|
|
94842
94733
|
},
|
|
94843
94734
|
{
|
|
94844
|
-
"kind": "
|
|
94845
|
-
"name": "
|
|
94846
|
-
"
|
|
94847
|
-
|
|
94848
|
-
"type": {
|
|
94849
|
-
"text": "boolean"
|
|
94850
|
-
}
|
|
94735
|
+
"kind": "field",
|
|
94736
|
+
"name": "['_$sbbElement$']",
|
|
94737
|
+
"type": {
|
|
94738
|
+
"text": "boolean"
|
|
94851
94739
|
},
|
|
94740
|
+
"privacy": "public",
|
|
94741
|
+
"static": true,
|
|
94742
|
+
"default": "true",
|
|
94852
94743
|
"inheritedFrom": {
|
|
94853
|
-
"name": "
|
|
94854
|
-
"module": "core/
|
|
94744
|
+
"name": "SbbElement",
|
|
94745
|
+
"module": "core/base-elements/element.js"
|
|
94855
94746
|
}
|
|
94856
94747
|
},
|
|
94857
94748
|
{
|
|
94858
|
-
"kind": "
|
|
94859
|
-
"name": "
|
|
94860
|
-
"
|
|
94861
|
-
|
|
94862
|
-
"type": {
|
|
94863
|
-
"text": "void"
|
|
94864
|
-
}
|
|
94749
|
+
"kind": "field",
|
|
94750
|
+
"name": "_controllers",
|
|
94751
|
+
"type": {
|
|
94752
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
94865
94753
|
},
|
|
94866
|
-
"
|
|
94754
|
+
"privacy": "private",
|
|
94867
94755
|
"inheritedFrom": {
|
|
94868
|
-
"name": "
|
|
94869
|
-
"module": "core/
|
|
94756
|
+
"name": "SbbElement",
|
|
94757
|
+
"module": "core/base-elements/element.js"
|
|
94870
94758
|
}
|
|
94871
|
-
}
|
|
94759
|
+
}
|
|
94760
|
+
],
|
|
94761
|
+
"mixins": [
|
|
94872
94762
|
{
|
|
94873
|
-
"
|
|
94874
|
-
"
|
|
94875
|
-
|
|
94876
|
-
|
|
94877
|
-
|
|
94878
|
-
|
|
94879
|
-
|
|
94763
|
+
"name": "SbbNegativeMixin",
|
|
94764
|
+
"module": "core/mixins.js"
|
|
94765
|
+
}
|
|
94766
|
+
],
|
|
94767
|
+
"superclass": {
|
|
94768
|
+
"name": "SbbButtonBaseElement",
|
|
94769
|
+
"module": "core/base-elements.js"
|
|
94770
|
+
},
|
|
94771
|
+
"tagName": "sbb-form-field-clear",
|
|
94772
|
+
"customElement": true,
|
|
94773
|
+
"attributes": [
|
|
94774
|
+
{
|
|
94775
|
+
"name": "negative",
|
|
94776
|
+
"type": {
|
|
94777
|
+
"text": "boolean"
|
|
94880
94778
|
},
|
|
94779
|
+
"default": "false",
|
|
94780
|
+
"description": "Negative coloring variant flag.",
|
|
94781
|
+
"fieldName": "negative",
|
|
94881
94782
|
"inheritedFrom": {
|
|
94882
|
-
"name": "
|
|
94883
|
-
"module": "core/mixins/
|
|
94783
|
+
"name": "SbbNegativeMixin",
|
|
94784
|
+
"module": "core/mixins/negative-mixin.js"
|
|
94884
94785
|
}
|
|
94885
94786
|
},
|
|
94886
94787
|
{
|
|
94887
|
-
"
|
|
94888
|
-
"
|
|
94889
|
-
|
|
94890
|
-
"return": {
|
|
94891
|
-
"type": {
|
|
94892
|
-
"text": "void"
|
|
94893
|
-
}
|
|
94788
|
+
"name": "value",
|
|
94789
|
+
"type": {
|
|
94790
|
+
"text": "string"
|
|
94894
94791
|
},
|
|
94895
|
-
"
|
|
94896
|
-
|
|
94897
|
-
|
|
94898
|
-
"type": {
|
|
94899
|
-
"text": "T"
|
|
94900
|
-
}
|
|
94901
|
-
},
|
|
94902
|
-
{
|
|
94903
|
-
"name": "message",
|
|
94904
|
-
"type": {
|
|
94905
|
-
"text": "string"
|
|
94906
|
-
}
|
|
94907
|
-
},
|
|
94908
|
-
{
|
|
94909
|
-
"name": "flagValue",
|
|
94910
|
-
"optional": true,
|
|
94911
|
-
"type": {
|
|
94912
|
-
"text": "ValidityStateFlags[T]"
|
|
94913
|
-
}
|
|
94914
|
-
}
|
|
94915
|
-
],
|
|
94916
|
-
"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).",
|
|
94792
|
+
"default": "''",
|
|
94793
|
+
"description": "Value of the form element.",
|
|
94794
|
+
"fieldName": "value",
|
|
94917
94795
|
"inheritedFrom": {
|
|
94918
|
-
"name": "
|
|
94919
|
-
"module": "core/
|
|
94796
|
+
"name": "SbbButtonBaseElement",
|
|
94797
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94920
94798
|
}
|
|
94921
94799
|
},
|
|
94922
94800
|
{
|
|
94923
|
-
"
|
|
94924
|
-
"
|
|
94925
|
-
"
|
|
94926
|
-
"
|
|
94927
|
-
"
|
|
94928
|
-
"text": "void"
|
|
94929
|
-
}
|
|
94801
|
+
"name": "type",
|
|
94802
|
+
"description": "The type attribute to use for the button.",
|
|
94803
|
+
"default": "'button'",
|
|
94804
|
+
"type": {
|
|
94805
|
+
"text": "SbbButtonType"
|
|
94930
94806
|
},
|
|
94931
|
-
"
|
|
94932
|
-
{
|
|
94933
|
-
"name": "flag",
|
|
94934
|
-
"type": {
|
|
94935
|
-
"text": "T"
|
|
94936
|
-
}
|
|
94937
|
-
}
|
|
94938
|
-
],
|
|
94939
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
94807
|
+
"fieldName": "type",
|
|
94940
94808
|
"inheritedFrom": {
|
|
94941
|
-
"name": "
|
|
94942
|
-
"module": "core/
|
|
94809
|
+
"name": "SbbButtonBaseElement",
|
|
94810
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94943
94811
|
}
|
|
94944
94812
|
},
|
|
94945
94813
|
{
|
|
94946
|
-
"
|
|
94947
|
-
"
|
|
94948
|
-
"
|
|
94949
|
-
|
|
94950
|
-
"type": {
|
|
94951
|
-
"text": "void"
|
|
94952
|
-
}
|
|
94814
|
+
"name": "form",
|
|
94815
|
+
"description": "The `<form>` element to associate the button with.",
|
|
94816
|
+
"type": {
|
|
94817
|
+
"text": "HTMLFormElement | null"
|
|
94953
94818
|
},
|
|
94954
|
-
"
|
|
94819
|
+
"fieldName": "form",
|
|
94955
94820
|
"inheritedFrom": {
|
|
94956
|
-
"name": "
|
|
94957
|
-
"module": "core/
|
|
94821
|
+
"name": "SbbButtonBaseElement",
|
|
94822
|
+
"module": "core/base-elements/button-base-element.js"
|
|
94958
94823
|
}
|
|
94959
94824
|
},
|
|
94960
94825
|
{
|
|
94961
|
-
"
|
|
94962
|
-
"
|
|
94963
|
-
"
|
|
94964
|
-
|
|
94965
|
-
"type": {
|
|
94966
|
-
"text": "boolean"
|
|
94967
|
-
}
|
|
94826
|
+
"name": "name",
|
|
94827
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
94828
|
+
"type": {
|
|
94829
|
+
"text": "string"
|
|
94968
94830
|
},
|
|
94969
|
-
"
|
|
94970
|
-
{
|
|
94971
|
-
"name": "name",
|
|
94972
|
-
"type": {
|
|
94973
|
-
"text": "PropertyKey | undefined"
|
|
94974
|
-
}
|
|
94975
|
-
}
|
|
94976
|
-
],
|
|
94977
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
94831
|
+
"fieldName": "name",
|
|
94978
94832
|
"inheritedFrom": {
|
|
94979
94833
|
"name": "SbbFormAssociatedMixin",
|
|
94980
94834
|
"module": "core/mixins/form-associated-mixin.js"
|
|
94981
94835
|
}
|
|
94982
|
-
}
|
|
94836
|
+
}
|
|
94837
|
+
]
|
|
94838
|
+
}
|
|
94839
|
+
],
|
|
94840
|
+
"exports": [
|
|
94841
|
+
{
|
|
94842
|
+
"kind": "js",
|
|
94843
|
+
"name": "SbbFormFieldClearElement",
|
|
94844
|
+
"declaration": {
|
|
94845
|
+
"name": "SbbFormFieldClearElement",
|
|
94846
|
+
"module": "form-field/form-field-clear/form-field-clear.component.js"
|
|
94847
|
+
}
|
|
94848
|
+
}
|
|
94849
|
+
]
|
|
94850
|
+
},
|
|
94851
|
+
{
|
|
94852
|
+
"kind": "javascript-module",
|
|
94853
|
+
"path": "header/common/header-action-common.js",
|
|
94854
|
+
"declarations": [
|
|
94855
|
+
{
|
|
94856
|
+
"kind": "class",
|
|
94857
|
+
"description": "",
|
|
94858
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
94859
|
+
"members": [
|
|
94983
94860
|
{
|
|
94984
|
-
"kind": "
|
|
94985
|
-
"name": "
|
|
94986
|
-
"
|
|
94987
|
-
|
|
94988
|
-
"type": {
|
|
94989
|
-
"text": "void"
|
|
94990
|
-
}
|
|
94861
|
+
"kind": "field",
|
|
94862
|
+
"name": "expandFrom",
|
|
94863
|
+
"type": {
|
|
94864
|
+
"text": "SbbHorizontalFrom"
|
|
94991
94865
|
},
|
|
94992
|
-
"
|
|
94993
|
-
"name": "SbbFormAssociatedMixin",
|
|
94994
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
94995
|
-
}
|
|
94866
|
+
"privacy": "public"
|
|
94996
94867
|
},
|
|
94997
94868
|
{
|
|
94998
94869
|
"kind": "field",
|
|
94999
|
-
"name": "
|
|
94870
|
+
"name": "iconName",
|
|
95000
94871
|
"type": {
|
|
95001
|
-
"text": "
|
|
94872
|
+
"text": "string"
|
|
95002
94873
|
},
|
|
95003
94874
|
"privacy": "public",
|
|
95004
|
-
"
|
|
95005
|
-
"
|
|
95006
|
-
"
|
|
94875
|
+
"default": "''",
|
|
94876
|
+
"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.",
|
|
94877
|
+
"attribute": "icon-name",
|
|
95007
94878
|
"inheritedFrom": {
|
|
95008
|
-
"name": "
|
|
95009
|
-
"module": "
|
|
94879
|
+
"name": "SbbIconNameMixin",
|
|
94880
|
+
"module": "icon/icon-name-mixin.js"
|
|
95010
94881
|
}
|
|
95011
94882
|
},
|
|
95012
94883
|
{
|
|
95013
|
-
"kind": "
|
|
95014
|
-
"name": "
|
|
95015
|
-
"privacy": "
|
|
95016
|
-
"
|
|
94884
|
+
"kind": "method",
|
|
94885
|
+
"name": "renderIconSlot",
|
|
94886
|
+
"privacy": "protected",
|
|
94887
|
+
"return": {
|
|
94888
|
+
"type": {
|
|
94889
|
+
"text": "TemplateResult"
|
|
94890
|
+
}
|
|
94891
|
+
},
|
|
95017
94892
|
"parameters": [
|
|
95018
94893
|
{
|
|
95019
|
-
"
|
|
95020
|
-
"
|
|
94894
|
+
"name": "classname",
|
|
94895
|
+
"optional": true,
|
|
94896
|
+
"type": {
|
|
94897
|
+
"text": "string"
|
|
94898
|
+
}
|
|
95021
94899
|
}
|
|
95022
94900
|
],
|
|
95023
94901
|
"inheritedFrom": {
|
|
95024
|
-
"name": "
|
|
95025
|
-
"module": "
|
|
95026
|
-
}
|
|
95027
|
-
},
|
|
95028
|
-
{
|
|
95029
|
-
"kind": "field",
|
|
95030
|
-
"name": "_removeActiveMarker",
|
|
95031
|
-
"privacy": "private",
|
|
95032
|
-
"inheritedFrom": {
|
|
95033
|
-
"name": "SbbButtonLikeBaseElement",
|
|
95034
|
-
"module": "core/base-elements/button-base-element.js"
|
|
94902
|
+
"name": "SbbIconNameMixin",
|
|
94903
|
+
"module": "icon/icon-name-mixin.js"
|
|
95035
94904
|
}
|
|
95036
94905
|
},
|
|
95037
94906
|
{
|
|
95038
|
-
"kind": "
|
|
95039
|
-
"name": "
|
|
95040
|
-
"privacy": "
|
|
95041
|
-
"
|
|
95042
|
-
|
|
95043
|
-
|
|
95044
|
-
"description": "The origin event.",
|
|
95045
|
-
"name": "event"
|
|
94907
|
+
"kind": "method",
|
|
94908
|
+
"name": "renderIconName",
|
|
94909
|
+
"privacy": "protected",
|
|
94910
|
+
"return": {
|
|
94911
|
+
"type": {
|
|
94912
|
+
"text": "string"
|
|
95046
94913
|
}
|
|
95047
|
-
|
|
94914
|
+
},
|
|
95048
94915
|
"inheritedFrom": {
|
|
95049
|
-
"name": "
|
|
95050
|
-
"module": "
|
|
94916
|
+
"name": "SbbIconNameMixin",
|
|
94917
|
+
"module": "icon/icon-name-mixin.js"
|
|
95051
94918
|
}
|
|
95052
94919
|
},
|
|
95053
94920
|
{
|
|
95054
|
-
"kind": "
|
|
95055
|
-
"name": "
|
|
94921
|
+
"kind": "method",
|
|
94922
|
+
"name": "_renderIconName",
|
|
95056
94923
|
"privacy": "private",
|
|
94924
|
+
"return": {
|
|
94925
|
+
"type": {
|
|
94926
|
+
"text": "string"
|
|
94927
|
+
}
|
|
94928
|
+
},
|
|
95057
94929
|
"inheritedFrom": {
|
|
95058
|
-
"name": "
|
|
95059
|
-
"module": "
|
|
94930
|
+
"name": "SbbIconNameMixin",
|
|
94931
|
+
"module": "icon/icon-name-mixin.js"
|
|
95060
94932
|
}
|
|
95061
94933
|
},
|
|
95062
94934
|
{
|
|
@@ -95099,6 +94971,21 @@
|
|
|
95099
94971
|
"module": "core/base-elements/action-base-element.js"
|
|
95100
94972
|
}
|
|
95101
94973
|
},
|
|
94974
|
+
{
|
|
94975
|
+
"kind": "method",
|
|
94976
|
+
"name": "renderTemplate",
|
|
94977
|
+
"privacy": "protected",
|
|
94978
|
+
"return": {
|
|
94979
|
+
"type": {
|
|
94980
|
+
"text": "TemplateResult"
|
|
94981
|
+
}
|
|
94982
|
+
},
|
|
94983
|
+
"description": "Override this method to render the component template.",
|
|
94984
|
+
"inheritedFrom": {
|
|
94985
|
+
"name": "SbbActionBaseElement",
|
|
94986
|
+
"module": "core/base-elements/action-base-element.js"
|
|
94987
|
+
}
|
|
94988
|
+
},
|
|
95102
94989
|
{
|
|
95103
94990
|
"kind": "field",
|
|
95104
94991
|
"name": "_hydrationRequired",
|
|
@@ -95192,6 +95079,20 @@
|
|
|
95192
95079
|
"module": "core/base-elements/element.js"
|
|
95193
95080
|
}
|
|
95194
95081
|
},
|
|
95082
|
+
{
|
|
95083
|
+
"kind": "field",
|
|
95084
|
+
"name": "elementName",
|
|
95085
|
+
"type": {
|
|
95086
|
+
"text": "string"
|
|
95087
|
+
},
|
|
95088
|
+
"privacy": "public",
|
|
95089
|
+
"static": true,
|
|
95090
|
+
"readonly": true,
|
|
95091
|
+
"inheritedFrom": {
|
|
95092
|
+
"name": "SbbElement",
|
|
95093
|
+
"module": "core/base-elements/element.js"
|
|
95094
|
+
}
|
|
95095
|
+
},
|
|
95195
95096
|
{
|
|
95196
95097
|
"kind": "field",
|
|
95197
95098
|
"name": "_controllers",
|
|
@@ -95207,78 +95108,169 @@
|
|
|
95207
95108
|
],
|
|
95208
95109
|
"mixins": [
|
|
95209
95110
|
{
|
|
95210
|
-
"name": "
|
|
95211
|
-
"module": "
|
|
95111
|
+
"name": "SbbIconNameMixin",
|
|
95112
|
+
"module": "icon.js"
|
|
95212
95113
|
}
|
|
95213
95114
|
],
|
|
95214
95115
|
"superclass": {
|
|
95215
|
-
"name": "
|
|
95116
|
+
"name": "SbbActionBaseElement",
|
|
95216
95117
|
"module": "core/base-elements.js"
|
|
95217
95118
|
},
|
|
95218
|
-
"tagName": "sbb-form-field-clear",
|
|
95219
|
-
"customElement": true,
|
|
95220
95119
|
"attributes": [
|
|
95221
95120
|
{
|
|
95222
|
-
"name": "
|
|
95121
|
+
"name": "icon-name",
|
|
95223
95122
|
"type": {
|
|
95224
|
-
"text": "
|
|
95123
|
+
"text": "string"
|
|
95225
95124
|
},
|
|
95226
|
-
"default": "
|
|
95227
|
-
"description": "
|
|
95228
|
-
"fieldName": "
|
|
95125
|
+
"default": "''",
|
|
95126
|
+
"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.",
|
|
95127
|
+
"fieldName": "iconName",
|
|
95229
95128
|
"inheritedFrom": {
|
|
95230
|
-
"name": "
|
|
95231
|
-
"module": "
|
|
95129
|
+
"name": "SbbIconNameMixin",
|
|
95130
|
+
"module": "icon/icon-name-mixin.js"
|
|
95232
95131
|
}
|
|
95132
|
+
}
|
|
95133
|
+
]
|
|
95134
|
+
},
|
|
95135
|
+
{
|
|
95136
|
+
"kind": "mixin",
|
|
95137
|
+
"description": "",
|
|
95138
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
95139
|
+
"members": [
|
|
95140
|
+
{
|
|
95141
|
+
"kind": "field",
|
|
95142
|
+
"name": "styles",
|
|
95143
|
+
"type": {
|
|
95144
|
+
"text": "CSSResultGroup"
|
|
95145
|
+
},
|
|
95146
|
+
"privacy": "public",
|
|
95147
|
+
"static": true,
|
|
95148
|
+
"default": "[boxSizingStyles, style]"
|
|
95233
95149
|
},
|
|
95234
95150
|
{
|
|
95235
|
-
"
|
|
95151
|
+
"kind": "field",
|
|
95152
|
+
"name": "expandFrom",
|
|
95153
|
+
"type": {
|
|
95154
|
+
"text": "SbbHorizontalFrom"
|
|
95155
|
+
},
|
|
95156
|
+
"privacy": "public",
|
|
95157
|
+
"default": "'large'",
|
|
95158
|
+
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
95159
|
+
"attribute": "expand-from",
|
|
95160
|
+
"reflects": true
|
|
95161
|
+
},
|
|
95162
|
+
{
|
|
95163
|
+
"kind": "method",
|
|
95164
|
+
"name": "renderTemplate",
|
|
95165
|
+
"privacy": "protected",
|
|
95166
|
+
"return": {
|
|
95167
|
+
"type": {
|
|
95168
|
+
"text": "TemplateResult"
|
|
95169
|
+
}
|
|
95170
|
+
}
|
|
95171
|
+
},
|
|
95172
|
+
{
|
|
95173
|
+
"kind": "field",
|
|
95174
|
+
"name": "iconName",
|
|
95236
95175
|
"type": {
|
|
95237
95176
|
"text": "string"
|
|
95238
95177
|
},
|
|
95178
|
+
"privacy": "public",
|
|
95239
95179
|
"default": "''",
|
|
95240
|
-
"description": "
|
|
95241
|
-
"
|
|
95180
|
+
"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.",
|
|
95181
|
+
"attribute": "icon-name",
|
|
95242
95182
|
"inheritedFrom": {
|
|
95243
|
-
"name": "
|
|
95244
|
-
"module": "
|
|
95183
|
+
"name": "SbbIconNameMixin",
|
|
95184
|
+
"module": "icon/icon-name-mixin.js"
|
|
95245
95185
|
}
|
|
95246
95186
|
},
|
|
95247
95187
|
{
|
|
95248
|
-
"
|
|
95249
|
-
"
|
|
95250
|
-
"
|
|
95251
|
-
"
|
|
95252
|
-
"
|
|
95188
|
+
"kind": "method",
|
|
95189
|
+
"name": "renderIconSlot",
|
|
95190
|
+
"privacy": "protected",
|
|
95191
|
+
"return": {
|
|
95192
|
+
"type": {
|
|
95193
|
+
"text": "TemplateResult"
|
|
95194
|
+
}
|
|
95253
95195
|
},
|
|
95254
|
-
"
|
|
95196
|
+
"parameters": [
|
|
95197
|
+
{
|
|
95198
|
+
"name": "classname",
|
|
95199
|
+
"optional": true,
|
|
95200
|
+
"type": {
|
|
95201
|
+
"text": "string"
|
|
95202
|
+
}
|
|
95203
|
+
}
|
|
95204
|
+
],
|
|
95255
95205
|
"inheritedFrom": {
|
|
95256
|
-
"name": "
|
|
95257
|
-
"module": "
|
|
95206
|
+
"name": "SbbIconNameMixin",
|
|
95207
|
+
"module": "icon/icon-name-mixin.js"
|
|
95258
95208
|
}
|
|
95259
95209
|
},
|
|
95260
95210
|
{
|
|
95261
|
-
"
|
|
95262
|
-
"
|
|
95263
|
-
"
|
|
95264
|
-
|
|
95211
|
+
"kind": "method",
|
|
95212
|
+
"name": "renderIconName",
|
|
95213
|
+
"privacy": "protected",
|
|
95214
|
+
"return": {
|
|
95215
|
+
"type": {
|
|
95216
|
+
"text": "string"
|
|
95217
|
+
}
|
|
95265
95218
|
},
|
|
95266
|
-
"fieldName": "form",
|
|
95267
95219
|
"inheritedFrom": {
|
|
95268
|
-
"name": "
|
|
95269
|
-
"module": "
|
|
95220
|
+
"name": "SbbIconNameMixin",
|
|
95221
|
+
"module": "icon/icon-name-mixin.js"
|
|
95270
95222
|
}
|
|
95271
95223
|
},
|
|
95272
95224
|
{
|
|
95273
|
-
"
|
|
95274
|
-
"
|
|
95225
|
+
"kind": "method",
|
|
95226
|
+
"name": "_renderIconName",
|
|
95227
|
+
"privacy": "private",
|
|
95228
|
+
"return": {
|
|
95229
|
+
"type": {
|
|
95230
|
+
"text": "string"
|
|
95231
|
+
}
|
|
95232
|
+
},
|
|
95233
|
+
"inheritedFrom": {
|
|
95234
|
+
"name": "SbbIconNameMixin",
|
|
95235
|
+
"module": "icon/icon-name-mixin.js"
|
|
95236
|
+
}
|
|
95237
|
+
}
|
|
95238
|
+
],
|
|
95239
|
+
"attributes": [
|
|
95240
|
+
{
|
|
95241
|
+
"name": "expand-from",
|
|
95242
|
+
"type": {
|
|
95243
|
+
"text": "SbbHorizontalFrom"
|
|
95244
|
+
},
|
|
95245
|
+
"default": "'large'",
|
|
95246
|
+
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
95247
|
+
"fieldName": "expandFrom"
|
|
95248
|
+
},
|
|
95249
|
+
{
|
|
95250
|
+
"name": "icon-name",
|
|
95275
95251
|
"type": {
|
|
95276
95252
|
"text": "string"
|
|
95277
95253
|
},
|
|
95278
|
-
"
|
|
95254
|
+
"default": "''",
|
|
95255
|
+
"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.",
|
|
95256
|
+
"fieldName": "iconName",
|
|
95279
95257
|
"inheritedFrom": {
|
|
95280
|
-
"name": "
|
|
95281
|
-
"module": "
|
|
95258
|
+
"name": "SbbIconNameMixin",
|
|
95259
|
+
"module": "icon/icon-name-mixin.js"
|
|
95260
|
+
}
|
|
95261
|
+
}
|
|
95262
|
+
],
|
|
95263
|
+
"mixins": [
|
|
95264
|
+
{
|
|
95265
|
+
"name": "SbbIconNameMixin",
|
|
95266
|
+
"module": "icon.js"
|
|
95267
|
+
}
|
|
95268
|
+
],
|
|
95269
|
+
"parameters": [
|
|
95270
|
+
{
|
|
95271
|
+
"name": "superClass",
|
|
95272
|
+
"type": {
|
|
95273
|
+
"text": "T"
|
|
95282
95274
|
}
|
|
95283
95275
|
}
|
|
95284
95276
|
]
|
|
@@ -95287,10 +95279,18 @@
|
|
|
95287
95279
|
"exports": [
|
|
95288
95280
|
{
|
|
95289
95281
|
"kind": "js",
|
|
95290
|
-
"name": "
|
|
95282
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
95291
95283
|
"declaration": {
|
|
95292
|
-
"name": "
|
|
95293
|
-
"module": "
|
|
95284
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
95285
|
+
"module": "header/common/header-action-common.js"
|
|
95286
|
+
}
|
|
95287
|
+
},
|
|
95288
|
+
{
|
|
95289
|
+
"kind": "js",
|
|
95290
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
95291
|
+
"declaration": {
|
|
95292
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
95293
|
+
"module": "header/common/header-action-common.js"
|
|
95294
95294
|
}
|
|
95295
95295
|
}
|
|
95296
95296
|
]
|