@sbb-esta/lyne-elements-dev 4.9.0-dev.1775453783 → 4.9.0-dev.1775493241

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.
Files changed (2) hide show
  1. package/custom-elements.json +417 -417
  2. package/package.json +2 -2
@@ -109747,6 +109747,176 @@
109747
109747
  }
109748
109748
  ]
109749
109749
  },
109750
+ {
109751
+ "kind": "javascript-module",
109752
+ "path": "navigation/common/navigation-action-common.js",
109753
+ "declarations": [
109754
+ {
109755
+ "kind": "class",
109756
+ "description": "",
109757
+ "name": "SbbNavigationActionCommonElementMixinType",
109758
+ "members": [
109759
+ {
109760
+ "kind": "field",
109761
+ "name": "size",
109762
+ "type": {
109763
+ "text": "SbbNavigationActionSize"
109764
+ },
109765
+ "privacy": "public"
109766
+ },
109767
+ {
109768
+ "kind": "field",
109769
+ "name": "marker",
109770
+ "type": {
109771
+ "text": "SbbNavigationMarkerElement | null"
109772
+ },
109773
+ "privacy": "public",
109774
+ "readonly": true
109775
+ },
109776
+ {
109777
+ "kind": "field",
109778
+ "name": "section",
109779
+ "type": {
109780
+ "text": "SbbNavigationSectionElement | null"
109781
+ },
109782
+ "privacy": "public",
109783
+ "readonly": true
109784
+ },
109785
+ {
109786
+ "kind": "field",
109787
+ "name": "connectedSection",
109788
+ "type": {
109789
+ "text": "SbbNavigationSectionElement | undefined"
109790
+ },
109791
+ "privacy": "public"
109792
+ }
109793
+ ]
109794
+ },
109795
+ {
109796
+ "kind": "mixin",
109797
+ "description": "",
109798
+ "name": "SbbNavigationActionCommonElementMixin",
109799
+ "members": [
109800
+ {
109801
+ "kind": "field",
109802
+ "name": "styles",
109803
+ "type": {
109804
+ "text": "CSSResultGroup"
109805
+ },
109806
+ "privacy": "public",
109807
+ "static": true,
109808
+ "default": "[boxSizingStyles, unsafeCSS(style)]"
109809
+ },
109810
+ {
109811
+ "kind": "field",
109812
+ "name": "size",
109813
+ "type": {
109814
+ "text": "SbbNavigationActionSize"
109815
+ },
109816
+ "privacy": "public",
109817
+ "description": "Action size variant, either s, m or l.",
109818
+ "default": "'l' / 's' (lean)",
109819
+ "attribute": "size",
109820
+ "reflects": true
109821
+ },
109822
+ {
109823
+ "kind": "field",
109824
+ "name": "connectedSection",
109825
+ "type": {
109826
+ "text": "SbbNavigationSectionElement | undefined"
109827
+ },
109828
+ "privacy": "public",
109829
+ "description": "The section that is being controlled by the action, if any."
109830
+ },
109831
+ {
109832
+ "kind": "field",
109833
+ "name": "marker",
109834
+ "type": {
109835
+ "text": "SbbNavigationMarkerElement | null"
109836
+ },
109837
+ "privacy": "public",
109838
+ "description": "The navigation marker in which the action is nested.",
109839
+ "readonly": true
109840
+ },
109841
+ {
109842
+ "kind": "field",
109843
+ "name": "section",
109844
+ "type": {
109845
+ "text": "SbbNavigationSectionElement | null"
109846
+ },
109847
+ "privacy": "public",
109848
+ "description": "The section in which the action is nested.",
109849
+ "readonly": true
109850
+ },
109851
+ {
109852
+ "kind": "field",
109853
+ "name": "_navigationMarker",
109854
+ "type": {
109855
+ "text": "SbbNavigationMarkerElement | null"
109856
+ },
109857
+ "privacy": "private",
109858
+ "default": "null"
109859
+ },
109860
+ {
109861
+ "kind": "field",
109862
+ "name": "_navigationSection",
109863
+ "type": {
109864
+ "text": "SbbNavigationSectionElement | null"
109865
+ },
109866
+ "privacy": "private",
109867
+ "default": "null"
109868
+ },
109869
+ {
109870
+ "kind": "method",
109871
+ "name": "renderTemplate",
109872
+ "privacy": "protected",
109873
+ "return": {
109874
+ "type": {
109875
+ "text": "TemplateResult"
109876
+ }
109877
+ }
109878
+ }
109879
+ ],
109880
+ "attributes": [
109881
+ {
109882
+ "name": "size",
109883
+ "type": {
109884
+ "text": "SbbNavigationActionSize"
109885
+ },
109886
+ "description": "Action size variant, either s, m or l.",
109887
+ "default": "'l' / 's' (lean)",
109888
+ "fieldName": "size"
109889
+ }
109890
+ ],
109891
+ "parameters": [
109892
+ {
109893
+ "name": "superClass",
109894
+ "type": {
109895
+ "text": "T"
109896
+ }
109897
+ }
109898
+ ]
109899
+ }
109900
+ ],
109901
+ "exports": [
109902
+ {
109903
+ "kind": "js",
109904
+ "name": "SbbNavigationActionCommonElementMixinType",
109905
+ "declaration": {
109906
+ "name": "SbbNavigationActionCommonElementMixinType",
109907
+ "module": "navigation/common/navigation-action-common.js"
109908
+ }
109909
+ },
109910
+ {
109911
+ "kind": "js",
109912
+ "name": "SbbNavigationActionCommonElementMixin",
109913
+ "declaration": {
109914
+ "name": "SbbNavigationActionCommonElementMixin",
109915
+ "module": "navigation/common/navigation-action-common.js"
109916
+ }
109917
+ }
109918
+ ]
109919
+ },
109750
109920
  {
109751
109921
  "kind": "javascript-module",
109752
109922
  "path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
@@ -109903,234 +110073,64 @@
109903
110073
  }
