@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1776928791 → 5.0.0-next-dev.1776937430
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +553 -553
- package/development/block-link-common-qMULXu4g.js +1 -1
- package/development/breadcrumb-group.component-BC1mWiQE.js +1 -1
- package/development/button-common-ChY47M8t.js +1 -1
- package/development/calendar-cell-base-element-DDNYX7UQ.js +1 -1
- package/development/calendar.component-B5dz7mau.js +1 -1
- package/development/card-action-common-HYrFMTkA.js +1 -1
- package/development/carousel-list.component-z40-4ANn.js +1 -1
- package/development/carousel.component-BHYBvOm7.js +1 -1
- package/development/checkbox-common-DOoEKgML.js +1 -1
- package/development/checkbox-group/checkbox-group.component.js +1 -1
- package/development/chip-group.component-B4Mjcep2.js +1 -1
- package/development/core/a11y/input-modality-detector.js +1 -1
- package/development/core/base-elements/element.js +1 -1
- package/development/core/controllers/media-matchers-controller.js +1 -1
- package/development/core/datetime/date-adapter.js +1 -1
- package/development/core/datetime/native-date-adapter.js +1 -1
- package/development/core/datetime/temporal-date-adapter.js +1 -1
- package/development/core/mixins/disabled-mixin.js +1 -1
- package/development/core/mixins/form-associated-checkbox-mixin.js +1 -1
- package/development/core/mixins/form-associated-input-mixin.js +1 -1
- package/development/core/mixins/form-associated-mixin.js +1 -1
- package/development/core/mixins/form-associated-radio-button-mixin.js +1 -1
- package/development/core/mixins/named-slot-list-mixin.js +1 -1
- package/development/core/mixins/negative-mixin.js +1 -1
- package/development/core/mixins/readonly-mixin.js +1 -1
- package/development/core/mixins/required-mixin.js +1 -1
- package/development/core/testing/event-spy.js +1 -1
- package/development/datepicker-button-BI5R118p.js +1 -1
- package/development/file-selector-common-DE_jT1fa.js +1 -1
- package/development/header-action-common-BEnsweEr.js +1 -1
- package/development/icon/icon-name-mixin.js +1 -1
- package/development/image.component-BuAPmhIt.js +1 -1
- package/development/link-list-base-B7vidwUW.js +1 -1
- package/development/mini-calendar.component-Ddxgy4Tj.js +1 -1
- package/development/navigation-action-common-B2soWZWW.js +1 -1
- package/development/navigation-section.component-VwCJlOfE.js +1 -1
- package/development/navigation.component-lgvLMF5e.js +1 -1
- package/development/option/option/option-base-element.js +1 -1
- package/development/paginator/common/paginator-common.js +1 -1
- package/development/panel-mixin-CKHxLmjh.js +1 -1
- package/development/popover.component-C-zVDwjc.js +1 -1
- package/development/radio-button-common-ZMs5IFm2.js +1 -1
- package/development/radio-button-panel/radio-button-panel.component.js +1 -1
- package/development/sidebar-container.component-CC9TtB6I.js +1 -1
- package/development/sidebar.component-zMWbdz0h.js +1 -1
- package/development/stepper.component-BTwJttZt.js +1 -1
- package/development/sticky-bar.component-MMBSPa2B.js +1 -1
- package/development/tab-group.component-DX7BY7Xy.js +1 -1
- package/development/teaser-product-common-DasV_SDa.js +1 -1
- package/development/time-input.component-x-QOtbwE.js +1 -1
- package/development/toggle.component-CQYpVyvs.js +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -120834,20 +120834,51 @@
|
|
|
120834
120834
|
},
|
|
120835
120835
|
{
|
|
120836
120836
|
"kind": "javascript-module",
|
|
120837
|
-
"path": "link/
|
|
120837
|
+
"path": "link/block-link-static/block-link-static.component.js",
|
|
120838
120838
|
"declarations": [
|
|
120839
120839
|
{
|
|
120840
120840
|
"kind": "class",
|
|
120841
|
-
"description": "",
|
|
120842
|
-
"name": "
|
|
120841
|
+
"description": "It displays a static link enhanced with the SBB Design.",
|
|
120842
|
+
"name": "SbbBlockLinkStaticElement",
|
|
120843
|
+
"slots": [
|
|
120844
|
+
{
|
|
120845
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
120846
|
+
"name": ""
|
|
120847
|
+
},
|
|
120848
|
+
{
|
|
120849
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
120850
|
+
"name": "icon"
|
|
120851
|
+
}
|
|
120852
|
+
],
|
|
120843
120853
|
"members": [
|
|
120844
120854
|
{
|
|
120845
120855
|
"kind": "field",
|
|
120846
|
-
"name": "
|
|
120856
|
+
"name": "elementName",
|
|
120847
120857
|
"type": {
|
|
120848
|
-
"text": "
|
|
120858
|
+
"text": "string"
|
|
120849
120859
|
},
|
|
120850
|
-
"privacy": "public"
|
|
120860
|
+
"privacy": "public",
|
|
120861
|
+
"static": true,
|
|
120862
|
+
"readonly": true,
|
|
120863
|
+
"inheritedFrom": {
|
|
120864
|
+
"name": "SbbElement",
|
|
120865
|
+
"module": "core/base-elements/element.js"
|
|
120866
|
+
},
|
|
120867
|
+
"default": "'sbb-block-link-static'"
|
|
120868
|
+
},
|
|
120869
|
+
{
|
|
120870
|
+
"kind": "field",
|
|
120871
|
+
"name": "styles",
|
|
120872
|
+
"type": {
|
|
120873
|
+
"text": "CSSResultGroup"
|
|
120874
|
+
},
|
|
120875
|
+
"privacy": "public",
|
|
120876
|
+
"static": true,
|
|
120877
|
+
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
120878
|
+
"inheritedFrom": {
|
|
120879
|
+
"name": "SbbLinkCommonElementMixin",
|
|
120880
|
+
"module": "link/common/link-common.js"
|
|
120881
|
+
}
|
|
120851
120882
|
},
|
|
120852
120883
|
{
|
|
120853
120884
|
"kind": "field",
|
|
@@ -120855,20 +120886,30 @@
|
|
|
120855
120886
|
"type": {
|
|
120856
120887
|
"text": "SbbLinkSize"
|
|
120857
120888
|
},
|
|
120858
|
-
"privacy": "public"
|
|
120889
|
+
"privacy": "public",
|
|
120890
|
+
"description": "Size variant, either xs, s or m.",
|
|
120891
|
+
"default": "'s' / 'xs' (lean)",
|
|
120892
|
+
"attribute": "size",
|
|
120893
|
+
"reflects": true,
|
|
120894
|
+
"inheritedFrom": {
|
|
120895
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
120896
|
+
"module": "link/common/block-link-common.js"
|
|
120897
|
+
}
|
|
120859
120898
|
},
|
|
120860
120899
|
{
|
|
120861
120900
|
"kind": "field",
|
|
120862
|
-
"name": "
|
|
120901
|
+
"name": "iconPlacement",
|
|
120863
120902
|
"type": {
|
|
120864
|
-
"text": "
|
|
120903
|
+
"text": "SbbIconPlacement"
|
|
120865
120904
|
},
|
|
120866
120905
|
"privacy": "public",
|
|
120867
|
-
"
|
|
120868
|
-
"
|
|
120906
|
+
"default": "'start'",
|
|
120907
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
120908
|
+
"attribute": "icon-placement",
|
|
120909
|
+
"reflects": true,
|
|
120869
120910
|
"inheritedFrom": {
|
|
120870
|
-
"name": "
|
|
120871
|
-
"module": "link/common/link-common.js"
|
|
120911
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
120912
|
+
"module": "link/common/block-link-common.js"
|
|
120872
120913
|
}
|
|
120873
120914
|
},
|
|
120874
120915
|
{
|
|
@@ -120886,22 +120927,6 @@
|
|
|
120886
120927
|
"module": "core/base-elements/action-base-element.js"
|
|
120887
120928
|
}
|
|
120888
120929
|
},
|
|
120889
|
-
{
|
|
120890
|
-
"kind": "field",
|
|
120891
|
-
"name": "negative",
|
|
120892
|
-
"type": {
|
|
120893
|
-
"text": "boolean"
|
|
120894
|
-
},
|
|
120895
|
-
"privacy": "public",
|
|
120896
|
-
"default": "false",
|
|
120897
|
-
"description": "Negative coloring variant flag.",
|
|
120898
|
-
"attribute": "negative",
|
|
120899
|
-
"reflects": true,
|
|
120900
|
-
"inheritedFrom": {
|
|
120901
|
-
"name": "SbbNegativeMixin",
|
|
120902
|
-
"module": "core/mixins/negative-mixin.js"
|
|
120903
|
-
}
|
|
120904
|
-
},
|
|
120905
120930
|
{
|
|
120906
120931
|
"kind": "field",
|
|
120907
120932
|
"name": "elementDependencies",
|
|
@@ -120982,6 +121007,50 @@
|
|
|
120982
121007
|
"module": "icon/icon-name-mixin.js"
|
|
120983
121008
|
}
|
|
120984
121009
|
},
|
|
121010
|
+
{
|
|
121011
|
+
"kind": "field",
|
|
121012
|
+
"name": "disabled",
|
|
121013
|
+
"privacy": "public",
|
|
121014
|
+
"description": "Whether the component is disabled.",
|
|
121015
|
+
"default": "false",
|
|
121016
|
+
"type": {
|
|
121017
|
+
"text": "boolean"
|
|
121018
|
+
},
|
|
121019
|
+
"attribute": "disabled",
|
|
121020
|
+
"reflects": true,
|
|
121021
|
+
"inheritedFrom": {
|
|
121022
|
+
"name": "SbbDisabledMixin",
|
|
121023
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
121024
|
+
}
|
|
121025
|
+
},
|
|
121026
|
+
{
|
|
121027
|
+
"kind": "field",
|
|
121028
|
+
"name": "#disabled",
|
|
121029
|
+
"privacy": "private",
|
|
121030
|
+
"type": {
|
|
121031
|
+
"text": "boolean"
|
|
121032
|
+
},
|
|
121033
|
+
"default": "false",
|
|
121034
|
+
"inheritedFrom": {
|
|
121035
|
+
"name": "SbbDisabledMixin",
|
|
121036
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
121037
|
+
}
|
|
121038
|
+
},
|
|
121039
|
+
{
|
|
121040
|
+
"kind": "method",
|
|
121041
|
+
"name": "isDisabledExternally",
|
|
121042
|
+
"privacy": "protected",
|
|
121043
|
+
"return": {
|
|
121044
|
+
"type": {
|
|
121045
|
+
"text": "boolean"
|
|
121046
|
+
}
|
|
121047
|
+
},
|
|
121048
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
121049
|
+
"inheritedFrom": {
|
|
121050
|
+
"name": "SbbDisabledMixin",
|
|
121051
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
121052
|
+
}
|
|
121053
|
+
},
|
|
120985
121054
|
{
|
|
120986
121055
|
"kind": "field",
|
|
120987
121056
|
"name": "maybeDisabled",
|
|
@@ -121036,20 +121105,6 @@
|
|
|
121036
121105
|
"module": "core/base-elements/element.js"
|
|
121037
121106
|
}
|
|
121038
121107
|
},
|
|
121039
|
-
{
|
|
121040
|
-
"kind": "field",
|
|
121041
|
-
"name": "elementName",
|
|
121042
|
-
"type": {
|
|
121043
|
-
"text": "string"
|
|
121044
|
-
},
|
|
121045
|
-
"privacy": "public",
|
|
121046
|
-
"static": true,
|
|
121047
|
-
"readonly": true,
|
|
121048
|
-
"inheritedFrom": {
|
|
121049
|
-
"name": "SbbElement",
|
|
121050
|
-
"module": "core/base-elements/element.js"
|
|
121051
|
-
}
|
|
121052
|
-
},
|
|
121053
121108
|
{
|
|
121054
121109
|
"kind": "field",
|
|
121055
121110
|
"name": "role",
|
|
@@ -121285,30 +121340,45 @@
|
|
|
121285
121340
|
],
|
|
121286
121341
|
"mixins": [
|
|
121287
121342
|
{
|
|
121288
|
-
"name": "
|
|
121289
|
-
"module": "link/common/link-common.js"
|
|
121343
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
121344
|
+
"module": "link/common/block-link-common.js"
|
|
121290
121345
|
},
|
|
121291
121346
|
{
|
|
121292
|
-
"name": "
|
|
121293
|
-
"module": "
|
|
121347
|
+
"name": "SbbDisabledMixin",
|
|
121348
|
+
"module": "core.js"
|
|
121294
121349
|
}
|
|
121295
121350
|
],
|
|
121296
121351
|
"superclass": {
|
|
121297
121352
|
"name": "SbbActionBaseElement",
|
|
121298
121353
|
"module": "core.js"
|
|
121299
121354
|
},
|
|
121355
|
+
"tagName": "sbb-block-link-static",
|
|
121356
|
+
"customElement": true,
|
|
121300
121357
|
"attributes": [
|
|
121301
121358
|
{
|
|
121302
|
-
"name": "
|
|
121359
|
+
"name": "size",
|
|
121303
121360
|
"type": {
|
|
121304
|
-
"text": "
|
|
121361
|
+
"text": "SbbLinkSize"
|
|
121305
121362
|
},
|
|
121306
|
-
"
|
|
121307
|
-
"
|
|
121308
|
-
"fieldName": "
|
|
121363
|
+
"description": "Size variant, either xs, s or m.",
|
|
121364
|
+
"default": "'s' / 'xs' (lean)",
|
|
121365
|
+
"fieldName": "size",
|
|
121309
121366
|
"inheritedFrom": {
|
|
121310
|
-
"name": "
|
|
121311
|
-
"module": "
|
|
121367
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
121368
|
+
"module": "link/common/block-link-common.js"
|
|
121369
|
+
}
|
|
121370
|
+
},
|
|
121371
|
+
{
|
|
121372
|
+
"name": "icon-placement",
|
|
121373
|
+
"type": {
|
|
121374
|
+
"text": "SbbIconPlacement"
|
|
121375
|
+
},
|
|
121376
|
+
"default": "'start'",
|
|
121377
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
121378
|
+
"fieldName": "iconPlacement",
|
|
121379
|
+
"inheritedFrom": {
|
|
121380
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
121381
|
+
"module": "link/common/block-link-common.js"
|
|
121312
121382
|
}
|
|
121313
121383
|
},
|
|
121314
121384
|
{
|
|
@@ -121323,27 +121393,50 @@
|
|
|
121323
121393
|
"name": "SbbIconNameMixin",
|
|
121324
121394
|
"module": "icon/icon-name-mixin.js"
|
|
121325
121395
|
}
|
|
121396
|
+
},
|
|
121397
|
+
{
|
|
121398
|
+
"name": "disabled",
|
|
121399
|
+
"description": "Whether the component is disabled.",
|
|
121400
|
+
"default": "false",
|
|
121401
|
+
"type": {
|
|
121402
|
+
"text": "boolean"
|
|
121403
|
+
},
|
|
121404
|
+
"fieldName": "disabled",
|
|
121405
|
+
"inheritedFrom": {
|
|
121406
|
+
"name": "SbbDisabledMixin",
|
|
121407
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
121408
|
+
}
|
|
121326
121409
|
}
|
|
121327
121410
|
]
|
|
121328
|
-
}
|
|
121411
|
+
}
|
|
121412
|
+
],
|
|
121413
|
+
"exports": [
|
|
121329
121414
|
{
|
|
121330
|
-
"kind": "
|
|
121415
|
+
"kind": "js",
|
|
121416
|
+
"name": "SbbBlockLinkStaticElement",
|
|
121417
|
+
"declaration": {
|
|
121418
|
+
"name": "SbbBlockLinkStaticElement",
|
|
121419
|
+
"module": "link/block-link-static/block-link-static.component.js"
|
|
121420
|
+
}
|
|
121421
|
+
}
|
|
121422
|
+
]
|
|
121423
|
+
},
|
|
121424
|
+
{
|
|
121425
|
+
"kind": "javascript-module",
|
|
121426
|
+
"path": "link/common/block-link-common.js",
|
|
121427
|
+
"declarations": [
|
|
121428
|
+
{
|
|
121429
|
+
"kind": "class",
|
|
121331
121430
|
"description": "",
|
|
121332
|
-
"name": "
|
|
121431
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
121333
121432
|
"members": [
|
|
121334
121433
|
{
|
|
121335
121434
|
"kind": "field",
|
|
121336
|
-
"name": "
|
|
121435
|
+
"name": "iconPlacement",
|
|
121337
121436
|
"type": {
|
|
121338
|
-
"text": "
|
|
121437
|
+
"text": "SbbIconPlacement"
|
|
121339
121438
|
},
|
|
121340
|
-
"privacy": "public"
|
|
121341
|
-
"static": true,
|
|
121342
|
-
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
121343
|
-
"inheritedFrom": {
|
|
121344
|
-
"name": "SbbLinkCommonElementMixin",
|
|
121345
|
-
"module": "link/common/link-common.js"
|
|
121346
|
-
}
|
|
121439
|
+
"privacy": "public"
|
|
121347
121440
|
},
|
|
121348
121441
|
{
|
|
121349
121442
|
"kind": "field",
|
|
@@ -121351,23 +121444,21 @@
|
|
|
121351
121444
|
"type": {
|
|
121352
121445
|
"text": "SbbLinkSize"
|
|
121353
121446
|
},
|
|
121354
|
-
"privacy": "public"
|
|
121355
|
-
"description": "Size variant, either xs, s or m.",
|
|
121356
|
-
"default": "'s' / 'xs' (lean)",
|
|
121357
|
-
"attribute": "size",
|
|
121358
|
-
"reflects": true
|
|
121447
|
+
"privacy": "public"
|
|
121359
121448
|
},
|
|
121360
121449
|
{
|
|
121361
121450
|
"kind": "field",
|
|
121362
|
-
"name": "
|
|
121451
|
+
"name": "styles",
|
|
121363
121452
|
"type": {
|
|
121364
|
-
"text": "
|
|
121453
|
+
"text": "CSSResultGroup"
|
|
121365
121454
|
},
|
|
121366
121455
|
"privacy": "public",
|
|
121367
|
-
"
|
|
121368
|
-
"
|
|
121369
|
-
"
|
|
121370
|
-
|
|
121456
|
+
"static": true,
|
|
121457
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
121458
|
+
"inheritedFrom": {
|
|
121459
|
+
"name": "SbbLinkCommonElementMixin",
|
|
121460
|
+
"module": "link/common/link-common.js"
|
|
121461
|
+
}
|
|
121371
121462
|
},
|
|
121372
121463
|
{
|
|
121373
121464
|
"kind": "method",
|
|
@@ -121378,9 +121469,10 @@
|
|
|
121378
121469
|
"text": "TemplateResult"
|
|
121379
121470
|
}
|
|
121380
121471
|
},
|
|
121472
|
+
"description": "Override this method to render the component template.",
|
|
121381
121473
|
"inheritedFrom": {
|
|
121382
|
-
"name": "
|
|
121383
|
-
"module": "
|
|
121474
|
+
"name": "SbbActionBaseElement",
|
|
121475
|
+
"module": "core/base-elements/action-base-element.js"
|
|
121384
121476
|
}
|
|
121385
121477
|
},
|
|
121386
121478
|
{
|
|
@@ -121407,13 +121499,13 @@
|
|
|
121407
121499
|
},
|
|
121408
121500
|
"privacy": "public",
|
|
121409
121501
|
"static": true,
|
|
121410
|
-
"default": "[SbbIconElement]",
|
|
121411
121502
|
"inheritedFrom": {
|
|
121412
|
-
"name": "
|
|
121413
|
-
"module": "
|
|
121414
|
-
}
|
|
121415
|
-
|
|
121416
|
-
|
|
121503
|
+
"name": "SbbElement",
|
|
121504
|
+
"module": "core/base-elements/element.js"
|
|
121505
|
+
},
|
|
121506
|
+
"default": "[SbbIconElement]"
|
|
121507
|
+
},
|
|
121508
|
+
{
|
|
121417
121509
|
"kind": "field",
|
|
121418
121510
|
"name": "iconName",
|
|
121419
121511
|
"type": {
|
|
@@ -121478,156 +121570,6 @@
|
|
|
121478
121570
|
"name": "SbbIconNameMixin",
|
|
121479
121571
|
"module": "icon/icon-name-mixin.js"
|
|
121480
121572
|
}
|
|
121481
|
-
}
|
|
121482
|
-
],
|
|
121483
|
-
"attributes": [
|
|
121484
|
-
{
|
|
121485
|
-
"name": "size",
|
|
121486
|
-
"type": {
|
|
121487
|
-
"text": "SbbLinkSize"
|
|
121488
|
-
},
|
|
121489
|
-
"description": "Size variant, either xs, s or m.",
|
|
121490
|
-
"default": "'s' / 'xs' (lean)",
|
|
121491
|
-
"fieldName": "size"
|
|
121492
|
-
},
|
|
121493
|
-
{
|
|
121494
|
-
"name": "icon-placement",
|
|
121495
|
-
"type": {
|
|
121496
|
-
"text": "SbbIconPlacement"
|
|
121497
|
-
},
|
|
121498
|
-
"default": "'start'",
|
|
121499
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
121500
|
-
"fieldName": "iconPlacement"
|
|
121501
|
-
},
|
|
121502
|
-
{
|
|
121503
|
-
"name": "negative",
|
|
121504
|
-
"type": {
|
|
121505
|
-
"text": "boolean"
|
|
121506
|
-
},
|
|
121507
|
-
"default": "false",
|
|
121508
|
-
"description": "Negative coloring variant flag.",
|
|
121509
|
-
"fieldName": "negative",
|
|
121510
|
-
"inheritedFrom": {
|
|
121511
|
-
"name": "SbbNegativeMixin",
|
|
121512
|
-
"module": "core/mixins/negative-mixin.js"
|
|
121513
|
-
}
|
|
121514
|
-
},
|
|
121515
|
-
{
|
|
121516
|
-
"name": "icon-name",
|
|
121517
|
-
"type": {
|
|
121518
|
-
"text": "string"
|
|
121519
|
-
},
|
|
121520
|
-
"default": "''",
|
|
121521
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
121522
|
-
"fieldName": "iconName",
|
|
121523
|
-
"inheritedFrom": {
|
|
121524
|
-
"name": "SbbIconNameMixin",
|
|
121525
|
-
"module": "icon/icon-name-mixin.js"
|
|
121526
|
-
}
|
|
121527
|
-
}
|
|
121528
|
-
],
|
|
121529
|
-
"mixins": [
|
|
121530
|
-
{
|
|
121531
|
-
"name": "SbbLinkCommonElementMixin",
|
|
121532
|
-
"module": "link/common/link-common.js"
|
|
121533
|
-
},
|
|
121534
|
-
{
|
|
121535
|
-
"name": "SbbIconNameMixin",
|
|
121536
|
-
"module": "icon.pure.js"
|
|
121537
|
-
}
|
|
121538
|
-
],
|
|
121539
|
-
"parameters": [
|
|
121540
|
-
{
|
|
121541
|
-
"name": "superClass",
|
|
121542
|
-
"type": {
|
|
121543
|
-
"text": "T"
|
|
121544
|
-
}
|
|
121545
|
-
}
|
|
121546
|
-
]
|
|
121547
|
-
}
|
|
121548
|
-
],
|
|
121549
|
-
"exports": [
|
|
121550
|
-
{
|
|
121551
|
-
"kind": "js",
|
|
121552
|
-
"name": "SbbBlockLinkCommonElementMixinType",
|
|
121553
|
-
"declaration": {
|
|
121554
|
-
"name": "SbbBlockLinkCommonElementMixinType",
|
|
121555
|
-
"module": "link/common/block-link-common.js"
|
|
121556
|
-
}
|
|
121557
|
-
},
|
|
121558
|
-
{
|
|
121559
|
-
"kind": "js",
|
|
121560
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
121561
|
-
"declaration": {
|
|
121562
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
121563
|
-
"module": "link/common/block-link-common.js"
|
|
121564
|
-
}
|
|
121565
|
-
}
|
|
121566
|
-
]
|
|
121567
|
-
},
|
|
121568
|
-
{
|
|
121569
|
-
"kind": "javascript-module",
|
|
121570
|
-
"path": "link/common/inline-link-common.js",
|
|
121571
|
-
"declarations": [
|
|
121572
|
-
{
|
|
121573
|
-
"kind": "class",
|
|
121574
|
-
"description": "",
|
|
121575
|
-
"name": "SbbInlineLinkCommonElementMixinType",
|
|
121576
|
-
"mixins": [
|
|
121577
|
-
{
|
|
121578
|
-
"name": "SbbLinkCommonElementMixin",
|
|
121579
|
-
"module": "link/common/link-common.js"
|
|
121580
|
-
}
|
|
121581
|
-
],
|
|
121582
|
-
"superclass": {
|
|
121583
|
-
"name": "SbbActionBaseElement",
|
|
121584
|
-
"module": "core.js"
|
|
121585
|
-
},
|
|
121586
|
-
"members": [
|
|
121587
|
-
{
|
|
121588
|
-
"kind": "field",
|
|
121589
|
-
"name": "styles",
|
|
121590
|
-
"type": {
|
|
121591
|
-
"text": "CSSResultGroup"
|
|
121592
|
-
},
|
|
121593
|
-
"privacy": "public",
|
|
121594
|
-
"static": true,
|
|
121595
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
121596
|
-
"inheritedFrom": {
|
|
121597
|
-
"name": "SbbLinkCommonElementMixin",
|
|
121598
|
-
"module": "link/common/link-common.js"
|
|
121599
|
-
}
|
|
121600
|
-
},
|
|
121601
|
-
{
|
|
121602
|
-
"kind": "method",
|
|
121603
|
-
"name": "renderTemplate",
|
|
121604
|
-
"privacy": "protected",
|
|
121605
|
-
"return": {
|
|
121606
|
-
"type": {
|
|
121607
|
-
"text": "TemplateResult"
|
|
121608
|
-
}
|
|
121609
|
-
},
|
|
121610
|
-
"description": "Override this method to render the component template.",
|
|
121611
|
-
"inheritedFrom": {
|
|
121612
|
-
"name": "SbbActionBaseElement",
|
|
121613
|
-
"module": "core/base-elements/action-base-element.js"
|
|
121614
|
-
}
|
|
121615
|
-
},
|
|
121616
|
-
{
|
|
121617
|
-
"kind": "field",
|
|
121618
|
-
"name": "negative",
|
|
121619
|
-
"type": {
|
|
121620
|
-
"text": "boolean"
|
|
121621
|
-
},
|
|
121622
|
-
"privacy": "public",
|
|
121623
|
-
"default": "false",
|
|
121624
|
-
"description": "Negative coloring variant flag.",
|
|
121625
|
-
"attribute": "negative",
|
|
121626
|
-
"reflects": true,
|
|
121627
|
-
"inheritedFrom": {
|
|
121628
|
-
"name": "SbbNegativeMixin",
|
|
121629
|
-
"module": "core/mixins/negative-mixin.js"
|
|
121630
|
-
}
|
|
121631
121573
|
},
|
|
121632
121574
|
{
|
|
121633
121575
|
"kind": "field",
|
|
@@ -121697,19 +121639,6 @@
|
|
|
121697
121639
|
"module": "core/base-elements/element.js"
|
|
121698
121640
|
}
|
|
121699
121641
|
},
|
|
121700
|
-
{
|
|
121701
|
-
"kind": "field",
|
|
121702
|
-
"name": "elementDependencies",
|
|
121703
|
-
"type": {
|
|
121704
|
-
"text": "SbbElementType[] | undefined"
|
|
121705
|
-
},
|
|
121706
|
-
"privacy": "public",
|
|
121707
|
-
"static": true,
|
|
121708
|
-
"inheritedFrom": {
|
|
121709
|
-
"name": "SbbElement",
|
|
121710
|
-
"module": "core/base-elements/element.js"
|
|
121711
|
-
}
|
|
121712
|
-
},
|
|
121713
121642
|
{
|
|
121714
121643
|
"kind": "field",
|
|
121715
121644
|
"name": "role",
|
|
@@ -121943,6 +121872,20 @@
|
|
|
121943
121872
|
}
|
|
121944
121873
|
}
|
|
121945
121874
|
],
|
|
121875
|
+
"mixins": [
|
|
121876
|
+
{
|
|
121877
|
+
"name": "SbbLinkCommonElementMixin",
|
|
121878
|
+
"module": "link/common/link-common.js"
|
|
121879
|
+
},
|
|
121880
|
+
{
|
|
121881
|
+
"name": "SbbIconNameMixin",
|
|
121882
|
+
"module": "icon.pure.js"
|
|
121883
|
+
}
|
|
121884
|
+
],
|
|
121885
|
+
"superclass": {
|
|
121886
|
+
"name": "SbbActionBaseElement",
|
|
121887
|
+
"module": "core.js"
|
|
121888
|
+
},
|
|
121946
121889
|
"attributes": [
|
|
121947
121890
|
{
|
|
121948
121891
|
"name": "negative",
|
|
@@ -121956,13 +121899,26 @@
|
|
|
121956
121899
|
"name": "SbbNegativeMixin",
|
|
121957
121900
|
"module": "core/mixins/negative-mixin.js"
|
|
121958
121901
|
}
|
|
121902
|
+
},
|
|
121903
|
+
{
|
|
121904
|
+
"name": "icon-name",
|
|
121905
|
+
"type": {
|
|
121906
|
+
"text": "string"
|
|
121907
|
+
},
|
|
121908
|
+
"default": "''",
|
|
121909
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
121910
|
+
"fieldName": "iconName",
|
|
121911
|
+
"inheritedFrom": {
|
|
121912
|
+
"name": "SbbIconNameMixin",
|
|
121913
|
+
"module": "icon/icon-name-mixin.js"
|
|
121914
|
+
}
|
|
121959
121915
|
}
|
|
121960
121916
|
]
|
|
121961
121917
|
},
|
|
121962
121918
|
{
|
|
121963
121919
|
"kind": "mixin",
|
|
121964
121920
|
"description": "",
|
|
121965
|
-
"name": "
|
|
121921
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
121966
121922
|
"members": [
|
|
121967
121923
|
{
|
|
121968
121924
|
"kind": "field",
|
|
@@ -121972,12 +121928,36 @@
|
|
|
121972
121928
|
},
|
|
121973
121929
|
"privacy": "public",
|
|
121974
121930
|
"static": true,
|
|
121975
|
-
"default": "[super.styles, unsafeCSS(
|
|
121931
|
+
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
121976
121932
|
"inheritedFrom": {
|
|
121977
121933
|
"name": "SbbLinkCommonElementMixin",
|
|
121978
121934
|
"module": "link/common/link-common.js"
|
|
121979
121935
|
}
|
|
121980
121936
|
},
|
|
121937
|
+
{
|
|
121938
|
+
"kind": "field",
|
|
121939
|
+
"name": "size",
|
|
121940
|
+
"type": {
|
|
121941
|
+
"text": "SbbLinkSize"
|
|
121942
|
+
},
|
|
121943
|
+
"privacy": "public",
|
|
121944
|
+
"description": "Size variant, either xs, s or m.",
|
|
121945
|
+
"default": "'s' / 'xs' (lean)",
|
|
121946
|
+
"attribute": "size",
|
|
121947
|
+
"reflects": true
|
|
121948
|
+
},
|
|
121949
|
+
{
|
|
121950
|
+
"kind": "field",
|
|
121951
|
+
"name": "iconPlacement",
|
|
121952
|
+
"type": {
|
|
121953
|
+
"text": "SbbIconPlacement"
|
|
121954
|
+
},
|
|
121955
|
+
"privacy": "public",
|
|
121956
|
+
"default": "'start'",
|
|
121957
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
121958
|
+
"attribute": "icon-placement",
|
|
121959
|
+
"reflects": true
|
|
121960
|
+
},
|
|
121981
121961
|
{
|
|
121982
121962
|
"kind": "method",
|
|
121983
121963
|
"name": "renderTemplate",
|
|
@@ -122007,35 +121987,150 @@
|
|
|
122007
121987
|
"name": "SbbNegativeMixin",
|
|
122008
121988
|
"module": "core/mixins/negative-mixin.js"
|
|
122009
121989
|
}
|
|
122010
|
-
}
|
|
122011
|
-
],
|
|
122012
|
-
"mixins": [
|
|
122013
|
-
{
|
|
122014
|
-
"name": "SbbLinkCommonElementMixin",
|
|
122015
|
-
"module": "link/common/link-common.js"
|
|
122016
|
-
}
|
|
122017
|
-
],
|
|
122018
|
-
"parameters": [
|
|
121990
|
+
},
|
|
122019
121991
|
{
|
|
122020
|
-
"
|
|
121992
|
+
"kind": "field",
|
|
121993
|
+
"name": "elementDependencies",
|
|
122021
121994
|
"type": {
|
|
122022
|
-
"text": "
|
|
121995
|
+
"text": "SbbElementType[]"
|
|
121996
|
+
},
|
|
121997
|
+
"privacy": "public",
|
|
121998
|
+
"static": true,
|
|
121999
|
+
"default": "[SbbIconElement]",
|
|
122000
|
+
"inheritedFrom": {
|
|
122001
|
+
"name": "SbbIconNameMixin",
|
|
122002
|
+
"module": "icon/icon-name-mixin.js"
|
|
122023
122003
|
}
|
|
122024
|
-
}
|
|
122025
|
-
],
|
|
122026
|
-
"attributes": [
|
|
122004
|
+
},
|
|
122027
122005
|
{
|
|
122028
|
-
"
|
|
122006
|
+
"kind": "field",
|
|
122007
|
+
"name": "iconName",
|
|
122029
122008
|
"type": {
|
|
122030
|
-
"text": "
|
|
122009
|
+
"text": "string"
|
|
122031
122010
|
},
|
|
122032
|
-
"
|
|
122011
|
+
"privacy": "public",
|
|
122012
|
+
"default": "''",
|
|
122013
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
122014
|
+
"attribute": "icon-name",
|
|
122015
|
+
"inheritedFrom": {
|
|
122016
|
+
"name": "SbbIconNameMixin",
|
|
122017
|
+
"module": "icon/icon-name-mixin.js"
|
|
122018
|
+
}
|
|
122019
|
+
},
|
|
122020
|
+
{
|
|
122021
|
+
"kind": "method",
|
|
122022
|
+
"name": "renderIconSlot",
|
|
122023
|
+
"privacy": "protected",
|
|
122024
|
+
"return": {
|
|
122025
|
+
"type": {
|
|
122026
|
+
"text": "TemplateResult"
|
|
122027
|
+
}
|
|
122028
|
+
},
|
|
122029
|
+
"parameters": [
|
|
122030
|
+
{
|
|
122031
|
+
"name": "classname",
|
|
122032
|
+
"optional": true,
|
|
122033
|
+
"type": {
|
|
122034
|
+
"text": "string"
|
|
122035
|
+
}
|
|
122036
|
+
}
|
|
122037
|
+
],
|
|
122038
|
+
"inheritedFrom": {
|
|
122039
|
+
"name": "SbbIconNameMixin",
|
|
122040
|
+
"module": "icon/icon-name-mixin.js"
|
|
122041
|
+
}
|
|
122042
|
+
},
|
|
122043
|
+
{
|
|
122044
|
+
"kind": "method",
|
|
122045
|
+
"name": "renderIconName",
|
|
122046
|
+
"privacy": "protected",
|
|
122047
|
+
"return": {
|
|
122048
|
+
"type": {
|
|
122049
|
+
"text": "string"
|
|
122050
|
+
}
|
|
122051
|
+
},
|
|
122052
|
+
"inheritedFrom": {
|
|
122053
|
+
"name": "SbbIconNameMixin",
|
|
122054
|
+
"module": "icon/icon-name-mixin.js"
|
|
122055
|
+
}
|
|
122056
|
+
},
|
|
122057
|
+
{
|
|
122058
|
+
"kind": "method",
|
|
122059
|
+
"name": "_renderIconName",
|
|
122060
|
+
"privacy": "private",
|
|
122061
|
+
"return": {
|
|
122062
|
+
"type": {
|
|
122063
|
+
"text": "string"
|
|
122064
|
+
}
|
|
122065
|
+
},
|
|
122066
|
+
"inheritedFrom": {
|
|
122067
|
+
"name": "SbbIconNameMixin",
|
|
122068
|
+
"module": "icon/icon-name-mixin.js"
|
|
122069
|
+
}
|
|
122070
|
+
}
|
|
122071
|
+
],
|
|
122072
|
+
"attributes": [
|
|
122073
|
+
{
|
|
122074
|
+
"name": "size",
|
|
122075
|
+
"type": {
|
|
122076
|
+
"text": "SbbLinkSize"
|
|
122077
|
+
},
|
|
122078
|
+
"description": "Size variant, either xs, s or m.",
|
|
122079
|
+
"default": "'s' / 'xs' (lean)",
|
|
122080
|
+
"fieldName": "size"
|
|
122081
|
+
},
|
|
122082
|
+
{
|
|
122083
|
+
"name": "icon-placement",
|
|
122084
|
+
"type": {
|
|
122085
|
+
"text": "SbbIconPlacement"
|
|
122086
|
+
},
|
|
122087
|
+
"default": "'start'",
|
|
122088
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
122089
|
+
"fieldName": "iconPlacement"
|
|
122090
|
+
},
|
|
122091
|
+
{
|
|
122092
|
+
"name": "negative",
|
|
122093
|
+
"type": {
|
|
122094
|
+
"text": "boolean"
|
|
122095
|
+
},
|
|
122096
|
+
"default": "false",
|
|
122033
122097
|
"description": "Negative coloring variant flag.",
|
|
122034
122098
|
"fieldName": "negative",
|
|
122035
122099
|
"inheritedFrom": {
|
|
122036
122100
|
"name": "SbbNegativeMixin",
|
|
122037
122101
|
"module": "core/mixins/negative-mixin.js"
|
|
122038
122102
|
}
|
|
122103
|
+
},
|
|
122104
|
+
{
|
|
122105
|
+
"name": "icon-name",
|
|
122106
|
+
"type": {
|
|
122107
|
+
"text": "string"
|
|
122108
|
+
},
|
|
122109
|
+
"default": "''",
|
|
122110
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
122111
|
+
"fieldName": "iconName",
|
|
122112
|
+
"inheritedFrom": {
|
|
122113
|
+
"name": "SbbIconNameMixin",
|
|
122114
|
+
"module": "icon/icon-name-mixin.js"
|
|
122115
|
+
}
|
|
122116
|
+
}
|
|
122117
|
+
],
|
|
122118
|
+
"mixins": [
|
|
122119
|
+
{
|
|
122120
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122121
|
+
"module": "link/common/link-common.js"
|
|
122122
|
+
},
|
|
122123
|
+
{
|
|
122124
|
+
"name": "SbbIconNameMixin",
|
|
122125
|
+
"module": "icon.pure.js"
|
|
122126
|
+
}
|
|
122127
|
+
],
|
|
122128
|
+
"parameters": [
|
|
122129
|
+
{
|
|
122130
|
+
"name": "superClass",
|
|
122131
|
+
"type": {
|
|
122132
|
+
"text": "T"
|
|
122133
|
+
}
|
|
122039
122134
|
}
|
|
122040
122135
|
]
|
|
122041
122136
|
}
|
|
@@ -122043,56 +122138,70 @@
|
|
|
122043
122138
|
"exports": [
|
|
122044
122139
|
{
|
|
122045
122140
|
"kind": "js",
|
|
122046
|
-
"name": "
|
|
122141
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
122047
122142
|
"declaration": {
|
|
122048
|
-
"name": "
|
|
122049
|
-
"module": "link/common/
|
|
122143
|
+
"name": "SbbBlockLinkCommonElementMixinType",
|
|
122144
|
+
"module": "link/common/block-link-common.js"
|
|
122050
122145
|
}
|
|
122051
122146
|
},
|
|
122052
122147
|
{
|
|
122053
122148
|
"kind": "js",
|
|
122054
|
-
"name": "
|
|
122149
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
122055
122150
|
"declaration": {
|
|
122056
|
-
"name": "
|
|
122057
|
-
"module": "link/common/
|
|
122151
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
122152
|
+
"module": "link/common/block-link-common.js"
|
|
122058
122153
|
}
|
|
122059
122154
|
}
|
|
122060
122155
|
]
|
|
122061
122156
|
},
|
|
122062
122157
|
{
|
|
122063
122158
|
"kind": "javascript-module",
|
|
122064
|
-
"path": "link/common/link-common.js",
|
|
122159
|
+
"path": "link/common/inline-link-common.js",
|
|
122065
122160
|
"declarations": [
|
|
122066
122161
|
{
|
|
122067
122162
|
"kind": "class",
|
|
122068
122163
|
"description": "",
|
|
122069
|
-
"name": "
|
|
122164
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
122070
122165
|
"mixins": [
|
|
122071
122166
|
{
|
|
122072
|
-
"name": "
|
|
122073
|
-
"module": "
|
|
122167
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122168
|
+
"module": "link/common/link-common.js"
|
|
122074
122169
|
}
|
|
122075
122170
|
],
|
|
122076
122171
|
"superclass": {
|
|
122077
122172
|
"name": "SbbActionBaseElement",
|
|
122078
122173
|
"module": "core.js"
|
|
122079
122174
|
},
|
|
122080
|
-
"
|
|
122175
|
+
"members": [
|
|
122081
122176
|
{
|
|
122082
|
-
"
|
|
122177
|
+
"kind": "field",
|
|
122178
|
+
"name": "styles",
|
|
122083
122179
|
"type": {
|
|
122084
|
-
"text": "
|
|
122180
|
+
"text": "CSSResultGroup"
|
|
122085
122181
|
},
|
|
122086
|
-
"
|
|
122087
|
-
"
|
|
122088
|
-
"
|
|
122182
|
+
"privacy": "public",
|
|
122183
|
+
"static": true,
|
|
122184
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
122089
122185
|
"inheritedFrom": {
|
|
122090
|
-
"name": "
|
|
122091
|
-
"module": "
|
|
122186
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122187
|
+
"module": "link/common/link-common.js"
|
|
122092
122188
|
}
|
|
122093
|
-
}
|
|
122094
|
-
|
|
122095
|
-
|
|
122189
|
+
},
|
|
122190
|
+
{
|
|
122191
|
+
"kind": "method",
|
|
122192
|
+
"name": "renderTemplate",
|
|
122193
|
+
"privacy": "protected",
|
|
122194
|
+
"return": {
|
|
122195
|
+
"type": {
|
|
122196
|
+
"text": "TemplateResult"
|
|
122197
|
+
}
|
|
122198
|
+
},
|
|
122199
|
+
"description": "Override this method to render the component template.",
|
|
122200
|
+
"inheritedFrom": {
|
|
122201
|
+
"name": "SbbActionBaseElement",
|
|
122202
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122203
|
+
}
|
|
122204
|
+
},
|
|
122096
122205
|
{
|
|
122097
122206
|
"kind": "field",
|
|
122098
122207
|
"name": "negative",
|
|
@@ -122149,21 +122258,6 @@
|
|
|
122149
122258
|
"module": "core/base-elements/action-base-element.js"
|
|
122150
122259
|
}
|
|
122151
122260
|
},
|
|
122152
|
-
{
|
|
122153
|
-
"kind": "method",
|
|
122154
|
-
"name": "renderTemplate",
|
|
122155
|
-
"privacy": "protected",
|
|
122156
|
-
"return": {
|
|
122157
|
-
"type": {
|
|
122158
|
-
"text": "TemplateResult"
|
|
122159
|
-
}
|
|
122160
|
-
},
|
|
122161
|
-
"description": "Override this method to render the component template.",
|
|
122162
|
-
"inheritedFrom": {
|
|
122163
|
-
"name": "SbbActionBaseElement",
|
|
122164
|
-
"module": "core/base-elements/action-base-element.js"
|
|
122165
|
-
}
|
|
122166
|
-
},
|
|
122167
122261
|
{
|
|
122168
122262
|
"kind": "field",
|
|
122169
122263
|
"name": "['_$sbbElement$']",
|
|
@@ -122437,12 +122531,27 @@
|
|
|
122437
122531
|
"module": "core/base-elements/element.js"
|
|
122438
122532
|
}
|
|
122439
122533
|
}
|
|
122534
|
+
],
|
|
122535
|
+
"attributes": [
|
|
122536
|
+
{
|
|
122537
|
+
"name": "negative",
|
|
122538
|
+
"type": {
|
|
122539
|
+
"text": "boolean"
|
|
122540
|
+
},
|
|
122541
|
+
"default": "false",
|
|
122542
|
+
"description": "Negative coloring variant flag.",
|
|
122543
|
+
"fieldName": "negative",
|
|
122544
|
+
"inheritedFrom": {
|
|
122545
|
+
"name": "SbbNegativeMixin",
|
|
122546
|
+
"module": "core/mixins/negative-mixin.js"
|
|
122547
|
+
}
|
|
122548
|
+
}
|
|
122440
122549
|
]
|
|
122441
122550
|
},
|
|
122442
122551
|
{
|
|
122443
122552
|
"kind": "mixin",
|
|
122444
122553
|
"description": "",
|
|
122445
|
-
"name": "
|
|
122554
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
122446
122555
|
"members": [
|
|
122447
122556
|
{
|
|
122448
122557
|
"kind": "field",
|
|
@@ -122452,7 +122561,11 @@
|
|
|
122452
122561
|
},
|
|
122453
122562
|
"privacy": "public",
|
|
122454
122563
|
"static": true,
|
|
122455
|
-
"default": "[
|
|
122564
|
+
"default": "[super.styles, unsafeCSS(inlineStyle)]",
|
|
122565
|
+
"inheritedFrom": {
|
|
122566
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122567
|
+
"module": "link/common/link-common.js"
|
|
122568
|
+
}
|
|
122456
122569
|
},
|
|
122457
122570
|
{
|
|
122458
122571
|
"kind": "method",
|
|
@@ -122462,6 +122575,10 @@
|
|
|
122462
122575
|
"type": {
|
|
122463
122576
|
"text": "TemplateResult"
|
|
122464
122577
|
}
|
|
122578
|
+
},
|
|
122579
|
+
"inheritedFrom": {
|
|
122580
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122581
|
+
"module": "link/common/link-common.js"
|
|
122465
122582
|
}
|
|
122466
122583
|
},
|
|
122467
122584
|
{
|
|
@@ -122483,8 +122600,8 @@
|
|
|
122483
122600
|
],
|
|
122484
122601
|
"mixins": [
|
|
122485
122602
|
{
|
|
122486
|
-
"name": "
|
|
122487
|
-
"module": "
|
|
122603
|
+
"name": "SbbLinkCommonElementMixin",
|
|
122604
|
+
"module": "link/common/link-common.js"
|
|
122488
122605
|
}
|
|
122489
122606
|
],
|
|
122490
122607
|
"parameters": [
|
|
@@ -122515,112 +122632,80 @@
|
|
|
122515
122632
|
"exports": [
|
|
122516
122633
|
{
|
|
122517
122634
|
"kind": "js",
|
|
122518
|
-
"name": "
|
|
122635
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
122519
122636
|
"declaration": {
|
|
122520
|
-
"name": "
|
|
122521
|
-
"module": "link/common/link-common.js"
|
|
122637
|
+
"name": "SbbInlineLinkCommonElementMixinType",
|
|
122638
|
+
"module": "link/common/inline-link-common.js"
|
|
122522
122639
|
}
|
|
122523
122640
|
},
|
|
122524
122641
|
{
|
|
122525
122642
|
"kind": "js",
|
|
122526
|
-
"name": "
|
|
122643
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
122527
122644
|
"declaration": {
|
|
122528
|
-
"name": "
|
|
122529
|
-
"module": "link/common/link-common.js"
|
|
122645
|
+
"name": "SbbInlineLinkCommonElementMixin",
|
|
122646
|
+
"module": "link/common/inline-link-common.js"
|
|
122530
122647
|
}
|
|
122531
122648
|
}
|
|
122532
122649
|
]
|
|
122533
122650
|
},
|
|
122534
122651
|
{
|
|
122535
122652
|
"kind": "javascript-module",
|
|
122536
|
-
"path": "link/
|
|
122653
|
+
"path": "link/common/link-common.js",
|
|
122537
122654
|
"declarations": [
|
|
122538
122655
|
{
|
|
122539
122656
|
"kind": "class",
|
|
122540
|
-
"description": "
|
|
122541
|
-
"name": "
|
|
122542
|
-
"
|
|
122543
|
-
{
|
|
122544
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
|
|
122545
|
-
"name": ""
|
|
122546
|
-
},
|
|
122657
|
+
"description": "",
|
|
122658
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
122659
|
+
"mixins": [
|
|
122547
122660
|
{
|
|
122548
|
-
"
|
|
122549
|
-
"
|
|
122661
|
+
"name": "SbbNegativeMixin",
|
|
122662
|
+
"module": "core.js"
|
|
122550
122663
|
}
|
|
122551
122664
|
],
|
|
122552
|
-
"
|
|
122665
|
+
"superclass": {
|
|
122666
|
+
"name": "SbbActionBaseElement",
|
|
122667
|
+
"module": "core.js"
|
|
122668
|
+
},
|
|
122669
|
+
"attributes": [
|
|
122553
122670
|
{
|
|
122554
|
-
"
|
|
122555
|
-
"name": "elementName",
|
|
122671
|
+
"name": "negative",
|
|
122556
122672
|
"type": {
|
|
122557
|
-
"text": "
|
|
122558
|
-
},
|
|
122559
|
-
"privacy": "public",
|
|
122560
|
-
"static": true,
|
|
122561
|
-
"readonly": true,
|
|
122562
|
-
"inheritedFrom": {
|
|
122563
|
-
"name": "SbbElement",
|
|
122564
|
-
"module": "core/base-elements/element.js"
|
|
122565
|
-
},
|
|
122566
|
-
"default": "'sbb-block-link-static'"
|
|
122567
|
-
},
|
|
122568
|
-
{
|
|
122569
|
-
"kind": "field",
|
|
122570
|
-
"name": "styles",
|
|
122571
|
-
"type": {
|
|
122572
|
-
"text": "CSSResultGroup"
|
|
122673
|
+
"text": "boolean"
|
|
122573
122674
|
},
|
|
122574
|
-
"
|
|
122575
|
-
"
|
|
122576
|
-
"
|
|
122675
|
+
"default": "false",
|
|
122676
|
+
"description": "Negative coloring variant flag.",
|
|
122677
|
+
"fieldName": "negative",
|
|
122577
122678
|
"inheritedFrom": {
|
|
122578
|
-
"name": "
|
|
122579
|
-
"module": "
|
|
122679
|
+
"name": "SbbNegativeMixin",
|
|
122680
|
+
"module": "core/mixins/negative-mixin.js"
|
|
122580
122681
|
}
|
|
122581
|
-
}
|
|
122682
|
+
}
|
|
122683
|
+
],
|
|
122684
|
+
"members": [
|
|
122582
122685
|
{
|
|
122583
122686
|
"kind": "field",
|
|
122584
|
-
"name": "
|
|
122687
|
+
"name": "negative",
|
|
122585
122688
|
"type": {
|
|
122586
|
-
"text": "
|
|
122689
|
+
"text": "boolean"
|
|
122587
122690
|
},
|
|
122588
122691
|
"privacy": "public",
|
|
122589
|
-
"
|
|
122590
|
-
"
|
|
122591
|
-
"attribute": "
|
|
122692
|
+
"default": "false",
|
|
122693
|
+
"description": "Negative coloring variant flag.",
|
|
122694
|
+
"attribute": "negative",
|
|
122592
122695
|
"reflects": true,
|
|
122593
122696
|
"inheritedFrom": {
|
|
122594
|
-
"name": "
|
|
122595
|
-
"module": "
|
|
122697
|
+
"name": "SbbNegativeMixin",
|
|
122698
|
+
"module": "core/mixins/negative-mixin.js"
|
|
122596
122699
|
}
|
|
122597
122700
|
},
|
|
122598
122701
|
{
|
|
122599
122702
|
"kind": "field",
|
|
122600
|
-
"name": "
|
|
122703
|
+
"name": "maybeDisabled",
|
|
122601
122704
|
"type": {
|
|
122602
|
-
"text": "
|
|
122705
|
+
"text": "boolean | undefined"
|
|
122603
122706
|
},
|
|
122604
|
-
"privacy": "public",
|
|
122605
|
-
"default": "'start'",
|
|
122606
|
-
"description": "Moves the icon to the end of the component if set to true.",
|
|
122607
|
-
"attribute": "icon-placement",
|
|
122608
|
-
"reflects": true,
|
|
122609
|
-
"inheritedFrom": {
|
|
122610
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
122611
|
-
"module": "link/common/block-link-common.js"
|
|
122612
|
-
}
|
|
122613
|
-
},
|
|
122614
|
-
{
|
|
122615
|
-
"kind": "method",
|
|
122616
|
-
"name": "renderTemplate",
|
|
122617
122707
|
"privacy": "protected",
|
|
122618
|
-
"
|
|
122619
|
-
"type": {
|
|
122620
|
-
"text": "TemplateResult"
|
|
122621
|
-
}
|
|
122622
|
-
},
|
|
122623
|
-
"description": "Override this method to render the component template.",
|
|
122708
|
+
"readonly": true,
|
|
122624
122709
|
"inheritedFrom": {
|
|
122625
122710
|
"name": "SbbActionBaseElement",
|
|
122626
122711
|
"module": "core/base-elements/action-base-element.js"
|
|
@@ -122628,177 +122713,82 @@
|
|
|
122628
122713
|
},
|
|
122629
122714
|
{
|
|
122630
122715
|
"kind": "field",
|
|
122631
|
-
"name": "
|
|
122632
|
-
"type": {
|
|
122633
|
-
"text": "SbbElementType[]"
|
|
122634
|
-
},
|
|
122635
|
-
"privacy": "public",
|
|
122636
|
-
"static": true,
|
|
122637
|
-
"inheritedFrom": {
|
|
122638
|
-
"name": "SbbElement",
|
|
122639
|
-
"module": "core/base-elements/element.js"
|
|
122640
|
-
},
|
|
122641
|
-
"default": "[SbbIconElement]"
|
|
122642
|
-
},
|
|
122643
|
-
{
|
|
122644
|
-
"kind": "field",
|
|
122645
|
-
"name": "iconName",
|
|
122716
|
+
"name": "maybeDisabledInteractive",
|
|
122646
122717
|
"type": {
|
|
122647
|
-
"text": "
|
|
122718
|
+
"text": "boolean | undefined"
|
|
122648
122719
|
},
|
|
122649
|
-
"privacy": "public",
|
|
122650
|
-
"default": "''",
|
|
122651
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
122652
|
-
"attribute": "icon-name",
|
|
122653
|
-
"inheritedFrom": {
|
|
122654
|
-
"name": "SbbIconNameMixin",
|
|
122655
|
-
"module": "icon/icon-name-mixin.js"
|
|
122656
|
-
}
|
|
122657
|
-
},
|
|
122658
|
-
{
|
|
122659
|
-
"kind": "method",
|
|
122660
|
-
"name": "renderIconSlot",
|
|
122661
122720
|
"privacy": "protected",
|
|
122662
|
-
"
|
|
122663
|
-
"type": {
|
|
122664
|
-
"text": "TemplateResult"
|
|
122665
|
-
}
|
|
122666
|
-
},
|
|
122667
|
-
"parameters": [
|
|
122668
|
-
{
|
|
122669
|
-
"name": "classname",
|
|
122670
|
-
"optional": true,
|
|
122671
|
-
"type": {
|
|
122672
|
-
"text": "string"
|
|
122673
|
-
}
|
|
122674
|
-
}
|
|
122675
|
-
],
|
|
122721
|
+
"readonly": true,
|
|
122676
122722
|
"inheritedFrom": {
|
|
122677
|
-
"name": "
|
|
122678
|
-
"module": "
|
|
122723
|
+
"name": "SbbActionBaseElement",
|
|
122724
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122679
122725
|
}
|
|
122680
122726
|
},
|
|
122681
122727
|
{
|
|
122682
122728
|
"kind": "method",
|
|
122683
|
-
"name": "
|
|
122729
|
+
"name": "setupBaseEventHandlers",
|
|
122684
122730
|
"privacy": "protected",
|
|
122685
122731
|
"return": {
|
|
122686
122732
|
"type": {
|
|
122687
|
-
"text": "
|
|
122688
|
-
}
|
|
122689
|
-
},
|
|
122690
|
-
"inheritedFrom": {
|
|
122691
|
-
"name": "SbbIconNameMixin",
|
|
122692
|
-
"module": "icon/icon-name-mixin.js"
|
|
122693
|
-
}
|
|
122694
|
-
},
|
|
122695
|
-
{
|
|
122696
|
-
"kind": "method",
|
|
122697
|
-
"name": "_renderIconName",
|
|
122698
|
-
"privacy": "private",
|
|
122699
|
-
"return": {
|
|
122700
|
-
"type": {
|
|
122701
|
-
"text": "string"
|
|
122733
|
+
"text": "void"
|
|
122702
122734
|
}
|
|
122703
122735
|
},
|
|
122704
122736
|
"inheritedFrom": {
|
|
122705
|
-
"name": "
|
|
122706
|
-
"module": "
|
|
122707
|
-
}
|
|
122708
|
-
},
|
|
122709
|
-
{
|
|
122710
|
-
"kind": "field",
|
|
122711
|
-
"name": "disabled",
|
|
122712
|
-
"privacy": "public",
|
|
122713
|
-
"description": "Whether the component is disabled.",
|
|
122714
|
-
"default": "false",
|
|
122715
|
-
"type": {
|
|
122716
|
-
"text": "boolean"
|
|
122717
|
-
},
|
|
122718
|
-
"attribute": "disabled",
|
|
122719
|
-
"reflects": true,
|
|
122720
|
-
"inheritedFrom": {
|
|
122721
|
-
"name": "SbbDisabledMixin",
|
|
122722
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
122723
|
-
}
|
|
122724
|
-
},
|
|
122725
|
-
{
|
|
122726
|
-
"kind": "field",
|
|
122727
|
-
"name": "#disabled",
|
|
122728
|
-
"privacy": "private",
|
|
122729
|
-
"type": {
|
|
122730
|
-
"text": "boolean"
|
|
122731
|
-
},
|
|
122732
|
-
"default": "false",
|
|
122733
|
-
"inheritedFrom": {
|
|
122734
|
-
"name": "SbbDisabledMixin",
|
|
122735
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
122737
|
+
"name": "SbbActionBaseElement",
|
|
122738
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122736
122739
|
}
|
|
122737
122740
|
},
|
|
122738
122741
|
{
|
|
122739
122742
|
"kind": "method",
|
|
122740
|
-
"name": "
|
|
122743
|
+
"name": "renderTemplate",
|
|
122741
122744
|
"privacy": "protected",
|
|
122742
122745
|
"return": {
|
|
122743
122746
|
"type": {
|
|
122744
|
-
"text": "
|
|
122747
|
+
"text": "TemplateResult"
|
|
122745
122748
|
}
|
|
122746
122749
|
},
|
|
122747
|
-
"description": "
|
|
122750
|
+
"description": "Override this method to render the component template.",
|
|
122748
122751
|
"inheritedFrom": {
|
|
122749
|
-
"name": "
|
|
122750
|
-
"module": "core/
|
|
122752
|
+
"name": "SbbActionBaseElement",
|
|
122753
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122751
122754
|
}
|
|
122752
122755
|
},
|
|
122753
122756
|
{
|
|
122754
122757
|
"kind": "field",
|
|
122755
|
-
"name": "
|
|
122758
|
+
"name": "['_$sbbElement$']",
|
|
122756
122759
|
"type": {
|
|
122757
|
-
"text": "boolean
|
|
122760
|
+
"text": "boolean"
|
|
122758
122761
|
},
|
|
122759
|
-
"privacy": "
|
|
122760
|
-
"
|
|
122762
|
+
"privacy": "public",
|
|
122763
|
+
"static": true,
|
|
122764
|
+
"default": "true",
|
|
122761
122765
|
"inheritedFrom": {
|
|
122762
|
-
"name": "
|
|
122763
|
-
"module": "core/base-elements/
|
|
122766
|
+
"name": "SbbElement",
|
|
122767
|
+
"module": "core/base-elements/element.js"
|
|
122764
122768
|
}
|
|
122765
122769
|
},
|
|
122766
122770
|
{
|
|
122767
122771
|
"kind": "field",
|
|
122768
|
-
"name": "
|
|
122772
|
+
"name": "elementName",
|
|
122769
122773
|
"type": {
|
|
122770
|
-
"text": "
|
|
122774
|
+
"text": "string"
|
|
122771
122775
|
},
|
|
122772
|
-
"privacy": "
|
|
122776
|
+
"privacy": "public",
|
|
122777
|
+
"static": true,
|
|
122773
122778
|
"readonly": true,
|
|
122774
122779
|
"inheritedFrom": {
|
|
122775
|
-
"name": "
|
|
122776
|
-
"module": "core/base-elements/
|
|
122777
|
-
}
|
|
122778
|
-
},
|
|
122779
|
-
{
|
|
122780
|
-
"kind": "method",
|
|
122781
|
-
"name": "setupBaseEventHandlers",
|
|
122782
|
-
"privacy": "protected",
|
|
122783
|
-
"return": {
|
|
122784
|
-
"type": {
|
|
122785
|
-
"text": "void"
|
|
122786
|
-
}
|
|
122787
|
-
},
|
|
122788
|
-
"inheritedFrom": {
|
|
122789
|
-
"name": "SbbActionBaseElement",
|
|
122790
|
-
"module": "core/base-elements/action-base-element.js"
|
|
122780
|
+
"name": "SbbElement",
|
|
122781
|
+
"module": "core/base-elements/element.js"
|
|
122791
122782
|
}
|
|
122792
122783
|
},
|
|
122793
122784
|
{
|
|
122794
122785
|
"kind": "field",
|
|
122795
|
-
"name": "
|
|
122786
|
+
"name": "elementDependencies",
|
|
122796
122787
|
"type": {
|
|
122797
|
-
"text": "
|
|
122788
|
+
"text": "SbbElementType[] | undefined"
|
|
122798
122789
|
},
|
|
122799
122790
|
"privacy": "public",
|
|
122800
122791
|
"static": true,
|
|
122801
|
-
"default": "true",
|
|
122802
122792
|
"inheritedFrom": {
|
|
122803
122793
|
"name": "SbbElement",
|
|
122804
122794
|
"module": "core/base-elements/element.js"
|
|
@@ -123036,74 +123026,76 @@
|
|
|
123036
123026
|
"module": "core/base-elements/element.js"
|
|
123037
123027
|
}
|
|
123038
123028
|
}
|
|
123039
|
-
]
|
|
123040
|
-
|
|
123041
|
-
|
|
123042
|
-
|
|
123043
|
-
|
|
123044
|
-
|
|
123045
|
-
|
|
123046
|
-
"name": "SbbDisabledMixin",
|
|
123047
|
-
"module": "core.js"
|
|
123048
|
-
}
|
|
123049
|
-
],
|
|
123050
|
-
"superclass": {
|
|
123051
|
-
"name": "SbbActionBaseElement",
|
|
123052
|
-
"module": "core.js"
|
|
123053
|
-
},
|
|
123054
|
-
"tagName": "sbb-block-link-static",
|
|
123055
|
-
"customElement": true,
|
|
123056
|
-
"attributes": [
|
|
123029
|
+
]
|
|
123030
|
+
},
|
|
123031
|
+
{
|
|
123032
|
+
"kind": "mixin",
|
|
123033
|
+
"description": "",
|
|
123034
|
+
"name": "SbbLinkCommonElementMixin",
|
|
123035
|
+
"members": [
|
|
123057
123036
|
{
|
|
123058
|
-
"
|
|
123037
|
+
"kind": "field",
|
|
123038
|
+
"name": "styles",
|
|
123059
123039
|
"type": {
|
|
123060
|
-
"text": "
|
|
123040
|
+
"text": "CSSResultGroup"
|
|
123061
123041
|
},
|
|
123062
|
-
"
|
|
123063
|
-
"
|
|
123064
|
-
"
|
|
123065
|
-
|
|
123066
|
-
|
|
123067
|
-
|
|
123042
|
+
"privacy": "public",
|
|
123043
|
+
"static": true,
|
|
123044
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
123045
|
+
},
|
|
123046
|
+
{
|
|
123047
|
+
"kind": "method",
|
|
123048
|
+
"name": "renderTemplate",
|
|
123049
|
+
"privacy": "protected",
|
|
123050
|
+
"return": {
|
|
123051
|
+
"type": {
|
|
123052
|
+
"text": "TemplateResult"
|
|
123053
|
+
}
|
|
123068
123054
|
}
|
|
123069
123055
|
},
|
|
123070
123056
|
{
|
|
123071
|
-
"
|
|
123057
|
+
"kind": "field",
|
|
123058
|
+
"name": "negative",
|
|
123072
123059
|
"type": {
|
|
123073
|
-
"text": "
|
|
123060
|
+
"text": "boolean"
|
|
123074
123061
|
},
|
|
123075
|
-
"
|
|
123076
|
-
"
|
|
123077
|
-
"
|
|
123062
|
+
"privacy": "public",
|
|
123063
|
+
"default": "false",
|
|
123064
|
+
"description": "Negative coloring variant flag.",
|
|
123065
|
+
"attribute": "negative",
|
|
123066
|
+
"reflects": true,
|
|
123078
123067
|
"inheritedFrom": {
|
|
123079
|
-
"name": "
|
|
123080
|
-
"module": "
|
|
123068
|
+
"name": "SbbNegativeMixin",
|
|
123069
|
+
"module": "core/mixins/negative-mixin.js"
|
|
123081
123070
|
}
|
|
123082
|
-
}
|
|
123071
|
+
}
|
|
123072
|
+
],
|
|
123073
|
+
"mixins": [
|
|
123083
123074
|
{
|
|
123084
|
-
"name": "
|
|
123075
|
+
"name": "SbbNegativeMixin",
|
|
123076
|
+
"module": "core.js"
|
|
123077
|
+
}
|
|
123078
|
+
],
|
|
123079
|
+
"parameters": [
|
|
123080
|
+
{
|
|
123081
|
+
"name": "superClass",
|
|
123085
123082
|
"type": {
|
|
123086
|
-
"text": "
|
|
123087
|
-
},
|
|
123088
|
-
"default": "''",
|
|
123089
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
123090
|
-
"fieldName": "iconName",
|
|
123091
|
-
"inheritedFrom": {
|
|
123092
|
-
"name": "SbbIconNameMixin",
|
|
123093
|
-
"module": "icon/icon-name-mixin.js"
|
|
123083
|
+
"text": "T"
|
|
123094
123084
|
}
|
|
123095
|
-
}
|
|
123085
|
+
}
|
|
123086
|
+
],
|
|
123087
|
+
"attributes": [
|
|
123096
123088
|
{
|
|
123097
|
-
"name": "
|
|
123098
|
-
"description": "Whether the component is disabled.",
|
|
123099
|
-
"default": "false",
|
|
123089
|
+
"name": "negative",
|
|
123100
123090
|
"type": {
|
|
123101
123091
|
"text": "boolean"
|
|
123102
123092
|
},
|
|
123103
|
-
"
|
|
123093
|
+
"default": "false",
|
|
123094
|
+
"description": "Negative coloring variant flag.",
|
|
123095
|
+
"fieldName": "negative",
|
|
123104
123096
|
"inheritedFrom": {
|
|
123105
|
-
"name": "
|
|
123106
|
-
"module": "core/mixins/
|
|
123097
|
+
"name": "SbbNegativeMixin",
|
|
123098
|
+
"module": "core/mixins/negative-mixin.js"
|
|
123107
123099
|
}
|
|
123108
123100
|
}
|
|
123109
123101
|
]
|
|
@@ -123112,10 +123104,18 @@
|
|
|
123112
123104
|
"exports": [
|
|
123113
123105
|
{
|
|
123114
123106
|
"kind": "js",
|
|
123115
|
-
"name": "
|
|
123107
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
123116
123108
|
"declaration": {
|
|
123117
|
-
"name": "
|
|
123118
|
-
"module": "link/
|
|
123109
|
+
"name": "SbbLinkCommonElementMixinType",
|
|
123110
|
+
"module": "link/common/link-common.js"
|
|
123111
|
+
}
|
|
123112
|
+
},
|
|
123113
|
+
{
|
|
123114
|
+
"kind": "js",
|
|
123115
|
+
"name": "SbbLinkCommonElementMixin",
|
|
123116
|
+
"declaration": {
|
|
123117
|
+
"name": "SbbLinkCommonElementMixin",
|
|
123118
|
+
"module": "link/common/link-common.js"
|
|
123119
123119
|
}
|
|
123120
123120
|
}
|
|
123121
123121
|
]
|