@sbb-esta/lyne-elements-dev 4.11.0-dev.1776958539 → 4.11.0-dev.1777021821
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/core/styles/core.scss +4 -0
- package/core.css +8 -0
- package/custom-elements.json +940 -940
- package/development/file-selector/common/file-selector-common.d.ts.map +1 -1
- package/development/file-selector/common/file-selector-common.js +1 -1
- package/development/file-selector/common.js +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +1 -1
- package/development/file-selector/file-selector-dropzone.js +1 -1
- package/development/file-selector-common-C7xIEiV4.js +416 -0
- package/development/file-selector-dropzone.component-BAWMZW4F.js +111 -0
- package/development/file-selector.js +2 -2
- package/development/file-selector.pure.js +2 -2
- package/file-selector/common/file-selector-common.js +1 -1
- package/file-selector/common.js +1 -1
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +1 -1
- package/file-selector/file-selector-dropzone.js +1 -1
- package/{file-selector-common-DN4vHMpP.js → file-selector-common-BL9mM4SZ.js} +38 -40
- package/{file-selector-dropzone.component-DSmBp7xN.js → file-selector-dropzone.component-Ctar2kEw.js} +3 -4
- package/file-selector.js +2 -2
- package/file-selector.pure.js +2 -2
- package/off-brand-theme.css +8 -0
- package/package.json +2 -2
- package/safety-theme.css +8 -0
- package/standard-theme.css +8 -0
- package/development/file-selector-common-C82QR3zb.js +0 -418
- package/development/file-selector-dropzone.component-xfkQt0VX.js +0 -112
package/custom-elements.json
CHANGED
|
@@ -37029,12 +37029,12 @@
|
|
|
37029
37029
|
},
|
|
37030
37030
|
{
|
|
37031
37031
|
"kind": "javascript-module",
|
|
37032
|
-
"path": "button/accent-button
|
|
37032
|
+
"path": "button/accent-button/accent-button.component.js",
|
|
37033
37033
|
"declarations": [
|
|
37034
37034
|
{
|
|
37035
37035
|
"kind": "class",
|
|
37036
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant
|
|
37037
|
-
"name": "
|
|
37036
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant.",
|
|
37037
|
+
"name": "SbbAccentButtonElement",
|
|
37038
37038
|
"cssProperties": [
|
|
37039
37039
|
{
|
|
37040
37040
|
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
@@ -37044,7 +37044,7 @@
|
|
|
37044
37044
|
],
|
|
37045
37045
|
"slots": [
|
|
37046
37046
|
{
|
|
37047
|
-
"description": "Use the unnamed slot to add content to the accent-button
|
|
37047
|
+
"description": "Use the unnamed slot to add content to the accent-button.",
|
|
37048
37048
|
"name": ""
|
|
37049
37049
|
},
|
|
37050
37050
|
{
|
|
@@ -37062,7 +37062,7 @@
|
|
|
37062
37062
|
"privacy": "public",
|
|
37063
37063
|
"static": true,
|
|
37064
37064
|
"readonly": true,
|
|
37065
|
-
"default": "'sbb-accent-button
|
|
37065
|
+
"default": "'sbb-accent-button'",
|
|
37066
37066
|
"inheritedFrom": {
|
|
37067
37067
|
"name": "SbbElement",
|
|
37068
37068
|
"module": "core/base-elements/element.js"
|
|
@@ -37259,151 +37259,479 @@
|
|
|
37259
37259
|
},
|
|
37260
37260
|
{
|
|
37261
37261
|
"kind": "field",
|
|
37262
|
-
"name": "
|
|
37262
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
37263
|
+
"type": {
|
|
37264
|
+
"text": "array"
|
|
37265
|
+
},
|
|
37266
|
+
"privacy": "private",
|
|
37267
|
+
"readonly": true,
|
|
37268
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
37269
|
+
"inheritedFrom": {
|
|
37270
|
+
"name": "SbbButtonBaseElement",
|
|
37271
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37272
|
+
}
|
|
37273
|
+
},
|
|
37274
|
+
{
|
|
37275
|
+
"kind": "field",
|
|
37276
|
+
"name": "value",
|
|
37263
37277
|
"type": {
|
|
37264
37278
|
"text": "string"
|
|
37265
37279
|
},
|
|
37266
37280
|
"privacy": "public",
|
|
37267
37281
|
"default": "''",
|
|
37268
|
-
"description": "
|
|
37269
|
-
"attribute": "
|
|
37270
|
-
"reflects": true,
|
|
37282
|
+
"description": "Value of the form element.",
|
|
37283
|
+
"attribute": "value",
|
|
37271
37284
|
"inheritedFrom": {
|
|
37272
|
-
"name": "
|
|
37273
|
-
"module": "core/base-elements/
|
|
37285
|
+
"name": "SbbButtonBaseElement",
|
|
37286
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37274
37287
|
}
|
|
37275
37288
|
},
|
|
37276
37289
|
{
|
|
37277
37290
|
"kind": "field",
|
|
37278
|
-
"name": "
|
|
37291
|
+
"name": "type",
|
|
37292
|
+
"privacy": "public",
|
|
37293
|
+
"description": "The type attribute to use for the button.",
|
|
37294
|
+
"default": "'button'",
|
|
37279
37295
|
"type": {
|
|
37280
|
-
"text": "
|
|
37296
|
+
"text": "SbbButtonType"
|
|
37297
|
+
},
|
|
37298
|
+
"attribute": "type",
|
|
37299
|
+
"inheritedFrom": {
|
|
37300
|
+
"name": "SbbButtonBaseElement",
|
|
37301
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37302
|
+
}
|
|
37303
|
+
},
|
|
37304
|
+
{
|
|
37305
|
+
"kind": "field",
|
|
37306
|
+
"name": "form",
|
|
37307
|
+
"type": {
|
|
37308
|
+
"text": "HTMLFormElement | null"
|
|
37281
37309
|
},
|
|
37282
37310
|
"privacy": "public",
|
|
37283
|
-
"
|
|
37284
|
-
"
|
|
37285
|
-
"attribute": "target",
|
|
37286
|
-
"reflects": true,
|
|
37311
|
+
"description": "The `<form>` element to associate the button with.",
|
|
37312
|
+
"attribute": "form",
|
|
37287
37313
|
"inheritedFrom": {
|
|
37288
|
-
"name": "
|
|
37289
|
-
"module": "core/base-elements/
|
|
37314
|
+
"name": "SbbButtonBaseElement",
|
|
37315
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37290
37316
|
}
|
|
37291
37317
|
},
|
|
37292
37318
|
{
|
|
37293
37319
|
"kind": "field",
|
|
37294
|
-
"name": "
|
|
37320
|
+
"name": "_formId",
|
|
37295
37321
|
"type": {
|
|
37296
37322
|
"text": "string"
|
|
37297
37323
|
},
|
|
37298
|
-
"privacy": "
|
|
37324
|
+
"privacy": "private",
|
|
37299
37325
|
"default": "''",
|
|
37300
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
37301
|
-
"attribute": "rel",
|
|
37302
|
-
"reflects": true,
|
|
37303
37326
|
"inheritedFrom": {
|
|
37304
|
-
"name": "
|
|
37305
|
-
"module": "core/base-elements/
|
|
37327
|
+
"name": "SbbButtonBaseElement",
|
|
37328
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37306
37329
|
}
|
|
37307
37330
|
},
|
|
37308
37331
|
{
|
|
37309
37332
|
"kind": "field",
|
|
37310
|
-
"name": "
|
|
37333
|
+
"name": "_handleButtonClick",
|
|
37334
|
+
"privacy": "private",
|
|
37335
|
+
"inheritedFrom": {
|
|
37336
|
+
"name": "SbbButtonBaseElement",
|
|
37337
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37338
|
+
}
|
|
37339
|
+
},
|
|
37340
|
+
{
|
|
37341
|
+
"kind": "method",
|
|
37342
|
+
"name": "_requestSubmit",
|
|
37343
|
+
"privacy": "private",
|
|
37344
|
+
"return": {
|
|
37345
|
+
"type": {
|
|
37346
|
+
"text": "void"
|
|
37347
|
+
}
|
|
37348
|
+
},
|
|
37349
|
+
"parameters": [
|
|
37350
|
+
{
|
|
37351
|
+
"name": "form",
|
|
37352
|
+
"type": {
|
|
37353
|
+
"text": "HTMLFormElement"
|
|
37354
|
+
}
|
|
37355
|
+
}
|
|
37356
|
+
],
|
|
37357
|
+
"inheritedFrom": {
|
|
37358
|
+
"name": "SbbButtonBaseElement",
|
|
37359
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37360
|
+
}
|
|
37361
|
+
},
|
|
37362
|
+
{
|
|
37363
|
+
"kind": "field",
|
|
37364
|
+
"name": "_formKeyDown",
|
|
37365
|
+
"privacy": "private",
|
|
37366
|
+
"inheritedFrom": {
|
|
37367
|
+
"name": "SbbButtonBaseElement",
|
|
37368
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37369
|
+
}
|
|
37370
|
+
},
|
|
37371
|
+
{
|
|
37372
|
+
"kind": "field",
|
|
37373
|
+
"name": "formAssociated",
|
|
37311
37374
|
"type": {
|
|
37312
37375
|
"text": "boolean"
|
|
37313
37376
|
},
|
|
37314
37377
|
"privacy": "public",
|
|
37315
|
-
"
|
|
37316
|
-
"
|
|
37317
|
-
"attribute": "download",
|
|
37318
|
-
"reflects": true,
|
|
37378
|
+
"static": true,
|
|
37379
|
+
"default": "true",
|
|
37319
37380
|
"inheritedFrom": {
|
|
37320
|
-
"name": "
|
|
37321
|
-
"module": "core/
|
|
37381
|
+
"name": "SbbFormAssociatedMixin",
|
|
37382
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37322
37383
|
}
|
|
37323
37384
|
},
|
|
37324
37385
|
{
|
|
37325
37386
|
"kind": "field",
|
|
37326
|
-
"name": "
|
|
37387
|
+
"name": "name",
|
|
37388
|
+
"privacy": "public",
|
|
37389
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
37327
37390
|
"type": {
|
|
37328
37391
|
"text": "string"
|
|
37329
37392
|
},
|
|
37393
|
+
"attribute": "name",
|
|
37394
|
+
"inheritedFrom": {
|
|
37395
|
+
"name": "SbbFormAssociatedMixin",
|
|
37396
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37397
|
+
}
|
|
37398
|
+
},
|
|
37399
|
+
{
|
|
37400
|
+
"kind": "field",
|
|
37401
|
+
"name": "validity",
|
|
37402
|
+
"type": {
|
|
37403
|
+
"text": "ValidityState"
|
|
37404
|
+
},
|
|
37330
37405
|
"privacy": "public",
|
|
37331
|
-
"
|
|
37332
|
-
"
|
|
37333
|
-
"attribute": "accessibility-label",
|
|
37406
|
+
"description": "Returns the ValidityState object for this element.",
|
|
37407
|
+
"readonly": true,
|
|
37334
37408
|
"inheritedFrom": {
|
|
37335
|
-
"name": "
|
|
37336
|
-
"module": "core/
|
|
37409
|
+
"name": "SbbFormAssociatedMixin",
|
|
37410
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37337
37411
|
}
|
|
37338
37412
|
},
|
|
37339
37413
|
{
|
|
37340
37414
|
"kind": "field",
|
|
37341
|
-
"name": "
|
|
37415
|
+
"name": "validationMessage",
|
|
37342
37416
|
"type": {
|
|
37343
37417
|
"text": "string"
|
|
37344
37418
|
},
|
|
37345
37419
|
"privacy": "public",
|
|
37346
|
-
"
|
|
37347
|
-
"
|
|
37348
|
-
"attribute": "accessibility-current",
|
|
37420
|
+
"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.",
|
|
37421
|
+
"readonly": true,
|
|
37349
37422
|
"inheritedFrom": {
|
|
37350
|
-
"name": "
|
|
37351
|
-
"module": "core/
|
|
37423
|
+
"name": "SbbFormAssociatedMixin",
|
|
37424
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37352
37425
|
}
|
|
37353
37426
|
},
|
|
37354
37427
|
{
|
|
37355
37428
|
"kind": "field",
|
|
37356
|
-
"name": "
|
|
37357
|
-
"
|
|
37358
|
-
|
|
37429
|
+
"name": "willValidate",
|
|
37430
|
+
"type": {
|
|
37431
|
+
"text": "boolean"
|
|
37432
|
+
},
|
|
37433
|
+
"privacy": "public",
|
|
37434
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
37435
|
+
"readonly": true,
|
|
37359
37436
|
"inheritedFrom": {
|
|
37360
|
-
"name": "
|
|
37361
|
-
"module": "core/
|
|
37437
|
+
"name": "SbbFormAssociatedMixin",
|
|
37438
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37362
37439
|
}
|
|
37363
37440
|
},
|
|
37364
37441
|
{
|
|
37365
37442
|
"kind": "field",
|
|
37366
|
-
"name": "
|
|
37443
|
+
"name": "_validityStates",
|
|
37444
|
+
"privacy": "private",
|
|
37445
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
37446
|
+
"inheritedFrom": {
|
|
37447
|
+
"name": "SbbFormAssociatedMixin",
|
|
37448
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37449
|
+
}
|
|
37450
|
+
},
|
|
37451
|
+
{
|
|
37452
|
+
"kind": "field",
|
|
37453
|
+
"name": "formDisabled",
|
|
37367
37454
|
"type": {
|
|
37368
|
-
"text": "
|
|
37455
|
+
"text": "boolean"
|
|
37369
37456
|
},
|
|
37370
37457
|
"privacy": "protected",
|
|
37371
|
-
"
|
|
37372
|
-
"
|
|
37458
|
+
"default": "false",
|
|
37459
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
37373
37460
|
"inheritedFrom": {
|
|
37374
|
-
"name": "
|
|
37375
|
-
"module": "core/
|
|
37461
|
+
"name": "SbbFormAssociatedMixin",
|
|
37462
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37376
37463
|
}
|
|
37377
37464
|
},
|
|
37378
37465
|
{
|
|
37379
|
-
"kind": "
|
|
37380
|
-
"name": "
|
|
37466
|
+
"kind": "method",
|
|
37467
|
+
"name": "checkValidity",
|
|
37468
|
+
"privacy": "public",
|
|
37469
|
+
"return": {
|
|
37470
|
+
"type": {
|
|
37471
|
+
"text": "boolean"
|
|
37472
|
+
}
|
|
37473
|
+
},
|
|
37474
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
37475
|
+
"inheritedFrom": {
|
|
37476
|
+
"name": "SbbFormAssociatedMixin",
|
|
37477
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37478
|
+
}
|
|
37479
|
+
},
|
|
37480
|
+
{
|
|
37481
|
+
"kind": "method",
|
|
37482
|
+
"name": "reportValidity",
|
|
37483
|
+
"privacy": "public",
|
|
37484
|
+
"return": {
|
|
37485
|
+
"type": {
|
|
37486
|
+
"text": "boolean"
|
|
37487
|
+
}
|
|
37488
|
+
},
|
|
37489
|
+
"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.",
|
|
37490
|
+
"inheritedFrom": {
|
|
37491
|
+
"name": "SbbFormAssociatedMixin",
|
|
37492
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37493
|
+
}
|
|
37494
|
+
},
|
|
37495
|
+
{
|
|
37496
|
+
"kind": "method",
|
|
37497
|
+
"name": "setCustomValidity",
|
|
37498
|
+
"privacy": "public",
|
|
37499
|
+
"return": {
|
|
37500
|
+
"type": {
|
|
37501
|
+
"text": "void"
|
|
37502
|
+
}
|
|
37503
|
+
},
|
|
37504
|
+
"parameters": [
|
|
37505
|
+
{
|
|
37506
|
+
"name": "message",
|
|
37507
|
+
"type": {
|
|
37508
|
+
"text": "string"
|
|
37509
|
+
}
|
|
37510
|
+
}
|
|
37511
|
+
],
|
|
37512
|
+
"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.",
|
|
37513
|
+
"inheritedFrom": {
|
|
37514
|
+
"name": "SbbFormAssociatedMixin",
|
|
37515
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37516
|
+
}
|
|
37517
|
+
},
|
|
37518
|
+
{
|
|
37519
|
+
"kind": "method",
|
|
37520
|
+
"name": "_hasDisabledAncestor",
|
|
37381
37521
|
"privacy": "private",
|
|
37522
|
+
"return": {
|
|
37523
|
+
"type": {
|
|
37524
|
+
"text": "boolean"
|
|
37525
|
+
}
|
|
37526
|
+
},
|
|
37382
37527
|
"inheritedFrom": {
|
|
37383
|
-
"name": "
|
|
37384
|
-
"module": "core/
|
|
37528
|
+
"name": "SbbFormAssociatedMixin",
|
|
37529
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37385
37530
|
}
|
|
37386
37531
|
},
|
|
37387
37532
|
{
|
|
37388
37533
|
"kind": "method",
|
|
37389
|
-
"name": "
|
|
37534
|
+
"name": "updateFormValue",
|
|
37390
37535
|
"privacy": "protected",
|
|
37391
37536
|
"return": {
|
|
37392
37537
|
"type": {
|
|
37393
|
-
"text": "
|
|
37538
|
+
"text": "void"
|
|
37539
|
+
}
|
|
37540
|
+
},
|
|
37541
|
+
"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",
|
|
37542
|
+
"inheritedFrom": {
|
|
37543
|
+
"name": "SbbFormAssociatedMixin",
|
|
37544
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37545
|
+
}
|
|
37546
|
+
},
|
|
37547
|
+
{
|
|
37548
|
+
"kind": "method",
|
|
37549
|
+
"name": "formState",
|
|
37550
|
+
"privacy": "protected",
|
|
37551
|
+
"return": {
|
|
37552
|
+
"type": {
|
|
37553
|
+
"text": "FormRestoreState"
|
|
37554
|
+
}
|
|
37555
|
+
},
|
|
37556
|
+
"inheritedFrom": {
|
|
37557
|
+
"name": "SbbFormAssociatedMixin",
|
|
37558
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37559
|
+
}
|
|
37560
|
+
},
|
|
37561
|
+
{
|
|
37562
|
+
"kind": "method",
|
|
37563
|
+
"name": "setValidityFlag",
|
|
37564
|
+
"privacy": "protected",
|
|
37565
|
+
"return": {
|
|
37566
|
+
"type": {
|
|
37567
|
+
"text": "void"
|
|
37394
37568
|
}
|
|
37395
37569
|
},
|
|
37396
37570
|
"parameters": [
|
|
37397
37571
|
{
|
|
37398
|
-
"name": "
|
|
37572
|
+
"name": "flag",
|
|
37399
37573
|
"type": {
|
|
37400
|
-
"text": "
|
|
37574
|
+
"text": "T"
|
|
37575
|
+
}
|
|
37576
|
+
},
|
|
37577
|
+
{
|
|
37578
|
+
"name": "message",
|
|
37579
|
+
"type": {
|
|
37580
|
+
"text": "string"
|
|
37581
|
+
}
|
|
37582
|
+
},
|
|
37583
|
+
{
|
|
37584
|
+
"name": "flagValue",
|
|
37585
|
+
"optional": true,
|
|
37586
|
+
"type": {
|
|
37587
|
+
"text": "ValidityStateFlags[T]"
|
|
37401
37588
|
}
|
|
37402
37589
|
}
|
|
37403
37590
|
],
|
|
37591
|
+
"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).",
|
|
37404
37592
|
"inheritedFrom": {
|
|
37405
|
-
"name": "
|
|
37406
|
-
"module": "core/
|
|
37593
|
+
"name": "SbbFormAssociatedMixin",
|
|
37594
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37595
|
+
}
|
|
37596
|
+
},
|
|
37597
|
+
{
|
|
37598
|
+
"kind": "method",
|
|
37599
|
+
"name": "removeValidityFlag",
|
|
37600
|
+
"privacy": "protected",
|
|
37601
|
+
"return": {
|
|
37602
|
+
"type": {
|
|
37603
|
+
"text": "void"
|
|
37604
|
+
}
|
|
37605
|
+
},
|
|
37606
|
+
"parameters": [
|
|
37607
|
+
{
|
|
37608
|
+
"name": "flag",
|
|
37609
|
+
"type": {
|
|
37610
|
+
"text": "T"
|
|
37611
|
+
}
|
|
37612
|
+
}
|
|
37613
|
+
],
|
|
37614
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
37615
|
+
"inheritedFrom": {
|
|
37616
|
+
"name": "SbbFormAssociatedMixin",
|
|
37617
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37618
|
+
}
|
|
37619
|
+
},
|
|
37620
|
+
{
|
|
37621
|
+
"kind": "method",
|
|
37622
|
+
"name": "validate",
|
|
37623
|
+
"privacy": "protected",
|
|
37624
|
+
"return": {
|
|
37625
|
+
"type": {
|
|
37626
|
+
"text": "void"
|
|
37627
|
+
}
|
|
37628
|
+
},
|
|
37629
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
37630
|
+
"inheritedFrom": {
|
|
37631
|
+
"name": "SbbFormAssociatedMixin",
|
|
37632
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37633
|
+
}
|
|
37634
|
+
},
|
|
37635
|
+
{
|
|
37636
|
+
"kind": "method",
|
|
37637
|
+
"name": "shouldValidate",
|
|
37638
|
+
"privacy": "protected",
|
|
37639
|
+
"return": {
|
|
37640
|
+
"type": {
|
|
37641
|
+
"text": "boolean"
|
|
37642
|
+
}
|
|
37643
|
+
},
|
|
37644
|
+
"parameters": [
|
|
37645
|
+
{
|
|
37646
|
+
"name": "name",
|
|
37647
|
+
"type": {
|
|
37648
|
+
"text": "PropertyKey | undefined"
|
|
37649
|
+
}
|
|
37650
|
+
}
|
|
37651
|
+
],
|
|
37652
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
37653
|
+
"inheritedFrom": {
|
|
37654
|
+
"name": "SbbFormAssociatedMixin",
|
|
37655
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37656
|
+
}
|
|
37657
|
+
},
|
|
37658
|
+
{
|
|
37659
|
+
"kind": "method",
|
|
37660
|
+
"name": "_setInternalValidity",
|
|
37661
|
+
"privacy": "private",
|
|
37662
|
+
"return": {
|
|
37663
|
+
"type": {
|
|
37664
|
+
"text": "void"
|
|
37665
|
+
}
|
|
37666
|
+
},
|
|
37667
|
+
"inheritedFrom": {
|
|
37668
|
+
"name": "SbbFormAssociatedMixin",
|
|
37669
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37670
|
+
}
|
|
37671
|
+
},
|
|
37672
|
+
{
|
|
37673
|
+
"kind": "field",
|
|
37674
|
+
"name": "role",
|
|
37675
|
+
"type": {
|
|
37676
|
+
"text": "ElementInternals['role']"
|
|
37677
|
+
},
|
|
37678
|
+
"privacy": "public",
|
|
37679
|
+
"static": true,
|
|
37680
|
+
"readonly": true,
|
|
37681
|
+
"default": "'button'",
|
|
37682
|
+
"inheritedFrom": {
|
|
37683
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37684
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37685
|
+
}
|
|
37686
|
+
},
|
|
37687
|
+
{
|
|
37688
|
+
"kind": "field",
|
|
37689
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
37690
|
+
"privacy": "private",
|
|
37691
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
37692
|
+
"parameters": [
|
|
37693
|
+
{
|
|
37694
|
+
"description": "The origin event.",
|
|
37695
|
+
"name": "event"
|
|
37696
|
+
}
|
|
37697
|
+
],
|
|
37698
|
+
"inheritedFrom": {
|
|
37699
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37700
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37701
|
+
}
|
|
37702
|
+
},
|
|
37703
|
+
{
|
|
37704
|
+
"kind": "field",
|
|
37705
|
+
"name": "_removeActiveMarker",
|
|
37706
|
+
"privacy": "private",
|
|
37707
|
+
"inheritedFrom": {
|
|
37708
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37709
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37710
|
+
}
|
|
37711
|
+
},
|
|
37712
|
+
{
|
|
37713
|
+
"kind": "field",
|
|
37714
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
37715
|
+
"privacy": "private",
|
|
37716
|
+
"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.",
|
|
37717
|
+
"parameters": [
|
|
37718
|
+
{
|
|
37719
|
+
"description": "The origin event.",
|
|
37720
|
+
"name": "event"
|
|
37721
|
+
}
|
|
37722
|
+
],
|
|
37723
|
+
"inheritedFrom": {
|
|
37724
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37725
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37726
|
+
}
|
|
37727
|
+
},
|
|
37728
|
+
{
|
|
37729
|
+
"kind": "field",
|
|
37730
|
+
"name": "_dispatchClickEvent",
|
|
37731
|
+
"privacy": "private",
|
|
37732
|
+
"inheritedFrom": {
|
|
37733
|
+
"name": "SbbButtonLikeBaseElement",
|
|
37734
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37407
37735
|
}
|
|
37408
37736
|
},
|
|
37409
37737
|
{
|
|
@@ -37558,19 +37886,15 @@
|
|
|
37558
37886
|
"module": "button/common/button-common.js"
|
|
37559
37887
|
},
|
|
37560
37888
|
{
|
|
37561
|
-
"name": "
|
|
37562
|
-
"module": "core/mixins.js"
|
|
37563
|
-
},
|
|
37564
|
-
{
|
|
37565
|
-
"name": "SbbDisabledMixin",
|
|
37889
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
37566
37890
|
"module": "core/mixins.js"
|
|
37567
37891
|
}
|
|
37568
37892
|
],
|
|
37569
37893
|
"superclass": {
|
|
37570
|
-
"name": "
|
|
37894
|
+
"name": "SbbButtonBaseElement",
|
|
37571
37895
|
"module": "core/base-elements.js"
|
|
37572
37896
|
},
|
|
37573
|
-
"tagName": "sbb-accent-button
|
|
37897
|
+
"tagName": "sbb-accent-button",
|
|
37574
37898
|
"customElement": true,
|
|
37575
37899
|
"attributes": [
|
|
37576
37900
|
{
|
|
@@ -37652,81 +37976,53 @@
|
|
|
37652
37976
|
}
|
|
37653
37977
|
},
|
|
37654
37978
|
{
|
|
37655
|
-
"name": "
|
|
37656
|
-
"type": {
|
|
37657
|
-
"text": "string"
|
|
37658
|
-
},
|
|
37659
|
-
"default": "''",
|
|
37660
|
-
"description": "The href value you want to link to.",
|
|
37661
|
-
"fieldName": "href",
|
|
37662
|
-
"inheritedFrom": {
|
|
37663
|
-
"name": "SbbLinkBaseElement",
|
|
37664
|
-
"module": "core/base-elements/link-base-element.js"
|
|
37665
|
-
}
|
|
37666
|
-
},
|
|
37667
|
-
{
|
|
37668
|
-
"name": "target",
|
|
37669
|
-
"type": {
|
|
37670
|
-
"text": "LinkTargetType | string"
|
|
37671
|
-
},
|
|
37672
|
-
"default": "''",
|
|
37673
|
-
"description": "Where to display the linked URL.",
|
|
37674
|
-
"fieldName": "target",
|
|
37675
|
-
"inheritedFrom": {
|
|
37676
|
-
"name": "SbbLinkBaseElement",
|
|
37677
|
-
"module": "core/base-elements/link-base-element.js"
|
|
37678
|
-
}
|
|
37679
|
-
},
|
|
37680
|
-
{
|
|
37681
|
-
"name": "rel",
|
|
37979
|
+
"name": "value",
|
|
37682
37980
|
"type": {
|
|
37683
37981
|
"text": "string"
|
|
37684
37982
|
},
|
|
37685
37983
|
"default": "''",
|
|
37686
|
-
"description": "
|
|
37687
|
-
"fieldName": "
|
|
37984
|
+
"description": "Value of the form element.",
|
|
37985
|
+
"fieldName": "value",
|
|
37688
37986
|
"inheritedFrom": {
|
|
37689
|
-
"name": "
|
|
37690
|
-
"module": "core/base-elements/
|
|
37987
|
+
"name": "SbbButtonBaseElement",
|
|
37988
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37691
37989
|
}
|
|
37692
37990
|
},
|
|
37693
37991
|
{
|
|
37694
|
-
"name": "
|
|
37992
|
+
"name": "type",
|
|
37993
|
+
"description": "The type attribute to use for the button.",
|
|
37994
|
+
"default": "'button'",
|
|
37695
37995
|
"type": {
|
|
37696
|
-
"text": "
|
|
37996
|
+
"text": "SbbButtonType"
|
|
37697
37997
|
},
|
|
37698
|
-
"
|
|
37699
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
37700
|
-
"fieldName": "download",
|
|
37998
|
+
"fieldName": "type",
|
|
37701
37999
|
"inheritedFrom": {
|
|
37702
|
-
"name": "
|
|
37703
|
-
"module": "core/base-elements/
|
|
38000
|
+
"name": "SbbButtonBaseElement",
|
|
38001
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37704
38002
|
}
|
|
37705
38003
|
},
|
|
37706
38004
|
{
|
|
37707
|
-
"name": "
|
|
38005
|
+
"name": "form",
|
|
38006
|
+
"description": "The `<form>` element to associate the button with.",
|
|
37708
38007
|
"type": {
|
|
37709
|
-
"text": "
|
|
38008
|
+
"text": "HTMLFormElement | null"
|
|
37710
38009
|
},
|
|
37711
|
-
"
|
|
37712
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
37713
|
-
"fieldName": "accessibilityLabel",
|
|
38010
|
+
"fieldName": "form",
|
|
37714
38011
|
"inheritedFrom": {
|
|
37715
|
-
"name": "
|
|
37716
|
-
"module": "core/base-elements/
|
|
38012
|
+
"name": "SbbButtonBaseElement",
|
|
38013
|
+
"module": "core/base-elements/button-base-element.js"
|
|
37717
38014
|
}
|
|
37718
38015
|
},
|
|
37719
38016
|
{
|
|
37720
|
-
"name": "
|
|
38017
|
+
"name": "name",
|
|
38018
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
37721
38019
|
"type": {
|
|
37722
38020
|
"text": "string"
|
|
37723
38021
|
},
|
|
37724
|
-
"
|
|
37725
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
37726
|
-
"fieldName": "accessibilityCurrent",
|
|
38022
|
+
"fieldName": "name",
|
|
37727
38023
|
"inheritedFrom": {
|
|
37728
|
-
"name": "
|
|
37729
|
-
"module": "core/
|
|
38024
|
+
"name": "SbbFormAssociatedMixin",
|
|
38025
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
37730
38026
|
}
|
|
37731
38027
|
}
|
|
37732
38028
|
]
|
|
@@ -37735,22 +38031,22 @@
|
|
|
37735
38031
|
"exports": [
|
|
37736
38032
|
{
|
|
37737
38033
|
"kind": "js",
|
|
37738
|
-
"name": "
|
|
38034
|
+
"name": "SbbAccentButtonElement",
|
|
37739
38035
|
"declaration": {
|
|
37740
|
-
"name": "
|
|
37741
|
-
"module": "button/accent-button
|
|
38036
|
+
"name": "SbbAccentButtonElement",
|
|
38037
|
+
"module": "button/accent-button/accent-button.component.js"
|
|
37742
38038
|
}
|
|
37743
38039
|
}
|
|
37744
38040
|
]
|
|
37745
38041
|
},
|
|
37746
38042
|
{
|
|
37747
38043
|
"kind": "javascript-module",
|
|
37748
|
-
"path": "button/accent-button/accent-button.component.js",
|
|
38044
|
+
"path": "button/accent-button-link/accent-button-link.component.js",
|
|
37749
38045
|
"declarations": [
|
|
37750
38046
|
{
|
|
37751
38047
|
"kind": "class",
|
|
37752
|
-
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant.",
|
|
37753
|
-
"name": "
|
|
38048
|
+
"description": "It displays a button enhanced with the SBB Design in the 'accent' variant, which will behave as a link.",
|
|
38049
|
+
"name": "SbbAccentButtonLinkElement",
|
|
37754
38050
|
"cssProperties": [
|
|
37755
38051
|
{
|
|
37756
38052
|
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
@@ -37760,7 +38056,7 @@
|
|
|
37760
38056
|
],
|
|
37761
38057
|
"slots": [
|
|
37762
38058
|
{
|
|
37763
|
-
"description": "Use the unnamed slot to add content to the accent-button.",
|
|
38059
|
+
"description": "Use the unnamed slot to add content to the accent-button-link.",
|
|
37764
38060
|
"name": ""
|
|
37765
38061
|
},
|
|
37766
38062
|
{
|
|
@@ -37778,7 +38074,7 @@
|
|
|
37778
38074
|
"privacy": "public",
|
|
37779
38075
|
"static": true,
|
|
37780
38076
|
"readonly": true,
|
|
37781
|
-
"default": "'sbb-accent-button'",
|
|
38077
|
+
"default": "'sbb-accent-button-link'",
|
|
37782
38078
|
"inheritedFrom": {
|
|
37783
38079
|
"name": "SbbElement",
|
|
37784
38080
|
"module": "core/base-elements/element.js"
|
|
@@ -37975,479 +38271,151 @@
|
|
|
37975
38271
|
},
|
|
37976
38272
|
{
|
|
37977
38273
|
"kind": "field",
|
|
37978
|
-
"name": "
|
|
37979
|
-
"type": {
|
|
37980
|
-
"text": "array"
|
|
37981
|
-
},
|
|
37982
|
-
"privacy": "private",
|
|
37983
|
-
"readonly": true,
|
|
37984
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
37985
|
-
"inheritedFrom": {
|
|
37986
|
-
"name": "SbbButtonBaseElement",
|
|
37987
|
-
"module": "core/base-elements/button-base-element.js"
|
|
37988
|
-
}
|
|
37989
|
-
},
|
|
37990
|
-
{
|
|
37991
|
-
"kind": "field",
|
|
37992
|
-
"name": "value",
|
|
38274
|
+
"name": "href",
|
|
37993
38275
|
"type": {
|
|
37994
38276
|
"text": "string"
|
|
37995
38277
|
},
|
|
37996
38278
|
"privacy": "public",
|
|
37997
38279
|
"default": "''",
|
|
37998
|
-
"description": "
|
|
37999
|
-
"attribute": "
|
|
38000
|
-
"
|
|
38001
|
-
"name": "SbbButtonBaseElement",
|
|
38002
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38003
|
-
}
|
|
38004
|
-
},
|
|
38005
|
-
{
|
|
38006
|
-
"kind": "field",
|
|
38007
|
-
"name": "type",
|
|
38008
|
-
"privacy": "public",
|
|
38009
|
-
"description": "The type attribute to use for the button.",
|
|
38010
|
-
"default": "'button'",
|
|
38011
|
-
"type": {
|
|
38012
|
-
"text": "SbbButtonType"
|
|
38013
|
-
},
|
|
38014
|
-
"attribute": "type",
|
|
38280
|
+
"description": "The href value you want to link to.",
|
|
38281
|
+
"attribute": "href",
|
|
38282
|
+
"reflects": true,
|
|
38015
38283
|
"inheritedFrom": {
|
|
38016
|
-
"name": "
|
|
38017
|
-
"module": "core/base-elements/
|
|
38284
|
+
"name": "SbbLinkBaseElement",
|
|
38285
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38018
38286
|
}
|
|
38019
38287
|
},
|
|
38020
38288
|
{
|
|
38021
38289
|
"kind": "field",
|
|
38022
|
-
"name": "
|
|
38290
|
+
"name": "target",
|
|
38023
38291
|
"type": {
|
|
38024
|
-
"text": "
|
|
38292
|
+
"text": "LinkTargetType | string"
|
|
38025
38293
|
},
|
|
38026
38294
|
"privacy": "public",
|
|
38027
|
-
"
|
|
38028
|
-
"
|
|
38295
|
+
"default": "''",
|
|
38296
|
+
"description": "Where to display the linked URL.",
|
|
38297
|
+
"attribute": "target",
|
|
38298
|
+
"reflects": true,
|
|
38029
38299
|
"inheritedFrom": {
|
|
38030
|
-
"name": "
|
|
38031
|
-
"module": "core/base-elements/
|
|
38300
|
+
"name": "SbbLinkBaseElement",
|
|
38301
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38032
38302
|
}
|
|
38033
38303
|
},
|
|
38034
38304
|
{
|
|
38035
38305
|
"kind": "field",
|
|
38036
|
-
"name": "
|
|
38306
|
+
"name": "rel",
|
|
38037
38307
|
"type": {
|
|
38038
38308
|
"text": "string"
|
|
38039
38309
|
},
|
|
38040
|
-
"privacy": "
|
|
38310
|
+
"privacy": "public",
|
|
38041
38311
|
"default": "''",
|
|
38312
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
38313
|
+
"attribute": "rel",
|
|
38314
|
+
"reflects": true,
|
|
38042
38315
|
"inheritedFrom": {
|
|
38043
|
-
"name": "
|
|
38044
|
-
"module": "core/base-elements/
|
|
38045
|
-
}
|
|
38046
|
-
},
|
|
38047
|
-
{
|
|
38048
|
-
"kind": "field",
|
|
38049
|
-
"name": "_handleButtonClick",
|
|
38050
|
-
"privacy": "private",
|
|
38051
|
-
"inheritedFrom": {
|
|
38052
|
-
"name": "SbbButtonBaseElement",
|
|
38053
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38054
|
-
}
|
|
38055
|
-
},
|
|
38056
|
-
{
|
|
38057
|
-
"kind": "method",
|
|
38058
|
-
"name": "_requestSubmit",
|
|
38059
|
-
"privacy": "private",
|
|
38060
|
-
"return": {
|
|
38061
|
-
"type": {
|
|
38062
|
-
"text": "void"
|
|
38063
|
-
}
|
|
38064
|
-
},
|
|
38065
|
-
"parameters": [
|
|
38066
|
-
{
|
|
38067
|
-
"name": "form",
|
|
38068
|
-
"type": {
|
|
38069
|
-
"text": "HTMLFormElement"
|
|
38070
|
-
}
|
|
38071
|
-
}
|
|
38072
|
-
],
|
|
38073
|
-
"inheritedFrom": {
|
|
38074
|
-
"name": "SbbButtonBaseElement",
|
|
38075
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38076
|
-
}
|
|
38077
|
-
},
|
|
38078
|
-
{
|
|
38079
|
-
"kind": "field",
|
|
38080
|
-
"name": "_formKeyDown",
|
|
38081
|
-
"privacy": "private",
|
|
38082
|
-
"inheritedFrom": {
|
|
38083
|
-
"name": "SbbButtonBaseElement",
|
|
38084
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38316
|
+
"name": "SbbLinkBaseElement",
|
|
38317
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38085
38318
|
}
|
|
38086
38319
|
},
|
|
38087
38320
|
{
|
|
38088
38321
|
"kind": "field",
|
|
38089
|
-
"name": "
|
|
38322
|
+
"name": "download",
|
|
38090
38323
|
"type": {
|
|
38091
38324
|
"text": "boolean"
|
|
38092
38325
|
},
|
|
38093
38326
|
"privacy": "public",
|
|
38094
|
-
"
|
|
38095
|
-
"
|
|
38327
|
+
"default": "false",
|
|
38328
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
38329
|
+
"attribute": "download",
|
|
38330
|
+
"reflects": true,
|
|
38096
38331
|
"inheritedFrom": {
|
|
38097
|
-
"name": "
|
|
38098
|
-
"module": "core/
|
|
38332
|
+
"name": "SbbLinkBaseElement",
|
|
38333
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38099
38334
|
}
|
|
38100
38335
|
},
|
|
38101
38336
|
{
|
|
38102
38337
|
"kind": "field",
|
|
38103
|
-
"name": "
|
|
38104
|
-
"privacy": "public",
|
|
38105
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
38338
|
+
"name": "accessibilityLabel",
|
|
38106
38339
|
"type": {
|
|
38107
38340
|
"text": "string"
|
|
38108
38341
|
},
|
|
38109
|
-
"attribute": "name",
|
|
38110
|
-
"inheritedFrom": {
|
|
38111
|
-
"name": "SbbFormAssociatedMixin",
|
|
38112
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38113
|
-
}
|
|
38114
|
-
},
|
|
38115
|
-
{
|
|
38116
|
-
"kind": "field",
|
|
38117
|
-
"name": "validity",
|
|
38118
|
-
"type": {
|
|
38119
|
-
"text": "ValidityState"
|
|
38120
|
-
},
|
|
38121
38342
|
"privacy": "public",
|
|
38122
|
-
"
|
|
38123
|
-
"
|
|
38343
|
+
"default": "''",
|
|
38344
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
38345
|
+
"attribute": "accessibility-label",
|
|
38124
38346
|
"inheritedFrom": {
|
|
38125
|
-
"name": "
|
|
38126
|
-
"module": "core/
|
|
38347
|
+
"name": "SbbLinkBaseElement",
|
|
38348
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38127
38349
|
}
|
|
38128
38350
|
},
|
|
38129
38351
|
{
|
|
38130
38352
|
"kind": "field",
|
|
38131
|
-
"name": "
|
|
38353
|
+
"name": "accessibilityCurrent",
|
|
38132
38354
|
"type": {
|
|
38133
38355
|
"text": "string"
|
|
38134
38356
|
},
|
|
38135
38357
|
"privacy": "public",
|
|
38136
|
-
"
|
|
38137
|
-
"
|
|
38138
|
-
"
|
|
38139
|
-
"name": "SbbFormAssociatedMixin",
|
|
38140
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38141
|
-
}
|
|
38142
|
-
},
|
|
38143
|
-
{
|
|
38144
|
-
"kind": "field",
|
|
38145
|
-
"name": "willValidate",
|
|
38146
|
-
"type": {
|
|
38147
|
-
"text": "boolean"
|
|
38148
|
-
},
|
|
38149
|
-
"privacy": "public",
|
|
38150
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
38151
|
-
"readonly": true,
|
|
38358
|
+
"default": "''",
|
|
38359
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
38360
|
+
"attribute": "accessibility-current",
|
|
38152
38361
|
"inheritedFrom": {
|
|
38153
|
-
"name": "
|
|
38154
|
-
"module": "core/
|
|
38362
|
+
"name": "SbbLinkBaseElement",
|
|
38363
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38155
38364
|
}
|
|
38156
38365
|
},
|
|
38157
38366
|
{
|
|
38158
38367
|
"kind": "field",
|
|
38159
|
-
"name": "
|
|
38160
|
-
"privacy": "
|
|
38161
|
-
"default": "new
|
|
38368
|
+
"name": "language",
|
|
38369
|
+
"privacy": "protected",
|
|
38370
|
+
"default": "new SbbLanguageController(this)",
|
|
38162
38371
|
"inheritedFrom": {
|
|
38163
|
-
"name": "
|
|
38164
|
-
"module": "core/
|
|
38372
|
+
"name": "SbbLinkBaseElement",
|
|
38373
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38165
38374
|
}
|
|
38166
38375
|
},
|
|
38167
38376
|
{
|
|
38168
38377
|
"kind": "field",
|
|
38169
|
-
"name": "
|
|
38378
|
+
"name": "anchorRole",
|
|
38170
38379
|
"type": {
|
|
38171
|
-
"text": "
|
|
38380
|
+
"text": "string | null"
|
|
38172
38381
|
},
|
|
38173
38382
|
"privacy": "protected",
|
|
38174
|
-
"
|
|
38175
|
-
"
|
|
38176
|
-
"inheritedFrom": {
|
|
38177
|
-
"name": "SbbFormAssociatedMixin",
|
|
38178
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38179
|
-
}
|
|
38180
|
-
},
|
|
38181
|
-
{
|
|
38182
|
-
"kind": "method",
|
|
38183
|
-
"name": "checkValidity",
|
|
38184
|
-
"privacy": "public",
|
|
38185
|
-
"return": {
|
|
38186
|
-
"type": {
|
|
38187
|
-
"text": "boolean"
|
|
38188
|
-
}
|
|
38189
|
-
},
|
|
38190
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
38191
|
-
"inheritedFrom": {
|
|
38192
|
-
"name": "SbbFormAssociatedMixin",
|
|
38193
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38194
|
-
}
|
|
38195
|
-
},
|
|
38196
|
-
{
|
|
38197
|
-
"kind": "method",
|
|
38198
|
-
"name": "reportValidity",
|
|
38199
|
-
"privacy": "public",
|
|
38200
|
-
"return": {
|
|
38201
|
-
"type": {
|
|
38202
|
-
"text": "boolean"
|
|
38203
|
-
}
|
|
38204
|
-
},
|
|
38205
|
-
"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.",
|
|
38206
|
-
"inheritedFrom": {
|
|
38207
|
-
"name": "SbbFormAssociatedMixin",
|
|
38208
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38209
|
-
}
|
|
38210
|
-
},
|
|
38211
|
-
{
|
|
38212
|
-
"kind": "method",
|
|
38213
|
-
"name": "setCustomValidity",
|
|
38214
|
-
"privacy": "public",
|
|
38215
|
-
"return": {
|
|
38216
|
-
"type": {
|
|
38217
|
-
"text": "void"
|
|
38218
|
-
}
|
|
38219
|
-
},
|
|
38220
|
-
"parameters": [
|
|
38221
|
-
{
|
|
38222
|
-
"name": "message",
|
|
38223
|
-
"type": {
|
|
38224
|
-
"text": "string"
|
|
38225
|
-
}
|
|
38226
|
-
}
|
|
38227
|
-
],
|
|
38228
|
-
"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.",
|
|
38383
|
+
"readonly": true,
|
|
38384
|
+
"default": "null",
|
|
38229
38385
|
"inheritedFrom": {
|
|
38230
|
-
"name": "
|
|
38231
|
-
"module": "core/
|
|
38386
|
+
"name": "SbbLinkBaseElement",
|
|
38387
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38232
38388
|
}
|
|
38233
38389
|
},
|
|
38234
38390
|
{
|
|
38235
|
-
"kind": "
|
|
38236
|
-
"name": "
|
|
38391
|
+
"kind": "field",
|
|
38392
|
+
"name": "_evaluateRelAttribute",
|
|
38237
38393
|
"privacy": "private",
|
|
38238
|
-
"return": {
|
|
38239
|
-
"type": {
|
|
38240
|
-
"text": "boolean"
|
|
38241
|
-
}
|
|
38242
|
-
},
|
|
38243
|
-
"inheritedFrom": {
|
|
38244
|
-
"name": "SbbFormAssociatedMixin",
|
|
38245
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38246
|
-
}
|
|
38247
|
-
},
|
|
38248
|
-
{
|
|
38249
|
-
"kind": "method",
|
|
38250
|
-
"name": "updateFormValue",
|
|
38251
|
-
"privacy": "protected",
|
|
38252
|
-
"return": {
|
|
38253
|
-
"type": {
|
|
38254
|
-
"text": "void"
|
|
38255
|
-
}
|
|
38256
|
-
},
|
|
38257
|
-
"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",
|
|
38258
|
-
"inheritedFrom": {
|
|
38259
|
-
"name": "SbbFormAssociatedMixin",
|
|
38260
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38261
|
-
}
|
|
38262
|
-
},
|
|
38263
|
-
{
|
|
38264
|
-
"kind": "method",
|
|
38265
|
-
"name": "formState",
|
|
38266
|
-
"privacy": "protected",
|
|
38267
|
-
"return": {
|
|
38268
|
-
"type": {
|
|
38269
|
-
"text": "FormRestoreState"
|
|
38270
|
-
}
|
|
38271
|
-
},
|
|
38272
|
-
"inheritedFrom": {
|
|
38273
|
-
"name": "SbbFormAssociatedMixin",
|
|
38274
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38275
|
-
}
|
|
38276
|
-
},
|
|
38277
|
-
{
|
|
38278
|
-
"kind": "method",
|
|
38279
|
-
"name": "setValidityFlag",
|
|
38280
|
-
"privacy": "protected",
|
|
38281
|
-
"return": {
|
|
38282
|
-
"type": {
|
|
38283
|
-
"text": "void"
|
|
38284
|
-
}
|
|
38285
|
-
},
|
|
38286
|
-
"parameters": [
|
|
38287
|
-
{
|
|
38288
|
-
"name": "flag",
|
|
38289
|
-
"type": {
|
|
38290
|
-
"text": "T"
|
|
38291
|
-
}
|
|
38292
|
-
},
|
|
38293
|
-
{
|
|
38294
|
-
"name": "message",
|
|
38295
|
-
"type": {
|
|
38296
|
-
"text": "string"
|
|
38297
|
-
}
|
|
38298
|
-
},
|
|
38299
|
-
{
|
|
38300
|
-
"name": "flagValue",
|
|
38301
|
-
"optional": true,
|
|
38302
|
-
"type": {
|
|
38303
|
-
"text": "ValidityStateFlags[T]"
|
|
38304
|
-
}
|
|
38305
|
-
}
|
|
38306
|
-
],
|
|
38307
|
-
"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).",
|
|
38308
38394
|
"inheritedFrom": {
|
|
38309
|
-
"name": "
|
|
38310
|
-
"module": "core/
|
|
38311
|
-
}
|
|
38312
|
-
},
|
|
38313
|
-
{
|
|
38314
|
-
"kind": "method",
|
|
38315
|
-
"name": "removeValidityFlag",
|
|
38316
|
-
"privacy": "protected",
|
|
38317
|
-
"return": {
|
|
38318
|
-
"type": {
|
|
38319
|
-
"text": "void"
|
|
38320
|
-
}
|
|
38321
|
-
},
|
|
38322
|
-
"parameters": [
|
|
38323
|
-
{
|
|
38324
|
-
"name": "flag",
|
|
38325
|
-
"type": {
|
|
38326
|
-
"text": "T"
|
|
38327
|
-
}
|
|
38328
|
-
}
|
|
38329
|
-
],
|
|
38330
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
38331
|
-
"inheritedFrom": {
|
|
38332
|
-
"name": "SbbFormAssociatedMixin",
|
|
38333
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38334
|
-
}
|
|
38335
|
-
},
|
|
38336
|
-
{
|
|
38337
|
-
"kind": "method",
|
|
38338
|
-
"name": "validate",
|
|
38339
|
-
"privacy": "protected",
|
|
38340
|
-
"return": {
|
|
38341
|
-
"type": {
|
|
38342
|
-
"text": "void"
|
|
38343
|
-
}
|
|
38344
|
-
},
|
|
38345
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
38346
|
-
"inheritedFrom": {
|
|
38347
|
-
"name": "SbbFormAssociatedMixin",
|
|
38348
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38395
|
+
"name": "SbbLinkBaseElement",
|
|
38396
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38349
38397
|
}
|
|
38350
38398
|
},
|
|
38351
38399
|
{
|
|
38352
38400
|
"kind": "method",
|
|
38353
|
-
"name": "
|
|
38401
|
+
"name": "renderLink",
|
|
38354
38402
|
"privacy": "protected",
|
|
38355
38403
|
"return": {
|
|
38356
38404
|
"type": {
|
|
38357
|
-
"text": "
|
|
38405
|
+
"text": "TemplateResult"
|
|
38358
38406
|
}
|
|
38359
38407
|
},
|
|
38360
38408
|
"parameters": [
|
|
38361
38409
|
{
|
|
38362
|
-
"name": "
|
|
38410
|
+
"name": "renderContent",
|
|
38363
38411
|
"type": {
|
|
38364
|
-
"text": "
|
|
38412
|
+
"text": "TemplateResult"
|
|
38365
38413
|
}
|
|
38366
38414
|
}
|
|
38367
38415
|
],
|
|
38368
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
38369
|
-
"inheritedFrom": {
|
|
38370
|
-
"name": "SbbFormAssociatedMixin",
|
|
38371
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
38372
|
-
}
|
|
38373
|
-
},
|
|
38374
|
-
{
|
|
38375
|
-
"kind": "method",
|
|
38376
|
-
"name": "_setInternalValidity",
|
|
38377
|
-
"privacy": "private",
|
|
38378
|
-
"return": {
|
|
38379
|
-
"type": {
|
|
38380
|
-
"text": "void"
|
|
38381
|
-
}
|
|
38382
|
-
},
|
|
38383
38416
|
"inheritedFrom": {
|
|
38384
|
-
"name": "
|
|
38385
|
-
"module": "core/
|
|
38386
|
-
}
|
|
38387
|
-
},
|
|
38388
|
-
{
|
|
38389
|
-
"kind": "field",
|
|
38390
|
-
"name": "role",
|
|
38391
|
-
"type": {
|
|
38392
|
-
"text": "ElementInternals['role']"
|
|
38393
|
-
},
|
|
38394
|
-
"privacy": "public",
|
|
38395
|
-
"static": true,
|
|
38396
|
-
"readonly": true,
|
|
38397
|
-
"default": "'button'",
|
|
38398
|
-
"inheritedFrom": {
|
|
38399
|
-
"name": "SbbButtonLikeBaseElement",
|
|
38400
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38401
|
-
}
|
|
38402
|
-
},
|
|
38403
|
-
{
|
|
38404
|
-
"kind": "field",
|
|
38405
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
38406
|
-
"privacy": "private",
|
|
38407
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
38408
|
-
"parameters": [
|
|
38409
|
-
{
|
|
38410
|
-
"description": "The origin event.",
|
|
38411
|
-
"name": "event"
|
|
38412
|
-
}
|
|
38413
|
-
],
|
|
38414
|
-
"inheritedFrom": {
|
|
38415
|
-
"name": "SbbButtonLikeBaseElement",
|
|
38416
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38417
|
-
}
|
|
38418
|
-
},
|
|
38419
|
-
{
|
|
38420
|
-
"kind": "field",
|
|
38421
|
-
"name": "_removeActiveMarker",
|
|
38422
|
-
"privacy": "private",
|
|
38423
|
-
"inheritedFrom": {
|
|
38424
|
-
"name": "SbbButtonLikeBaseElement",
|
|
38425
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38426
|
-
}
|
|
38427
|
-
},
|
|
38428
|
-
{
|
|
38429
|
-
"kind": "field",
|
|
38430
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
38431
|
-
"privacy": "private",
|
|
38432
|
-
"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.",
|
|
38433
|
-
"parameters": [
|
|
38434
|
-
{
|
|
38435
|
-
"description": "The origin event.",
|
|
38436
|
-
"name": "event"
|
|
38437
|
-
}
|
|
38438
|
-
],
|
|
38439
|
-
"inheritedFrom": {
|
|
38440
|
-
"name": "SbbButtonLikeBaseElement",
|
|
38441
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38442
|
-
}
|
|
38443
|
-
},
|
|
38444
|
-
{
|
|
38445
|
-
"kind": "field",
|
|
38446
|
-
"name": "_dispatchClickEvent",
|
|
38447
|
-
"privacy": "private",
|
|
38448
|
-
"inheritedFrom": {
|
|
38449
|
-
"name": "SbbButtonLikeBaseElement",
|
|
38450
|
-
"module": "core/base-elements/button-base-element.js"
|
|
38417
|
+
"name": "SbbLinkBaseElement",
|
|
38418
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38451
38419
|
}
|
|
38452
38420
|
},
|
|
38453
38421
|
{
|
|
@@ -38602,15 +38570,19 @@
|
|
|
38602
38570
|
"module": "button/common/button-common.js"
|
|
38603
38571
|
},
|
|
38604
38572
|
{
|
|
38605
|
-
"name": "
|
|
38573
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
38574
|
+
"module": "core/mixins.js"
|
|
38575
|
+
},
|
|
38576
|
+
{
|
|
38577
|
+
"name": "SbbDisabledMixin",
|
|
38606
38578
|
"module": "core/mixins.js"
|
|
38607
38579
|
}
|
|
38608
38580
|
],
|
|
38609
38581
|
"superclass": {
|
|
38610
|
-
"name": "
|
|
38582
|
+
"name": "SbbLinkBaseElement",
|
|
38611
38583
|
"module": "core/base-elements.js"
|
|
38612
38584
|
},
|
|
38613
|
-
"tagName": "sbb-accent-button",
|
|
38585
|
+
"tagName": "sbb-accent-button-link",
|
|
38614
38586
|
"customElement": true,
|
|
38615
38587
|
"attributes": [
|
|
38616
38588
|
{
|
|
@@ -38692,53 +38664,81 @@
|
|
|
38692
38664
|
}
|
|
38693
38665
|
},
|
|
38694
38666
|
{
|
|
38695
|
-
"name": "
|
|
38667
|
+
"name": "href",
|
|
38696
38668
|
"type": {
|
|
38697
38669
|
"text": "string"
|
|
38698
38670
|
},
|
|
38699
38671
|
"default": "''",
|
|
38700
|
-
"description": "
|
|
38701
|
-
"fieldName": "
|
|
38672
|
+
"description": "The href value you want to link to.",
|
|
38673
|
+
"fieldName": "href",
|
|
38702
38674
|
"inheritedFrom": {
|
|
38703
|
-
"name": "
|
|
38704
|
-
"module": "core/base-elements/
|
|
38675
|
+
"name": "SbbLinkBaseElement",
|
|
38676
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38705
38677
|
}
|
|
38706
38678
|
},
|
|
38707
38679
|
{
|
|
38708
|
-
"name": "
|
|
38709
|
-
"description": "The type attribute to use for the button.",
|
|
38710
|
-
"default": "'button'",
|
|
38680
|
+
"name": "target",
|
|
38711
38681
|
"type": {
|
|
38712
|
-
"text": "
|
|
38682
|
+
"text": "LinkTargetType | string"
|
|
38713
38683
|
},
|
|
38714
|
-
"
|
|
38684
|
+
"default": "''",
|
|
38685
|
+
"description": "Where to display the linked URL.",
|
|
38686
|
+
"fieldName": "target",
|
|
38715
38687
|
"inheritedFrom": {
|
|
38716
|
-
"name": "
|
|
38717
|
-
"module": "core/base-elements/
|
|
38688
|
+
"name": "SbbLinkBaseElement",
|
|
38689
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38718
38690
|
}
|
|
38719
38691
|
},
|
|
38720
38692
|
{
|
|
38721
|
-
"name": "
|
|
38722
|
-
"description": "The `<form>` element to associate the button with.",
|
|
38693
|
+
"name": "rel",
|
|
38723
38694
|
"type": {
|
|
38724
|
-
"text": "
|
|
38695
|
+
"text": "string"
|
|
38725
38696
|
},
|
|
38726
|
-
"
|
|
38697
|
+
"default": "''",
|
|
38698
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
38699
|
+
"fieldName": "rel",
|
|
38727
38700
|
"inheritedFrom": {
|
|
38728
|
-
"name": "
|
|
38729
|
-
"module": "core/base-elements/
|
|
38701
|
+
"name": "SbbLinkBaseElement",
|
|
38702
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38730
38703
|
}
|
|
38731
38704
|
},
|
|
38732
38705
|
{
|
|
38733
|
-
"name": "
|
|
38734
|
-
"
|
|
38706
|
+
"name": "download",
|
|
38707
|
+
"type": {
|
|
38708
|
+
"text": "boolean"
|
|
38709
|
+
},
|
|
38710
|
+
"default": "false",
|
|
38711
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
38712
|
+
"fieldName": "download",
|
|
38713
|
+
"inheritedFrom": {
|
|
38714
|
+
"name": "SbbLinkBaseElement",
|
|
38715
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38716
|
+
}
|
|
38717
|
+
},
|
|
38718
|
+
{
|
|
38719
|
+
"name": "accessibility-label",
|
|
38735
38720
|
"type": {
|
|
38736
38721
|
"text": "string"
|
|
38737
38722
|
},
|
|
38738
|
-
"
|
|
38723
|
+
"default": "''",
|
|
38724
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
38725
|
+
"fieldName": "accessibilityLabel",
|
|
38739
38726
|
"inheritedFrom": {
|
|
38740
|
-
"name": "
|
|
38741
|
-
"module": "core/
|
|
38727
|
+
"name": "SbbLinkBaseElement",
|
|
38728
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38729
|
+
}
|
|
38730
|
+
},
|
|
38731
|
+
{
|
|
38732
|
+
"name": "accessibility-current",
|
|
38733
|
+
"type": {
|
|
38734
|
+
"text": "string"
|
|
38735
|
+
},
|
|
38736
|
+
"default": "''",
|
|
38737
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
38738
|
+
"fieldName": "accessibilityCurrent",
|
|
38739
|
+
"inheritedFrom": {
|
|
38740
|
+
"name": "SbbLinkBaseElement",
|
|
38741
|
+
"module": "core/base-elements/link-base-element.js"
|
|
38742
38742
|
}
|
|
38743
38743
|
}
|
|
38744
38744
|
]
|
|
@@ -38747,10 +38747,10 @@
|
|
|
38747
38747
|
"exports": [
|
|
38748
38748
|
{
|
|
38749
38749
|
"kind": "js",
|
|
38750
|
-
"name": "
|
|
38750
|
+
"name": "SbbAccentButtonLinkElement",
|
|
38751
38751
|
"declaration": {
|
|
38752
|
-
"name": "
|
|
38753
|
-
"module": "button/accent-button/accent-button.component.js"
|
|
38752
|
+
"name": "SbbAccentButtonLinkElement",
|
|
38753
|
+
"module": "button/accent-button-link/accent-button-link.component.js"
|
|
38754
38754
|
}
|
|
38755
38755
|
}
|
|
38756
38756
|
]
|
|
@@ -77903,6 +77903,26 @@
|
|
|
77903
77903
|
}
|
|
77904
77904
|
]
|
|
77905
77905
|
},
|
|
77906
|
+
{
|
|
77907
|
+
"kind": "javascript-module",
|
|
77908
|
+
"path": "core/styles/styles.js",
|
|
77909
|
+
"declarations": [
|
|
77910
|
+
{
|
|
77911
|
+
"kind": "variable",
|
|
77912
|
+
"name": "boxSizingStyles"
|
|
77913
|
+
}
|
|
77914
|
+
],
|
|
77915
|
+
"exports": [
|
|
77916
|
+
{
|
|
77917
|
+
"kind": "js",
|
|
77918
|
+
"name": "boxSizingStyles",
|
|
77919
|
+
"declaration": {
|
|
77920
|
+
"name": "boxSizingStyles",
|
|
77921
|
+
"module": "core/styles/styles.js"
|
|
77922
|
+
}
|
|
77923
|
+
}
|
|
77924
|
+
]
|
|
77925
|
+
},
|
|
77906
77926
|
{
|
|
77907
77927
|
"kind": "javascript-module",
|
|
77908
77928
|
"path": "core/testing/event-spy.js",
|
|
@@ -78300,26 +78320,6 @@
|
|
|
78300
78320
|
}
|
|
78301
78321
|
]
|
|
78302
78322
|
},
|
|
78303
|
-
{
|
|
78304
|
-
"kind": "javascript-module",
|
|
78305
|
-
"path": "core/styles/styles.js",
|
|
78306
|
-
"declarations": [
|
|
78307
|
-
{
|
|
78308
|
-
"kind": "variable",
|
|
78309
|
-
"name": "boxSizingStyles"
|
|
78310
|
-
}
|
|
78311
|
-
],
|
|
78312
|
-
"exports": [
|
|
78313
|
-
{
|
|
78314
|
-
"kind": "js",
|
|
78315
|
-
"name": "boxSizingStyles",
|
|
78316
|
-
"declaration": {
|
|
78317
|
-
"name": "boxSizingStyles",
|
|
78318
|
-
"module": "core/styles/styles.js"
|
|
78319
|
-
}
|
|
78320
|
-
}
|
|
78321
|
-
]
|
|
78322
|
-
},
|
|
78323
78323
|
{
|
|
78324
78324
|
"kind": "javascript-module",
|
|
78325
78325
|
"path": "datepicker/common/datepicker-button.js",
|
|
@@ -116957,12 +116957,12 @@
|
|
|
116957
116957
|
},
|
|
116958
116958
|
{
|
|
116959
116959
|
"kind": "javascript-module",
|
|
116960
|
-
"path": "paginator/
|
|
116960
|
+
"path": "paginator/paginator/paginator.component.js",
|
|
116961
116961
|
"declarations": [
|
|
116962
116962
|
{
|
|
116963
116963
|
"kind": "class",
|
|
116964
|
-
"description": "It displays a paginator component
|
|
116965
|
-
"name": "
|
|
116964
|
+
"description": "It displays a paginator component.",
|
|
116965
|
+
"name": "SbbPaginatorElement",
|
|
116966
116966
|
"members": [
|
|
116967
116967
|
{
|
|
116968
116968
|
"kind": "field",
|
|
@@ -116973,7 +116973,7 @@
|
|
|
116973
116973
|
"privacy": "public",
|
|
116974
116974
|
"static": true,
|
|
116975
116975
|
"readonly": true,
|
|
116976
|
-
"default": "'sbb-
|
|
116976
|
+
"default": "'sbb-paginator'",
|
|
116977
116977
|
"inheritedFrom": {
|
|
116978
116978
|
"name": "SbbElement",
|
|
116979
116979
|
"module": "core/base-elements/element.js"
|
|
@@ -116990,6 +116990,129 @@
|
|
|
116990
116990
|
"readonly": true,
|
|
116991
116991
|
"default": "{ page: 'page', }"
|
|
116992
116992
|
},
|
|
116993
|
+
{
|
|
116994
|
+
"kind": "field",
|
|
116995
|
+
"name": "pageSizeOptions",
|
|
116996
|
+
"type": {
|
|
116997
|
+
"text": "number[]"
|
|
116998
|
+
},
|
|
116999
|
+
"privacy": "public",
|
|
117000
|
+
"default": "[]",
|
|
117001
|
+
"description": "The available `pageSize` choices.",
|
|
117002
|
+
"attribute": "page-size-options"
|
|
117003
|
+
},
|
|
117004
|
+
{
|
|
117005
|
+
"kind": "field",
|
|
117006
|
+
"name": "pagerPosition",
|
|
117007
|
+
"type": {
|
|
117008
|
+
"text": "| 'start'\n | 'end'"
|
|
117009
|
+
},
|
|
117010
|
+
"privacy": "public",
|
|
117011
|
+
"default": "'start'",
|
|
117012
|
+
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117013
|
+
"attribute": "pager-position",
|
|
117014
|
+
"reflects": true,
|
|
117015
|
+
"inheritedFrom": {
|
|
117016
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117017
|
+
"module": "paginator/common/paginator-common.js"
|
|
117018
|
+
}
|
|
117019
|
+
},
|
|
117020
|
+
{
|
|
117021
|
+
"kind": "field",
|
|
117022
|
+
"name": "accessibilityItemsPerPageLabel",
|
|
117023
|
+
"type": {
|
|
117024
|
+
"text": "string"
|
|
117025
|
+
},
|
|
117026
|
+
"privacy": "public",
|
|
117027
|
+
"default": "''",
|
|
117028
|
+
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
117029
|
+
"attribute": "accessibility-items-per-page-label"
|
|
117030
|
+
},
|
|
117031
|
+
{
|
|
117032
|
+
"kind": "field",
|
|
117033
|
+
"name": "_markForFocus",
|
|
117034
|
+
"type": {
|
|
117035
|
+
"text": "boolean"
|
|
117036
|
+
},
|
|
117037
|
+
"privacy": "private",
|
|
117038
|
+
"default": "false"
|
|
117039
|
+
},
|
|
117040
|
+
{
|
|
117041
|
+
"kind": "method",
|
|
117042
|
+
"name": "_getVisiblePages",
|
|
117043
|
+
"privacy": "private",
|
|
117044
|
+
"return": {
|
|
117045
|
+
"type": {
|
|
117046
|
+
"text": "Element[]"
|
|
117047
|
+
}
|
|
117048
|
+
},
|
|
117049
|
+
"description": "Returns the displayed page elements."
|
|
117050
|
+
},
|
|
117051
|
+
{
|
|
117052
|
+
"kind": "method",
|
|
117053
|
+
"name": "_getVisiblePagesIndex",
|
|
117054
|
+
"privacy": "private",
|
|
117055
|
+
"return": {
|
|
117056
|
+
"type": {
|
|
117057
|
+
"text": "(number | 'ellipsis')[]"
|
|
117058
|
+
}
|
|
117059
|
+
},
|
|
117060
|
+
"description": "Calculate the pages set based on the following rules:\n - the first page must always be visible;\n - the last page must always be visible;\n - if there are more than `MAX_PAGE_NUMBERS_DISPLAYED` other pages, ellipsis button must be used."
|
|
117061
|
+
},
|
|
117062
|
+
{
|
|
117063
|
+
"kind": "method",
|
|
117064
|
+
"name": "_range",
|
|
117065
|
+
"privacy": "private",
|
|
117066
|
+
"return": {
|
|
117067
|
+
"type": {
|
|
117068
|
+
"text": "number[]"
|
|
117069
|
+
}
|
|
117070
|
+
},
|
|
117071
|
+
"parameters": [
|
|
117072
|
+
{
|
|
117073
|
+
"name": "length",
|
|
117074
|
+
"type": {
|
|
117075
|
+
"text": "number"
|
|
117076
|
+
}
|
|
117077
|
+
},
|
|
117078
|
+
{
|
|
117079
|
+
"name": "offset",
|
|
117080
|
+
"default": "0",
|
|
117081
|
+
"type": {
|
|
117082
|
+
"text": "number"
|
|
117083
|
+
}
|
|
117084
|
+
}
|
|
117085
|
+
],
|
|
117086
|
+
"description": "Creates an array of consecutive numbers given the length and the starting value."
|
|
117087
|
+
},
|
|
117088
|
+
{
|
|
117089
|
+
"kind": "method",
|
|
117090
|
+
"name": "_onPageNumberClick",
|
|
117091
|
+
"privacy": "private",
|
|
117092
|
+
"return": {
|
|
117093
|
+
"type": {
|
|
117094
|
+
"text": "void"
|
|
117095
|
+
}
|
|
117096
|
+
},
|
|
117097
|
+
"parameters": [
|
|
117098
|
+
{
|
|
117099
|
+
"name": "index",
|
|
117100
|
+
"type": {
|
|
117101
|
+
"text": "number"
|
|
117102
|
+
}
|
|
117103
|
+
}
|
|
117104
|
+
]
|
|
117105
|
+
},
|
|
117106
|
+
{
|
|
117107
|
+
"kind": "method",
|
|
117108
|
+
"name": "_renderItemPerPageTemplate",
|
|
117109
|
+
"privacy": "private",
|
|
117110
|
+
"return": {
|
|
117111
|
+
"type": {
|
|
117112
|
+
"text": "TemplateResult | typeof nothing"
|
|
117113
|
+
}
|
|
117114
|
+
}
|
|
117115
|
+
},
|
|
116993
117116
|
{
|
|
116994
117117
|
"kind": "method",
|
|
116995
117118
|
"name": "_renderPageNumbers",
|
|
@@ -117073,22 +117196,6 @@
|
|
|
117073
117196
|
"module": "paginator/common/paginator-common.js"
|
|
117074
117197
|
}
|
|
117075
117198
|
},
|
|
117076
|
-
{
|
|
117077
|
-
"kind": "field",
|
|
117078
|
-
"name": "pagerPosition",
|
|
117079
|
-
"type": {
|
|
117080
|
-
"text": "| 'start'\n | 'end'"
|
|
117081
|
-
},
|
|
117082
|
-
"privacy": "public",
|
|
117083
|
-
"default": "'start'",
|
|
117084
|
-
"description": "Position of the prev/next buttons.",
|
|
117085
|
-
"attribute": "pager-position",
|
|
117086
|
-
"reflects": true,
|
|
117087
|
-
"inheritedFrom": {
|
|
117088
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117089
|
-
"module": "paginator/common/paginator-common.js"
|
|
117090
|
-
}
|
|
117091
|
-
},
|
|
117092
117199
|
{
|
|
117093
117200
|
"kind": "field",
|
|
117094
117201
|
"name": "size",
|
|
@@ -117527,19 +117634,38 @@
|
|
|
117527
117634
|
}
|
|
117528
117635
|
}
|
|
117529
117636
|
],
|
|
117530
|
-
"mixins": [
|
|
117531
|
-
{
|
|
117532
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117533
|
-
"module": "paginator/common/paginator-common.js"
|
|
117534
|
-
}
|
|
117535
|
-
],
|
|
117536
|
-
"superclass": {
|
|
117537
|
-
"name": "SbbElement",
|
|
117538
|
-
"module": "core/base-elements.js"
|
|
117539
|
-
},
|
|
117540
|
-
"tagName": "sbb-compact-paginator",
|
|
117541
|
-
"customElement": true,
|
|
117542
117637
|
"attributes": [
|
|
117638
|
+
{
|
|
117639
|
+
"name": "page-size-options",
|
|
117640
|
+
"type": {
|
|
117641
|
+
"text": "number[]"
|
|
117642
|
+
},
|
|
117643
|
+
"default": "[]",
|
|
117644
|
+
"description": "The available `pageSize` choices.",
|
|
117645
|
+
"fieldName": "pageSizeOptions"
|
|
117646
|
+
},
|
|
117647
|
+
{
|
|
117648
|
+
"name": "pager-position",
|
|
117649
|
+
"type": {
|
|
117650
|
+
"text": "| 'start'\n | 'end'"
|
|
117651
|
+
},
|
|
117652
|
+
"default": "'start'",
|
|
117653
|
+
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117654
|
+
"fieldName": "pagerPosition",
|
|
117655
|
+
"inheritedFrom": {
|
|
117656
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117657
|
+
"module": "paginator/common/paginator-common.js"
|
|
117658
|
+
}
|
|
117659
|
+
},
|
|
117660
|
+
{
|
|
117661
|
+
"name": "accessibility-items-per-page-label",
|
|
117662
|
+
"type": {
|
|
117663
|
+
"text": "string"
|
|
117664
|
+
},
|
|
117665
|
+
"default": "''",
|
|
117666
|
+
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
117667
|
+
"fieldName": "accessibilityItemsPerPageLabel"
|
|
117668
|
+
},
|
|
117543
117669
|
{
|
|
117544
117670
|
"name": "length",
|
|
117545
117671
|
"type": {
|
|
@@ -117579,19 +117705,6 @@
|
|
|
117579
117705
|
"module": "paginator/common/paginator-common.js"
|
|
117580
117706
|
}
|
|
117581
117707
|
},
|
|
117582
|
-
{
|
|
117583
|
-
"name": "pager-position",
|
|
117584
|
-
"type": {
|
|
117585
|
-
"text": "| 'start'\n | 'end'"
|
|
117586
|
-
},
|
|
117587
|
-
"default": "'start'",
|
|
117588
|
-
"description": "Position of the prev/next buttons.",
|
|
117589
|
-
"fieldName": "pagerPosition",
|
|
117590
|
-
"inheritedFrom": {
|
|
117591
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117592
|
-
"module": "paginator/common/paginator-common.js"
|
|
117593
|
-
}
|
|
117594
|
-
},
|
|
117595
117708
|
{
|
|
117596
117709
|
"name": "size",
|
|
117597
117710
|
"type": {
|
|
@@ -117671,6 +117784,18 @@
|
|
|
117671
117784
|
}
|
|
117672
117785
|
}
|
|
117673
117786
|
],
|
|
117787
|
+
"mixins": [
|
|
117788
|
+
{
|
|
117789
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117790
|
+
"module": "paginator/common/paginator-common.js"
|
|
117791
|
+
}
|
|
117792
|
+
],
|
|
117793
|
+
"superclass": {
|
|
117794
|
+
"name": "SbbElement",
|
|
117795
|
+
"module": "core/base-elements.js"
|
|
117796
|
+
},
|
|
117797
|
+
"tagName": "sbb-paginator",
|
|
117798
|
+
"customElement": true,
|
|
117674
117799
|
"events": [
|
|
117675
117800
|
{
|
|
117676
117801
|
"name": "page",
|
|
@@ -117689,22 +117814,22 @@
|
|
|
117689
117814
|
"exports": [
|
|
117690
117815
|
{
|
|
117691
117816
|
"kind": "js",
|
|
117692
|
-
"name": "
|
|
117817
|
+
"name": "SbbPaginatorElement",
|
|
117693
117818
|
"declaration": {
|
|
117694
|
-
"name": "
|
|
117695
|
-
"module": "paginator/
|
|
117819
|
+
"name": "SbbPaginatorElement",
|
|
117820
|
+
"module": "paginator/paginator/paginator.component.js"
|
|
117696
117821
|
}
|
|
117697
117822
|
}
|
|
117698
117823
|
]
|
|
117699
117824
|
},
|
|
117700
117825
|
{
|
|
117701
117826
|
"kind": "javascript-module",
|
|
117702
|
-
"path": "paginator/paginator/paginator.component.js",
|
|
117827
|
+
"path": "paginator/compact-paginator/compact-paginator.component.js",
|
|
117703
117828
|
"declarations": [
|
|
117704
117829
|
{
|
|
117705
117830
|
"kind": "class",
|
|
117706
|
-
"description": "It displays a paginator component.",
|
|
117707
|
-
"name": "
|
|
117831
|
+
"description": "It displays a paginator component in compact mode.",
|
|
117832
|
+
"name": "SbbCompactPaginatorElement",
|
|
117708
117833
|
"members": [
|
|
117709
117834
|
{
|
|
117710
117835
|
"kind": "field",
|
|
@@ -117715,7 +117840,7 @@
|
|
|
117715
117840
|
"privacy": "public",
|
|
117716
117841
|
"static": true,
|
|
117717
117842
|
"readonly": true,
|
|
117718
|
-
"default": "'sbb-paginator'",
|
|
117843
|
+
"default": "'sbb-compact-paginator'",
|
|
117719
117844
|
"inheritedFrom": {
|
|
117720
117845
|
"name": "SbbElement",
|
|
117721
117846
|
"module": "core/base-elements/element.js"
|
|
@@ -117732,129 +117857,6 @@
|
|
|
117732
117857
|
"readonly": true,
|
|
117733
117858
|
"default": "{ page: 'page', }"
|
|
117734
117859
|
},
|
|
117735
|
-
{
|
|
117736
|
-
"kind": "field",
|
|
117737
|
-
"name": "pageSizeOptions",
|
|
117738
|
-
"type": {
|
|
117739
|
-
"text": "number[]"
|
|
117740
|
-
},
|
|
117741
|
-
"privacy": "public",
|
|
117742
|
-
"default": "[]",
|
|
117743
|
-
"description": "The available `pageSize` choices.",
|
|
117744
|
-
"attribute": "page-size-options"
|
|
117745
|
-
},
|
|
117746
|
-
{
|
|
117747
|
-
"kind": "field",
|
|
117748
|
-
"name": "pagerPosition",
|
|
117749
|
-
"type": {
|
|
117750
|
-
"text": "| 'start'\n | 'end'"
|
|
117751
|
-
},
|
|
117752
|
-
"privacy": "public",
|
|
117753
|
-
"default": "'start'",
|
|
117754
|
-
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117755
|
-
"attribute": "pager-position",
|
|
117756
|
-
"reflects": true,
|
|
117757
|
-
"inheritedFrom": {
|
|
117758
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117759
|
-
"module": "paginator/common/paginator-common.js"
|
|
117760
|
-
}
|
|
117761
|
-
},
|
|
117762
|
-
{
|
|
117763
|
-
"kind": "field",
|
|
117764
|
-
"name": "accessibilityItemsPerPageLabel",
|
|
117765
|
-
"type": {
|
|
117766
|
-
"text": "string"
|
|
117767
|
-
},
|
|
117768
|
-
"privacy": "public",
|
|
117769
|
-
"default": "''",
|
|
117770
|
-
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
117771
|
-
"attribute": "accessibility-items-per-page-label"
|
|
117772
|
-
},
|
|
117773
|
-
{
|
|
117774
|
-
"kind": "field",
|
|
117775
|
-
"name": "_markForFocus",
|
|
117776
|
-
"type": {
|
|
117777
|
-
"text": "boolean"
|
|
117778
|
-
},
|
|
117779
|
-
"privacy": "private",
|
|
117780
|
-
"default": "false"
|
|
117781
|
-
},
|
|
117782
|
-
{
|
|
117783
|
-
"kind": "method",
|
|
117784
|
-
"name": "_getVisiblePages",
|
|
117785
|
-
"privacy": "private",
|
|
117786
|
-
"return": {
|
|
117787
|
-
"type": {
|
|
117788
|
-
"text": "Element[]"
|
|
117789
|
-
}
|
|
117790
|
-
},
|
|
117791
|
-
"description": "Returns the displayed page elements."
|
|
117792
|
-
},
|
|
117793
|
-
{
|
|
117794
|
-
"kind": "method",
|
|
117795
|
-
"name": "_getVisiblePagesIndex",
|
|
117796
|
-
"privacy": "private",
|
|
117797
|
-
"return": {
|
|
117798
|
-
"type": {
|
|
117799
|
-
"text": "(number | 'ellipsis')[]"
|
|
117800
|
-
}
|
|
117801
|
-
},
|
|
117802
|
-
"description": "Calculate the pages set based on the following rules:\n - the first page must always be visible;\n - the last page must always be visible;\n - if there are more than `MAX_PAGE_NUMBERS_DISPLAYED` other pages, ellipsis button must be used."
|
|
117803
|
-
},
|
|
117804
|
-
{
|
|
117805
|
-
"kind": "method",
|
|
117806
|
-
"name": "_range",
|
|
117807
|
-
"privacy": "private",
|
|
117808
|
-
"return": {
|
|
117809
|
-
"type": {
|
|
117810
|
-
"text": "number[]"
|
|
117811
|
-
}
|
|
117812
|
-
},
|
|
117813
|
-
"parameters": [
|
|
117814
|
-
{
|
|
117815
|
-
"name": "length",
|
|
117816
|
-
"type": {
|
|
117817
|
-
"text": "number"
|
|
117818
|
-
}
|
|
117819
|
-
},
|
|
117820
|
-
{
|
|
117821
|
-
"name": "offset",
|
|
117822
|
-
"default": "0",
|
|
117823
|
-
"type": {
|
|
117824
|
-
"text": "number"
|
|
117825
|
-
}
|
|
117826
|
-
}
|
|
117827
|
-
],
|
|
117828
|
-
"description": "Creates an array of consecutive numbers given the length and the starting value."
|
|
117829
|
-
},
|
|
117830
|
-
{
|
|
117831
|
-
"kind": "method",
|
|
117832
|
-
"name": "_onPageNumberClick",
|
|
117833
|
-
"privacy": "private",
|
|
117834
|
-
"return": {
|
|
117835
|
-
"type": {
|
|
117836
|
-
"text": "void"
|
|
117837
|
-
}
|
|
117838
|
-
},
|
|
117839
|
-
"parameters": [
|
|
117840
|
-
{
|
|
117841
|
-
"name": "index",
|
|
117842
|
-
"type": {
|
|
117843
|
-
"text": "number"
|
|
117844
|
-
}
|
|
117845
|
-
}
|
|
117846
|
-
]
|
|
117847
|
-
},
|
|
117848
|
-
{
|
|
117849
|
-
"kind": "method",
|
|
117850
|
-
"name": "_renderItemPerPageTemplate",
|
|
117851
|
-
"privacy": "private",
|
|
117852
|
-
"return": {
|
|
117853
|
-
"type": {
|
|
117854
|
-
"text": "TemplateResult | typeof nothing"
|
|
117855
|
-
}
|
|
117856
|
-
}
|
|
117857
|
-
},
|
|
117858
117860
|
{
|
|
117859
117861
|
"kind": "method",
|
|
117860
117862
|
"name": "_renderPageNumbers",
|
|
@@ -117938,6 +117940,22 @@
|
|
|
117938
117940
|
"module": "paginator/common/paginator-common.js"
|
|
117939
117941
|
}
|
|
117940
117942
|
},
|
|
117943
|
+
{
|
|
117944
|
+
"kind": "field",
|
|
117945
|
+
"name": "pagerPosition",
|
|
117946
|
+
"type": {
|
|
117947
|
+
"text": "| 'start'\n | 'end'"
|
|
117948
|
+
},
|
|
117949
|
+
"privacy": "public",
|
|
117950
|
+
"default": "'start'",
|
|
117951
|
+
"description": "Position of the prev/next buttons.",
|
|
117952
|
+
"attribute": "pager-position",
|
|
117953
|
+
"reflects": true,
|
|
117954
|
+
"inheritedFrom": {
|
|
117955
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117956
|
+
"module": "paginator/common/paginator-common.js"
|
|
117957
|
+
}
|
|
117958
|
+
},
|
|
117941
117959
|
{
|
|
117942
117960
|
"kind": "field",
|
|
117943
117961
|
"name": "size",
|
|
@@ -118376,38 +118394,19 @@
|
|
|
118376
118394
|
}
|
|
118377
118395
|
}
|
|
118378
118396
|
],
|
|
118379
|
-
"
|
|
118380
|
-
{
|
|
118381
|
-
"name": "page-size-options",
|
|
118382
|
-
"type": {
|
|
118383
|
-
"text": "number[]"
|
|
118384
|
-
},
|
|
118385
|
-
"default": "[]",
|
|
118386
|
-
"description": "The available `pageSize` choices.",
|
|
118387
|
-
"fieldName": "pageSizeOptions"
|
|
118388
|
-
},
|
|
118389
|
-
{
|
|
118390
|
-
"name": "pager-position",
|
|
118391
|
-
"type": {
|
|
118392
|
-
"text": "| 'start'\n | 'end'"
|
|
118393
|
-
},
|
|
118394
|
-
"default": "'start'",
|
|
118395
|
-
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
118396
|
-
"fieldName": "pagerPosition",
|
|
118397
|
-
"inheritedFrom": {
|
|
118398
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
118399
|
-
"module": "paginator/common/paginator-common.js"
|
|
118400
|
-
}
|
|
118401
|
-
},
|
|
118397
|
+
"mixins": [
|
|
118402
118398
|
{
|
|
118403
|
-
"name": "
|
|
118404
|
-
"
|
|
118405
|
-
|
|
118406
|
-
|
|
118407
|
-
|
|
118408
|
-
|
|
118409
|
-
|
|
118410
|
-
|
|
118399
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
118400
|
+
"module": "paginator/common/paginator-common.js"
|
|
118401
|
+
}
|
|
118402
|
+
],
|
|
118403
|
+
"superclass": {
|
|
118404
|
+
"name": "SbbElement",
|
|
118405
|
+
"module": "core/base-elements.js"
|
|
118406
|
+
},
|
|
118407
|
+
"tagName": "sbb-compact-paginator",
|
|
118408
|
+
"customElement": true,
|
|
118409
|
+
"attributes": [
|
|
118411
118410
|
{
|
|
118412
118411
|
"name": "length",
|
|
118413
118412
|
"type": {
|
|
@@ -118447,6 +118446,19 @@
|
|
|
118447
118446
|
"module": "paginator/common/paginator-common.js"
|
|
118448
118447
|
}
|
|
118449
118448
|
},
|
|
118449
|
+
{
|
|
118450
|
+
"name": "pager-position",
|
|
118451
|
+
"type": {
|
|
118452
|
+
"text": "| 'start'\n | 'end'"
|
|
118453
|
+
},
|
|
118454
|
+
"default": "'start'",
|
|
118455
|
+
"description": "Position of the prev/next buttons.",
|
|
118456
|
+
"fieldName": "pagerPosition",
|
|
118457
|
+
"inheritedFrom": {
|
|
118458
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
118459
|
+
"module": "paginator/common/paginator-common.js"
|
|
118460
|
+
}
|
|
118461
|
+
},
|
|
118450
118462
|
{
|
|
118451
118463
|
"name": "size",
|
|
118452
118464
|
"type": {
|
|
@@ -118526,18 +118538,6 @@
|
|
|
118526
118538
|
}
|
|
118527
118539
|
}
|
|
118528
118540
|
],
|
|
118529
|
-
"mixins": [
|
|
118530
|
-
{
|
|
118531
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
118532
|
-
"module": "paginator/common/paginator-common.js"
|
|
118533
|
-
}
|
|
118534
|
-
],
|
|
118535
|
-
"superclass": {
|
|
118536
|
-
"name": "SbbElement",
|
|
118537
|
-
"module": "core/base-elements.js"
|
|
118538
|
-
},
|
|
118539
|
-
"tagName": "sbb-paginator",
|
|
118540
|
-
"customElement": true,
|
|
118541
118541
|
"events": [
|
|
118542
118542
|
{
|
|
118543
118543
|
"name": "page",
|
|
@@ -118556,10 +118556,10 @@
|
|
|
118556
118556
|
"exports": [
|
|
118557
118557
|
{
|
|
118558
118558
|
"kind": "js",
|
|
118559
|
-
"name": "
|
|
118559
|
+
"name": "SbbCompactPaginatorElement",
|
|
118560
118560
|
"declaration": {
|
|
118561
|
-
"name": "
|
|
118562
|
-
"module": "paginator/paginator/paginator.component.js"
|
|
118561
|
+
"name": "SbbCompactPaginatorElement",
|
|
118562
|
+
"module": "paginator/compact-paginator/compact-paginator.component.js"
|
|
118563
118563
|
}
|
|
118564
118564
|
}
|
|
118565
118565
|
]
|
|
@@ -132472,6 +132472,155 @@
|
|
|
132472
132472
|
}
|
|
132473
132473
|
]
|
|
132474
132474
|
},
|
|
132475
|
+
{
|
|
132476
|
+
"kind": "javascript-module",
|
|
132477
|
+
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
132478
|
+
"declarations": [
|
|
132479
|
+
{
|
|
132480
|
+
"kind": "class",
|
|
132481
|
+
"description": "It visually displays a blocked passage between train wagons.",
|
|
132482
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
132483
|
+
"members": [
|
|
132484
|
+
{
|
|
132485
|
+
"kind": "field",
|
|
132486
|
+
"name": "elementName",
|
|
132487
|
+
"type": {
|
|
132488
|
+
"text": "string"
|
|
132489
|
+
},
|
|
132490
|
+
"privacy": "public",
|
|
132491
|
+
"static": true,
|
|
132492
|
+
"readonly": true,
|
|
132493
|
+
"default": "'sbb-train-blocked-passage'",
|
|
132494
|
+
"inheritedFrom": {
|
|
132495
|
+
"name": "SbbElement",
|
|
132496
|
+
"module": "core/base-elements/element.js"
|
|
132497
|
+
}
|
|
132498
|
+
},
|
|
132499
|
+
{
|
|
132500
|
+
"kind": "field",
|
|
132501
|
+
"name": "_hydrationRequired",
|
|
132502
|
+
"type": {
|
|
132503
|
+
"text": "boolean"
|
|
132504
|
+
},
|
|
132505
|
+
"privacy": "private",
|
|
132506
|
+
"default": "!!this.shadowRoot",
|
|
132507
|
+
"inheritedFrom": {
|
|
132508
|
+
"name": "SbbElement",
|
|
132509
|
+
"module": "core/base-elements/element.js"
|
|
132510
|
+
}
|
|
132511
|
+
},
|
|
132512
|
+
{
|
|
132513
|
+
"kind": "field",
|
|
132514
|
+
"name": "_hydrationComplete",
|
|
132515
|
+
"privacy": "private",
|
|
132516
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
132517
|
+
"inheritedFrom": {
|
|
132518
|
+
"name": "SbbElement",
|
|
132519
|
+
"module": "core/base-elements/element.js"
|
|
132520
|
+
}
|
|
132521
|
+
},
|
|
132522
|
+
{
|
|
132523
|
+
"kind": "field",
|
|
132524
|
+
"name": "_resolveHydration",
|
|
132525
|
+
"type": {
|
|
132526
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
132527
|
+
},
|
|
132528
|
+
"privacy": "private",
|
|
132529
|
+
"inheritedFrom": {
|
|
132530
|
+
"name": "SbbElement",
|
|
132531
|
+
"module": "core/base-elements/element.js"
|
|
132532
|
+
}
|
|
132533
|
+
},
|
|
132534
|
+
{
|
|
132535
|
+
"kind": "field",
|
|
132536
|
+
"name": "hydrationRequired",
|
|
132537
|
+
"type": {
|
|
132538
|
+
"text": "boolean"
|
|
132539
|
+
},
|
|
132540
|
+
"privacy": "protected",
|
|
132541
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
132542
|
+
"readonly": true,
|
|
132543
|
+
"inheritedFrom": {
|
|
132544
|
+
"name": "SbbElement",
|
|
132545
|
+
"module": "core/base-elements/element.js"
|
|
132546
|
+
},
|
|
132547
|
+
"default": "!!this.shadowRoot"
|
|
132548
|
+
},
|
|
132549
|
+
{
|
|
132550
|
+
"kind": "method",
|
|
132551
|
+
"name": "toggleState",
|
|
132552
|
+
"privacy": "protected",
|
|
132553
|
+
"return": {
|
|
132554
|
+
"type": {
|
|
132555
|
+
"text": "void"
|
|
132556
|
+
}
|
|
132557
|
+
},
|
|
132558
|
+
"parameters": [
|
|
132559
|
+
{
|
|
132560
|
+
"name": "value",
|
|
132561
|
+
"type": {
|
|
132562
|
+
"text": "string"
|
|
132563
|
+
}
|
|
132564
|
+
},
|
|
132565
|
+
{
|
|
132566
|
+
"name": "force",
|
|
132567
|
+
"optional": true,
|
|
132568
|
+
"type": {
|
|
132569
|
+
"text": "boolean"
|
|
132570
|
+
}
|
|
132571
|
+
}
|
|
132572
|
+
],
|
|
132573
|
+
"inheritedFrom": {
|
|
132574
|
+
"name": "SbbElement",
|
|
132575
|
+
"module": "core/base-elements/element.js"
|
|
132576
|
+
}
|
|
132577
|
+
},
|
|
132578
|
+
{
|
|
132579
|
+
"kind": "field",
|
|
132580
|
+
"name": "['_$sbbElement$']",
|
|
132581
|
+
"type": {
|
|
132582
|
+
"text": "boolean"
|
|
132583
|
+
},
|
|
132584
|
+
"privacy": "public",
|
|
132585
|
+
"static": true,
|
|
132586
|
+
"default": "true",
|
|
132587
|
+
"inheritedFrom": {
|
|
132588
|
+
"name": "SbbElement",
|
|
132589
|
+
"module": "core/base-elements/element.js"
|
|
132590
|
+
}
|
|
132591
|
+
},
|
|
132592
|
+
{
|
|
132593
|
+
"kind": "field",
|
|
132594
|
+
"name": "_controllers",
|
|
132595
|
+
"type": {
|
|
132596
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
132597
|
+
},
|
|
132598
|
+
"privacy": "private",
|
|
132599
|
+
"inheritedFrom": {
|
|
132600
|
+
"name": "SbbElement",
|
|
132601
|
+
"module": "core/base-elements/element.js"
|
|
132602
|
+
}
|
|
132603
|
+
}
|
|
132604
|
+
],
|
|
132605
|
+
"superclass": {
|
|
132606
|
+
"name": "SbbElement",
|
|
132607
|
+
"module": "core/base-elements.js"
|
|
132608
|
+
},
|
|
132609
|
+
"tagName": "sbb-train-blocked-passage",
|
|
132610
|
+
"customElement": true
|
|
132611
|
+
}
|
|
132612
|
+
],
|
|
132613
|
+
"exports": [
|
|
132614
|
+
{
|
|
132615
|
+
"kind": "js",
|
|
132616
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
132617
|
+
"declaration": {
|
|
132618
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
132619
|
+
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
132620
|
+
}
|
|
132621
|
+
}
|
|
132622
|
+
]
|
|
132623
|
+
},
|
|
132475
132624
|
{
|
|
132476
132625
|
"kind": "javascript-module",
|
|
132477
132626
|
"path": "train/train/train.component.js",
|
|
@@ -132872,155 +133021,6 @@
|
|
|
132872
133021
|
}
|
|
132873
133022
|
]
|
|
132874
133023
|
},
|
|
132875
|
-
{
|
|
132876
|
-
"kind": "javascript-module",
|
|
132877
|
-
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
132878
|
-
"declarations": [
|
|
132879
|
-
{
|
|
132880
|
-
"kind": "class",
|
|
132881
|
-
"description": "It visually displays a blocked passage between train wagons.",
|
|
132882
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
132883
|
-
"members": [
|
|
132884
|
-
{
|
|
132885
|
-
"kind": "field",
|
|
132886
|
-
"name": "elementName",
|
|
132887
|
-
"type": {
|
|
132888
|
-
"text": "string"
|
|
132889
|
-
},
|
|
132890
|
-
"privacy": "public",
|
|
132891
|
-
"static": true,
|
|
132892
|
-
"readonly": true,
|
|
132893
|
-
"default": "'sbb-train-blocked-passage'",
|
|
132894
|
-
"inheritedFrom": {
|
|
132895
|
-
"name": "SbbElement",
|
|
132896
|
-
"module": "core/base-elements/element.js"
|
|
132897
|
-
}
|
|
132898
|
-
},
|
|
132899
|
-
{
|
|
132900
|
-
"kind": "field",
|
|
132901
|
-
"name": "_hydrationRequired",
|
|
132902
|
-
"type": {
|
|
132903
|
-
"text": "boolean"
|
|
132904
|
-
},
|
|
132905
|
-
"privacy": "private",
|
|
132906
|
-
"default": "!!this.shadowRoot",
|
|
132907
|
-
"inheritedFrom": {
|
|
132908
|
-
"name": "SbbElement",
|
|
132909
|
-
"module": "core/base-elements/element.js"
|
|
132910
|
-
}
|
|
132911
|
-
},
|
|
132912
|
-
{
|
|
132913
|
-
"kind": "field",
|
|
132914
|
-
"name": "_hydrationComplete",
|
|
132915
|
-
"privacy": "private",
|
|
132916
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
132917
|
-
"inheritedFrom": {
|
|
132918
|
-
"name": "SbbElement",
|
|
132919
|
-
"module": "core/base-elements/element.js"
|
|
132920
|
-
}
|
|
132921
|
-
},
|
|
132922
|
-
{
|
|
132923
|
-
"kind": "field",
|
|
132924
|
-
"name": "_resolveHydration",
|
|
132925
|
-
"type": {
|
|
132926
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
132927
|
-
},
|
|
132928
|
-
"privacy": "private",
|
|
132929
|
-
"inheritedFrom": {
|
|
132930
|
-
"name": "SbbElement",
|
|
132931
|
-
"module": "core/base-elements/element.js"
|
|
132932
|
-
}
|
|
132933
|
-
},
|
|
132934
|
-
{
|
|
132935
|
-
"kind": "field",
|
|
132936
|
-
"name": "hydrationRequired",
|
|
132937
|
-
"type": {
|
|
132938
|
-
"text": "boolean"
|
|
132939
|
-
},
|
|
132940
|
-
"privacy": "protected",
|
|
132941
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
132942
|
-
"readonly": true,
|
|
132943
|
-
"inheritedFrom": {
|
|
132944
|
-
"name": "SbbElement",
|
|
132945
|
-
"module": "core/base-elements/element.js"
|
|
132946
|
-
},
|
|
132947
|
-
"default": "!!this.shadowRoot"
|
|
132948
|
-
},
|
|
132949
|
-
{
|
|
132950
|
-
"kind": "method",
|
|
132951
|
-
"name": "toggleState",
|
|
132952
|
-
"privacy": "protected",
|
|
132953
|
-
"return": {
|
|
132954
|
-
"type": {
|
|
132955
|
-
"text": "void"
|
|
132956
|
-
}
|
|
132957
|
-
},
|
|
132958
|
-
"parameters": [
|
|
132959
|
-
{
|
|
132960
|
-
"name": "value",
|
|
132961
|
-
"type": {
|
|
132962
|
-
"text": "string"
|
|
132963
|
-
}
|
|
132964
|
-
},
|
|
132965
|
-
{
|
|
132966
|
-
"name": "force",
|
|
132967
|
-
"optional": true,
|
|
132968
|
-
"type": {
|
|
132969
|
-
"text": "boolean"
|
|
132970
|
-
}
|
|
132971
|
-
}
|
|
132972
|
-
],
|
|
132973
|
-
"inheritedFrom": {
|
|
132974
|
-
"name": "SbbElement",
|
|
132975
|
-
"module": "core/base-elements/element.js"
|
|
132976
|
-
}
|
|
132977
|
-
},
|
|
132978
|
-
{
|
|
132979
|
-
"kind": "field",
|
|
132980
|
-
"name": "['_$sbbElement$']",
|
|
132981
|
-
"type": {
|
|
132982
|
-
"text": "boolean"
|
|
132983
|
-
},
|
|
132984
|
-
"privacy": "public",
|
|
132985
|
-
"static": true,
|
|
132986
|
-
"default": "true",
|
|
132987
|
-
"inheritedFrom": {
|
|
132988
|
-
"name": "SbbElement",
|
|
132989
|
-
"module": "core/base-elements/element.js"
|
|
132990
|
-
}
|
|
132991
|
-
},
|
|
132992
|
-
{
|
|
132993
|
-
"kind": "field",
|
|
132994
|
-
"name": "_controllers",
|
|
132995
|
-
"type": {
|
|
132996
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
132997
|
-
},
|
|
132998
|
-
"privacy": "private",
|
|
132999
|
-
"inheritedFrom": {
|
|
133000
|
-
"name": "SbbElement",
|
|
133001
|
-
"module": "core/base-elements/element.js"
|
|
133002
|
-
}
|
|
133003
|
-
}
|
|
133004
|
-
],
|
|
133005
|
-
"superclass": {
|
|
133006
|
-
"name": "SbbElement",
|
|
133007
|
-
"module": "core/base-elements.js"
|
|
133008
|
-
},
|
|
133009
|
-
"tagName": "sbb-train-blocked-passage",
|
|
133010
|
-
"customElement": true
|
|
133011
|
-
}
|
|
133012
|
-
],
|
|
133013
|
-
"exports": [
|
|
133014
|
-
{
|
|
133015
|
-
"kind": "js",
|
|
133016
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
133017
|
-
"declaration": {
|
|
133018
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
133019
|
-
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
133020
|
-
}
|
|
133021
|
-
}
|
|
133022
|
-
]
|
|
133023
|
-
},
|
|
133024
133024
|
{
|
|
133025
133025
|
"kind": "javascript-module",
|
|
133026
133026
|
"path": "train/train-formation/train-formation.component.js",
|