109904
110074
  ],
109905
110075
  "inheritedFrom": {
109906
- "name": "SbbElement",
109907
- "module": "core/base-elements/element.js"
109908
- }
109909
- },
109910
- {
109911
- "kind": "field",
109912
- "name": "['_$sbbElement$']",
109913
- "type": {
109914
- "text": "boolean"
109915
- },
109916
- "privacy": "public",
109917
- "static": true,
109918
- "default": "true",
109919
- "inheritedFrom": {
109920
- "name": "SbbElement",
109921
- "module": "core/base-elements/element.js"
109922
- }
109923
- },
109924
- {
109925
- "kind": "field",
109926
- "name": "_controllers",
109927
- "type": {
109928
- "text": "Set<SbbReactiveController> | undefined"
109929
- },
109930
- "privacy": "private",
109931
- "inheritedFrom": {
109932
- "name": "SbbElement",
109933
- "module": "core/base-elements/element.js"
109934
- }
109935
- }
109936
- ],
109937
- "attributes": [
109938
- {
109939
- "name": "date",
109940
- "type": {
109941
- "text": "string"
109942
- },
109943
- "default": "''",
109944
- "description": "Date as ISO string (YYYY-MM)",
109945
- "fieldName": "date"
109946
- }
109947
- ],
109948
- "superclass": {
109949
- "name": "SbbElement",
109950
- "module": "core/base-elements.js"
109951
- },
109952
- "tagName": "sbb-mini-calendar-month",
109953
- "customElement": true,
109954
- "classGenerics": "T = Date"
109955
- }
109956
- ],
109957
- "exports": [
109958
- {
109959
- "kind": "js",
109960
- "name": "SbbMiniCalendarMonthElement",
109961
- "declaration": {
109962
- "name": "SbbMiniCalendarMonthElement",
109963
- "module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
109964
- }
109965
- }
109966
- ]
109967
- },
109968
- {
109969
- "kind": "javascript-module",
109970
- "path": "navigation/common/navigation-action-common.js",
109971
- "declarations": [
109972
- {
109973
- "kind": "class",
109974
- "description": "",
109975
- "name": "SbbNavigationActionCommonElementMixinType",
109976
- "members": [
109977
- {
109978
- "kind": "field",
109979
- "name": "size",
109980
- "type": {
109981
- "text": "SbbNavigationActionSize"
109982
- },
109983
- "privacy": "public"
109984
- },
109985
- {
109986
- "kind": "field",
109987
- "name": "marker",
109988
- "type": {
109989
- "text": "SbbNavigationMarkerElement | null"
109990
- },
109991
- "privacy": "public",
109992
- "readonly": true
109993
- },
109994
- {
109995
- "kind": "field",
109996
- "name": "section",
109997
- "type": {
109998
- "text": "SbbNavigationSectionElement | null"
109999
- },
110000
- "privacy": "public",
110001
- "readonly": true
110002
- },
110003
- {
110004
- "kind": "field",
110005
- "name": "connectedSection",
110006
- "type": {
110007
- "text": "SbbNavigationSectionElement | undefined"
110008
- },
110009
- "privacy": "public"
110010
- }
110011
- ]
110012
- },
110013
- {
110014
- "kind": "mixin",
110015
- "description": "",
110016
- "name": "SbbNavigationActionCommonElementMixin",
110017
- "members": [
110018
- {
110019
- "kind": "field",
110020
- "name": "styles",
110021
- "type": {
110022
- "text": "CSSResultGroup"
110023
- },
110024
- "privacy": "public",
110025
- "static": true,
110026
- "default": "[boxSizingStyles, unsafeCSS(style)]"
110027
- },
110028
- {
110029
- "kind": "field",
110030
- "name": "size",
110031
- "type": {
110032
- "text": "SbbNavigationActionSize"
110033
- },
110034
- "privacy": "public",
110035
- "description": "Action size variant, either s, m or l.",
110036
- "default": "'l' / 's' (lean)",
110037
- "attribute": "size",
110038
- "reflects": true
110039
- },
110040
- {
110041
- "kind": "field",
110042
- "name": "connectedSection",
110043
- "type": {
110044
- "text": "SbbNavigationSectionElement | undefined"
110045
- },
110046
- "privacy": "public",
110047
- "description": "The section that is being controlled by the action, if any."
110048
- },
110049
- {
110050
- "kind": "field",
110051
- "name": "marker",
110052
- "type": {
110053
- "text": "SbbNavigationMarkerElement | null"
110054
- },
110055
- "privacy": "public",
110056
- "description": "The navigation marker in which the action is nested.",
110057
- "readonly": true
110076
+ "name": "SbbElement",
110077
+ "module": "core/base-elements/element.js"
110078
+ }
110058
110079
  },
110059
110080
  {
110060
110081
  "kind": "field",
110061
- "name": "section",
110082
+ "name": "['_$sbbElement$']",
110062
110083
  "type": {
110063
- "text": "SbbNavigationSectionElement | null"
110084
+ "text": "boolean"
110064
110085
  },
110065
110086
  "privacy": "public",
110066
- "description": "The section in which the action is nested.",
110067
- "readonly": true
110068
- },
110069
- {
110070
- "kind": "field",
110071
- "name": "_navigationMarker",
110072
- "type": {
110073
- "text": "SbbNavigationMarkerElement | null"
110074
- },
110075
- "privacy": "private",
110076
- "default": "null"
110087
+ "static": true,
110088
+ "default": "true",
110089
+ "inheritedFrom": {
110090
+ "name": "SbbElement",
110091
+ "module": "core/base-elements/element.js"
110092
+ }
110077
110093
  },
110078
110094
  {
110079
110095
  "kind": "field",
110080
- "name": "_navigationSection",
110096
+ "name": "_controllers",
110081
110097
  "type": {
110082
- "text": "SbbNavigationSectionElement | null"
110098
+ "text": "Set<SbbReactiveController> | undefined"
110083
110099
  },
110084
110100
  "privacy": "private",
110085
- "default": "null"
110086
- },
110087
- {
110088
- "kind": "method",
110089
- "name": "renderTemplate",
110090
- "privacy": "protected",
110091
- "return": {
110092
- "type": {
110093
- "text": "TemplateResult"
110094
- }
110101
+ "inheritedFrom": {
110102
+ "name": "SbbElement",
110103
+ "module": "core/base-elements/element.js"
110095
110104
  }
110096
110105
  }
110097
110106
  ],
110098
110107
  "attributes": [
110099
110108
  {
110100
- "name": "size",
110109
+ "name": "date",
110101
110110
  "type": {
110102
- "text": "SbbNavigationActionSize"
110111
+ "text": "string"
110103
110112
  },
110104
- "description": "Action size variant, either s, m or l.",
110105
- "default": "'l' / 's' (lean)",
110106
- "fieldName": "size"
110113
+ "default": "''",
110114
+ "description": "Date as ISO string (YYYY-MM)",
110115
+ "fieldName": "date"
110107
110116
  }
110108
110117
  ],
110109
- "parameters": [
110110
- {
110111
- "name": "superClass",
110112
- "type": {
110113
- "text": "T"
110114
- }
110115
- }
110116
- ]
110118
+ "superclass": {
110119
+ "name": "SbbElement",
110120
+ "module": "core/base-elements.js"
110121
+ },
110122
+ "tagName": "sbb-mini-calendar-month",
110123
+ "customElement": true,
110124
+ "classGenerics": "T = Date"
110117
110125
  }
110118
110126
  ],
110119
110127
  "exports": [
110120
110128
  {
110121
110129
  "kind": "js",
110122
- "name": "SbbNavigationActionCommonElementMixinType",
110123
- "declaration": {
110124
- "name": "SbbNavigationActionCommonElementMixinType",
110125
- "module": "navigation/common/navigation-action-common.js"
110126
- }
110127
- },
110128
- {
110129
- "kind": "js",
110130
- "name": "SbbNavigationActionCommonElementMixin",
110130
+ "name": "SbbMiniCalendarMonthElement",
110131
110131
  "declaration": {
110132
- "name": "SbbNavigationActionCommonElementMixin",
110133
- "module": "navigation/common/navigation-action-common.js"
110132
+ "name": "SbbMiniCalendarMonthElement",
110133
+ "module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
110134
110134
  }
110135
110135
  }
110136
110136
  ]
@@ -132409,18 +132409,220 @@
132409
132409
  }
