@sbb-esta/lyne-elements 4.0.0-next.4 → 4.0.1
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/autocomplete/autocomplete-base-element.d.ts.map +1 -1
- package/autocomplete/autocomplete-base-element.js +4 -4
- package/card/card/card.component.js +6 -6
- package/core/controllers/property-watcher-controller.d.ts.map +1 -1
- package/core/controllers/property-watcher-controller.js +11 -9
- package/core/styles/core.scss +4 -4
- package/core/styles/mixins/card.scss +8 -3
- package/core.css +2 -5
- package/custom-elements.json +824 -824
- package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
- package/development/autocomplete/autocomplete-base-element.js +6 -5
- package/development/card/card/card.component.js +13 -7
- package/development/core/controllers/property-watcher-controller.d.ts.map +1 -1
- package/development/core/controllers/property-watcher-controller.js +25 -5
- package/off-brand-theme.css +2 -5
- package/package.json +1 -1
- package/safety-theme.css +2 -5
- package/standard-theme.css +2 -5
package/custom-elements.json
CHANGED
|
@@ -12455,6 +12455,83 @@
|
|
|
12455
12455
|
}
|
|
12456
12456
|
]
|
|
12457
12457
|
},
|
|
12458
|
+
{
|
|
12459
|
+
"kind": "javascript-module",
|
|
12460
|
+
"path": "message/message.component.js",
|
|
12461
|
+
"declarations": [
|
|
12462
|
+
{
|
|
12463
|
+
"kind": "class",
|
|
12464
|
+
"description": "It displays a complex message combining a title, an image, an action and some content.",
|
|
12465
|
+
"name": "SbbMessageElement",
|
|
12466
|
+
"slots": [
|
|
12467
|
+
{
|
|
12468
|
+
"description": "Use this slot to provide an `sbb-image` component.",
|
|
12469
|
+
"name": "image"
|
|
12470
|
+
},
|
|
12471
|
+
{
|
|
12472
|
+
"description": "Use this slot to provide an `sbb-title`.",
|
|
12473
|
+
"name": "title"
|
|
12474
|
+
},
|
|
12475
|
+
{
|
|
12476
|
+
"description": "Use this slot to provide a subtitle, must be a paragraph.",
|
|
12477
|
+
"name": "subtitle"
|
|
12478
|
+
},
|
|
12479
|
+
{
|
|
12480
|
+
"description": "Use this slot to provide a legend, must be a paragraph.",
|
|
12481
|
+
"name": "legend"
|
|
12482
|
+
},
|
|
12483
|
+
{
|
|
12484
|
+
"description": "Use this slot to provide an `sbb-secondary-button`.",
|
|
12485
|
+
"name": "action"
|
|
12486
|
+
}
|
|
12487
|
+
],
|
|
12488
|
+
"members": [
|
|
12489
|
+
{
|
|
12490
|
+
"kind": "method",
|
|
12491
|
+
"name": "_configureTitle",
|
|
12492
|
+
"privacy": "private",
|
|
12493
|
+
"return": {
|
|
12494
|
+
"type": {
|
|
12495
|
+
"text": "void"
|
|
12496
|
+
}
|
|
12497
|
+
},
|
|
12498
|
+
"parameters": [
|
|
12499
|
+
{
|
|
12500
|
+
"name": "event",
|
|
12501
|
+
"type": {
|
|
12502
|
+
"text": "Event"
|
|
12503
|
+
}
|
|
12504
|
+
}
|
|
12505
|
+
]
|
|
12506
|
+
}
|
|
12507
|
+
],
|
|
12508
|
+
"superclass": {
|
|
12509
|
+
"name": "LitElement",
|
|
12510
|
+
"package": "lit"
|
|
12511
|
+
},
|
|
12512
|
+
"tagName": "sbb-message",
|
|
12513
|
+
"customElement": true
|
|
12514
|
+
}
|
|
12515
|
+
],
|
|
12516
|
+
"exports": [
|
|
12517
|
+
{
|
|
12518
|
+
"kind": "js",
|
|
12519
|
+
"name": "SbbMessageElement",
|
|
12520
|
+
"declaration": {
|
|
12521
|
+
"name": "SbbMessageElement",
|
|
12522
|
+
"module": "message/message.component.js"
|
|
12523
|
+
}
|
|
12524
|
+
},
|
|
12525
|
+
{
|
|
12526
|
+
"kind": "custom-element-definition",
|
|
12527
|
+
"name": "sbb-message",
|
|
12528
|
+
"declaration": {
|
|
12529
|
+
"name": "SbbMessageElement",
|
|
12530
|
+
"module": "message/message.component.js"
|
|
12531
|
+
}
|
|
12532
|
+
}
|
|
12533
|
+
]
|
|
12534
|
+
},
|
|
12458
12535
|
{
|
|
12459
12536
|
"kind": "javascript-module",
|
|
12460
12537
|
"path": "mini-calendar/mini-calendar-day.js",
|
|
@@ -12605,83 +12682,6 @@
|
|
|
12605
12682
|
}
|
|
12606
12683
|
]
|
|
12607
12684
|
},
|
|
12608
|
-
{
|
|
12609
|
-
"kind": "javascript-module",
|
|
12610
|
-
"path": "message/message.component.js",
|
|
12611
|
-
"declarations": [
|
|
12612
|
-
{
|
|
12613
|
-
"kind": "class",
|
|
12614
|
-
"description": "It displays a complex message combining a title, an image, an action and some content.",
|
|
12615
|
-
"name": "SbbMessageElement",
|
|
12616
|
-
"slots": [
|
|
12617
|
-
{
|
|
12618
|
-
"description": "Use this slot to provide an `sbb-image` component.",
|
|
12619
|
-
"name": "image"
|
|
12620
|
-
},
|
|
12621
|
-
{
|
|
12622
|
-
"description": "Use this slot to provide an `sbb-title`.",
|
|
12623
|
-
"name": "title"
|
|
12624
|
-
},
|
|
12625
|
-
{
|
|
12626
|
-
"description": "Use this slot to provide a subtitle, must be a paragraph.",
|
|
12627
|
-
"name": "subtitle"
|
|
12628
|
-
},
|
|
12629
|
-
{
|
|
12630
|
-
"description": "Use this slot to provide a legend, must be a paragraph.",
|
|
12631
|
-
"name": "legend"
|
|
12632
|
-
},
|
|
12633
|
-
{
|
|
12634
|
-
"description": "Use this slot to provide an `sbb-secondary-button`.",
|
|
12635
|
-
"name": "action"
|
|
12636
|
-
}
|
|
12637
|
-
],
|
|
12638
|
-
"members": [
|
|
12639
|
-
{
|
|
12640
|
-
"kind": "method",
|
|
12641
|
-
"name": "_configureTitle",
|
|
12642
|
-
"privacy": "private",
|
|
12643
|
-
"return": {
|
|
12644
|
-
"type": {
|
|
12645
|
-
"text": "void"
|
|
12646
|
-
}
|
|
12647
|
-
},
|
|
12648
|
-
"parameters": [
|
|
12649
|
-
{
|
|
12650
|
-
"name": "event",
|
|
12651
|
-
"type": {
|
|
12652
|
-
"text": "Event"
|
|
12653
|
-
}
|
|
12654
|
-
}
|
|
12655
|
-
]
|
|
12656
|
-
}
|
|
12657
|
-
],
|
|
12658
|
-
"superclass": {
|
|
12659
|
-
"name": "LitElement",
|
|
12660
|
-
"package": "lit"
|
|
12661
|
-
},
|
|
12662
|
-
"tagName": "sbb-message",
|
|
12663
|
-
"customElement": true
|
|
12664
|
-
}
|
|
12665
|
-
],
|
|
12666
|
-
"exports": [
|
|
12667
|
-
{
|
|
12668
|
-
"kind": "js",
|
|
12669
|
-
"name": "SbbMessageElement",
|
|
12670
|
-
"declaration": {
|
|
12671
|
-
"name": "SbbMessageElement",
|
|
12672
|
-
"module": "message/message.component.js"
|
|
12673
|
-
}
|
|
12674
|
-
},
|
|
12675
|
-
{
|
|
12676
|
-
"kind": "custom-element-definition",
|
|
12677
|
-
"name": "sbb-message",
|
|
12678
|
-
"declaration": {
|
|
12679
|
-
"name": "SbbMessageElement",
|
|
12680
|
-
"module": "message/message.component.js"
|
|
12681
|
-
}
|
|
12682
|
-
}
|
|
12683
|
-
]
|
|
12684
|
-
},
|
|
12685
12685
|
{
|
|
12686
12686
|
"kind": "javascript-module",
|
|
12687
12687
|
"path": "notification/notification.component.js",
|
|
@@ -16277,48 +16277,6 @@
|
|
|
16277
16277
|
}
|
|
16278
16278
|
]
|
|
16279
16279
|
},
|
|
16280
|
-
{
|
|
16281
|
-
"kind": "javascript-module",
|
|
16282
|
-
"path": "screen-reader-only/screen-reader-only.component.js",
|
|
16283
|
-
"declarations": [
|
|
16284
|
-
{
|
|
16285
|
-
"kind": "class",
|
|
16286
|
-
"description": "This component can be used to visually hide content but present it to screen readers.",
|
|
16287
|
-
"name": "SbbScreenReaderOnlyElement",
|
|
16288
|
-
"slots": [
|
|
16289
|
-
{
|
|
16290
|
-
"description": "Use the unnamed slot to provide content.",
|
|
16291
|
-
"name": ""
|
|
16292
|
-
}
|
|
16293
|
-
],
|
|
16294
|
-
"members": [],
|
|
16295
|
-
"superclass": {
|
|
16296
|
-
"name": "LitElement",
|
|
16297
|
-
"package": "lit"
|
|
16298
|
-
},
|
|
16299
|
-
"tagName": "sbb-screen-reader-only",
|
|
16300
|
-
"customElement": true
|
|
16301
|
-
}
|
|
16302
|
-
],
|
|
16303
|
-
"exports": [
|
|
16304
|
-
{
|
|
16305
|
-
"kind": "js",
|
|
16306
|
-
"name": "SbbScreenReaderOnlyElement",
|
|
16307
|
-
"declaration": {
|
|
16308
|
-
"name": "SbbScreenReaderOnlyElement",
|
|
16309
|
-
"module": "screen-reader-only/screen-reader-only.component.js"
|
|
16310
|
-
}
|
|
16311
|
-
},
|
|
16312
|
-
{
|
|
16313
|
-
"kind": "custom-element-definition",
|
|
16314
|
-
"name": "sbb-screen-reader-only",
|
|
16315
|
-
"declaration": {
|
|
16316
|
-
"name": "SbbScreenReaderOnlyElement",
|
|
16317
|
-
"module": "screen-reader-only/screen-reader-only.component.js"
|
|
16318
|
-
}
|
|
16319
|
-
}
|
|
16320
|
-
]
|
|
16321
|
-
},
|
|
16322
16280
|
{
|
|
16323
16281
|
"kind": "javascript-module",
|
|
16324
16282
|
"path": "radio-button/common.js",
|
|
@@ -16387,6 +16345,48 @@
|
|
|
16387
16345
|
}
|
|
16388
16346
|
]
|
|
16389
16347
|
},
|
|
16348
|
+
{
|
|
16349
|
+
"kind": "javascript-module",
|
|
16350
|
+
"path": "screen-reader-only/screen-reader-only.component.js",
|
|
16351
|
+
"declarations": [
|
|
16352
|
+
{
|
|
16353
|
+
"kind": "class",
|
|
16354
|
+
"description": "This component can be used to visually hide content but present it to screen readers.",
|
|
16355
|
+
"name": "SbbScreenReaderOnlyElement",
|
|
16356
|
+
"slots": [
|
|
16357
|
+
{
|
|
16358
|
+
"description": "Use the unnamed slot to provide content.",
|
|
16359
|
+
"name": ""
|
|
16360
|
+
}
|
|
16361
|
+
],
|
|
16362
|
+
"members": [],
|
|
16363
|
+
"superclass": {
|
|
16364
|
+
"name": "LitElement",
|
|
16365
|
+
"package": "lit"
|
|
16366
|
+
},
|
|
16367
|
+
"tagName": "sbb-screen-reader-only",
|
|
16368
|
+
"customElement": true
|
|
16369
|
+
}
|
|
16370
|
+
],
|
|
16371
|
+
"exports": [
|
|
16372
|
+
{
|
|
16373
|
+
"kind": "js",
|
|
16374
|
+
"name": "SbbScreenReaderOnlyElement",
|
|
16375
|
+
"declaration": {
|
|
16376
|
+
"name": "SbbScreenReaderOnlyElement",
|
|
16377
|
+
"module": "screen-reader-only/screen-reader-only.component.js"
|
|
16378
|
+
}
|
|
16379
|
+
},
|
|
16380
|
+
{
|
|
16381
|
+
"kind": "custom-element-definition",
|
|
16382
|
+
"name": "sbb-screen-reader-only",
|
|
16383
|
+
"declaration": {
|
|
16384
|
+
"name": "SbbScreenReaderOnlyElement",
|
|
16385
|
+
"module": "screen-reader-only/screen-reader-only.component.js"
|
|
16386
|
+
}
|
|
16387
|
+
}
|
|
16388
|
+
]
|
|
16389
|
+
},
|
|
16390
16390
|
{
|
|
16391
16391
|
"kind": "javascript-module",
|
|
16392
16392
|
"path": "select/select.component.js",
|
|
@@ -36802,39 +36802,36 @@
|
|
|
36802
36802
|
},
|
|
36803
36803
|
{
|
|
36804
36804
|
"kind": "javascript-module",
|
|
36805
|
-
"path": "card/card
|
|
36805
|
+
"path": "card/card/card.component.js",
|
|
36806
36806
|
"declarations": [
|
|
36807
36807
|
{
|
|
36808
36808
|
"kind": "class",
|
|
36809
|
-
"description": "It displays content
|
|
36810
|
-
"name": "
|
|
36809
|
+
"description": "It displays content related to a single subject.",
|
|
36810
|
+
"name": "SbbCardElement",
|
|
36811
36811
|
"slots": [
|
|
36812
36812
|
{
|
|
36813
|
-
"description": "Use the unnamed slot to add content to the
|
|
36813
|
+
"description": "Use the unnamed slot to add content to the card.",
|
|
36814
36814
|
"name": ""
|
|
36815
|
+
},
|
|
36816
|
+
{
|
|
36817
|
+
"description": "Use this slot to render a `sbb-card-badge` component.",
|
|
36818
|
+
"name": "badge"
|
|
36819
|
+
},
|
|
36820
|
+
{
|
|
36821
|
+
"description": "Use this slot to render a `sbb-card-button` or a `sbb-card-link` component.",
|
|
36822
|
+
"name": "action"
|
|
36815
36823
|
}
|
|
36816
36824
|
],
|
|
36817
36825
|
"members": [
|
|
36818
|
-
{
|
|
36819
|
-
"kind": "field",
|
|
36820
|
-
"name": "role",
|
|
36821
|
-
"type": {
|
|
36822
|
-
"text": "string"
|
|
36823
|
-
},
|
|
36824
|
-
"privacy": "public",
|
|
36825
|
-
"static": true,
|
|
36826
|
-
"readonly": true,
|
|
36827
|
-
"default": "'text'"
|
|
36828
|
-
},
|
|
36829
36826
|
{
|
|
36830
36827
|
"kind": "field",
|
|
36831
36828
|
"name": "color",
|
|
36832
36829
|
"type": {
|
|
36833
|
-
"text": "'
|
|
36830
|
+
"text": "| 'white'\n | 'milk'\n | 'transparent-bordered'\n | 'transparent-bordered-dashed'"
|
|
36834
36831
|
},
|
|
36835
36832
|
"privacy": "public",
|
|
36836
|
-
"default": "'
|
|
36837
|
-
"description": "
|
|
36833
|
+
"default": "'white'",
|
|
36834
|
+
"description": "Option to set the component's background color.",
|
|
36838
36835
|
"attribute": "color",
|
|
36839
36836
|
"reflects": true
|
|
36840
36837
|
},
|
|
@@ -36872,10 +36869,10 @@
|
|
|
36872
36869
|
{
|
|
36873
36870
|
"name": "color",
|
|
36874
36871
|
"type": {
|
|
36875
|
-
"text": "'
|
|
36872
|
+
"text": "| 'white'\n | 'milk'\n | 'transparent-bordered'\n | 'transparent-bordered-dashed'"
|
|
36876
36873
|
},
|
|
36877
|
-
"default": "'
|
|
36878
|
-
"description": "
|
|
36874
|
+
"default": "'white'",
|
|
36875
|
+
"description": "Option to set the component's background color.",
|
|
36879
36876
|
"fieldName": "color"
|
|
36880
36877
|
}
|
|
36881
36878
|
],
|
|
@@ -36889,61 +36886,64 @@
|
|
|
36889
36886
|
"name": "LitElement",
|
|
36890
36887
|
"package": "lit"
|
|
36891
36888
|
},
|
|
36892
|
-
"tagName": "sbb-card
|
|
36889
|
+
"tagName": "sbb-card",
|
|
36893
36890
|
"customElement": true
|
|
36894
36891
|
}
|
|
36895
36892
|
],
|
|
36896
36893
|
"exports": [
|
|
36897
36894
|
{
|
|
36898
36895
|
"kind": "js",
|
|
36899
|
-
"name": "
|
|
36896
|
+
"name": "SbbCardElement",
|
|
36900
36897
|
"declaration": {
|
|
36901
|
-
"name": "
|
|
36902
|
-
"module": "card/card
|
|
36898
|
+
"name": "SbbCardElement",
|
|
36899
|
+
"module": "card/card/card.component.js"
|
|
36903
36900
|
}
|
|
36904
36901
|
},
|
|
36905
36902
|
{
|
|
36906
36903
|
"kind": "custom-element-definition",
|
|
36907
|
-
"name": "sbb-card
|
|
36904
|
+
"name": "sbb-card",
|
|
36908
36905
|
"declaration": {
|
|
36909
|
-
"name": "
|
|
36910
|
-
"module": "card/card
|
|
36906
|
+
"name": "SbbCardElement",
|
|
36907
|
+
"module": "card/card/card.component.js"
|
|
36911
36908
|
}
|
|
36912
36909
|
}
|
|
36913
36910
|
]
|
|
36914
36911
|
},
|
|
36915
36912
|
{
|
|
36916
36913
|
"kind": "javascript-module",
|
|
36917
|
-
"path": "card/card/card.component.js",
|
|
36914
|
+
"path": "card/card-badge/card-badge.component.js",
|
|
36918
36915
|
"declarations": [
|
|
36919
36916
|
{
|
|
36920
36917
|
"kind": "class",
|
|
36921
|
-
"description": "It displays content
|
|
36922
|
-
"name": "
|
|
36918
|
+
"description": "It displays content within a badge.",
|
|
36919
|
+
"name": "SbbCardBadgeElement",
|
|
36923
36920
|
"slots": [
|
|
36924
36921
|
{
|
|
36925
|
-
"description": "Use the unnamed slot to add content to the
|
|
36922
|
+
"description": "Use the unnamed slot to add content to the badge. Content parts should be wrapped in `<span>` tags to achieve correct spacings.",
|
|
36926
36923
|
"name": ""
|
|
36927
|
-
},
|
|
36928
|
-
{
|
|
36929
|
-
"description": "Use this slot to render a `sbb-card-badge` component.",
|
|
36930
|
-
"name": "badge"
|
|
36931
|
-
},
|
|
36932
|
-
{
|
|
36933
|
-
"description": "Use this slot to render a `sbb-card-button` or a `sbb-card-link` component.",
|
|
36934
|
-
"name": "action"
|
|
36935
36924
|
}
|
|
36936
36925
|
],
|
|
36937
36926
|
"members": [
|
|
36927
|
+
{
|
|
36928
|
+
"kind": "field",
|
|
36929
|
+
"name": "role",
|
|
36930
|
+
"type": {
|
|
36931
|
+
"text": "string"
|
|
36932
|
+
},
|
|
36933
|
+
"privacy": "public",
|
|
36934
|
+
"static": true,
|
|
36935
|
+
"readonly": true,
|
|
36936
|
+
"default": "'text'"
|
|
36937
|
+
},
|
|
36938
36938
|
{
|
|
36939
36939
|
"kind": "field",
|
|
36940
36940
|
"name": "color",
|
|
36941
36941
|
"type": {
|
|
36942
|
-
"text": "
|
|
36942
|
+
"text": "'charcoal' | 'white'"
|
|
36943
36943
|
},
|
|
36944
36944
|
"privacy": "public",
|
|
36945
|
-
"default": "'
|
|
36946
|
-
"description": "
|
|
36945
|
+
"default": "'charcoal'",
|
|
36946
|
+
"description": "Color of the card badge.",
|
|
36947
36947
|
"attribute": "color",
|
|
36948
36948
|
"reflects": true
|
|
36949
36949
|
},
|
|
@@ -36981,10 +36981,10 @@
|
|
|
36981
36981
|
{
|
|
36982
36982
|
"name": "color",
|
|
36983
36983
|
"type": {
|
|
36984
|
-
"text": "
|
|
36984
|
+
"text": "'charcoal' | 'white'"
|
|
36985
36985
|
},
|
|
36986
|
-
"default": "'
|
|
36987
|
-
"description": "
|
|
36986
|
+
"default": "'charcoal'",
|
|
36987
|
+
"description": "Color of the card badge.",
|
|
36988
36988
|
"fieldName": "color"
|
|
36989
36989
|
}
|
|
36990
36990
|
],
|
|
@@ -36998,25 +36998,25 @@
|
|
|
36998
36998
|
"name": "LitElement",
|
|
36999
36999
|
"package": "lit"
|
|
37000
37000
|
},
|
|
37001
|
-
"tagName": "sbb-card",
|
|
37001
|
+
"tagName": "sbb-card-badge",
|
|
37002
37002
|
"customElement": true
|
|
37003
37003
|
}
|
|
37004
37004
|
],
|
|
37005
37005
|
"exports": [
|
|
37006
37006
|
{
|
|
37007
37007
|
"kind": "js",
|
|
37008
|
-
"name": "
|
|
37008
|
+
"name": "SbbCardBadgeElement",
|
|
37009
37009
|
"declaration": {
|
|
37010
|
-
"name": "
|
|
37011
|
-
"module": "card/card/card.component.js"
|
|
37010
|
+
"name": "SbbCardBadgeElement",
|
|
37011
|
+
"module": "card/card-badge/card-badge.component.js"
|
|
37012
37012
|
}
|
|
37013
37013
|
},
|
|
37014
37014
|
{
|
|
37015
37015
|
"kind": "custom-element-definition",
|
|
37016
|
-
"name": "sbb-card",
|
|
37016
|
+
"name": "sbb-card-badge",
|
|
37017
37017
|
"declaration": {
|
|
37018
|
-
"name": "
|
|
37019
|
-
"module": "card/card/card.component.js"
|
|
37018
|
+
"name": "SbbCardBadgeElement",
|
|
37019
|
+
"module": "card/card-badge/card-badge.component.js"
|
|
37020
37020
|
}
|
|
37021
37021
|
}
|
|
37022
37022
|
]
|
|
@@ -76498,6 +76498,79 @@
|
|
|
76498
76498
|
}
|
|
76499
76499
|
]
|
|
76500
76500
|
},
|
|
76501
|
+
{
|
|
76502
|
+
"kind": "javascript-module",
|
|
76503
|
+
"path": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js",
|
|
76504
|
+
"declarations": [
|
|
76505
|
+
{
|
|
76506
|
+
"kind": "class",
|
|
76507
|
+
"description": "This is the parent component to one or two `<sbb-icon-sidebar>`s and one `<sbb-icon-sidebar-content>` element.",
|
|
76508
|
+
"name": "SbbIconSidebarContainerElement",
|
|
76509
|
+
"slots": [
|
|
76510
|
+
{
|
|
76511
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
76512
|
+
"name": ""
|
|
76513
|
+
}
|
|
76514
|
+
],
|
|
76515
|
+
"members": [
|
|
76516
|
+
{
|
|
76517
|
+
"kind": "field",
|
|
76518
|
+
"name": "sidebars",
|
|
76519
|
+
"type": {
|
|
76520
|
+
"text": "SbbIconSidebarElement[]"
|
|
76521
|
+
},
|
|
76522
|
+
"privacy": "public",
|
|
76523
|
+
"description": "The icon-sidebar children.",
|
|
76524
|
+
"readonly": true
|
|
76525
|
+
},
|
|
76526
|
+
{
|
|
76527
|
+
"kind": "field",
|
|
76528
|
+
"name": "start",
|
|
76529
|
+
"type": {
|
|
76530
|
+
"text": "SbbIconSidebarElement | null"
|
|
76531
|
+
},
|
|
76532
|
+
"privacy": "public",
|
|
76533
|
+
"description": "The icon-sidebar child at the start position.",
|
|
76534
|
+
"readonly": true
|
|
76535
|
+
},
|
|
76536
|
+
{
|
|
76537
|
+
"kind": "field",
|
|
76538
|
+
"name": "end",
|
|
76539
|
+
"type": {
|
|
76540
|
+
"text": "SbbIconSidebarElement | null"
|
|
76541
|
+
},
|
|
76542
|
+
"privacy": "public",
|
|
76543
|
+
"description": "The icon-sidebar child at the end position.",
|
|
76544
|
+
"readonly": true
|
|
76545
|
+
}
|
|
76546
|
+
],
|
|
76547
|
+
"superclass": {
|
|
76548
|
+
"name": "LitElement",
|
|
76549
|
+
"package": "lit"
|
|
76550
|
+
},
|
|
76551
|
+
"tagName": "sbb-icon-sidebar-container",
|
|
76552
|
+
"customElement": true
|
|
76553
|
+
}
|
|
76554
|
+
],
|
|
76555
|
+
"exports": [
|
|
76556
|
+
{
|
|
76557
|
+
"kind": "js",
|
|
76558
|
+
"name": "SbbIconSidebarContainerElement",
|
|
76559
|
+
"declaration": {
|
|
76560
|
+
"name": "SbbIconSidebarContainerElement",
|
|
76561
|
+
"module": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js"
|
|
76562
|
+
}
|
|
76563
|
+
},
|
|
76564
|
+
{
|
|
76565
|
+
"kind": "custom-element-definition",
|
|
76566
|
+
"name": "sbb-icon-sidebar-container",
|
|
76567
|
+
"declaration": {
|
|
76568
|
+
"name": "SbbIconSidebarContainerElement",
|
|
76569
|
+
"module": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js"
|
|
76570
|
+
}
|
|
76571
|
+
}
|
|
76572
|
+
]
|
|
76573
|
+
},
|
|
76501
76574
|
{
|
|
76502
76575
|
"kind": "javascript-module",
|
|
76503
76576
|
"path": "icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js",
|
|
@@ -77239,79 +77312,6 @@
|
|
|
77239
77312
|
}
|
|
77240
77313
|
]
|
|
77241
77314
|
},
|
|
77242
|
-
{
|
|
77243
|
-
"kind": "javascript-module",
|
|
77244
|
-
"path": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js",
|
|
77245
|
-
"declarations": [
|
|
77246
|
-
{
|
|
77247
|
-
"kind": "class",
|
|
77248
|
-
"description": "This is the parent component to one or two `<sbb-icon-sidebar>`s and one `<sbb-icon-sidebar-content>` element.",
|
|
77249
|
-
"name": "SbbIconSidebarContainerElement",
|
|
77250
|
-
"slots": [
|
|
77251
|
-
{
|
|
77252
|
-
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
77253
|
-
"name": ""
|
|
77254
|
-
}
|
|
77255
|
-
],
|
|
77256
|
-
"members": [
|
|
77257
|
-
{
|
|
77258
|
-
"kind": "field",
|
|
77259
|
-
"name": "sidebars",
|
|
77260
|
-
"type": {
|
|
77261
|
-
"text": "SbbIconSidebarElement[]"
|
|
77262
|
-
},
|
|
77263
|
-
"privacy": "public",
|
|
77264
|
-
"description": "The icon-sidebar children.",
|
|
77265
|
-
"readonly": true
|
|
77266
|
-
},
|
|
77267
|
-
{
|
|
77268
|
-
"kind": "field",
|
|
77269
|
-
"name": "start",
|
|
77270
|
-
"type": {
|
|
77271
|
-
"text": "SbbIconSidebarElement | null"
|
|
77272
|
-
},
|
|
77273
|
-
"privacy": "public",
|
|
77274
|
-
"description": "The icon-sidebar child at the start position.",
|
|
77275
|
-
"readonly": true
|
|
77276
|
-
},
|
|
77277
|
-
{
|
|
77278
|
-
"kind": "field",
|
|
77279
|
-
"name": "end",
|
|
77280
|
-
"type": {
|
|
77281
|
-
"text": "SbbIconSidebarElement | null"
|
|
77282
|
-
},
|
|
77283
|
-
"privacy": "public",
|
|
77284
|
-
"description": "The icon-sidebar child at the end position.",
|
|
77285
|
-
"readonly": true
|
|
77286
|
-
}
|
|
77287
|
-
],
|
|
77288
|
-
"superclass": {
|
|
77289
|
-
"name": "LitElement",
|
|
77290
|
-
"package": "lit"
|
|
77291
|
-
},
|
|
77292
|
-
"tagName": "sbb-icon-sidebar-container",
|
|
77293
|
-
"customElement": true
|
|
77294
|
-
}
|
|
77295
|
-
],
|
|
77296
|
-
"exports": [
|
|
77297
|
-
{
|
|
77298
|
-
"kind": "js",
|
|
77299
|
-
"name": "SbbIconSidebarContainerElement",
|
|
77300
|
-
"declaration": {
|
|
77301
|
-
"name": "SbbIconSidebarContainerElement",
|
|
77302
|
-
"module": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js"
|
|
77303
|
-
}
|
|
77304
|
-
},
|
|
77305
|
-
{
|
|
77306
|
-
"kind": "custom-element-definition",
|
|
77307
|
-
"name": "sbb-icon-sidebar-container",
|
|
77308
|
-
"declaration": {
|
|
77309
|
-
"name": "SbbIconSidebarContainerElement",
|
|
77310
|
-
"module": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js"
|
|
77311
|
-
}
|
|
77312
|
-
}
|
|
77313
|
-
]
|
|
77314
|
-
},
|
|
77315
77315
|
{
|
|
77316
77316
|
"kind": "javascript-module",
|
|
77317
77317
|
"path": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js",
|
|
@@ -77797,15 +77797,15 @@
|
|
|
77797
77797
|
},
|
|
77798
77798
|
{
|
|
77799
77799
|
"kind": "javascript-module",
|
|
77800
|
-
"path": "link/block-link
|
|
77800
|
+
"path": "link/block-link/block-link.component.js",
|
|
77801
77801
|
"declarations": [
|
|
77802
77802
|
{
|
|
77803
77803
|
"kind": "class",
|
|
77804
|
-
"description": "It displays a link enhanced with the SBB Design
|
|
77805
|
-
"name": "
|
|
77804
|
+
"description": "It displays a link enhanced with the SBB Design.",
|
|
77805
|
+
"name": "SbbBlockLinkElement",
|
|
77806
77806
|
"slots": [
|
|
77807
77807
|
{
|
|
77808
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link
|
|
77808
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link`.",
|
|
77809
77809
|
"name": ""
|
|
77810
77810
|
},
|
|
77811
77811
|
{
|
|
@@ -77819,15 +77819,15 @@
|
|
|
77819
77819
|
"module": "link/common.js"
|
|
77820
77820
|
},
|
|
77821
77821
|
{
|
|
77822
|
-
"name": "
|
|
77822
|
+
"name": "SbbDisabledMixin",
|
|
77823
77823
|
"module": "core/mixins.js"
|
|
77824
77824
|
}
|
|
77825
77825
|
],
|
|
77826
77826
|
"superclass": {
|
|
77827
|
-
"name": "
|
|
77827
|
+
"name": "SbbLinkBaseElement",
|
|
77828
77828
|
"module": "core/base-elements.js"
|
|
77829
77829
|
},
|
|
77830
|
-
"tagName": "sbb-block-link
|
|
77830
|
+
"tagName": "sbb-block-link",
|
|
77831
77831
|
"customElement": true,
|
|
77832
77832
|
"attributes": [
|
|
77833
77833
|
{
|
|
@@ -77870,79 +77870,94 @@
|
|
|
77870
77870
|
}
|
|
77871
77871
|
},
|
|
77872
77872
|
{
|
|
77873
|
-
"name": "disabled
|
|
77873
|
+
"name": "disabled",
|
|
77874
|
+
"description": "Whether the component is disabled.",
|
|
77875
|
+
"default": "false",
|
|
77874
77876
|
"type": {
|
|
77875
77877
|
"text": "boolean"
|
|
77876
77878
|
},
|
|
77877
|
-
"
|
|
77878
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
77879
|
-
"fieldName": "disabledInteractive",
|
|
77879
|
+
"fieldName": "disabled",
|
|
77880
77880
|
"inheritedFrom": {
|
|
77881
|
-
"name": "
|
|
77881
|
+
"name": "SbbDisabledMixin",
|
|
77882
77882
|
"module": "core/mixins/disabled-mixin.js"
|
|
77883
77883
|
}
|
|
77884
77884
|
},
|
|
77885
77885
|
{
|
|
77886
|
-
"name": "
|
|
77887
|
-
"description": "Whether the component is disabled.",
|
|
77888
|
-
"default": "false",
|
|
77886
|
+
"name": "href",
|
|
77889
77887
|
"type": {
|
|
77890
|
-
"text": "
|
|
77888
|
+
"text": "string"
|
|
77891
77889
|
},
|
|
77892
|
-
"
|
|
77890
|
+
"default": "''",
|
|
77891
|
+
"description": "The href value you want to link to.",
|
|
77892
|
+
"fieldName": "href",
|
|
77893
77893
|
"inheritedFrom": {
|
|
77894
|
-
"name": "
|
|
77895
|
-
"module": "core/
|
|
77894
|
+
"name": "SbbLinkBaseElement",
|
|
77895
|
+
"module": "core/base-elements/link-base-element.js"
|
|
77896
77896
|
}
|
|
77897
77897
|
},
|
|
77898
77898
|
{
|
|
77899
|
-
"name": "
|
|
77899
|
+
"name": "target",
|
|
77900
|
+
"type": {
|
|
77901
|
+
"text": "LinkTargetType | string"
|
|
77902
|
+
},
|
|
77903
|
+
"default": "''",
|
|
77904
|
+
"description": "Where to display the linked URL.",
|
|
77905
|
+
"fieldName": "target",
|
|
77906
|
+
"inheritedFrom": {
|
|
77907
|
+
"name": "SbbLinkBaseElement",
|
|
77908
|
+
"module": "core/base-elements/link-base-element.js"
|
|
77909
|
+
}
|
|
77910
|
+
},
|
|
77911
|
+
{
|
|
77912
|
+
"name": "rel",
|
|
77900
77913
|
"type": {
|
|
77901
77914
|
"text": "string"
|
|
77902
77915
|
},
|
|
77903
77916
|
"default": "''",
|
|
77904
|
-
"description": "
|
|
77905
|
-
"fieldName": "
|
|
77917
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
77918
|
+
"fieldName": "rel",
|
|
77906
77919
|
"inheritedFrom": {
|
|
77907
|
-
"name": "
|
|
77908
|
-
"module": "core/base-elements/
|
|
77920
|
+
"name": "SbbLinkBaseElement",
|
|
77921
|
+
"module": "core/base-elements/link-base-element.js"
|
|
77909
77922
|
}
|
|
77910
77923
|
},
|
|
77911
77924
|
{
|
|
77912
|
-
"name": "
|
|
77913
|
-
"description": "The type attribute to use for the button.",
|
|
77914
|
-
"default": "'button'",
|
|
77925
|
+
"name": "download",
|
|
77915
77926
|
"type": {
|
|
77916
|
-
"text": "
|
|
77927
|
+
"text": "boolean"
|
|
77917
77928
|
},
|
|
77918
|
-
"
|
|
77929
|
+
"default": "false",
|
|
77930
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
77931
|
+
"fieldName": "download",
|
|
77919
77932
|
"inheritedFrom": {
|
|
77920
|
-
"name": "
|
|
77921
|
-
"module": "core/base-elements/
|
|
77933
|
+
"name": "SbbLinkBaseElement",
|
|
77934
|
+
"module": "core/base-elements/link-base-element.js"
|
|
77922
77935
|
}
|
|
77923
77936
|
},
|
|
77924
77937
|
{
|
|
77925
|
-
"name": "
|
|
77926
|
-
"description": "The `<form>` element to associate the button with.",
|
|
77938
|
+
"name": "accessibility-label",
|
|
77927
77939
|
"type": {
|
|
77928
|
-
"text": "
|
|
77940
|
+
"text": "string"
|
|
77929
77941
|
},
|
|
77930
|
-
"
|
|
77942
|
+
"default": "''",
|
|
77943
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
77944
|
+
"fieldName": "accessibilityLabel",
|
|
77931
77945
|
"inheritedFrom": {
|
|
77932
|
-
"name": "
|
|
77933
|
-
"module": "core/base-elements/
|
|
77946
|
+
"name": "SbbLinkBaseElement",
|
|
77947
|
+
"module": "core/base-elements/link-base-element.js"
|
|
77934
77948
|
}
|
|
77935
77949
|
},
|
|
77936
77950
|
{
|
|
77937
|
-
"name": "
|
|
77938
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
77951
|
+
"name": "accessibility-current",
|
|
77939
77952
|
"type": {
|
|
77940
77953
|
"text": "string"
|
|
77941
77954
|
},
|
|
77942
|
-
"
|
|
77955
|
+
"default": "''",
|
|
77956
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
77957
|
+
"fieldName": "accessibilityCurrent",
|
|
77943
77958
|
"inheritedFrom": {
|
|
77944
|
-
"name": "
|
|
77945
|
-
"module": "core/
|
|
77959
|
+
"name": "SbbLinkBaseElement",
|
|
77960
|
+
"module": "core/base-elements/link-base-element.js"
|
|
77946
77961
|
}
|
|
77947
77962
|
}
|
|
77948
77963
|
],
|
|
@@ -78074,22 +78089,6 @@
|
|
|
78074
78089
|
"module": "icon/icon-name-mixin.js"
|
|
78075
78090
|
}
|
|
78076
78091
|
},
|
|
78077
|
-
{
|
|
78078
|
-
"kind": "field",
|
|
78079
|
-
"name": "disabledInteractive",
|
|
78080
|
-
"type": {
|
|
78081
|
-
"text": "boolean"
|
|
78082
|
-
},
|
|
78083
|
-
"privacy": "public",
|
|
78084
|
-
"default": "false",
|
|
78085
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
78086
|
-
"attribute": "disabled-interactive",
|
|
78087
|
-
"reflects": true,
|
|
78088
|
-
"inheritedFrom": {
|
|
78089
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
78090
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
78091
|
-
}
|
|
78092
|
-
},
|
|
78093
78092
|
{
|
|
78094
78093
|
"kind": "field",
|
|
78095
78094
|
"name": "disabled",
|
|
@@ -78136,479 +78135,151 @@
|
|
|
78136
78135
|
},
|
|
78137
78136
|
{
|
|
78138
78137
|
"kind": "field",
|
|
78139
|
-
"name": "
|
|
78140
|
-
"type": {
|
|
78141
|
-
"text": "array"
|
|
78142
|
-
},
|
|
78143
|
-
"privacy": "private",
|
|
78144
|
-
"readonly": true,
|
|
78145
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
78146
|
-
"inheritedFrom": {
|
|
78147
|
-
"name": "SbbButtonBaseElement",
|
|
78148
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78149
|
-
}
|
|
78150
|
-
},
|
|
78151
|
-
{
|
|
78152
|
-
"kind": "field",
|
|
78153
|
-
"name": "value",
|
|
78138
|
+
"name": "href",
|
|
78154
78139
|
"type": {
|
|
78155
78140
|
"text": "string"
|
|
78156
78141
|
},
|
|
78157
78142
|
"privacy": "public",
|
|
78158
|
-
"inheritedFrom": {
|
|
78159
|
-
"name": "SbbButtonBaseElement",
|
|
78160
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78161
|
-
},
|
|
78162
78143
|
"default": "''",
|
|
78163
|
-
"description": "
|
|
78164
|
-
"attribute": "
|
|
78165
|
-
|
|
78166
|
-
{
|
|
78167
|
-
"kind": "field",
|
|
78168
|
-
"name": "type",
|
|
78169
|
-
"privacy": "public",
|
|
78170
|
-
"description": "The type attribute to use for the button.",
|
|
78171
|
-
"default": "'button'",
|
|
78172
|
-
"type": {
|
|
78173
|
-
"text": "SbbButtonType"
|
|
78174
|
-
},
|
|
78175
|
-
"attribute": "type",
|
|
78144
|
+
"description": "The href value you want to link to.",
|
|
78145
|
+
"attribute": "href",
|
|
78146
|
+
"reflects": true,
|
|
78176
78147
|
"inheritedFrom": {
|
|
78177
|
-
"name": "
|
|
78178
|
-
"module": "core/base-elements/
|
|
78148
|
+
"name": "SbbLinkBaseElement",
|
|
78149
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78179
78150
|
}
|
|
78180
78151
|
},
|
|
78181
78152
|
{
|
|
78182
78153
|
"kind": "field",
|
|
78183
|
-
"name": "
|
|
78154
|
+
"name": "target",
|
|
78184
78155
|
"type": {
|
|
78185
|
-
"text": "
|
|
78156
|
+
"text": "LinkTargetType | string"
|
|
78186
78157
|
},
|
|
78187
78158
|
"privacy": "public",
|
|
78188
|
-
"
|
|
78159
|
+
"default": "''",
|
|
78160
|
+
"description": "Where to display the linked URL.",
|
|
78161
|
+
"attribute": "target",
|
|
78162
|
+
"reflects": true,
|
|
78189
78163
|
"inheritedFrom": {
|
|
78190
|
-
"name": "
|
|
78191
|
-
"module": "core/base-elements/
|
|
78192
|
-
}
|
|
78193
|
-
"attribute": "form"
|
|
78164
|
+
"name": "SbbLinkBaseElement",
|
|
78165
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78166
|
+
}
|
|
78194
78167
|
},
|
|
78195
78168
|
{
|
|
78196
78169
|
"kind": "field",
|
|
78197
|
-
"name": "
|
|
78170
|
+
"name": "rel",
|
|
78198
78171
|
"type": {
|
|
78199
78172
|
"text": "string"
|
|
78200
78173
|
},
|
|
78201
|
-
"privacy": "
|
|
78174
|
+
"privacy": "public",
|
|
78202
78175
|
"default": "''",
|
|
78176
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
78177
|
+
"attribute": "rel",
|
|
78178
|
+
"reflects": true,
|
|
78203
78179
|
"inheritedFrom": {
|
|
78204
|
-
"name": "
|
|
78205
|
-
"module": "core/base-elements/
|
|
78206
|
-
}
|
|
78207
|
-
},
|
|
78208
|
-
{
|
|
78209
|
-
"kind": "field",
|
|
78210
|
-
"name": "_handleButtonClick",
|
|
78211
|
-
"privacy": "private",
|
|
78212
|
-
"inheritedFrom": {
|
|
78213
|
-
"name": "SbbButtonBaseElement",
|
|
78214
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78215
|
-
}
|
|
78216
|
-
},
|
|
78217
|
-
{
|
|
78218
|
-
"kind": "method",
|
|
78219
|
-
"name": "_requestSubmit",
|
|
78220
|
-
"privacy": "private",
|
|
78221
|
-
"return": {
|
|
78222
|
-
"type": {
|
|
78223
|
-
"text": "void"
|
|
78224
|
-
}
|
|
78225
|
-
},
|
|
78226
|
-
"parameters": [
|
|
78227
|
-
{
|
|
78228
|
-
"name": "form",
|
|
78229
|
-
"type": {
|
|
78230
|
-
"text": "HTMLFormElement"
|
|
78231
|
-
}
|
|
78232
|
-
}
|
|
78233
|
-
],
|
|
78234
|
-
"inheritedFrom": {
|
|
78235
|
-
"name": "SbbButtonBaseElement",
|
|
78236
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78237
|
-
}
|
|
78238
|
-
},
|
|
78239
|
-
{
|
|
78240
|
-
"kind": "field",
|
|
78241
|
-
"name": "_formKeyDown",
|
|
78242
|
-
"privacy": "private",
|
|
78243
|
-
"inheritedFrom": {
|
|
78244
|
-
"name": "SbbButtonBaseElement",
|
|
78245
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78180
|
+
"name": "SbbLinkBaseElement",
|
|
78181
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78246
78182
|
}
|
|
78247
78183
|
},
|
|
78248
78184
|
{
|
|
78249
78185
|
"kind": "field",
|
|
78250
|
-
"name": "
|
|
78186
|
+
"name": "download",
|
|
78251
78187
|
"type": {
|
|
78252
78188
|
"text": "boolean"
|
|
78253
78189
|
},
|
|
78254
78190
|
"privacy": "public",
|
|
78255
|
-
"
|
|
78256
|
-
"
|
|
78191
|
+
"default": "false",
|
|
78192
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
78193
|
+
"attribute": "download",
|
|
78194
|
+
"reflects": true,
|
|
78257
78195
|
"inheritedFrom": {
|
|
78258
|
-
"name": "
|
|
78259
|
-
"module": "core/
|
|
78196
|
+
"name": "SbbLinkBaseElement",
|
|
78197
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78260
78198
|
}
|
|
78261
78199
|
},
|
|
78262
78200
|
{
|
|
78263
78201
|
"kind": "field",
|
|
78264
|
-
"name": "
|
|
78265
|
-
"privacy": "public",
|
|
78266
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
78202
|
+
"name": "accessibilityLabel",
|
|
78267
78203
|
"type": {
|
|
78268
78204
|
"text": "string"
|
|
78269
78205
|
},
|
|
78270
|
-
"attribute": "name",
|
|
78271
|
-
"inheritedFrom": {
|
|
78272
|
-
"name": "SbbFormAssociatedMixin",
|
|
78273
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78274
|
-
}
|
|
78275
|
-
},
|
|
78276
|
-
{
|
|
78277
|
-
"kind": "field",
|
|
78278
|
-
"name": "validity",
|
|
78279
|
-
"type": {
|
|
78280
|
-
"text": "ValidityState"
|
|
78281
|
-
},
|
|
78282
78206
|
"privacy": "public",
|
|
78283
|
-
"
|
|
78284
|
-
"
|
|
78207
|
+
"default": "''",
|
|
78208
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
78209
|
+
"attribute": "accessibility-label",
|
|
78285
78210
|
"inheritedFrom": {
|
|
78286
|
-
"name": "
|
|
78287
|
-
"module": "core/
|
|
78211
|
+
"name": "SbbLinkBaseElement",
|
|
78212
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78288
78213
|
}
|
|
78289
78214
|
},
|
|
78290
78215
|
{
|
|
78291
78216
|
"kind": "field",
|
|
78292
|
-
"name": "
|
|
78217
|
+
"name": "accessibilityCurrent",
|
|
78293
78218
|
"type": {
|
|
78294
78219
|
"text": "string"
|
|
78295
78220
|
},
|
|
78296
78221
|
"privacy": "public",
|
|
78297
|
-
"
|
|
78298
|
-
"
|
|
78299
|
-
"
|
|
78300
|
-
"name": "SbbFormAssociatedMixin",
|
|
78301
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78302
|
-
}
|
|
78303
|
-
},
|
|
78304
|
-
{
|
|
78305
|
-
"kind": "field",
|
|
78306
|
-
"name": "willValidate",
|
|
78307
|
-
"type": {
|
|
78308
|
-
"text": "boolean"
|
|
78309
|
-
},
|
|
78310
|
-
"privacy": "public",
|
|
78311
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
78312
|
-
"readonly": true,
|
|
78222
|
+
"default": "''",
|
|
78223
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
78224
|
+
"attribute": "accessibility-current",
|
|
78313
78225
|
"inheritedFrom": {
|
|
78314
|
-
"name": "
|
|
78315
|
-
"module": "core/
|
|
78226
|
+
"name": "SbbLinkBaseElement",
|
|
78227
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78316
78228
|
}
|
|
78317
78229
|
},
|
|
78318
78230
|
{
|
|
78319
78231
|
"kind": "field",
|
|
78320
|
-
"name": "
|
|
78321
|
-
"privacy": "
|
|
78322
|
-
"default": "new
|
|
78232
|
+
"name": "language",
|
|
78233
|
+
"privacy": "protected",
|
|
78234
|
+
"default": "new SbbLanguageController(this)",
|
|
78323
78235
|
"inheritedFrom": {
|
|
78324
|
-
"name": "
|
|
78325
|
-
"module": "core/
|
|
78236
|
+
"name": "SbbLinkBaseElement",
|
|
78237
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78326
78238
|
}
|
|
78327
78239
|
},
|
|
78328
78240
|
{
|
|
78329
78241
|
"kind": "field",
|
|
78330
|
-
"name": "
|
|
78242
|
+
"name": "anchorRole",
|
|
78331
78243
|
"type": {
|
|
78332
|
-
"text": "
|
|
78244
|
+
"text": "string | null"
|
|
78333
78245
|
},
|
|
78334
78246
|
"privacy": "protected",
|
|
78335
|
-
"
|
|
78336
|
-
"
|
|
78337
|
-
"inheritedFrom": {
|
|
78338
|
-
"name": "SbbFormAssociatedMixin",
|
|
78339
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78340
|
-
}
|
|
78341
|
-
},
|
|
78342
|
-
{
|
|
78343
|
-
"kind": "method",
|
|
78344
|
-
"name": "checkValidity",
|
|
78345
|
-
"privacy": "public",
|
|
78346
|
-
"return": {
|
|
78347
|
-
"type": {
|
|
78348
|
-
"text": "boolean"
|
|
78349
|
-
}
|
|
78350
|
-
},
|
|
78351
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
78352
|
-
"inheritedFrom": {
|
|
78353
|
-
"name": "SbbFormAssociatedMixin",
|
|
78354
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78355
|
-
}
|
|
78356
|
-
},
|
|
78357
|
-
{
|
|
78358
|
-
"kind": "method",
|
|
78359
|
-
"name": "reportValidity",
|
|
78360
|
-
"privacy": "public",
|
|
78361
|
-
"return": {
|
|
78362
|
-
"type": {
|
|
78363
|
-
"text": "boolean"
|
|
78364
|
-
}
|
|
78365
|
-
},
|
|
78366
|
-
"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.",
|
|
78367
|
-
"inheritedFrom": {
|
|
78368
|
-
"name": "SbbFormAssociatedMixin",
|
|
78369
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78370
|
-
}
|
|
78371
|
-
},
|
|
78372
|
-
{
|
|
78373
|
-
"kind": "method",
|
|
78374
|
-
"name": "setCustomValidity",
|
|
78375
|
-
"privacy": "public",
|
|
78376
|
-
"return": {
|
|
78377
|
-
"type": {
|
|
78378
|
-
"text": "void"
|
|
78379
|
-
}
|
|
78380
|
-
},
|
|
78381
|
-
"parameters": [
|
|
78382
|
-
{
|
|
78383
|
-
"name": "message",
|
|
78384
|
-
"type": {
|
|
78385
|
-
"text": "string"
|
|
78386
|
-
}
|
|
78387
|
-
}
|
|
78388
|
-
],
|
|
78389
|
-
"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.",
|
|
78247
|
+
"readonly": true,
|
|
78248
|
+
"default": "null",
|
|
78390
78249
|
"inheritedFrom": {
|
|
78391
|
-
"name": "
|
|
78392
|
-
"module": "core/
|
|
78250
|
+
"name": "SbbLinkBaseElement",
|
|
78251
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78393
78252
|
}
|
|
78394
78253
|
},
|
|
78395
78254
|
{
|
|
78396
|
-
"kind": "
|
|
78397
|
-
"name": "
|
|
78255
|
+
"kind": "field",
|
|
78256
|
+
"name": "_evaluateRelAttribute",
|
|
78398
78257
|
"privacy": "private",
|
|
78399
|
-
"return": {
|
|
78400
|
-
"type": {
|
|
78401
|
-
"text": "boolean"
|
|
78402
|
-
}
|
|
78403
|
-
},
|
|
78404
78258
|
"inheritedFrom": {
|
|
78405
|
-
"name": "
|
|
78406
|
-
"module": "core/
|
|
78407
|
-
}
|
|
78408
|
-
},
|
|
78409
|
-
{
|
|
78410
|
-
"kind": "method",
|
|
78411
|
-
"name": "updateFormValue",
|
|
78412
|
-
"privacy": "protected",
|
|
78413
|
-
"return": {
|
|
78414
|
-
"type": {
|
|
78415
|
-
"text": "void"
|
|
78416
|
-
}
|
|
78417
|
-
},
|
|
78418
|
-
"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",
|
|
78419
|
-
"inheritedFrom": {
|
|
78420
|
-
"name": "SbbFormAssociatedMixin",
|
|
78421
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78422
|
-
}
|
|
78423
|
-
},
|
|
78424
|
-
{
|
|
78425
|
-
"kind": "method",
|
|
78426
|
-
"name": "formState",
|
|
78427
|
-
"privacy": "protected",
|
|
78428
|
-
"return": {
|
|
78429
|
-
"type": {
|
|
78430
|
-
"text": "FormRestoreState"
|
|
78431
|
-
}
|
|
78432
|
-
},
|
|
78433
|
-
"inheritedFrom": {
|
|
78434
|
-
"name": "SbbFormAssociatedMixin",
|
|
78435
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78436
|
-
}
|
|
78437
|
-
},
|
|
78438
|
-
{
|
|
78439
|
-
"kind": "method",
|
|
78440
|
-
"name": "setValidityFlag",
|
|
78441
|
-
"privacy": "protected",
|
|
78442
|
-
"return": {
|
|
78443
|
-
"type": {
|
|
78444
|
-
"text": "void"
|
|
78445
|
-
}
|
|
78446
|
-
},
|
|
78447
|
-
"parameters": [
|
|
78448
|
-
{
|
|
78449
|
-
"name": "flag",
|
|
78450
|
-
"type": {
|
|
78451
|
-
"text": "T"
|
|
78452
|
-
}
|
|
78453
|
-
},
|
|
78454
|
-
{
|
|
78455
|
-
"name": "message",
|
|
78456
|
-
"type": {
|
|
78457
|
-
"text": "string"
|
|
78458
|
-
}
|
|
78459
|
-
},
|
|
78460
|
-
{
|
|
78461
|
-
"name": "flagValue",
|
|
78462
|
-
"optional": true,
|
|
78463
|
-
"type": {
|
|
78464
|
-
"text": "ValidityStateFlags[T]"
|
|
78465
|
-
}
|
|
78466
|
-
}
|
|
78467
|
-
],
|
|
78468
|
-
"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).",
|
|
78469
|
-
"inheritedFrom": {
|
|
78470
|
-
"name": "SbbFormAssociatedMixin",
|
|
78471
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78472
|
-
}
|
|
78473
|
-
},
|
|
78474
|
-
{
|
|
78475
|
-
"kind": "method",
|
|
78476
|
-
"name": "removeValidityFlag",
|
|
78477
|
-
"privacy": "protected",
|
|
78478
|
-
"return": {
|
|
78479
|
-
"type": {
|
|
78480
|
-
"text": "void"
|
|
78481
|
-
}
|
|
78482
|
-
},
|
|
78483
|
-
"parameters": [
|
|
78484
|
-
{
|
|
78485
|
-
"name": "flag",
|
|
78486
|
-
"type": {
|
|
78487
|
-
"text": "T"
|
|
78488
|
-
}
|
|
78489
|
-
}
|
|
78490
|
-
],
|
|
78491
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
78492
|
-
"inheritedFrom": {
|
|
78493
|
-
"name": "SbbFormAssociatedMixin",
|
|
78494
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78495
|
-
}
|
|
78496
|
-
},
|
|
78497
|
-
{
|
|
78498
|
-
"kind": "method",
|
|
78499
|
-
"name": "validate",
|
|
78500
|
-
"privacy": "protected",
|
|
78501
|
-
"return": {
|
|
78502
|
-
"type": {
|
|
78503
|
-
"text": "void"
|
|
78504
|
-
}
|
|
78505
|
-
},
|
|
78506
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
78507
|
-
"inheritedFrom": {
|
|
78508
|
-
"name": "SbbFormAssociatedMixin",
|
|
78509
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78259
|
+
"name": "SbbLinkBaseElement",
|
|
78260
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78510
78261
|
}
|
|
78511
78262
|
},
|
|
78512
78263
|
{
|
|
78513
78264
|
"kind": "method",
|
|
78514
|
-
"name": "
|
|
78265
|
+
"name": "renderLink",
|
|
78515
78266
|
"privacy": "protected",
|
|
78516
78267
|
"return": {
|
|
78517
78268
|
"type": {
|
|
78518
|
-
"text": "
|
|
78269
|
+
"text": "TemplateResult"
|
|
78519
78270
|
}
|
|
78520
78271
|
},
|
|
78521
78272
|
"parameters": [
|
|
78522
78273
|
{
|
|
78523
|
-
"name": "
|
|
78274
|
+
"name": "renderContent",
|
|
78524
78275
|
"type": {
|
|
78525
|
-
"text": "
|
|
78276
|
+
"text": "TemplateResult"
|
|
78526
78277
|
}
|
|
78527
78278
|
}
|
|
78528
78279
|
],
|
|
78529
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
78530
|
-
"inheritedFrom": {
|
|
78531
|
-
"name": "SbbFormAssociatedMixin",
|
|
78532
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
78533
|
-
}
|
|
78534
|
-
},
|
|
78535
|
-
{
|
|
78536
|
-
"kind": "method",
|
|
78537
|
-
"name": "_setInternalValidity",
|
|
78538
|
-
"privacy": "private",
|
|
78539
|
-
"return": {
|
|
78540
|
-
"type": {
|
|
78541
|
-
"text": "void"
|
|
78542
|
-
}
|
|
78543
|
-
},
|
|
78544
78280
|
"inheritedFrom": {
|
|
78545
|
-
"name": "
|
|
78546
|
-
"module": "core/
|
|
78547
|
-
}
|
|
78548
|
-
},
|
|
78549
|
-
{
|
|
78550
|
-
"kind": "field",
|
|
78551
|
-
"name": "role",
|
|
78552
|
-
"type": {
|
|
78553
|
-
"text": "ElementInternals['role']"
|
|
78554
|
-
},
|
|
78555
|
-
"privacy": "public",
|
|
78556
|
-
"static": true,
|
|
78557
|
-
"readonly": true,
|
|
78558
|
-
"default": "'button'",
|
|
78559
|
-
"inheritedFrom": {
|
|
78560
|
-
"name": "SbbButtonLikeBaseElement",
|
|
78561
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78562
|
-
}
|
|
78563
|
-
},
|
|
78564
|
-
{
|
|
78565
|
-
"kind": "field",
|
|
78566
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
78567
|
-
"privacy": "private",
|
|
78568
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
78569
|
-
"parameters": [
|
|
78570
|
-
{
|
|
78571
|
-
"description": "The origin event.",
|
|
78572
|
-
"name": "event"
|
|
78573
|
-
}
|
|
78574
|
-
],
|
|
78575
|
-
"inheritedFrom": {
|
|
78576
|
-
"name": "SbbButtonLikeBaseElement",
|
|
78577
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78578
|
-
}
|
|
78579
|
-
},
|
|
78580
|
-
{
|
|
78581
|
-
"kind": "field",
|
|
78582
|
-
"name": "_removeActiveMarker",
|
|
78583
|
-
"privacy": "private",
|
|
78584
|
-
"inheritedFrom": {
|
|
78585
|
-
"name": "SbbButtonLikeBaseElement",
|
|
78586
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78587
|
-
}
|
|
78588
|
-
},
|
|
78589
|
-
{
|
|
78590
|
-
"kind": "field",
|
|
78591
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
78592
|
-
"privacy": "private",
|
|
78593
|
-
"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.",
|
|
78594
|
-
"parameters": [
|
|
78595
|
-
{
|
|
78596
|
-
"description": "The origin event.",
|
|
78597
|
-
"name": "event"
|
|
78598
|
-
}
|
|
78599
|
-
],
|
|
78600
|
-
"inheritedFrom": {
|
|
78601
|
-
"name": "SbbButtonLikeBaseElement",
|
|
78602
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78603
|
-
}
|
|
78604
|
-
},
|
|
78605
|
-
{
|
|
78606
|
-
"kind": "field",
|
|
78607
|
-
"name": "_dispatchClickEvent",
|
|
78608
|
-
"privacy": "private",
|
|
78609
|
-
"inheritedFrom": {
|
|
78610
|
-
"name": "SbbButtonLikeBaseElement",
|
|
78611
|
-
"module": "core/base-elements/button-base-element.js"
|
|
78281
|
+
"name": "SbbLinkBaseElement",
|
|
78282
|
+
"module": "core/base-elements/link-base-element.js"
|
|
78612
78283
|
}
|
|
78613
78284
|
},
|
|
78614
78285
|
{
|
|
@@ -78686,33 +78357,33 @@
|
|
|
78686
78357
|
"exports": [
|
|
78687
78358
|
{
|
|
78688
78359
|
"kind": "js",
|
|
78689
|
-
"name": "
|
|
78360
|
+
"name": "SbbBlockLinkElement",
|
|
78690
78361
|
"declaration": {
|
|
78691
|
-
"name": "
|
|
78692
|
-
"module": "link/block-link
|
|
78362
|
+
"name": "SbbBlockLinkElement",
|
|
78363
|
+
"module": "link/block-link/block-link.component.js"
|
|
78693
78364
|
}
|
|
78694
78365
|
},
|
|
78695
78366
|
{
|
|
78696
78367
|
"kind": "custom-element-definition",
|
|
78697
|
-
"name": "sbb-block-link
|
|
78368
|
+
"name": "sbb-block-link",
|
|
78698
78369
|
"declaration": {
|
|
78699
|
-
"name": "
|
|
78700
|
-
"module": "link/block-link
|
|
78370
|
+
"name": "SbbBlockLinkElement",
|
|
78371
|
+
"module": "link/block-link/block-link.component.js"
|
|
78701
78372
|
}
|
|
78702
78373
|
}
|
|
78703
78374
|
]
|
|
78704
78375
|
},
|
|
78705
78376
|
{
|
|
78706
78377
|
"kind": "javascript-module",
|
|
78707
|
-
"path": "link/block-link/block-link.component.js",
|
|
78378
|
+
"path": "link/block-link-button/block-link-button.component.js",
|
|
78708
78379
|
"declarations": [
|
|
78709
78380
|
{
|
|
78710
78381
|
"kind": "class",
|
|
78711
|
-
"description": "It displays a link enhanced with the SBB Design.",
|
|
78712
|
-
"name": "
|
|
78382
|
+
"description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
|
|
78383
|
+
"name": "SbbBlockLinkButtonElement",
|
|
78713
78384
|
"slots": [
|
|
78714
78385
|
{
|
|
78715
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link`.",
|
|
78386
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-button`.",
|
|
78716
78387
|
"name": ""
|
|
78717
78388
|
},
|
|
78718
78389
|
{
|
|
@@ -78726,15 +78397,15 @@
|
|
|
78726
78397
|
"module": "link/common.js"
|
|
78727
78398
|
},
|
|
78728
78399
|
{
|
|
78729
|
-
"name": "
|
|
78400
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
78730
78401
|
"module": "core/mixins.js"
|
|
78731
78402
|
}
|
|
78732
78403
|
],
|
|
78733
78404
|
"superclass": {
|
|
78734
|
-
"name": "
|
|
78405
|
+
"name": "SbbButtonBaseElement",
|
|
78735
78406
|
"module": "core/base-elements.js"
|
|
78736
78407
|
},
|
|
78737
|
-
"tagName": "sbb-block-link",
|
|
78408
|
+
"tagName": "sbb-block-link-button",
|
|
78738
78409
|
"customElement": true,
|
|
78739
78410
|
"attributes": [
|
|
78740
78411
|
{
|
|
@@ -78777,94 +78448,79 @@
|
|
|
78777
78448
|
}
|
|
78778
78449
|
},
|
|
78779
78450
|
{
|
|
78780
|
-
"name": "disabled",
|
|
78781
|
-
"description": "Whether the component is disabled.",
|
|
78782
|
-
"default": "false",
|
|
78451
|
+
"name": "disabled-interactive",
|
|
78783
78452
|
"type": {
|
|
78784
78453
|
"text": "boolean"
|
|
78785
78454
|
},
|
|
78786
|
-
"
|
|
78455
|
+
"default": "false",
|
|
78456
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
78457
|
+
"fieldName": "disabledInteractive",
|
|
78787
78458
|
"inheritedFrom": {
|
|
78788
|
-
"name": "
|
|
78459
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
78789
78460
|
"module": "core/mixins/disabled-mixin.js"
|
|
78790
78461
|
}
|
|
78791
78462
|
},
|
|
78792
78463
|
{
|
|
78793
|
-
"name": "
|
|
78794
|
-
"
|
|
78795
|
-
|
|
78796
|
-
},
|
|
78797
|
-
"default": "''",
|
|
78798
|
-
"description": "The href value you want to link to.",
|
|
78799
|
-
"fieldName": "href",
|
|
78800
|
-
"inheritedFrom": {
|
|
78801
|
-
"name": "SbbLinkBaseElement",
|
|
78802
|
-
"module": "core/base-elements/link-base-element.js"
|
|
78803
|
-
}
|
|
78804
|
-
},
|
|
78805
|
-
{
|
|
78806
|
-
"name": "target",
|
|
78464
|
+
"name": "disabled",
|
|
78465
|
+
"description": "Whether the component is disabled.",
|
|
78466
|
+
"default": "false",
|
|
78807
78467
|
"type": {
|
|
78808
|
-
"text": "
|
|
78468
|
+
"text": "boolean"
|
|
78809
78469
|
},
|
|
78810
|
-
"
|
|
78811
|
-
"description": "Where to display the linked URL.",
|
|
78812
|
-
"fieldName": "target",
|
|
78470
|
+
"fieldName": "disabled",
|
|
78813
78471
|
"inheritedFrom": {
|
|
78814
|
-
"name": "
|
|
78815
|
-
"module": "core/
|
|
78472
|
+
"name": "SbbDisabledMixin",
|
|
78473
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
78816
78474
|
}
|
|
78817
78475
|
},
|
|
78818
78476
|
{
|
|
78819
|
-
"name": "
|
|
78477
|
+
"name": "value",
|
|
78820
78478
|
"type": {
|
|
78821
78479
|
"text": "string"
|
|
78822
78480
|
},
|
|
78823
78481
|
"default": "''",
|
|
78824
|
-
"description": "
|
|
78825
|
-
"fieldName": "
|
|
78482
|
+
"description": "Value of the form element.",
|
|
78483
|
+
"fieldName": "value",
|
|
78826
78484
|
"inheritedFrom": {
|
|
78827
|
-
"name": "
|
|
78828
|
-
"module": "core/base-elements/
|
|
78485
|
+
"name": "SbbButtonBaseElement",
|
|
78486
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78829
78487
|
}
|
|
78830
78488
|
},
|
|
78831
78489
|
{
|
|
78832
|
-
"name": "
|
|
78490
|
+
"name": "type",
|
|
78491
|
+
"description": "The type attribute to use for the button.",
|
|
78492
|
+
"default": "'button'",
|
|
78833
78493
|
"type": {
|
|
78834
|
-
"text": "
|
|
78494
|
+
"text": "SbbButtonType"
|
|
78835
78495
|
},
|
|
78836
|
-
"
|
|
78837
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
78838
|
-
"fieldName": "download",
|
|
78496
|
+
"fieldName": "type",
|
|
78839
78497
|
"inheritedFrom": {
|
|
78840
|
-
"name": "
|
|
78841
|
-
"module": "core/base-elements/
|
|
78498
|
+
"name": "SbbButtonBaseElement",
|
|
78499
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78842
78500
|
}
|
|
78843
78501
|
},
|
|
78844
78502
|
{
|
|
78845
|
-
"name": "
|
|
78503
|
+
"name": "form",
|
|
78504
|
+
"description": "The `<form>` element to associate the button with.",
|
|
78846
78505
|
"type": {
|
|
78847
|
-
"text": "
|
|
78506
|
+
"text": "HTMLFormElement | null"
|
|
78848
78507
|
},
|
|
78849
|
-
"
|
|
78850
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
78851
|
-
"fieldName": "accessibilityLabel",
|
|
78508
|
+
"fieldName": "form",
|
|
78852
78509
|
"inheritedFrom": {
|
|
78853
|
-
"name": "
|
|
78854
|
-
"module": "core/base-elements/
|
|
78510
|
+
"name": "SbbButtonBaseElement",
|
|
78511
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78855
78512
|
}
|
|
78856
78513
|
},
|
|
78857
78514
|
{
|
|
78858
|
-
"name": "
|
|
78515
|
+
"name": "name",
|
|
78516
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
78859
78517
|
"type": {
|
|
78860
78518
|
"text": "string"
|
|
78861
78519
|
},
|
|
78862
|
-
"
|
|
78863
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
78864
|
-
"fieldName": "accessibilityCurrent",
|
|
78520
|
+
"fieldName": "name",
|
|
78865
78521
|
"inheritedFrom": {
|
|
78866
|
-
"name": "
|
|
78867
|
-
"module": "core/
|
|
78522
|
+
"name": "SbbFormAssociatedMixin",
|
|
78523
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
78868
78524
|
}
|
|
78869
78525
|
}
|
|
78870
78526
|
],
|
|
@@ -78996,6 +78652,22 @@
|
|
|
78996
78652
|
"module": "icon/icon-name-mixin.js"
|
|
78997
78653
|
}
|
|
78998
78654
|
},
|
|
78655
|
+
{
|
|
78656
|
+
"kind": "field",
|
|
78657
|
+
"name": "disabledInteractive",
|
|
78658
|
+
"type": {
|
|
78659
|
+
"text": "boolean"
|
|
78660
|
+
},
|
|
78661
|
+
"privacy": "public",
|
|
78662
|
+
"default": "false",
|
|
78663
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
78664
|
+
"attribute": "disabled-interactive",
|
|
78665
|
+
"reflects": true,
|
|
78666
|
+
"inheritedFrom": {
|
|
78667
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
78668
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
78669
|
+
}
|
|
78670
|
+
},
|
|
78999
78671
|
{
|
|
79000
78672
|
"kind": "field",
|
|
79001
78673
|
"name": "disabled",
|
|
@@ -79042,151 +78714,479 @@
|
|
|
79042
78714
|
},
|
|
79043
78715
|
{
|
|
79044
78716
|
"kind": "field",
|
|
79045
|
-
"name": "
|
|
78717
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
78718
|
+
"type": {
|
|
78719
|
+
"text": "array"
|
|
78720
|
+
},
|
|
78721
|
+
"privacy": "private",
|
|
78722
|
+
"readonly": true,
|
|
78723
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
78724
|
+
"inheritedFrom": {
|
|
78725
|
+
"name": "SbbButtonBaseElement",
|
|
78726
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78727
|
+
}
|
|
78728
|
+
},
|
|
78729
|
+
{
|
|
78730
|
+
"kind": "field",
|
|
78731
|
+
"name": "value",
|
|
79046
78732
|
"type": {
|
|
79047
78733
|
"text": "string"
|
|
79048
78734
|
},
|
|
79049
78735
|
"privacy": "public",
|
|
78736
|
+
"inheritedFrom": {
|
|
78737
|
+
"name": "SbbButtonBaseElement",
|
|
78738
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78739
|
+
},
|
|
79050
78740
|
"default": "''",
|
|
79051
|
-
"description": "
|
|
79052
|
-
"attribute": "
|
|
79053
|
-
|
|
78741
|
+
"description": "Value of the form element.",
|
|
78742
|
+
"attribute": "value"
|
|
78743
|
+
},
|
|
78744
|
+
{
|
|
78745
|
+
"kind": "field",
|
|
78746
|
+
"name": "type",
|
|
78747
|
+
"privacy": "public",
|
|
78748
|
+
"description": "The type attribute to use for the button.",
|
|
78749
|
+
"default": "'button'",
|
|
78750
|
+
"type": {
|
|
78751
|
+
"text": "SbbButtonType"
|
|
78752
|
+
},
|
|
78753
|
+
"attribute": "type",
|
|
79054
78754
|
"inheritedFrom": {
|
|
79055
|
-
"name": "
|
|
79056
|
-
"module": "core/base-elements/
|
|
78755
|
+
"name": "SbbButtonBaseElement",
|
|
78756
|
+
"module": "core/base-elements/button-base-element.js"
|
|
79057
78757
|
}
|
|
79058
78758
|
},
|
|
79059
78759
|
{
|
|
79060
78760
|
"kind": "field",
|
|
79061
|
-
"name": "
|
|
78761
|
+
"name": "form",
|
|
79062
78762
|
"type": {
|
|
79063
|
-
"text": "
|
|
78763
|
+
"text": "HTMLFormElement | null"
|
|
79064
78764
|
},
|
|
79065
78765
|
"privacy": "public",
|
|
79066
|
-
"
|
|
79067
|
-
"description": "Where to display the linked URL.",
|
|
79068
|
-
"attribute": "target",
|
|
79069
|
-
"reflects": true,
|
|
78766
|
+
"description": "The `<form>` element to associate the button with.",
|
|
79070
78767
|
"inheritedFrom": {
|
|
79071
|
-
"name": "
|
|
79072
|
-
"module": "core/base-elements/
|
|
79073
|
-
}
|
|
78768
|
+
"name": "SbbButtonBaseElement",
|
|
78769
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78770
|
+
},
|
|
78771
|
+
"attribute": "form"
|
|
79074
78772
|
},
|
|
79075
78773
|
{
|
|
79076
78774
|
"kind": "field",
|
|
79077
|
-
"name": "
|
|
78775
|
+
"name": "_formId",
|
|
79078
78776
|
"type": {
|
|
79079
78777
|
"text": "string"
|
|
79080
78778
|
},
|
|
79081
|
-
"privacy": "
|
|
78779
|
+
"privacy": "private",
|
|
79082
78780
|
"default": "''",
|
|
79083
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
79084
|
-
"attribute": "rel",
|
|
79085
|
-
"reflects": true,
|
|
79086
78781
|
"inheritedFrom": {
|
|
79087
|
-
"name": "
|
|
79088
|
-
"module": "core/base-elements/
|
|
78782
|
+
"name": "SbbButtonBaseElement",
|
|
78783
|
+
"module": "core/base-elements/button-base-element.js"
|
|
79089
78784
|
}
|
|
79090
78785
|
},
|
|
79091
78786
|
{
|
|
79092
78787
|
"kind": "field",
|
|
79093
|
-
"name": "
|
|
78788
|
+
"name": "_handleButtonClick",
|
|
78789
|
+
"privacy": "private",
|
|
78790
|
+
"inheritedFrom": {
|
|
78791
|
+
"name": "SbbButtonBaseElement",
|
|
78792
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78793
|
+
}
|
|
78794
|
+
},
|
|
78795
|
+
{
|
|
78796
|
+
"kind": "method",
|
|
78797
|
+
"name": "_requestSubmit",
|
|
78798
|
+
"privacy": "private",
|
|
78799
|
+
"return": {
|
|
78800
|
+
"type": {
|
|
78801
|
+
"text": "void"
|
|
78802
|
+
}
|
|
78803
|
+
},
|
|
78804
|
+
"parameters": [
|
|
78805
|
+
{
|
|
78806
|
+
"name": "form",
|
|
78807
|
+
"type": {
|
|
78808
|
+
"text": "HTMLFormElement"
|
|
78809
|
+
}
|
|
78810
|
+
}
|
|
78811
|
+
],
|
|
78812
|
+
"inheritedFrom": {
|
|
78813
|
+
"name": "SbbButtonBaseElement",
|
|
78814
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78815
|
+
}
|
|
78816
|
+
},
|
|
78817
|
+
{
|
|
78818
|
+
"kind": "field",
|
|
78819
|
+
"name": "_formKeyDown",
|
|
78820
|
+
"privacy": "private",
|
|
78821
|
+
"inheritedFrom": {
|
|
78822
|
+
"name": "SbbButtonBaseElement",
|
|
78823
|
+
"module": "core/base-elements/button-base-element.js"
|
|
78824
|
+
}
|
|
78825
|
+
},
|
|
78826
|
+
{
|
|
78827
|
+
"kind": "field",
|
|
78828
|
+
"name": "formAssociated",
|
|
79094
78829
|
"type": {
|
|
79095
78830
|
"text": "boolean"
|
|
79096
78831
|
},
|
|
79097
78832
|
"privacy": "public",
|
|
79098
|
-
"
|
|
79099
|
-
"
|
|
79100
|
-
"attribute": "download",
|
|
79101
|
-
"reflects": true,
|
|
78833
|
+
"static": true,
|
|
78834
|
+
"default": "true",
|
|
79102
78835
|
"inheritedFrom": {
|
|
79103
|
-
"name": "
|
|
79104
|
-
"module": "core/
|
|
78836
|
+
"name": "SbbFormAssociatedMixin",
|
|
78837
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79105
78838
|
}
|
|
79106
78839
|
},
|
|
79107
78840
|
{
|
|
79108
78841
|
"kind": "field",
|
|
79109
|
-
"name": "
|
|
78842
|
+
"name": "name",
|
|
78843
|
+
"privacy": "public",
|
|
78844
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
79110
78845
|
"type": {
|
|
79111
78846
|
"text": "string"
|
|
79112
78847
|
},
|
|
78848
|
+
"attribute": "name",
|
|
78849
|
+
"inheritedFrom": {
|
|
78850
|
+
"name": "SbbFormAssociatedMixin",
|
|
78851
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
78852
|
+
}
|
|
78853
|
+
},
|
|
78854
|
+
{
|
|
78855
|
+
"kind": "field",
|
|
78856
|
+
"name": "validity",
|
|
78857
|
+
"type": {
|
|
78858
|
+
"text": "ValidityState"
|
|
78859
|
+
},
|
|
79113
78860
|
"privacy": "public",
|
|
79114
|
-
"
|
|
79115
|
-
"
|
|
79116
|
-
"attribute": "accessibility-label",
|
|
78861
|
+
"description": "Returns the ValidityState object for this element.",
|
|
78862
|
+
"readonly": true,
|
|
79117
78863
|
"inheritedFrom": {
|
|
79118
|
-
"name": "
|
|
79119
|
-
"module": "core/
|
|
78864
|
+
"name": "SbbFormAssociatedMixin",
|
|
78865
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79120
78866
|
}
|
|
79121
78867
|
},
|
|
79122
78868
|
{
|
|
79123
78869
|
"kind": "field",
|
|
79124
|
-
"name": "
|
|
78870
|
+
"name": "validationMessage",
|
|
79125
78871
|
"type": {
|
|
79126
78872
|
"text": "string"
|
|
79127
78873
|
},
|
|
79128
78874
|
"privacy": "public",
|
|
79129
|
-
"
|
|
79130
|
-
"
|
|
79131
|
-
"attribute": "accessibility-current",
|
|
78875
|
+
"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.",
|
|
78876
|
+
"readonly": true,
|
|
79132
78877
|
"inheritedFrom": {
|
|
79133
|
-
"name": "
|
|
79134
|
-
"module": "core/
|
|
78878
|
+
"name": "SbbFormAssociatedMixin",
|
|
78879
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79135
78880
|
}
|
|
79136
78881
|
},
|
|
79137
78882
|
{
|
|
79138
78883
|
"kind": "field",
|
|
79139
|
-
"name": "
|
|
79140
|
-
"
|
|
79141
|
-
|
|
78884
|
+
"name": "willValidate",
|
|
78885
|
+
"type": {
|
|
78886
|
+
"text": "boolean"
|
|
78887
|
+
},
|
|
78888
|
+
"privacy": "public",
|
|
78889
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
78890
|
+
"readonly": true,
|
|
79142
78891
|
"inheritedFrom": {
|
|
79143
|
-
"name": "
|
|
79144
|
-
"module": "core/
|
|
78892
|
+
"name": "SbbFormAssociatedMixin",
|
|
78893
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79145
78894
|
}
|
|
79146
78895
|
},
|
|
79147
78896
|
{
|
|
79148
78897
|
"kind": "field",
|
|
79149
|
-
"name": "
|
|
78898
|
+
"name": "_validityStates",
|
|
78899
|
+
"privacy": "private",
|
|
78900
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
78901
|
+
"inheritedFrom": {
|
|
78902
|
+
"name": "SbbFormAssociatedMixin",
|
|
78903
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
78904
|
+
}
|
|
78905
|
+
},
|
|
78906
|
+
{
|
|
78907
|
+
"kind": "field",
|
|
78908
|
+
"name": "formDisabled",
|
|
79150
78909
|
"type": {
|
|
79151
|
-
"text": "
|
|
78910
|
+
"text": "boolean"
|
|
79152
78911
|
},
|
|
79153
78912
|
"privacy": "protected",
|
|
79154
|
-
"
|
|
79155
|
-
"
|
|
78913
|
+
"default": "false",
|
|
78914
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
79156
78915
|
"inheritedFrom": {
|
|
79157
|
-
"name": "
|
|
79158
|
-
"module": "core/
|
|
78916
|
+
"name": "SbbFormAssociatedMixin",
|
|
78917
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79159
78918
|
}
|
|
79160
78919
|
},
|
|
79161
78920
|
{
|
|
79162
|
-
"kind": "
|
|
79163
|
-
"name": "
|
|
78921
|
+
"kind": "method",
|
|
78922
|
+
"name": "checkValidity",
|
|
78923
|
+
"privacy": "public",
|
|
78924
|
+
"return": {
|
|
78925
|
+
"type": {
|
|
78926
|
+
"text": "boolean"
|
|
78927
|
+
}
|
|
78928
|
+
},
|
|
78929
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
78930
|
+
"inheritedFrom": {
|
|
78931
|
+
"name": "SbbFormAssociatedMixin",
|
|
78932
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
78933
|
+
}
|
|
78934
|
+
},
|
|
78935
|
+
{
|
|
78936
|
+
"kind": "method",
|
|
78937
|
+
"name": "reportValidity",
|
|
78938
|
+
"privacy": "public",
|
|
78939
|
+
"return": {
|
|
78940
|
+
"type": {
|
|
78941
|
+
"text": "boolean"
|
|
78942
|
+
}
|
|
78943
|
+
},
|
|
78944
|
+
"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.",
|
|
78945
|
+
"inheritedFrom": {
|
|
78946
|
+
"name": "SbbFormAssociatedMixin",
|
|
78947
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
78948
|
+
}
|
|
78949
|
+
},
|
|
78950
|
+
{
|
|
78951
|
+
"kind": "method",
|
|
78952
|
+
"name": "setCustomValidity",
|
|
78953
|
+
"privacy": "public",
|
|
78954
|
+
"return": {
|
|
78955
|
+
"type": {
|
|
78956
|
+
"text": "void"
|
|
78957
|
+
}
|
|
78958
|
+
},
|
|
78959
|
+
"parameters": [
|
|
78960
|
+
{
|
|
78961
|
+
"name": "message",
|
|
78962
|
+
"type": {
|
|
78963
|
+
"text": "string"
|
|
78964
|
+
}
|
|
78965
|
+
}
|
|
78966
|
+
],
|
|
78967
|
+
"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.",
|
|
78968
|
+
"inheritedFrom": {
|
|
78969
|
+
"name": "SbbFormAssociatedMixin",
|
|
78970
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
78971
|
+
}
|
|
78972
|
+
},
|
|
78973
|
+
{
|
|
78974
|
+
"kind": "method",
|
|
78975
|
+
"name": "_hasDisabledAncestor",
|
|
79164
78976
|
"privacy": "private",
|
|
78977
|
+
"return": {
|
|
78978
|
+
"type": {
|
|
78979
|
+
"text": "boolean"
|
|
78980
|
+
}
|
|
78981
|
+
},
|
|
79165
78982
|
"inheritedFrom": {
|
|
79166
|
-
"name": "
|
|
79167
|
-
"module": "core/
|
|
78983
|
+
"name": "SbbFormAssociatedMixin",
|
|
78984
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79168
78985
|
}
|
|
79169
78986
|
},
|
|
79170
78987
|
{
|
|
79171
78988
|
"kind": "method",
|
|
79172
|
-
"name": "
|
|
78989
|
+
"name": "updateFormValue",
|
|
79173
78990
|
"privacy": "protected",
|
|
79174
78991
|
"return": {
|
|
79175
78992
|
"type": {
|
|
79176
|
-
"text": "
|
|
78993
|
+
"text": "void"
|
|
78994
|
+
}
|
|
78995
|
+
},
|
|
78996
|
+
"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",
|
|
78997
|
+
"inheritedFrom": {
|
|
78998
|
+
"name": "SbbFormAssociatedMixin",
|
|
78999
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79000
|
+
}
|
|
79001
|
+
},
|
|
79002
|
+
{
|
|
79003
|
+
"kind": "method",
|
|
79004
|
+
"name": "formState",
|
|
79005
|
+
"privacy": "protected",
|
|
79006
|
+
"return": {
|
|
79007
|
+
"type": {
|
|
79008
|
+
"text": "FormRestoreState"
|
|
79009
|
+
}
|
|
79010
|
+
},
|
|
79011
|
+
"inheritedFrom": {
|
|
79012
|
+
"name": "SbbFormAssociatedMixin",
|
|
79013
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79014
|
+
}
|
|
79015
|
+
},
|
|
79016
|
+
{
|
|
79017
|
+
"kind": "method",
|
|
79018
|
+
"name": "setValidityFlag",
|
|
79019
|
+
"privacy": "protected",
|
|
79020
|
+
"return": {
|
|
79021
|
+
"type": {
|
|
79022
|
+
"text": "void"
|
|
79177
79023
|
}
|
|
79178
79024
|
},
|
|
79179
79025
|
"parameters": [
|
|
79180
79026
|
{
|
|
79181
|
-
"name": "
|
|
79027
|
+
"name": "flag",
|
|
79182
79028
|
"type": {
|
|
79183
|
-
"text": "
|
|
79029
|
+
"text": "T"
|
|
79030
|
+
}
|
|
79031
|
+
},
|
|
79032
|
+
{
|
|
79033
|
+
"name": "message",
|
|
79034
|
+
"type": {
|
|
79035
|
+
"text": "string"
|
|
79036
|
+
}
|
|
79037
|
+
},
|
|
79038
|
+
{
|
|
79039
|
+
"name": "flagValue",
|
|
79040
|
+
"optional": true,
|
|
79041
|
+
"type": {
|
|
79042
|
+
"text": "ValidityStateFlags[T]"
|
|
79184
79043
|
}
|
|
79185
79044
|
}
|
|
79186
79045
|
],
|
|
79046
|
+
"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).",
|
|
79187
79047
|
"inheritedFrom": {
|
|
79188
|
-
"name": "
|
|
79189
|
-
"module": "core/
|
|
79048
|
+
"name": "SbbFormAssociatedMixin",
|
|
79049
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79050
|
+
}
|
|
79051
|
+
},
|
|
79052
|
+
{
|
|
79053
|
+
"kind": "method",
|
|
79054
|
+
"name": "removeValidityFlag",
|
|
79055
|
+
"privacy": "protected",
|
|
79056
|
+
"return": {
|
|
79057
|
+
"type": {
|
|
79058
|
+
"text": "void"
|
|
79059
|
+
}
|
|
79060
|
+
},
|
|
79061
|
+
"parameters": [
|
|
79062
|
+
{
|
|
79063
|
+
"name": "flag",
|
|
79064
|
+
"type": {
|
|
79065
|
+
"text": "T"
|
|
79066
|
+
}
|
|
79067
|
+
}
|
|
79068
|
+
],
|
|
79069
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
79070
|
+
"inheritedFrom": {
|
|
79071
|
+
"name": "SbbFormAssociatedMixin",
|
|
79072
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79073
|
+
}
|
|
79074
|
+
},
|
|
79075
|
+
{
|
|
79076
|
+
"kind": "method",
|
|
79077
|
+
"name": "validate",
|
|
79078
|
+
"privacy": "protected",
|
|
79079
|
+
"return": {
|
|
79080
|
+
"type": {
|
|
79081
|
+
"text": "void"
|
|
79082
|
+
}
|
|
79083
|
+
},
|
|
79084
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
79085
|
+
"inheritedFrom": {
|
|
79086
|
+
"name": "SbbFormAssociatedMixin",
|
|
79087
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79088
|
+
}
|
|
79089
|
+
},
|
|
79090
|
+
{
|
|
79091
|
+
"kind": "method",
|
|
79092
|
+
"name": "shouldValidate",
|
|
79093
|
+
"privacy": "protected",
|
|
79094
|
+
"return": {
|
|
79095
|
+
"type": {
|
|
79096
|
+
"text": "boolean"
|
|
79097
|
+
}
|
|
79098
|
+
},
|
|
79099
|
+
"parameters": [
|
|
79100
|
+
{
|
|
79101
|
+
"name": "name",
|
|
79102
|
+
"type": {
|
|
79103
|
+
"text": "PropertyKey | undefined"
|
|
79104
|
+
}
|
|
79105
|
+
}
|
|
79106
|
+
],
|
|
79107
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
79108
|
+
"inheritedFrom": {
|
|
79109
|
+
"name": "SbbFormAssociatedMixin",
|
|
79110
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79111
|
+
}
|
|
79112
|
+
},
|
|
79113
|
+
{
|
|
79114
|
+
"kind": "method",
|
|
79115
|
+
"name": "_setInternalValidity",
|
|
79116
|
+
"privacy": "private",
|
|
79117
|
+
"return": {
|
|
79118
|
+
"type": {
|
|
79119
|
+
"text": "void"
|
|
79120
|
+
}
|
|
79121
|
+
},
|
|
79122
|
+
"inheritedFrom": {
|
|
79123
|
+
"name": "SbbFormAssociatedMixin",
|
|
79124
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
79125
|
+
}
|
|
79126
|
+
},
|
|
79127
|
+
{
|
|
79128
|
+
"kind": "field",
|
|
79129
|
+
"name": "role",
|
|
79130
|
+
"type": {
|
|
79131
|
+
"text": "ElementInternals['role']"
|
|
79132
|
+
},
|
|
79133
|
+
"privacy": "public",
|
|
79134
|
+
"static": true,
|
|
79135
|
+
"readonly": true,
|
|
79136
|
+
"default": "'button'",
|
|
79137
|
+
"inheritedFrom": {
|
|
79138
|
+
"name": "SbbButtonLikeBaseElement",
|
|
79139
|
+
"module": "core/base-elements/button-base-element.js"
|
|
79140
|
+
}
|
|
79141
|
+
},
|
|
79142
|
+
{
|
|
79143
|
+
"kind": "field",
|
|
79144
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
79145
|
+
"privacy": "private",
|
|
79146
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
79147
|
+
"parameters": [
|
|
79148
|
+
{
|
|
79149
|
+
"description": "The origin event.",
|
|
79150
|
+
"name": "event"
|
|
79151
|
+
}
|
|
79152
|
+
],
|
|
79153
|
+
"inheritedFrom": {
|
|
79154
|
+
"name": "SbbButtonLikeBaseElement",
|
|
79155
|
+
"module": "core/base-elements/button-base-element.js"
|
|
79156
|
+
}
|
|
79157
|
+
},
|
|
79158
|
+
{
|
|
79159
|
+
"kind": "field",
|
|
79160
|
+
"name": "_removeActiveMarker",
|
|
79161
|
+
"privacy": "private",
|
|
79162
|
+
"inheritedFrom": {
|
|
79163
|
+
"name": "SbbButtonLikeBaseElement",
|
|
79164
|
+
"module": "core/base-elements/button-base-element.js"
|
|
79165
|
+
}
|
|
79166
|
+
},
|
|
79167
|
+
{
|
|
79168
|
+
"kind": "field",
|
|
79169
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
79170
|
+
"privacy": "private",
|
|
79171
|
+
"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.",
|
|
79172
|
+
"parameters": [
|
|
79173
|
+
{
|
|
79174
|
+
"description": "The origin event.",
|
|
79175
|
+
"name": "event"
|
|
79176
|
+
}
|
|
79177
|
+
],
|
|
79178
|
+
"inheritedFrom": {
|
|
79179
|
+
"name": "SbbButtonLikeBaseElement",
|
|
79180
|
+
"module": "core/base-elements/button-base-element.js"
|
|
79181
|
+
}
|
|
79182
|
+
},
|
|
79183
|
+
{
|
|
79184
|
+
"kind": "field",
|
|
79185
|
+
"name": "_dispatchClickEvent",
|
|
79186
|
+
"privacy": "private",
|
|
79187
|
+
"inheritedFrom": {
|
|
79188
|
+
"name": "SbbButtonLikeBaseElement",
|
|
79189
|
+
"module": "core/base-elements/button-base-element.js"
|
|
79190
79190
|
}
|
|
79191
79191
|
},
|
|
79192
79192
|
{
|
|
@@ -79264,18 +79264,18 @@
|
|
|
79264
79264
|
"exports": [
|
|
79265
79265
|
{
|
|
79266
79266
|
"kind": "js",
|
|
79267
|
-
"name": "
|
|
79267
|
+
"name": "SbbBlockLinkButtonElement",
|
|
79268
79268
|
"declaration": {
|
|
79269
|
-
"name": "
|
|
79270
|
-
"module": "link/block-link/block-link.component.js"
|
|
79269
|
+
"name": "SbbBlockLinkButtonElement",
|
|
79270
|
+
"module": "link/block-link-button/block-link-button.component.js"
|
|
79271
79271
|
}
|
|
79272
79272
|
},
|
|
79273
79273
|
{
|
|
79274
79274
|
"kind": "custom-element-definition",
|
|
79275
|
-
"name": "sbb-block-link",
|
|
79275
|
+
"name": "sbb-block-link-button",
|
|
79276
79276
|
"declaration": {
|
|
79277
|
-
"name": "
|
|
79278
|
-
"module": "link/block-link/block-link.component.js"
|
|
79277
|
+
"name": "SbbBlockLinkButtonElement",
|
|
79278
|
+
"module": "link/block-link-button/block-link-button.component.js"
|
|
79279
79279
|
}
|
|
79280
79280
|
}
|
|
79281
79281
|
]
|