132410
132410
  },
132411
132411
  {
132412
- "kind": "method",
132413
- "name": "renderHiddenSlot",
132414
- "privacy": "protected",
132415
- "return": {
132416
- "type": {
132417
- "text": "TemplateResult"
132418
- }
132412
+ "kind": "method",
132413
+ "name": "renderHiddenSlot",
132414
+ "privacy": "protected",
132415
+ "return": {
132416
+ "type": {
132417
+ "text": "TemplateResult"
132418
+ }
132419
+ },
132420
+ "description": "Returns a hidden slot, which is intended as the children change detection.\nWhen an element without a slot attribute is slotted to the element, it triggers\nthe slotchange event, which can be used to assign it to the appropriate named slot.",
132421
+ "inheritedFrom": {
132422
+ "name": "SbbNamedSlotListMixin",
132423
+ "module": "core/mixins/named-slot-list-mixin.js"
132424
+ }
132425
+ },
132426
+ {
132427
+ "kind": "field",
132428
+ "name": "_hydrationRequired",
132429
+ "type": {
132430
+ "text": "boolean"
132431
+ },
132432
+ "privacy": "private",
132433
+ "default": "!!this.shadowRoot",
132434
+ "inheritedFrom": {
132435
+ "name": "SbbElement",
132436
+ "module": "core/base-elements/element.js"
132437
+ }
132438
+ },
132439
+ {
132440
+ "kind": "field",
132441
+ "name": "_hydrationComplete",
132442
+ "privacy": "private",
132443
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
132444
+ "inheritedFrom": {
132445
+ "name": "SbbElement",
132446
+ "module": "core/base-elements/element.js"
132447
+ }
132448
+ },
132449
+ {
132450
+ "kind": "field",
132451
+ "name": "_resolveHydration",
132452
+ "type": {
132453
+ "text": "(hydrationRequired: boolean) => void"
132454
+ },
132455
+ "privacy": "private",
132456
+ "inheritedFrom": {
132457
+ "name": "SbbElement",
132458
+ "module": "core/base-elements/element.js"
132459
+ }
132460
+ },
132461
+ {
132462
+ "kind": "field",
132463
+ "name": "hydrationRequired",
132464
+ "type": {
132465
+ "text": "boolean"
132466
+ },
132467
+ "privacy": "protected",
132468
+ "description": "Returns whether hydration is required and not completed.",
132469
+ "readonly": true,
132470
+ "inheritedFrom": {
132471
+ "name": "SbbElement",
132472
+ "module": "core/base-elements/element.js"
132473
+ },
132474
+ "default": "!!this.shadowRoot"
132475
+ },
132476
+ {
132477
+ "kind": "method",
132478
+ "name": "toggleState",
132479
+ "privacy": "protected",
132480
+ "return": {
132481
+ "type": {
132482
+ "text": "void"
132483
+ }
132484
+ },
132485
+ "parameters": [
132486
+ {
132487
+ "name": "value",
132488
+ "type": {
132489
+ "text": "string"
132490
+ }
132491
+ },
132492
+ {
132493
+ "name": "force",
132494
+ "optional": true,
132495
+ "type": {
132496
+ "text": "boolean"
132497
+ }
132498
+ }
132499
+ ],
132500
+ "inheritedFrom": {
132501
+ "name": "SbbElement",
132502
+ "module": "core/base-elements/element.js"
132503
+ }
132504
+ },
132505
+ {
132506
+ "kind": "field",
132507
+ "name": "['_$sbbElement$']",
132508
+ "type": {
132509
+ "text": "boolean"
132510
+ },
132511
+ "privacy": "public",
132512
+ "static": true,
132513
+ "default": "true",
132514
+ "inheritedFrom": {
132515
+ "name": "SbbElement",
132516
+ "module": "core/base-elements/element.js"
132517
+ }
132518
+ },
132519
+ {
132520
+ "kind": "field",
132521
+ "name": "_controllers",
132522
+ "type": {
132523
+ "text": "Set<SbbReactiveController> | undefined"
132524
+ },
132525
+ "privacy": "private",
132526
+ "inheritedFrom": {
132527
+ "name": "SbbElement",
132528
+ "module": "core/base-elements/element.js"
132529
+ }
132530
+ }
132531
+ ],
132532
+ "attributes": [
132533
+ {
132534
+ "name": "direction-label",
132535
+ "type": {
132536
+ "text": "string"
132537
+ },
132538
+ "default": "''",
132539
+ "description": "General label for \"driving direction\".",
132540
+ "fieldName": "directionLabel"
132541
+ },
132542
+ {
132543
+ "name": "direction-label-level",
132544
+ "type": {
132545
+ "text": "SbbTitleLevel"
132546
+ },
132547
+ "default": "'6'",
132548
+ "description": "Heading level of the direction label, used for screen readers.",
132549
+ "fieldName": "directionLabelLevel"
132550
+ },
132551
+ {
132552
+ "name": "station",
132553
+ "type": {
132554
+ "text": "string"
132555
+ },
132556
+ "default": "''",
132557
+ "description": "Label for the destination station of the train.",
132558
+ "fieldName": "station"
132559
+ },
132560
+ {
132561
+ "name": "accessibility-label",
132562
+ "type": {
132563
+ "text": "string"
132564
+ },
132565
+ "default": "''",
132566
+ "description": "Accessibility label for additional information regarding the leaving direction of the train.",
132567
+ "fieldName": "accessibilityLabel"
132568
+ },
132569
+ {
132570
+ "name": "direction",
132571
+ "type": {
132572
+ "text": "'left' | 'right'"
132573
+ },
132574
+ "default": "'left'",
132575
+ "description": "Controls the direction indicator to show the arrow left or right. Default is left.",
132576
+ "fieldName": "direction"
132577
+ }
132578
+ ],
132579
+ "mixins": [
132580
+ {
132581
+ "name": "SbbNamedSlotListMixin",
132582
+ "module": "core/mixins.js"
132583
+ }
132584
+ ],
132585
+ "superclass": {
132586
+ "name": "SbbElement",
132587
+ "module": "core/base-elements.js"
132588
+ },
132589
+ "tagName": "sbb-train",
132590
+ "customElement": true
132591
+ }
132592
+ ],
132593
+ "exports": [
132594
+ {
132595
+ "kind": "js",
132596
+ "name": "SbbTrainElement",
132597
+ "declaration": {
132598
+ "name": "SbbTrainElement",
132599
+ "module": "train/train/train.component.js"
132600
+ }
132601
+ }
132602
+ ]
132603
+ },
132604
+ {
132605
+ "kind": "javascript-module",
132606
+ "path": "train/train-blocked-passage/train-blocked-passage.component.js",
132607
+ "declarations": [
132608
+ {
132609
+ "kind": "class",
132610
+ "description": "It visually displays a blocked passage between train wagons.",
132611
+ "name": "SbbTrainBlockedPassageElement",
132612
+ "members": [
132613
+ {
132614
+ "kind": "field",
132615
+ "name": "elementName",
132616
+ "type": {
132617
+ "text": "string"
132419
132618
  },
132420
- "description": "Returns a hidden slot, which is intended as the children change detection.\nWhen an element without a slot attribute is slotted to the element, it triggers\nthe slotchange event, which can be used to assign it to the appropriate named slot.",
132619
+ "privacy": "public",
132620
+ "static": true,
132621
+ "readonly": true,
132622
+ "default": "'sbb-train-blocked-passage'",
132421
132623
  "inheritedFrom": {
132422
- "name": "SbbNamedSlotListMixin",
132423
- "module": "core/mixins/named-slot-list-mixin.js"
132624
+ "name": "SbbElement",
132625
+ "module": "core/base-elements/element.js"
132424
132626
  }
132425
132627
  },
132426
132628
  {
@@ -132529,74 +132731,21 @@
132529
132731
  }
132530
132732
  }
132531
132733
  ],
132532
- "attributes": [
132533
- {
132534
- "name": "direction-label",
132535
- "type": {
132536
- "text": "string"
132537
- },
132538
- "default": "''",
132539
- "description": "General label for \"driving direction\".",
132540
- "fieldName": "directionLabel"
132541
- },
132542
- {
132543
- "name": "direction-label-level",
132544
- "type": {
132545
- "text": "SbbTitleLevel"
132546
- },
132547
- "default": "'6'",
132548
- "description": "Heading level of the direction label, used for screen readers.",
132549
- "fieldName": "directionLabelLevel"
132550
- },
132551
- {
132552
- "name": "station",
132553
- "type": {
132554
- "text": "string"
132555
- },
132556
- "default": "''",
132557
- "description": "Label for the destination station of the train.",
132558
- "fieldName": "station"
132559
- },
132560
- {
132561
- "name": "accessibility-label",
132562
- "type": {
132563
- "text": "string"
132564
- },
132565
- "default": "''",
132566
- "description": "Accessibility label for additional information regarding the leaving direction of the train.",
132567
- "fieldName": "accessibilityLabel"
132568
- },
132569
- {
132570
- "name": "direction",
132571
- "type": {
132572
- "text": "'left' | 'right'"
132573
- },
132574
- "default": "'left'",
132575
- "description": "Controls the direction indicator to show the arrow left or right. Default is left.",
132576
- "fieldName": "direction"
132577
- }
132578
- ],
132579
- "mixins": [
132580
- {
132581
- "name": "SbbNamedSlotListMixin",
132582
- "module": "core/mixins.js"
132583
- }
132584
- ],
132585
132734
  "superclass": {
132586
132735
  "name": "SbbElement",
132587
132736
  "module": "core/base-elements.js"
132588
132737
  },
132589
- "tagName": "sbb-train",
132738
+ "tagName": "sbb-train-blocked-passage",
132590
132739
  "customElement": true
132591
132740
  }
132592
132741
  ],
132593
132742
  "exports": [
132594
132743
  {
132595
132744
  "kind": "js",
132596
- "name": "SbbTrainElement",
132745
+ "name": "SbbTrainBlockedPassageElement",
132597
132746
  "declaration": {
132598
- "name": "SbbTrainElement",
132599
- "module": "train/train/train.component.js"
132747
+ "name": "SbbTrainBlockedPassageElement",
132748
+ "module": "train/train-blocked-passage/train-blocked-passage.component.js"
132600
132749
  }
132601
132750
  }
132602
132751
  ]
@@ -132933,155 +133082,6 @@
132933
133082
  }
132934
133083
  ]
132935
133084
  },
132936
- {
132937
- "kind": "javascript-module",
132938
- "path": "train/train-blocked-passage/train-blocked-passage.component.js",
132939
- "declarations": [
132940
- {
132941
- "kind": "class",
132942
- "description": "It visually displays a blocked passage between train wagons.",
132943
- "name": "SbbTrainBlockedPassageElement",
132944
- "members": [
132945
- {
132946
- "kind": "field",
132947
- "name": "elementName",
132948
- "type": {
132949
- "text": "string"
132950
- },
132951
- "privacy": "public",
132952
- "static": true,
132953
- "readonly": true,
132954
- "default": "'sbb-train-blocked-passage'",
132955
- "inheritedFrom": {
132956
- "name": "SbbElement",
132957
- "module": "core/base-elements/element.js"
132958
- }
132959
- },
132960
- {
132961
- "kind": "field",
132962
- "name": "_hydrationRequired",
132963
- "type": {
132964
- "text": "boolean"
132965
- },
132966
- "privacy": "private",
132967
- "default": "!!this.shadowRoot",
132968
- "inheritedFrom": {
132969
- "name": "SbbElement",
132970
- "module": "core/base-elements/element.js"
132971
- }
132972
- },
132973
- {
132974
- "kind": "field",
132975
- "name": "_hydrationComplete",
132976
- "privacy": "private",
132977
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
132978
- "inheritedFrom": {
132979
- "name": "SbbElement",
132980
- "module": "core/base-elements/element.js"
132981
- }
132982
- },
132983
- {
132984
- "kind": "field",
132985
- "name": "_resolveHydration",
132986
- "type": {
132987
- "text": "(hydrationRequired: boolean) => void"
132988
- },
132989
- "privacy": "private",
132990
- "inheritedFrom": {
132991
- "name": "SbbElement",
132992
- "module": "core/base-elements/element.js"
132993
- }
132994
- },
132995
- {
132996
- "kind": "field",
132997
- "name": "hydrationRequired",
132998
- "type": {
132999
- "text": "boolean"
133000
- },
133001
- "privacy": "protected",
133002
- "description": "Returns whether hydration is required and not completed.",
133003
- "readonly": true,
133004
- "inheritedFrom": {
133005
- "name": "SbbElement",
133006
- "module": "core/base-elements/element.js"
133007
- },
133008
- "default": "!!this.shadowRoot"
133009
- },
133010
- {
133011
- "kind": "method",
133012
- "name": "toggleState",
133013
- "privacy": "protected",
133014
- "return": {
133015
- "type": {
133016
- "text": "void"
133017
- }
133018
- },
133019
- "parameters": [
133020
- {
133021
- "name": "value",
133022
- "type": {
133023
- "text": "string"
133024
- }
133025
- },
133026
- {
133027
- "name": "force",
133028
- "optional": true,
133029
- "type": {
133030
- "text": "boolean"
133031
- }
133032
- }
133033
- ],
133034
- "inheritedFrom": {
133035
- "name": "SbbElement",
133036
- "module": "core/base-elements/element.js"
133037
- }
133038
- },
133039
- {
133040
- "kind": "field",
133041
- "name": "['_$sbbElement$']",
133042
- "type": {
133043
- "text": "boolean"
133044
- },
133045
- "privacy": "public",
133046
- "static": true,
133047
- "default": "true",
133048
- "inheritedFrom": {
133049
- "name": "SbbElement",
133050
- "module": "core/base-elements/element.js"
133051
- }
133052
- },
133053
- {
133054
- "kind": "field",
133055
- "name": "_controllers",
133056
- "type": {
133057
- "text": "Set<SbbReactiveController> | undefined"
133058
- },
133059
- "privacy": "private",
133060
- "inheritedFrom": {
133061
- "name": "SbbElement",
133062
- "module": "core/base-elements/element.js"
133063
- }
133064
- }
133065
- ],
133066
- "superclass": {
133067
- "name": "SbbElement",
133068
- "module": "core/base-elements.js"
133069
- },
133070
- "tagName": "sbb-train-blocked-passage",
133071
- "customElement": true
133072
- }
133073
- ],
133074
- "exports": [
133075
- {
133076
- "kind": "js",
133077
- "name": "SbbTrainBlockedPassageElement",
133078
- "declaration": {
133079
- "name": "SbbTrainBlockedPassageElement",
133080
- "module": "train/train-blocked-passage/train-blocked-passage.component.js"
133081
- }
133082
- }
133083
- ]
133084
- },
133085
133085
  {
133086
133086
  "kind": "javascript-module",
133087
133087
  "path": "train/train-wagon/train-wagon.component.js",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.9.0-dev.1775453783",
3
+ "version": "4.9.0-dev.1775493241",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
- "https://github.com/sbb-design-systems/lyne-components/commit/9e1fbf1985a59e40f43d708d71a1676a1afa91d9"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/95d92ac5572574cc7c2b674ed915e79a04909963"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {